@charset "UTF-8";
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.quantity {
  border-color: #000000;
  border-radius: 6px;
  background-color: transparent;
}
.quantity input {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  padding-top: 5px;
}
.quantity .increase,
.quantity .decrease {
  width: 40px;
}
.quantity .increase:after,
.quantity .decrease:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  top: 50%;
  position: absolute;
  margin-top: -12px;
  background-color: #cccccc;
}
.quantity .increase:before,
.quantity .decrease:before {
  color: #bdb6b0;
  font-size: 16px;
}
.quantity .increase:after {
  left: 0;
}
.quantity .decrease:after {
  right: 0;
}
.quantity .decrease:before {
  color: #f2ede4;
}

/* Web fonts */
@font-face {
  font-family: "Ambit-Bold";
  src: url("/user/documents/public/webfonts/ambit/Ambit-Bold.woff2") format("woff2"), url("/user/documents/public/webfonts/ambit/Ambit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ambit-Black";
  src: url("/user/documents/public/webfonts/ambit/Ambit-Black.woff2") format("woff2"), url("/user/documents/public/webfonts/ambit/Ambit-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ambit-Light";
  src: url("/user/documents/public/webfonts/ambit/Ambit-Light.woff2") format("woff2"), url("/user/documents/public/webfonts/ambit/Ambit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("/user/documents/public/webfonts/satoshi/Satoshi-Black.woff2") format("woff2"), url("/user/documents/public/webfonts/satoshi/Satoshi-Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ambit-Thin";
  src: url("/user/documents/public/webfonts/ambit/Ambit-Thin.woff2") format("woff2"), url("/user/documents/public/webfonts/ambit/Ambit-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ambit-Regular";
  src: url("/user/documents/public/webfonts/ambit/Ambit-Regular.woff2") format("woff2"), url("/user/documents/public/webfonts/ambit/Ambit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ambit-Semibold";
  src: url("/user/documents/public/webfonts/ambit/Ambit-SemiBold.woff2") format("woff2"), url("/user/documents/public/webfonts/ambit/Ambit-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("/user/documents/public/webfonts/satoshi/Satoshi-Light.woff2") format("woff2"), url("/user/documents/public/webfonts/satoshi/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("/user/documents/public/webfonts/satoshi/Satoshi-Bold.woff2") format("woff2"), url("/user/documents/public/webfonts/satoshi/Satoshi-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("/user/documents/public/webfonts/satoshi/Satoshi-Regular.woff2") format("woff2"), url("/user/documents/public/webfonts/satoshi/Satoshi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("/user/documents/public/webfonts/satoshi/Satoshi-Medium.woff2") format("woff2"), url("/user/documents/public/webfonts/satoshi/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTSuperText-Regular";
  src: url("/user/documents/public/webfonts/gtsuper/GTSuperText-Regular.woff2") format("woff2"), url("/user/documents/public/webfonts/gtsuper/GTSuperText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTSuperText-Medium";
  src: url("/user/documents/public/webfonts/gtsuper/GTSuperText-Medium.woff2") format("woff2"), url("/user/documents/public/webfonts/gtsuper/GTSuperText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTSuperText-Bold";
  src: url("/user/documents/public/webfonts/gtsuper/GTSuperText-Bold.woff2") format("woff2"), url("/user/documents/public/webfonts/gtsuper/GTSuperText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "clovecina";
  src: url("../iconfonts/icomoon.eot?82riwm");
  src: url("../iconfonts/icomoon.eot?82riwm#iefix") format("embedded-o;ntype"), url("../iconfonts/icomoon.ttf?82riwm") format("truetype"), url("../iconfonts/icomoon.woff?82riwm") format("woff"), url("../iconfonts/icomoon.svg?82riwm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "clovecina" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-basket-case-1:before {
  content: "\e908";
}

.icon-heart-1:before {
  content: "\e909";
}

.icon-award:before {
  content: "\e90a";
}

.icon-handshake:before {
  content: "\e90d";
}

.icon-chevron-down:before {
  content: "\e90e";
}

.icon-chevron-left:before {
  content: "\e919";
}

.icon-chevron-right:before {
  content: "\e91a";
}

.icon-close:before {
  content: "\e902";
}

.icon-menu:before {
  content: "\e903";
}

.icon-user:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e907";
}

.icon-basket-case:before {
  content: "\e90b";
}

.icon-heart:before {
  content: "\e90c";
}

.icon-play:before {
  content: "\e90f";
}

.icon-arrow-right:before {
  content: "\e910";
}

.icon-google-play:before {
  content: "\e911";
}

.icon-apple-store:before {
  content: "\e912";
}

.icon-mail:before {
  content: "\e913";
}

.icon-phone:before {
  content: "\e914";
}

.icon-spotify:before {
  content: "\e915";
}

.icon-youtube:before {
  content: "\e916";
}

.icon-facebook:before {
  content: "\e917";
}

.icon-instagram:before {
  content: "\e918";
}

.btn,
a.btn {
  border-radius: 30px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 25px;
  font-size: 14px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 768px) {
  .btn,
  a.btn {
    padding: 10px 32px;
    min-height: 50px;
    font-size: 16px;
  }
}

a.btn-primary.btn,
.btn-primary.btn {
  color: #ffffff;
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}
a.btn-primary.btn:hover,
.btn-primary.btn:hover {
  color: #ffffff;
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
}

.btn.btn-secondary,
a.btn.btn-secondary {
  color: #000000;
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  font-weight: 700;
}
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  color: #000000;
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
}

a.btn.btn-secondary:after,
.btn.btn-secondary:after {
  display: none;
}

.btn.btn-sm,
a.btn.btn-sm {
  line-height: 1.2;
  padding: 10px 25px;
}
@media (min-width: 768px) {
  .btn.btn-sm,
  a.btn.btn-sm {
    padding: 10px 32px;
  }
}

.btn.btn-lg,
a.btn.btn-lg {
  line-height: 1.2;
}

.btn.btn-default,
a.btn.btn-default {
  background: transparent;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
.btn.btn-default:after, .btn.btn-default:before,
a.btn.btn-default:after,
a.btn.btn-default:before {
  display: none;
}
.btn.btn-default:hover,
a.btn.btn-default:hover {
  background: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: #000000;
}

.btn.btn-cart,
.btn.btn-conversion,
a.btn.btn-cart,
a.btn.btn-conversion {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #000000;
}

.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  background: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: #000000;
}

.text-center {
  text-align: center;
}

.btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  color: #000000;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.btn-link:hover {
  color: #000000;
}
.btn-link:hover:before {
  border-color: #fbdf52;
  background-color: #fdf3b9;
}
.btn-link:before {
  content: "\e910";
  font-family: "clovecina";
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #000000;
  font-size: 10px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  color: #000000;
}

.btn-link-fill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #000000;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  background-color: var(--color-secondary);
  min-height: 50px;
  padding: 5px 15px;
  min-width: 250px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}
.btn-link-fill:hover {
  color: #000000;
  background-color: var(--color-secondary-hover);
}
.btn-link-fill:hover:after {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
}
.btn-link-fill:after {
  content: "\e910";
  font-family: "clovecina";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #000000;
  font-size: 10px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  color: #000000;
}

.btn-link--blog {
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
}
.btn-link--blog:before {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
  border-color: transparent;
  top: -1px;
  position: relative;
}

.btn-link--no-arrow:before {
  display: none;
}

/* Base settings */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
  transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-size: 100%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  min-width: 310px;
  margin: 0;
  color: #000000;
  font-family: "GTSuperText-Regular", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fffef9;
}

p {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
.strong {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 700;
}

small,
.small {
  font-size: 12px;
  font-size: 0.75rem;
}

.overall-wrapper {
  overflow-x: hidden;
}
a:hover {
  color: #fbdf52;
}

.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
}

.external-fonts-loaded ol.cart-header,
.external-fonts-loaded .next-step,
.external-fonts-loaded .price-wrapper,
.external-fonts-loaded .price-additional,
.external-fonts-loaded .price-measure,
.external-fonts-loaded .price-final,
.external-fonts-loaded .price-save,
.external-fonts-loaded .price-standard,
.external-fonts-loaded .products .name {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
}

.external-fonts-loaded .empty-content,
.blank-mode .empty-content {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
}

h4.homepage-group-title,
.h4.homepage-group-title {
  color: #000000;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 22px;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
h4.homepage-group-title span:first-child,
.h4.homepage-group-title span:first-child {
  margin-right: 5px;
}
@media (min-width: 480px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 32px;
  }
}
h4.homepage-group-title.homepage-group-title--centered,
.h4.homepage-group-title.homepage-group-title--centered {
  display: block;
  text-align: center;
  font-size: 28px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h4.homepage-group-title.homepage-group-title--centered,
  .h4.homepage-group-title.homepage-group-title--centered {
    margin-bottom: 40px;
    font-size: 48px;
  }
}
h4.homepage-group-title.homepage-group-title--centered strong,
.h4.homepage-group-title.homepage-group-title--centered strong {
  display: block;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
}

.siteCookies__form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.siteCookies__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.siteCookies__content .siteCookies__link {
  display: none;
}

.siteCookies__buttonWrap {
  width: 100%;
}

.siteCookies__links {
  margin-bottom: 0;
}

.siteCookies__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 2px solid black;
  color: black;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  line-height: 1.2;
  min-height: 40px;
  font-size: 16px;
}
.siteCookies__link:hover {
  background-color: transparent;
  border-color: black;
  color: var(--color-secondary);
}

@media (min-width: 767px) {
  .siteCookies__links {
    margin-bottom: 0;
    width: 100%;
  }
  .siteCookies__link {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
  }
  .siteCookies__button {
    line-height: 40px;
  }
  .siteCookies__text {
    margin-right: 0;
    font-size: 16px;
    line-height: 1.6;
  }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0 15px;
}

.navigation-hovered:before,
.search-focused:before {
  background-color: transparent;
}

body.search-focused:before {
  opacity: 0;
}

.search-focused:before,
body:before {
  display: none;
}

.swiper-arrow-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .swiper-arrow-group {
    margin-top: 40px;
  }
}

.swiper-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: none;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin: 0 10px;
}
.swiper-arrow.swiper-button-disabled {
  opacity: 0.2;
}

.swiper-arrow-next .swiper-arrow-content:before {
  content: "\e91a";
}

.swiper-arrow-prev .swiper-arrow-content:before {
  content: "\e919";
}

.swiper-arrow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 100%;
  text-align: center;
  background-color: #fdf3b9;
  border-radius: 100%;
}
.swiper-arrow-content:before {
  content: "";
  font-family: "clovecina";
  font-size: 18px;
  color: #000000;
}
.swiper-arrow-content:focus, .swiper-arrow-content:hover {
  background-color: #fbdf52;
}
.swiper-arrow-content:focus:before, .swiper-arrow-content:hover:before {
  color: #000000;
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.swiper-pagination-bullet {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  border: 3px solid transparent;
  border-radius: 100%;
  outline: none;
  margin: 0;
}
.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid white;
}

.swiper-pagination-bullet-active:after {
  background-color: #ffffff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px;
}

.lg-autoplay-button.lg-icon {
  display: none;
}

.lg-backdrop {
  z-index: 99040;
  background-color: rgba(0, 0, 0, 0.8);
}

.lg-outer {
  z-index: 99050;
}

.lg-toolbar {
  background-color: rgba(0, 0, 0, 0);
}

.lg-sub-html p {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
}

@media (min-width: 992px) {
  .container-narrow {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container-narrow {
    width: 1178px;
  }
}
@media (min-width: 1440px) {
  .container-narrow {
    width: 1418px;
  }
}
@media (min-width: 1600px) {
  .container-narrow {
    width: 1520px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1520px;
  }
  .breadcrumbs,
  .index-content-wrapper,
  .ordering-process .content-wrapper-in,
  .type-search .content-wrapper-in,
  .type-manufacturers-listing .content-wrapper-in,
  .type-manufacturer-detail .content-wrapper-in,
  .type-posts-listing .content-wrapper-in,
  .type-post .content-wrapper-in,
  .type-page .content-wrapper-in,
  .type-glossary .content-wrapper-in,
  .next-to-carousel-banners,
  .type-category .content,
  .p-detail-inner,
  .p-detail-tabs-wrapper {
    max-width: 1520px;
  }
}
@media (min-width: 768px) {
  .show-desktop {
    display: block;
  }
  .show-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-desktop {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
#footer {
  background-color: #a6b7b3;
}
@media (max-width: 991px) {
  #footer {
    padding-top: 0;
  }
}
#footer .custom-footer {
  padding-top: 20px;
}
@media (max-width: 991px) {
  #footer .custom-footer {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #footer .custom-footer {
    padding-top: 60px;
  }
}
#footer .custom-footer > div.custom-footer__banner38 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  #footer .custom-footer > div.custom-footer__banner38 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 992px) {
  #footer .custom-footer > div.custom-footer__banner38 {
    margin-top: -60px;
  }
}
#footer .custom-footer > div.custom-footer__banner38 .banner {
  margin-bottom: 0;
}
#footer .footer-rows h3:not(.footer-title),
#footer .footer-rows h4:not(.footer-title) {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  margin-bottom: 15px;
}
#footer .footer-rows .custom-footer__articles {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (max-width: 991px) {
  #footer .footer-rows .custom-footer__articles {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #footer .footer-rows .custom-footer__articles {
    margin-left: 46%;
    width: 26%;
    max-width: 26%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
  }
}
#footer .footer-rows .custom-footer__articles ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
}
#footer .footer-rows .custom-footer__articles ul li a:hover {
  text-decoration: underline;
}
#footer .footer-rows .custom-footer__contact {
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (max-width: 991px) {
  #footer .footer-rows .custom-footer__contact {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #footer .footer-rows .custom-footer__contact {
    width: 26%;
    max-width: 26%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
  }
  #footer .footer-rows .custom-footer__contact:before {
    content: "";
    position: absolute;
    top: -50px;
    left: -40px;
    display: block;
    width: 2px;
    height: 270px;
    background-color: #fffbf2;
    opacity: 0.16;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer .footer-rows .custom-footer__contact:before {
    top: -30px;
    left: -15px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #footer .footer-rows .custom-footer__contact:before {
    height: 220px;
    top: -50px;
    left: -20px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  #footer .footer-rows .custom-footer__contact:before {
    left: -30px;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  #footer .footer-rows .custom-footer__contact:before {
    height: 300px;
    left: -40px;
  }
}
#footer .footer-rows .custom-footer__contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#footer .footer-rows .custom-footer__contact ul li {
  display: block;
  margin-bottom: 2px;
}
#footer .footer-rows .custom-footer__contact ul li span {
  position: relative;
}
#footer .footer-rows .custom-footer__contact ul li span:before {
  position: absolute;
  top: 3px;
  font-weight: 400;
  left: 0;
  font-family: "clovecina";
  width: auto;
  height: auto;
  color: white;
  line-height: 1.2;
}
#footer .footer-rows .custom-footer__contact ul li span.mail:before {
  content: "\e913";
}
#footer .footer-rows .custom-footer__contact ul li span.tel:before {
  content: "\e914";
}
#footer .footer-rows .custom-footer__contact ul li span a {
  display: block;
  padding-left: 36px;
  color: white;
  font-size: 14px;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer .footer-rows h4.footer-title {
  position: relative;
  color: white;
  text-transform: none;
  line-height: 1.4;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
}
@media (max-width: 991px) {
  #footer .footer-rows h4.footer-title {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  #footer .footer-rows h4.footer-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #footer .footer-rows h4.footer-title {
    text-align: left;
    width: 45%;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #footer .footer-rows h4.footer-title {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  #footer .footer-rows h4.footer-title {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  #footer .footer-rows h4.footer-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  #footer .footer-rows h4.footer-title:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    display: block;
    width: 70px;
    height: 2px;
    background-color: #fffbf2;
    opacity: 0.16;
  }
}
#footer .footer-rows h4.footer-title strong {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 500;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
}
@media (min-width: 768px) {
  #footer .footer-rows h4.footer-title strong {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #footer .footer-rows h4.footer-title strong {
    margin-bottom: 0;
    font-weight: 700;
    font-size: inherit;
  }
}
#footer .footer-bottom {
  background-color: #fffbf2;
}
@media (max-width: 767px) {
  #footer .footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #footer .footer-bottom .copyright {
    margin-bottom: 5px;
  }
}
#footer .footer-bottom .copyright strong {
  font-weight: 400;
}
@media (max-width: 767px) {
  #footer .footer-bottom #signature {
    margin-left: 0;
  }
}
#footer .footer-bottom #signature,
#footer .footer-bottom .copyright {
  font-size: 14px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
}
#footer .footer-bottom #signature a,
#footer .footer-bottom .copyright a {
  color: #000000;
}
#footer .footer-bottom #signature a:hover,
#footer .footer-bottom .copyright a:hover {
  text-decoration: underline;
}
#footer .footer-bottom #signature strong,
#footer .footer-bottom .copyright strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
}
#footer #signature a.image {
  margin-right: 0;
}
#footer #signature img {
  position: relative;
  top: -3px;
  margin-left: 5px;
  width: 84px;
  margin-right: 0;
  height: 24px;
}
@media (max-width: 479px) {
  #footer #signature img {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .banner {
    min-height: auto;
  }
}
.contact-box {
  min-height: auto;
}

.banner {
  overflow: visible;
}

@media (min-width: 480px) and (max-width: 767px) {
  .overall-wrapper {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .overall-wrapper {
    padding-bottom: 0 !important;
  }
}
.custom-footer__newsletter {
  padding: 10px 0 10px;
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .custom-footer__newsletter {
    padding: 55px 0 50px;
  }
}
@media (min-width: 768px) {
  .custom-footer__newsletter {
    padding: 55px 0 50px;
  }
}
.custom-footer__newsletter .newsletter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fdf3b9;
  padding: 40px 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (min-width: 992px) {
  .custom-footer__newsletter .newsletter-content {
    padding: 40px 15px 20px;
    max-width: 80%;
    margin: 0 auto;
  }
}
.custom-footer__newsletter .newsletter-header {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .custom-footer__newsletter .newsletter-header {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .custom-footer__newsletter .newsletter-header {
    position: relative;
    width: 100%;
    padding-right: 0;
  }
}
.custom-footer__newsletter form {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .custom-footer__newsletter form {
    padding-left: 0;
  }
}
.custom-footer__newsletter fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .custom-footer__newsletter fieldset > input + div {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .custom-footer__newsletter fieldset > br + div {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.custom-footer__newsletter .newsletter-text {
  font-weight: 400;
  font-size: 14px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  color: #000000;
}
@media (min-width: 768px) {
  .custom-footer__newsletter .newsletter-text {
    font-size: 16px;
  }
}
.custom-footer__newsletter h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000;
}
@media (max-width: 767px) {
  .custom-footer__newsletter h4 {
    margin-bottom: 25px;
  }
}
.custom-footer__newsletter h4 span {
  font-size: 28px;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .custom-footer__newsletter h4 span {
    font-size: 32px;
  }
}
.custom-footer__newsletter .validator-msg.msg-error {
  font-size: 13px;
}
.custom-footer__newsletter .validator-msg-holder {
  position: relative;
  width: calc(100% - 140px);
}
@media (max-width: 767px) {
  .custom-footer__newsletter .validator-msg-holder {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.custom-footer__newsletter .form-group.consents {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .custom-footer__newsletter .form-group.consents {
    line-height: 1.4;
  }
}
.custom-footer__newsletter .form-group.consents a {
  text-decoration: none;
  font-size: 14px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .custom-footer__newsletter .form-group.consents a {
    font-weight: 400;
  }
}
.custom-footer__newsletter .form-group.consents a:hover {
  text-decoration: underline;
}
.custom-footer__newsletter .form-control {
  background-color: transparent;
  border-radius: 10px;
  padding-right: 10px;
  padding: 10px 15px;
  padding-right: 90px;
  padding-left: 15px;
  font-size: 16px;
  height: 50px;
  min-height: 50px;
  color: #000000;
  width: 100%;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  border: 1px solid #000000;
}
@media (min-width: 768px) {
  .custom-footer__newsletter .form-control {
    padding: 10px 22px;
    font-size: 18px;
  }
}
.custom-footer__newsletter .form-control::-webkit-input-placeholder {
  color: #000000;
}
.custom-footer__newsletter .form-control::-moz-placeholder {
  color: #000000;
}
.custom-footer__newsletter .form-control:-ms-input-placeholder {
  color: #000000;
}
.custom-footer__newsletter .form-control::-ms-input-placeholder {
  color: #000000;
}
.custom-footer__newsletter .form-control::placeholder {
  color: #000000;
}
.custom-footer__newsletter .compact-form .btn {
  right: 0;
  top: 0;
  background-color: var(--color-secondary);
  border: var(--color-secondary);
  color: #000000;
  text-transform: none;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .custom-footer__newsletter .compact-form .btn {
    height: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    width: 100%;
    margin-top: 10px;
    max-width: 140px;
    margin: 10px auto 0;
  }
}
.custom-footer__newsletter .btn {
  height: 40px;
  line-height: 1.2;
  border: 0;
  top: 0;
  right: 0;
  padding: 5px 5px;
  min-height: 50px;
  font-size: 16px;
  background-color: var(--color-secondary);
  color: white;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 700;
  width: 130px;
  border-radius: 10px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (min-width: 768px) {
  .custom-footer__newsletter .btn {
    padding: 5px 12px;
    font-size: 16px;
    width: 130px;
  }
}
.custom-footer__newsletter .btn:hover {
  color: #000000;
}
.custom-footer__newsletter .btn:before {
  display: none;
}

@media (max-width: 991px) {
  .social-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

a.social-icon {
  display: inline-block;
  width: auto;
  background-color: transparent;
  border-color: transparent;
  color: white;
  padding-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media (min-width: 992px) {
  a.social-icon {
    margin-bottom: 10px;
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  a.social-icon {
    font-size: 18px;
  }
}
a.social-icon span {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  a.social-icon span {
    display: none;
  }
}
a.social-icon:hover {
  border-color: transparent;
  background-color: transparent;
  color: var(--color-primary);
}
a.social-icon:hover:before {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: #a6b7b3;
}
a.social-icon:before {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  font-size: 18px;
  font-family: "clovecina";
  color: #a6b7b3;
}
@media (min-width: 992px) {
  a.social-icon:before {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}
a.social-icon.spotify:before {
  content: "\e915";
  font-size: 18px;
}
a.social-icon.instagram:before {
  content: "\e918";
}
a.social-icon.facebook:before {
  content: "\e917";
}
a.social-icon.youtube:before {
  content: "\e916";
}

.top-navigation-bar {
  background-color: #fbdf52;
  border: 0;
  display: block;
}
@media (max-width: 767px) {
  .top-navigation-bar {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    width: 100%;
    z-index: 56;
  }
}
.top-navigation-bar .container {
  padding: 0;
}
.top-navigation-bar .container > div.top-navigation-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-navigation-bar .container > div.top-navigation-tools {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
@media (max-width: 767px) {
  .top-navigation-bar .container > div.top-navigation-tools {
    display: none;
  }
}
.top-navigation-bar .container > div .top-navigation-tools__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-navigation-bar .container > div .top-navigation-tools__block .top-navigation-tools__text {
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  margin-right: 8px;
  line-height: 1.2;
}
@media (min-width: 769px) and (max-width: 992px) {
  .top-navigation-bar .container > div .top-navigation-tools__block .top-navigation-tools__text {
    font-size: 11px;
  }
}
.top-navigation-bar .container > div .top-navigation-tools__block .top-navigation-tools__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-left: 5px;
  padding: 0;
}
.top-navigation-bar .container > div .top-navigation-tools__block .top-navigation-tools__icon:hover:before {
  color: white;
}
.top-navigation-bar .container > div .top-navigation-tools__block .top-navigation-tools__icon:before {
  font-family: "clovecina";
  font-size: 26px;
  color: black;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.top-navigation-bar .container > div .top-navigation-tools__block .top-navigation-tools__icon.top-navigation-tools__icon--google:before {
  content: "\e911";
}
.top-navigation-bar .container > div .top-navigation-tools__block .top-navigation-tools__icon.top-navigation-tools__icon--app:before {
  content: "\e912";
}

.top-navigation-menu {
  padding-right: 0;
  height: 30px;
}
@media (min-width: 768px) {
  .top-navigation-menu {
    height: 33px;
  }
}
.top-navigation-menu .top-navigation-bar-menu li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  padding-left: 25px;
  position: relative;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .top-navigation-menu .top-navigation-bar-menu li {
    padding-right: 10px;
  }
}
.top-navigation-menu .top-navigation-bar-menu li:last-child {
  padding-bottom: 0;
}
.top-navigation-menu .top-navigation-bar-menu li img {
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  margin-right: 8px;
}
.top-navigation-menu .top-navigation-bar-menu li span {
  line-height: 1;
  text-transform: uppercase;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-size: 12px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .top-navigation-menu .top-navigation-bar-menu li span {
    max-width: 200px;
    display: block;
    white-space: normal;
    line-height: 1.2;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .top-navigation-menu .top-navigation-bar-menu li span {
    font-size: 11px;
  }
}

.menu-helper {
  opacity: 0;
  visibility: hidden !important;
  height: 30px;
}
.menu-helper > span {
  font-size: 16px;
  line-height: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: none;
  font-weight: 400;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
}

#navigation .navigation-in ul li:hover > a > b,
#navigation .navigation-in ul li:hover > a > span,
#navigation .navigation-in ul li:hover > div > a > span {
  text-decoration: none;
}

@media (min-width: 767px) {
  .navigation-in ul li.splitted {
    visibility: visible;
  }
}
.search-focused .navigation-buttons {
  z-index: auto;
}
.search-focused #header .container.navigation-wrapper .search {
  background-color: white;
}
.search-focused #header .container.navigation-wrapper .search input {
  background-color: white;
}
.search-focused .searchWhisperer {
  margin-left: 0;
  width: 100%;
}

#header {
  background-color: #fffef9;
}
@media (min-width: 768px) {
  #header {
    z-index: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  #header {
    top: 30px;
  }
}
#header .container.navigation-wrapper > div.navigation-block {
  padding-right: 10px;
}
#header .container.navigation-wrapper > div.navigation-block,
#header .container.navigation-wrapper > div.search {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 85px);
          flex: 0 1 calc(50% - 85px);
  padding-left: 10px;
}
#header .container.navigation-wrapper .search {
  padding-left: 0;
  padding-right: 0;
}
#header .container.navigation-wrapper .search .search-input-icon {
  left: 16px;
}
#header .container.navigation-wrapper .search .search-input-icon:before {
  content: "\e907";
  font-family: "clovecina";
  font-size: 20px;
}
#header .container.navigation-wrapper .search .searchWhisperer__product__price {
  text-align: left;
}
#header .container.navigation-wrapper .search .searchWhisperer__product {
  height: auto;
  line-height: 1.4;
  margin-left: 0;
  text-align: left;
  font-size: 16px;
}
#header .container.navigation-wrapper .search .searchWhisperer__additionalResults__link {
  font-size: 16px;
  height: auto;
  line-height: 1.4;
  margin-left: 0;
  text-align: left;
}
#header .container.navigation-wrapper .search input {
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: black;
  font-size: 16px;
  padding-left: 35px;
  width: 130px;
}
@media (min-width: 768px) {
  #header .container.navigation-wrapper .search input.focus-visible {
    width: 170px;
  }
}
#header .container.navigation-wrapper .search input:focus, #header .container.navigation-wrapper .search input:hover {
  color: black;
  border-bottom: 1px solid #000000;
}
#header .container.navigation-wrapper .search input::-webkit-input-placeholder {
  color: black;
  display: block;
}
#header .container.navigation-wrapper .search input::-webkit-input-placeholder, #header .container.navigation-wrapper .search input::placeholder {
  color: black;
  display: block;
}
#header .container.navigation-wrapper .search .btn {
  display: none;
}
#header .container.navigation-wrapper > .site-name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 170px;
          flex: 0 1 170px;
  z-index: 2;
}
@media (min-width: 768px) {
  #header .container.navigation-wrapper > .site-name {
    top: 4px;
    position: relative;
  }
}
@media (min-width: 768px) {
  #header .container.navigation-wrapper > .site-name a img {
    top: -2px;
  }
}
#header .container.navigation-wrapper > .navigation-buttons {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 85px);
          flex: 0 1 calc(50% - 85px);
}
@media (min-width: 481px) and (max-width: 768px) {
  #header .container.navigation-wrapper > .navigation-buttons {
    min-height: 80px;
  }
}
#header .container.navigation-wrapper > .navigation-buttons button[data-target=login] {
  line-height: 1;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}
@media (min-width: 769px) and (max-width: 992px) {
  #header .container.navigation-wrapper > .navigation-buttons button[data-target=login] {
    margin-left: 0;
  }
}
#header .container.navigation-wrapper > .navigation-buttons button[data-target=login]:hover:before {
  color: #fbdf52;
}
#header .container.navigation-wrapper > .navigation-buttons button[data-target=login]:before {
  content: "\e905";
  display: block;
  font-family: "clovecina";
  color: #000000;
  margin-right: 0;
  font-size: 26px;
}
#header .container.navigation-wrapper > .navigation-buttons button[data-target=login] span {
  display: none;
}
#header .container.navigation-wrapper > .navigation-buttons a[data-target=cart] {
  line-height: 1;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #fbdf52;
}
#header .container.navigation-wrapper > .navigation-buttons a[data-target=cart]:before {
  content: "\e908";
  font-family: "clovecina";
  color: #000000;
  font-size: 24px;
  margin-right: 0;
}
#header .container.navigation-wrapper > .navigation-buttons a[data-target=cart] i {
  border-radius: 100%;
  bottom: 0;
  display: block;
  font-size: 11px;
  font-style: normal;
  height: 17px;
  left: 6px;
  line-height: 11px;
  padding: 3px;
  position: absolute;
  right: auto;
  top: auto;
  width: 17px;
  display: block;
  color: white;
  left: 25px;
  bottom: auto;
  top: -6px;
  background: black;
}
#header .container.navigation-wrapper > .navigation-buttons a[data-target=cart] .cart-price {
  display: none !important;
}
#header .container.navigation-wrapper .header-bottom {
  border: 0;
  width: 100%;
  background-color: transparent;
}
#header .container.navigation-wrapper .header-bottom .container {
  width: 100%;
  min-height: auto;
}
#header .container.navigation-wrapper #navigation {
  background-color: #fffbf2;
}
@media (min-width: 768px) {
  #header .container.navigation-wrapper #navigation {
    background-color: transparent;
    height: 70px;
    overflow: visible;
  }
  #header .container.navigation-wrapper #navigation .navigation-in {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #header .container.navigation-wrapper #navigation .navigation-in {
    width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  #header .container.navigation-wrapper #navigation .navigation-in {
    width: 100%;
  }
}
#header .container.navigation-wrapper #navigation .menu-level-1 > li {
  position: relative;
}
@media (min-width: 768px) {
  #header .container.navigation-wrapper #navigation .menu-level-1 > li:first-child {
    margin-right: 5px;
  }
  #header .container.navigation-wrapper #navigation .menu-level-1 > li:first-child:hover ul {
    opacity: 1;
    visibility: visible;
  }
  #header .container.navigation-wrapper #navigation .menu-level-1 > li:first-child > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 25px;
    padding-right: 25px;
    border: 2px solid #fbdf52;
    position: relative;
  }
  #header .container.navigation-wrapper #navigation .menu-level-1 > li:first-child > a b {
    font-family: "GTSuperText-Bold", Arial, sans-serif;
    font-weight: 800;
  }
  #header .container.navigation-wrapper #navigation .menu-level-1 > li:first-child > a:after {
    content: "\e90e";
    font-family: "clovecina";
    color: black;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 14px;
    right: 6px;
  }
}
#header .container.navigation-wrapper #navigation .menu-level-1 > li a {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  min-height: 36px;
  padding: 2px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
@media (min-width: 1200px) {
  #header .container.navigation-wrapper #navigation .menu-level-1 > li a {
    padding: 2px 6px;
  }
}
@media (min-width: 1440px) {
  #header .container.navigation-wrapper #navigation .menu-level-1 > li a {
    padding: 2px 9px;
  }
}
#header .container.navigation-wrapper #navigation .menu-level-1 > li a:after {
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  #header .container.navigation-wrapper #navigation .menu-level-1 > li a {
    padding: 2px 5px;
    font-size: 15px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  #header .container.navigation-wrapper #navigation .menu-level-1 > li a {
    padding: 2px 5px;
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #header .container.navigation-wrapper #navigation .menu-level-1 > li a {
    padding: 2px 5px;
    font-size: 14px;
  }
}
#header .container.navigation-wrapper #navigation .menu-level-1 > li a b {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
}
#header .container.navigation-wrapper #navigation .menu-level-1 > li a:hover {
  margin-left: 0;
  margin-right: 0;
  text-decoration: none !important;
  color: #fbdf52;
}
#header .container.navigation-wrapper #navigation .menu-level-1 > li a:hover:after {
  color: #fbdf52;
}
#header .container.navigation-wrapper #navigation .menu-level-1 > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  padding-top: 5px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
#header .container.navigation-wrapper #navigation .menu-level-1 > li > ul > ul {
  visibility: hidden;
  border-radius: 16px;
  background-color: #fffbf2;
  padding: 10px 0;
  border: 2px solid #fbdf52;
}
#header .container.navigation-wrapper #navigation .menu-level-1 > li > ul li {
  display: block;
  width: 100%;
}
#header .container.navigation-wrapper #navigation .menu-level-1 > li > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}

@media (min-width: 768px) {
  .desktop .banners-row {
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  #header .navigation-buttons a[data-target=navigation] {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
  }
  #header .navigation-buttons a:before {
    line-height: 60px;
  }
  #header .site-name a img {
    margin: 0 auto;
  }
  #header .container.navigation-wrapper > .site-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .navigation-window-visible .navigation-buttons a[data-target=navigation],
  .navigation-window-visible .navigation-buttons a[data-target=navigation]:hover {
    background-color: transparent;
  }
  #navigation {
    top: 90px;
  }
  #header .navigation-buttons a {
    height: 60px;
    width: 80px;
  }
  #header .search {
    display: block;
  }
  .navigation-window-visible #header .navigation-buttons a:before {
    font-size: 18px;
  }
  .navigation-in {
    background-color: #fffef9;
  }
  #header .container.navigation-wrapper > .navigation-buttons {
    max-height: 60px;
    min-height: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .navigation-window-visible #navigation {
    height: auto;
  }
  .navigation-window-visible #navigation {
    width: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #navigation {
    width: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    border: 0;
    height: auto;
  }
  #header .container.navigation-wrapper .search .searchWhisperer__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .searchWhisperer {
    max-height: calc(100% - 148px);
  }
  #header .container.navigation-wrapper .search .searchWhisperer__additionalResults__link {
    padding: 5px 1px;
  }
  #header .container.navigation-wrapper .search .searchWhisperer__product {
    padding: 5px 0;
  }
  #navigation .navigation-in ul li > a > b {
    text-decoration: none;
  }
  #header .container.navigation-wrapper #navigation .menu-level-1 > li a {
    font-size: 20px;
  }
  .navigation-in ul .menu-level-1 {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  #header .container.navigation-wrapper #navigation .menu-level-1 > li a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #header .container.navigation-wrapper > .navigation-buttons a[data-target=cart] {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .navigation-in ul.menu-level-1 {
    padding-bottom: 15px;
  }
  .navigation-in-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 0px;
  }
  .navigation-in-group .top-nav-button {
    line-height: 1;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
  }
  .navigation-in-group .top-nav-button:before {
    content: "\e905";
    font-family: "clovecina";
    color: #000000;
    margin-right: 0;
    font-size: 26px;
  }
  .navigation-in-group .top-nav-button span {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-navigation-tools__block {
    background-color: #a6b7b3;
    padding: 25px 12px 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-navigation-tools__block .top-navigation-tools__text {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: "GTSuperText-Medium", Arial, sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    font-size: 15px;
  }
  .top-navigation-tools__block .top-navigation-tools__text strong {
    font-family: "GTSuperText-Bold", Arial, sans-serif;
    font-weight: 700;
  }
  .top-navigation-tools__block div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-navigation-tools__block .top-navigation-tools__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 32px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }
  .top-navigation-tools__block .top-navigation-tools__icon:hover:before {
    color: white;
  }
  .top-navigation-tools__block .top-navigation-tools__icon:before {
    font-family: "clovecina";
    font-size: 26px;
    color: white;
    -webkit-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  .top-navigation-tools__block .top-navigation-tools__icon.top-navigation-tools__icon--google:before {
    content: "\e911";
  }
  .top-navigation-tools__block .top-navigation-tools__icon.top-navigation-tools__icon--app:before {
    content: "\e912";
  }
  .top-navigation-tools__block .top-navigation-tools__icon span {
    font-family: "GTSuperText-Regular", Arial, sans-serif;
    font-weight: 400;
    margin-left: 5px;
    color: white;
    font-size: 16px;
    text-decoration: underline;
  }
  .top-navigation-menu {
    width: 100%;
    display: block;
    white-space: normal;
  }
  .top-navigation-menu .top-navigation-bar-menu li {
    padding-right: 0;
  }
  .top-navigation-menu .top-navigation-bar-menu li img {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2px;
    margin-right: 8px;
  }
  .top-navigation-menu .top-navigation-bar-menu li span {
    position: relative;
    line-height: 1.1;
  }
  .top-navigation-bar-menu {
    position: relative;
    top: 0;
    width: 100%;
  }
  .top-navigation-bar-menu .slider-group-navigation {
    width: 100%;
  }
  .top-navigation-bar-menu .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .top-navigation-bar-menu .swiper-slide {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar-menu .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
}
@media (min-width: 768px) {
  .is-scrolling #header {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 6;
    background-color: #fffef9;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.0392156863);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.0392156863);
    -webkit-transition: top 600ms ease;
    transition: top 600ms ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .is-header-fixed.is-header-hidden #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  }
  .is-header-fixed.is-header-scrolling #header {
    position: fixed;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 450ms 250ms ease-out;
    transition: -webkit-transform 450ms 250ms ease-out;
    transition: transform 450ms 250ms ease-out;
    transition: transform 450ms 250ms ease-out, -webkit-transform 450ms 250ms ease-out;
  }
  .is-scrolling #header,
  .is-start-scrolling.is-header-hidden #header {
    position: fixed;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    -webkit-transition: -webkit-transform 450ms 250ms ease-out;
    transition: -webkit-transform 450ms 250ms ease-out;
    transition: transform 450ms 250ms ease-out;
    transition: transform 450ms 250ms ease-out, -webkit-transform 450ms 250ms ease-out;
    transition: transform 450ms 250ms ease-out, -webkit-transform 450ms 250ms ease-out;
  }
  .is-scrolling #content-wrapper {
    padding-top: 80px !important;
  }
  .is-header-fixed.is-header-scrolling #header .site-name a img {
    max-height: 50px;
    min-height: 40px;
  }
  .is-header-fixed.is-header-scrolling #header .header-top {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .is-header-fixed.is-header-scrolling .user-action .popup-widget {
    position: fixed;
    z-index: 99999;
    top: 42px !important;
  }
  .header-top .navigation-buttons .navigation-in > ul > li {
    display: none;
  }
  .header-top .navigation-buttons .navigation-in ul li.menu-item-29,
  .header-top .navigation-buttons .navigation-in ul li.menu-item-723 {
    display: block !important;
  }
  .navigation-buttons .navigation-in {
    width: auto;
    position: relative;
    top: 0 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .navigation-buttons #navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin-right: 10px;
  }
  .header-top .navigation-buttons .navigation-in ul {
    text-align: left;
  }
  .navigation-buttons .navigation-in ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .is-scrolling #header .container.navigation-wrapper #navigation {
    height: 35px;
  }
}
@media (min-width: 992px) {
  .popup-widget.cart-widget {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid #fbdf52;
    border-radius: 25px;
    overflow: hidden;
  }
  .user-action .popup-widget-inner:not(.cart-widget-inner) {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid #fbdf52;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  #header {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: top 450ms ease-out;
    transition: top 450ms ease-out;
  }
  .is-scrolling #header {
    position: fixed;
    top: 0;
    -webkit-transition: top 450ms ease-out;
    transition: top 450ms ease-out;
  }
  .is-scrolling #navigation {
    top: 60px;
  }
}
#navigation {
  background-color: transparent;
}

@media (max-width: 767px) {
  #header .container.navigation-wrapper #navigation .menu-level-1 > li > ul {
    opacity: 1;
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-top: 0;
    visibility: visible;
    display: none;
  }
  #header .container.navigation-wrapper .search {
    width: calc(100% - 70px);
  }
  #header .container.navigation-wrapper .search input:focus,
  #header .container.navigation-wrapper .search input:hover {
    width: 100%;
  }
  .searchWhisperer__product__name {
    font-size: 14px;
    font-weight: 700;
    font-family: "Ambit-Bold", Arial, sans-serif;
    line-height: 1.2;
  }
  .searchWhisperer__product__availability {
    margin-bottom: 0;
    color: #000000;
    font-family: "Satoshi-Medium", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    font-size: 12px;
    color: #667e6c;
  }
}
body.user-action-visible {
  overflow: visible;
}

@media (max-width: 767px) {
  body .cart-widget-inner.popup-widget-inner .cart-widget-products {
    height: calc(100% - 158px);
  }
  body .cart-widget-inner.popup-widget-inner .cart-widget-products {
    height: calc(100% - 158px);
  }
  body.is-scrolling .cart-widget-inner.popup-widget-inner .cart-widget-products {
    height: calc(100% - 128px);
  }
}
@media (max-width: 479px) {
  body .cart-widget-inner.popup-widget-inner .cart-widget-products {
    height: calc(100% - 182px);
  }
  body .cart-widget-inner.popup-widget-inner .cart-widget-products {
    height: calc(100% - 182px);
  }
  body.is-scrolling .cart-widget-inner.popup-widget-inner .cart-widget-products {
    height: calc(100% - 152px);
  }
}
@media (max-width: 767px) {
  #header .container.navigation-wrapper #navigation {
    background: transparent;
    height: calc(100% - 60px);
    overflow: auto;
  }
  .navigation-in {
    height: auto;
  }
  .cart-widget-product-amount .quantity input {
    font-size: 14px;
    height: 40px;
  }
  .cart-widget-product-amount .quantity .decrease,
  .cart-widget-product-amount .quantity .increase {
    height: 40px;
  }
  .cart-widget-product-amount .quantity .increase:before,
  .cart-widget-product-amount .quantity .decrease:before {
    font-size: 10px;
    line-height: 40px;
  }
  body.admin-logged .popup-widget.cart-widget {
    top: 90px;
  }
  body.admin-logged.is-scrolling .popup-widget.cart-widget {
    top: 60px;
  }
}
.messages {
  top: auto;
  bottom: 0;
}

.msg {
  padding: 12px 10px;
}

#header .header-top .navigation-buttons #navigation {
  margin-right: 15px;
  top: 0;
  position: relative;
}
@media (min-width: 768px) {
  #header .header-top .navigation-buttons #navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #header .header-top .navigation-buttons #navigation {
    display: none;
  }
}
#header .header-top .navigation-buttons #navigation .navigation-in > ul > li:first-child {
  font-weight: 400;
}
#header .header-top .navigation-buttons #navigation .navigation-in > ul > li:first-child a {
  border: 0;
  font-weight: 400;
  padding-right: 9px;
}
#header .header-top .navigation-buttons #navigation .navigation-in > ul > li:first-child a:after {
  display: none;
}
#header .header-top .navigation-buttons #navigation .navigation-in > ul > li:first-child a b {
  font-weight: 400;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
}
@media (min-width: 768px) {
  #header .header-top .navigation-buttons #navigation .navigation-in > ul > li {
    display: block;
  }
}
#header .header-top .navigation-buttons #navigation .navigation-in > ul > li a {
  margin-left: 0;
  line-height: 1;
  height: auto;
}

body.after-load:not(.hide-secondary-bar) .top-navigation-bar {
  display: block;
}
@media (max-width: 767px) {
  body.after-load:not(.hide-secondary-bar).is-scrolling #header {
    top: 0;
  }
  body.after-load:not(.hide-secondary-bar) #header {
    top: 30px;
  }
  body.after-load:not(.hide-secondary-bar) .overall-wrapper {
    padding-top: 90px;
  }
}

.hide-secondary-bar .top-navigation-bar {
  display: none;
}
@media (max-width: 767px) {
  .hide-secondary-bar #navigation {
    top: 60px;
  }
  .hide-secondary-bar #header {
    top: 0;
  }
  .hide-secondary-bar .overall-wrapper {
    padding-top: 60px;
  }
  .hide-secondary-bar .user-action-in .popup-widget.cart-widget {
    top: 60px !important;
  }
  .hide-secondary-bar .user-action-in .popup-widget.cart-widget {
    height: calc(100% - 60px);
  }
}
@media (min-width: 768px) {
  .hide-secondary-bar .popup-widget.cart-widget,
  .hide-secondary-bar .popup-widget.login-widget {
    margin-top: -30px !important;
  }
}

#header .top-nav-button.top-nav-button-register {
  display: none;
}

@media (max-width: 767px) {
  :where(body.ums_a11y_login--on) .top-nav-button-login:before {
    display: block;
  }
}

.site-msg-custom.step-1 {
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .site-msg-custom.step-1 {
    margin-top: 21px;
  }
}
.site-msg-custom.step-1 + form {
  margin-top: -30px;
}
.site-msg-custom.step-1 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.site-msg-custom.step-1 .row .col-xs-12 {
  padding: 0 10px;
  margin-bottom: 20px;
}

.site-msg.information {
  background-color: #fbdf52;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  border-radius: 20px;
  border: 3px solid #393a3c;
  background-color: #f5f5d8;
  padding: 16px 24px 16px;
  line-height: 1.2;
  z-index: 2;
  opacity: 0.95;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.site-msg.information .text {
  padding-right: 20px;
}
.site-msg.information .close {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-msg.information .close:hover::before {
  color: #640614;
}
.site-msg.information .close::before {
  color: black;
}

.p .stars {
  height: 18px;
}

.stars {
  height: 16px;
  width: 110px;
  margin-right: 0;
}
.stars span,
.stars a {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 4px;
}
.stars .star:before {
  font-size: 16px;
  line-height: 16px;
}
.stars .star.star-on:before {
  color: #fbdf52;
}
.stars .star.star-half:before {
  color: #fbdf52;
}
.stars .star.star-off:before {
  color: #a6b7b3;
}

.rate-average-wrap .stars {
  height: 20px;
}
.rate-average-wrap .stars a,
.rate-average-wrap .stars span {
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  width: 20px;
}
.rate-average-wrap .stars a:before,
.rate-average-wrap .stars span:before {
  font-size: 20px;
  line-height: 20px;
}

.vote-admin-response,
.vote-rating {
  color: #667e6c;
}

.rate-average,
.rate-wrap .rate-list .star,
.rate-wrap .rate-list .star:hover {
  color: #fbdf52;
}

.app-section {
  position: relative;
  padding-top: 150px;
}
@media (min-width: 768px) {
  .app-section {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .app-section {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .app-section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .app-section .container {
    padding: 0;
  }
  .app-section .container > .row {
    margin: 0;
  }
  .app-section .container > .row > .col-xs-12 {
    padding: 0;
  }
}
.app-section .app-section-content {
  background-color: #ffffff;
  padding: 15px 15px;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 991px) {
  .app-section .app-section-content {
    text-align: center;
  }
}
.app-section .col-xs-12.col-lg-6:last-child {
  -ms-flex-item-align: center;
      align-self: center;
}
.app-section img {
  position: relative;
  display: block;
  margin-top: -120px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .app-section img {
    margin-top: 10px;
    margin-bottom: -120px;
  }
}
@media (min-width: 1200px) {
  .app-section img {
    margin-top: -80px;
    margin-bottom: -120px;
  }
}
.app-section .application__title {
  display: block;
  font-weight: 400;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.2;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .app-section .application__title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .app-section .application__title {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .app-section .application__title {
    font-size: 42px;
  }
}
@media (min-width: 1440px) {
  .app-section .application__title {
    font-size: 48px;
  }
}
.app-section .application__title span {
  display: block;
  font-size: 80%;
}
.app-section .application__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .app-section .application__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
}
.app-section .application__list .application__item {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  color: black;
  opacity: 0.66;
  text-align: center;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  .app-section .application__list .application__item {
    padding: 0 15px;
    margin-right: 0;
  }
}
.app-section .application__list .application__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.app-section .application-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 10px;
  height: 42px;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 16px;
  color: black;
  border: 2px solid #fbdf52;
  background-color: #fbdf52;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 900;
}
@media (min-width: 768px) {
  .app-section .application-btn {
    min-width: 180px;
  }
}
@media (max-width: 369px) {
  .app-section .application-btn {
    font-size: 14px;
  }
}
.app-section .application-btn:hover {
  background-color: var(--color-secondary-hover);
}
.app-section .application__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .app-section .application__btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.app-section .application__btn-group .application__item {
  margin-right: 25px;
}
@media (max-width: 991px) {
  .app-section .application__btn-group .application__item {
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}
.app-section .application-btn__icon {
  margin-right: 10px;
}
.app-section .application-btn__icon:before {
  font-size: 24px;
  color: black;
  font-family: "clovecina";
}
.app-section .application-btn--app .application-btn__icon:before {
  content: "\e912";
}
.app-section .application-btn--google .application-btn__icon:before {
  content: "\e911";
}
.app-section .application__text {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
  display: block;
  color: black;
  opacity: 0.66;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .app-section .application__text {
    margin-bottom: 15px;
  }
}
.app-section .application__text:hover {
  text-decoration: underline;
}

.news-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}

@media (min-width: 480px) {
  .in-index .news-item {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .in-index .news-item {
    margin-right: 16px;
    display: inline-block;
    vertical-align: top;
    width: 230px;
    max-width: 230px;
    white-space: normal;
    margin-bottom: 10px;
  }
  .in-index .news-item:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 479px) {
  .in-index .news-item .text {
    height: 100%;
  }
}
@media (max-width: 479px) {
  .in-index .news-item .image + .text {
    height: calc(100% - 200px);
  }
}
.in-index .news-item .read-article {
  display: inline-block;
}

.type-posts-listing .content-inner > p {
  font-size: 14px;
  line-height: 1.8;
  color: #292929;
}
@media (min-width: 768px) {
  .type-posts-listing .content-inner > p {
    line-height: 1.8;
    font-size: 16px;
  }
}
.type-posts-listing .news-item a img {
  margin-bottom: 0;
}
.type-posts-listing .news-item .text {
  height: auto;
}
.blog-wrapper {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  padding-bottom: 0;
  margin-top: 0;
  margin: 0;
}
.blog-wrapper .text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .blog-wrapper .news-item + .news-item + .news-item {
    display: none;
  }
}

.blog-wrapper .news-item,
.news-item {
  margin-bottom: 32px;
  overflow: hidden;
  display: block;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
}
.blog-wrapper .news-item:last-child,
.news-item:last-child {
  padding-bottom: 0;
}
@media (min-width: 480px) {
  .blog-wrapper .news-item,
  .news-item {
    display: block;
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .blog-wrapper .news-item,
  .news-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 479px) {
  .blog-wrapper .news-item,
  .news-item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .blog-wrapper .news-item,
  .news-item {
    margin-right: 20px;
    width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
            flex: 0 0 calc(33.33% - 20px);
  }
}
.blog-wrapper .news-item:focus .image img, .blog-wrapper .news-item:hover .image img,
.news-item:focus .image img,
.news-item:hover .image img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.blog-wrapper .news-item:focus .text .title, .blog-wrapper .news-item:hover .text .title,
.news-item:focus .text .title,
.news-item:hover .text .title {
  color: #000000;
}
.blog-wrapper .news-item:focus .text .title:hover, .blog-wrapper .news-item:hover .text .title:hover,
.news-item:focus .text .title:hover,
.news-item:hover .text .title:hover {
  color: #fbdf52;
  text-decoration: none;
}
.blog-wrapper .news-item:focus .text .read-article, .blog-wrapper .news-item:hover .text .read-article,
.news-item:focus .text .read-article,
.news-item:hover .text .read-article {
  color: #fbdf52;
  border-color: #fbdf52;
}
.blog-wrapper .news-item .image,
.news-item .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 200px;
}
@media (min-width: 480px) {
  .blog-wrapper .news-item .image,
  .news-item .image {
    height: 300px;
  }
}
.blog-wrapper .news-item .image a,
.news-item .image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.blog-wrapper .news-item .image img,
.news-item .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}
@media (min-width: 480px) {
  .blog-wrapper .news-item .image + .text,
  .news-item .image + .text {
    padding: 30px 22px 30px;
    background-color: white;
    height: calc(100% - 278px);
  }
}
.blog-wrapper .news-item .text,
.news-item .text {
  position: relative;
  padding: 30px 22px 30px;
  background-color: white;
}
@media (min-width: 480px) {
  .blog-wrapper .news-item .text,
  .news-item .text {
    height: 100%;
    padding: 30px 22px 30px;
  }
}
.blog-wrapper .news-item .text .title,
.news-item .text .title {
  font-size: 22px;
  margin-bottom: 12px;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
  -webkit-line-clamp: 2;
  margin-top: 0;
}
@media (min-width: 480px) {
  .blog-wrapper .news-item .text .title,
  .news-item .text .title {
    min-height: 53px;
    margin-bottom: 12px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .blog-wrapper .news-item .text .title,
  .news-item .text .title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.blog-wrapper .news-item .text .description,
.news-item .text .description {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.blog-wrapper .news-item .text .description p,
.news-item .text .description p {
  color: #000000;
  line-height: 1.45;
  font-size: 16px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
}
@media (min-width: 480px) {
  .blog-wrapper .news-item .text .description p,
  .news-item .text .description p {
    font-size: 18px;
  }
}
.blog-wrapper .news-item .text-center,
.news-item .text-center {
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 479px) {
  .blog-wrapper .news-item .text-center,
  .news-item .text-center {
    min-width: auto !important;
    width: 100%;
    max-width: 160px;
  }
}
.blog-wrapper .news-item .btn.btn-primary,
.news-item .btn.btn-primary {
  border: 0 !important;
  background-color: transparent !important;
  border: 0;
  text-transform: none;
  color: #000000 !important;
  padding: 5px 0;
  min-height: auto;
}
.blog-wrapper .news-item .btn.btn-primary:hover,
.news-item .btn.btn-primary:hover {
  color: #fbdf52 !important;
}
.blog-wrapper .news-item .btn.btn-primary:hover:after,
.news-item .btn.btn-primary:hover:after {
  color: #fbdf52;
}
.blog-wrapper .news-item .btn.btn-primary:after,
.news-item .btn.btn-primary:after {
  content: "\e907";
  font-family: "andyhoauto";
  font-size: 20px;
  color: #2a302d;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 0;
}
@media (min-width: 480px) {
  .blog-wrapper .news-item .btn.btn-primary,
  .news-item .btn.btn-primary {
    width: auto;
    margin-top: 0;
  }
}
.blog-wrapper .news-item .read-article,
.news-item .read-article {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 0;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 4px solid #667e6c;
}

.news-item time,
.news-item-detail time {
  margin-bottom: 15px;
  color: #a6b7b3;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  .news-item time,
  .news-item-detail time {
    font-size: 16px;
  }
}

.news-item-detail .blog-headline {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.news-item-detail .blog-headline img {
  width: 100%;
}
.news-item-detail .text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.news-item-detail .text h1 {
  display: none;
}
.news-item-detail .text p {
  line-height: 1.8;
}
.news-item-detail .text h1,
.news-item-detail .text h2,
.news-item-detail .text h3,
.news-item-detail .text h4,
.news-item-detail .text h5,
.news-item-detail .text h6 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.news-item-detail .text h4 {
  font-size: 16px;
}
.news-item-detail .text a {
  text-decoration: underline;
}
.news-item-detail .text img {
  margin: 20px 0;
}
.news-item-detail .text ul,
.news-item-detail .text ol {
  margin-bottom: 2.5rem;
  padding-left: 15px;
}
.news-item-detail .text ul li,
.news-item-detail .text ol li {
  position: relative;
  margin-bottom: 0.3rem;
  font-weight: 400;
  line-height: 1.6;
}
.news-item-detail .text ul li:before,
.news-item-detail .text ol li:before {
  font-size: 12px;
}

.news-item-detail time {
  display: none;
}

.next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.next-prev .btn {
  margin: 10px 5px;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #ffffff;
}
.next-prev .btn:hover {
  color: #ffffff;
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}
.next-prev .btn:first-child {
  background-color: transparent;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
.next-prev .btn:first-child:hover {
  color: #fbdf52;
  background-color: #fffbf2;
  border: 1px solid var(--color-secondary-hover);
}
.next-prev .btn:last-child:first-child:after, .next-prev .btn:last-child:first-child:before {
  display: none;
}
.next-prev .btn:before, .next-prev .btn:after {
  display: none;
}

.content-wrapper {
  background-color: transparent;
}

@media (max-width: 767px) {
  .content-wrapper.container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-wrapper.container .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-wrapper.container .row > div.news-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .content-wrapper.container .row > div.news-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.discussion-form,
.discussion,
.rate-wrapper,
.votes-wrap,
.add-comment,
.welcome div,
.welcome h1 {
  max-width: 100%;
}

.homepage-box.welcome-wrapper {
  border-bottom: 0;
  border-top: 0;
  background-color: transparent;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .homepage-box.welcome-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .homepage-box.welcome-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.homepage-box.welcome-wrapper .container {
  padding: 0;
  width: 100%;
}
.homepage-box.welcome-wrapper .welcome__content {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .homepage-box.welcome-wrapper .welcome__content {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.siteCookies--bottom.siteCookies--scrolled {
  background-color: #000000;
}

.siteCookies__form {
  background-color: white;
  color: #000000;
  padding: 20px 15px 20px;
  -webkit-box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3019607843);
          box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3019607843);
}
@media (min-width: 768px) {
  .siteCookies__form {
    max-width: 470px;
  }
}
.siteCookies__form .siteCookies__text {
  position: relative;
  font-size: 15px;
}
.siteCookies__form .siteCookies__text:before {
  content: "Staráme sa o Vaše súkromie";
  font-weight: 700;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-size: 18px;
  display: block;
  margin-bottom: 12px;
  color: #212121;
  line-height: 1.2;
}
.siteCookies__form .siteCookies__text a {
  color: #fbdf52;
}
.siteCookies__form .siteCookies__button {
  background-color: black;
  border: 1px solid black;
  color: white;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
  min-height: 40px;
  line-height: 1.2;
  font-size: 16px;
}
.siteCookies__form .siteCookies__button:hover {
  background-color: rgb(12.75, 12.75, 12.75);
  border: 1px solid rgb(12.75, 12.75, 12.75);
  color: white;
}

.hp-about-us-content-ext,
.hp-about-us-content {
  position: relative;
  background-color: white;
}
.hp-about-us-content-ext .row,
.hp-about-us-content .row {
  max-width: none !important;
}
.hp-about-us-content-ext img,
.hp-about-us-content img {
  width: 100%;
}
.hp-about-us-content-ext .content-width-770,
.hp-about-us-content .content-width-770 {
  text-align: center;
  padding: 40px 15px 25px;
}
@media (min-width: 768px) {
  .hp-about-us-content-ext .content-width-770,
  .hp-about-us-content .content-width-770 {
    padding: 40px 15px 40px;
  }
}
.hp-about-us-content-ext p,
.hp-about-us-content p {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.hp-about-us-content-ext .content-width-770,
.hp-about-us-content .content-width-770 {
  max-width: 770px;
  margin: 0 auto;
}

.hp-subtitle {
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hp-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .hp-subtitle {
    font-size: 18px;
  }
}

.hp-title {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hp-title {
    margin-bottom: 35px;
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .hp-title {
    font-size: 48px;
  }
}
.hp-title strong {
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
}

.hp-about-us-content {
  border-radius: 12px 12px 0 0;
}

.txt-yellow {
  color: #fbdf52;
}

.txt-brown {
  color: #b66645;
}

.txt-blue {
  color: #5e7361;
}

.welcome-wrapper {
  padding: 0;
  margin: 40px 0 40px;
}
@media (min-width: 768px) {
  .welcome-wrapper {
    margin: 40px 0 80px;
  }
}

.hp-about-us-content-ext {
  background-color: transparent;
  margin-top: 140px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .hp-about-us-content-ext {
    text-align: center;
  }
}
.hp-about-us-content-ext .col-xs-12:last-child {
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 991px) {
  .hp-about-us-content-ext .hp-title,
  .hp-about-us-content-ext .hp-about-us-title {
    margin-top: 35px;
    text-align: center;
  }
}

.margin-top-2 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .margin-top-2 {
    margin-top: 40px;
  }
}

.margin-bottom-2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .margin-bottom-2 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 767px) {
  .in-index #content {
    padding-left: 0;
  }
}
.partners-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px 20px;
}
@media (max-width: 767px) {
  .partners-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.partners-group .partner-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 10px;
}
.partners-group .partner-item img {
  max-width: 125px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-height: 40px;
}
.partners-group .partner-item-text {
  display: inline-block;
  font-size: 18px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  padding: 5px 5px;
  color: #000000;
}
.partners-group .partner-item-text:hover {
  text-decoration: underline;
  color: #fbdf52;
}

.info-bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: black;
  border-radius: 20px;
  border: 3px solid #393a3c;
  font-size: 18px;
  background-color: #f5f5d8;
  padding: 16px 24px 16px;
  line-height: 1.2;
  max-width: 250px !important;
  z-index: 2;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: margin-top 1000ms ease-out;
  transition: margin-top 1000ms ease-out;
}

.info-bubble-hp-1 {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
}
@media (max-width: 991px) {
  .info-bubble-hp-1 {
    display: none;
  }
}
@media (min-width: 1600px) {
  .info-bubble-hp-1 {
    right: -70px;
  }
}

.info-bubble-hp-2 {
  position: absolute;
  bottom: 40px;
  left: -10px;
}
@media (max-width: 991px) {
  .info-bubble-hp-2 {
    bottom: -40px;
  }
}
@media (min-width: 1600px) {
  .info-bubble-hp-2 {
    left: -70px;
  }
}

.info-bubble-hp-3 {
  position: absolute;
  bottom: 50px;
  right: -10px;
}
@media (max-width: 991px) {
  .info-bubble-hp-3 {
    bottom: auto;
    top: -60px;
  }
}
@media (min-width: 1600px) {
  .info-bubble-hp-3 {
    right: -80px;
  }
}

.info-bubble-company-1 {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
}
@media (max-width: 991px) {
  .info-bubble-company-1 {
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    bottom: -80px;
  }
}
@media (min-width: 1600px) {
  .info-bubble-company-1 {
    right: -70px;
  }
}

.info-bubble-detail-1 {
  position: absolute;
  top: 500px;
  left: -10px;
}
@media (max-width: 767px) {
  .info-bubble-detail-1 {
    display: none;
  }
}
@media (min-width: 1600px) {
  .info-bubble-detail-1 {
    left: 70px;
  }
}

.hp-video-section--detail,
.hp-video-section {
  display: block;
  width: 100%;
  cursor: pointer;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .hp-video-section--detail,
  .hp-video-section {
    margin-bottom: 95px;
  }
}

.hp-video-section--detail {
  margin-bottom: 40px;
}
.hp-video-section--detail .hp-video-content {
  margin: 0;
}

.hp-video-content {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hp-video-content {
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
    max-width: none !important;
  }
  .hp-video-content img {
    border-radius: 10px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 230px;
  }
}

.js-gallery a {
  cursor: pointer;
}
.js-gallery a:hover img {
  -webkit-transform: scale(1.02, 1.02);
      -ms-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}
.js-gallery a:hover .hp-video-icon {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.js-gallery a:hover .hp-video-icon:before {
  color: #fbdf52;
}
.js-gallery a img {
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}

.hp-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.3);
}

.hp-video-text-block {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  text-align: center;
  top: calc(50% - 10px);
  padding: 0 15px;
}
@media (min-width: 768px) {
  .hp-video-text-block {
    top: 50%;
  }
}
@media (min-width: 992px) {
  .hp-video-text-block {
    top: calc(50% + 20px);
  }
}

.hp-video-icon {
  position: relative;
  margin-bottom: 0;
  height: 110px;
  display: block;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
@media (min-width: 992px) {
  .hp-video-icon {
    margin-bottom: 20px;
  }
}
.hp-video-icon:before {
  content: "\e90f";
  font-family: "clovecina";
  font-size: 70px;
  color: white;
}

.hp-video-title {
  display: block;
  color: white;
  font-size: 26px;
  max-width: 555px !important;
  line-height: 1.2;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hp-video-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .type-detail .hp-reviews-section {
    padding: 0 10px;
  }
}

.hp-reviews-section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .hp-reviews-section {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hp-reviews-section .hp-subtitle {
    margin-bottom: 15px;
  }
}

.hp-reviews-content {
  text-align: center;
}
.hp-reviews-content .js-slider-group {
  margin-top: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .hp-reviews-content .js-slider-group {
    margin-top: 45px;
    width: 100vw;
    position: relative;
    max-width: none;
    left: calc(50% - 50vw);
  }
}

.hp-reviews-section .swiper-slide {
  height: auto;
}
.hp-reviews-section .hp-subtitle {
  margin-bottom: 15px;
}
.hp-reviews-section .review-item {
  height: 100%;
  padding: 35px 15px 25px;
  text-align: center;
  border: 2px solid #829b88;
  border-radius: 8px;
  background-color: #ffffff;
}
.hp-reviews-section .review-item .stars {
  margin-bottom: 10px;
}
.hp-reviews-section .review-item p {
  margin-bottom: 0;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
}
@media (min-width: 768px) {
  .hp-reviews-section .review-item p {
    line-height: 1.3;
  }
}
.hp-reviews-section .review-item p strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
}

.container--bannersBenefit {
  padding: 0;
}

.txt-underline {
  text-decoration: underline;
}

.benefitBanner {
  margin-bottom: 20px;
  max-width: none;
  width: auto;
  margin: 40px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1250px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .benefitBanner {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .benefitBanner {
    margin-bottom: 40px;
  }
}
.benefitBanner .h4 {
  width: 100%;
}
.benefitBanner .benefitBanner__item {
  margin-bottom: 25px;
  padding: 0 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (min-width: 768px) {
  .benefitBanner .benefitBanner__item {
    margin-bottom: 15px;
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .benefitBanner .benefitBanner__item {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .benefitBanner .benefitBanner__item {
    margin-bottom: 45px;
    padding: 0 15px;
  }
}
@media (min-width: 1440px) {
  .benefitBanner .benefitBanner__item {
    padding: 0 30px;
  }
}

.benefitBanner__link {
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .benefitBanner__link {
    padding: 0 15px;
  }
}
.benefitBanner__link:hover {
  opacity: 1;
}
.benefitBanner__link .benefitBanner__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin: 0 auto;
}
.benefitBanner__link img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media (max-width: 991px) {
  .benefitBanner__link img {
    max-width: 80px;
    max-height: 55px;
  }
}
@media (max-width: 767px) {
  .benefitBanner__link img {
    max-width: 60px;
    max-height: 45px;
    min-height: 45px;
  }
}
.benefitBanner__link .benefitBanner__content {
  display: block;
  position: static;
  padding: 0;
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .benefitBanner__link .benefitBanner__content {
    margin-top: 25px;
  }
}
.benefitBanner__link .benefitBanner__title {
  position: static;
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.2;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  max-width: 220px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .benefitBanner__link .benefitBanner__title {
    line-height: 1.4;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .benefitBanner__link .benefitBanner__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .benefitBanner__link .benefitBanner__title {
    font-size: 18px;
  }
}
.benefitBanner__link .benefitBanner__title strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
}

@media (min-width: 480px) {
  .in-index .products-top .products-block > div {
    width: 100%;
    padding: 0;
    position: relative;
  }
}
.in-index .products-top .products-block > div .swiper-slide {
  height: auto;
}

@media (max-width: 479px) {
  .columns-mobile-2 .search-results .products-block > div,
  .columns-mobile-2 .products-block.products-page > div {
    width: calc(50% - 10px);
  }
}

.search-results .products-block.products,
.products-block.products.products-page {
  margin: 0 -5px;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (min-width: 480px) {
  .search-results .products-block.products,
  .products-block.products.products-page {
    margin: 0 -10px;
  }
}
.search-results .products-block.products .product,
.products-block.products.products-page .product {
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0;
  height: auto;
}
@media (min-width: 480px) {
  .search-results .products-block.products .product,
  .products-block.products.products-page .product {
    margin-bottom: 20px;
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .search-results .products-block.products .product,
  .products-block.products.products-page .product {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .search-results .products-block.products .product,
  .products-block.products.products-page .product {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 479px) {
  .search-results .products-block.products .product .p .ratings-wrapper .stars-wrapper,
  .products-block.products.products-page .product .p .ratings-wrapper .stars-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.products-block .swiper-slide {
  padding-bottom: 20px;
  padding-top: 20px;
}

.products > div {
  border: 0;
}

@media (max-width: 479px) {
  .products-block .product {
    padding: 10px;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .products-block .product .btn.btn-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 40px;
    padding: 0;
    position: relative;
    margin-left: auto;
  }
}
@media (max-width: 479px) {
  .products-block .product .dkLabFavouriteProductDiv {
    top: 0 !important;
    right: 10px !important;
  }
}

@media (min-width: 768px) {
  .in-index .products-block .product {
    height: 100%;
  }
}

.product-slider-holder.has-navigation,
.product-slider-holder {
  padding: 0;
}
@media (max-width: 767px) {
  .product-slider-holder.has-navigation .margin-top-2,
  .product-slider-holder .margin-top-2 {
    margin-top: 20px;
  }
}

.product-slider-holder .product-slider-pagination {
  display: none;
}

.products-block .product {
  position: relative;
  padding: 0 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 0;
  height: 100%;
}
@media (max-width: 479px) {
  .products-block .product {
    height: auto;
  }
}
.products-block .product > p {
  background-color: white;
}
.products-block .product .p-tools {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.products-block .product .p-bottom {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .products-block .product {
    padding: 0 10px;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
}
.products-block .product .availability-amount {
  color: #a6b7b3;
}
.products-block .product .widget-parameter-wrapper {
  position: relative;
  padding-top: 0;
  margin-bottom: 0;
  width: 50%;
  margin-top: 0;
}
@media (max-width: 479px) {
  .products-block .product .widget-parameter-wrapper {
    width: calc(100% - 80px);
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-list {
  width: 100%;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value {
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 5px;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value:last-child {
  margin-right: 0;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value:nth-child(n+5) {
  display: none;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value a {
  padding: 0 4px;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 30px;
  text-align: center;
  border: 1px solid #000000;
  background-color: #fffbf2;
  color: #a6b7b3;
  border-radius: 5px;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value a:hover {
  color: #000000;
  background-color: white;
  border-color: #fbdf52;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.products-block .product.has-discount .p .p-in > .p-bottom .prices {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.products-block .product.has-discount .p .p-in > .p-bottom .price-standard {
  font-size: 14px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #b66645;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .products-block .product.has-discount .p .p-in > .p-bottom .price-standard {
    font-size: 16px;
  }
}
.products-block .product.has-discount .p .p-in > .p-bottom .price-standard strong {
  text-decoration: line-through;
  font-size: 14px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .products-block .product.has-discount .p .p-in > .p-bottom .price-standard strong {
    font-size: 16px;
  }
}
.products-block .product.has-discount .p .p-in > .p-bottom .price-final {
  margin: 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  color: #000000;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 900;
}
@media (min-width: 768px) {
  .products-block .product.has-discount .p .p-in > .p-bottom .price-final {
    font-size: 18px;
  }
}
.products-block .product.has-discount .p .p-in > .p-bottom .price-final strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 900;
}
.products-block .product .p:hover .p-in > .p-bottom .p-tools button.btn.btn-cart,
.products-block .product .p:hover .p-in > .p-bottom .p-tools a.btn.btn-cart,
.products-block .product .p:hover .p-in > .p-bottom .p-tools button.btn.add-to-cart-button,
.products-block .product .p:hover .p-in > .p-bottom .p-tools a.btn.add-to-cart-button {
  color: #fbdf52;
  background-color: transparent;
}
.products-block .product .p:hover .p-in > .p-bottom .p-tools button.btn.btn-cart:after,
.products-block .product .p:hover .p-in > .p-bottom .p-tools a.btn.btn-cart:after,
.products-block .product .p:hover .p-in > .p-bottom .p-tools button.btn.add-to-cart-button:after,
.products-block .product .p:hover .p-in > .p-bottom .p-tools a.btn.add-to-cart-button:after {
  width: 100%;
}
.products-block .product .p .flags-default {
  top: 5px;
  right: 5px;
  left: auto;
}
@media (min-width: 768px) {
  .products-block .product .p .flags-default {
    top: 15px;
    right: 15px;
    left: auto;
  }
}
.products-block .product .p a.image {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .products-block .product .p a.image img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.products-block .product .p .ratings-wrapper {
  min-height: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .products-block .product .p .ratings-wrapper .stars-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 2px;
  }
}
.products-block .product .p .ratings-wrapper .stars-wrapper .star {
  width: 17px;
}
.products-block .product .p .p-in {
  padding: 20px 5px 0;
}
@media (min-width: 768px) {
  .products-block .product .p .p-in {
    padding: 20px 15px 0;
  }
}
.products-block .product .p .p-desc {
  line-height: 1.5;
  font-weight: 400;
  color: #a6b7b3;
  font-size: 13px;
}
@media (min-width: 480px) {
  .products-block .product .p .p-desc {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .products-block .product .p .p-desc {
    font-size: 16px;
  }
}
.products-block .product .p .name {
  height: auto;
  color: #000000;
  font-weight: 700;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  padding: 0;
  min-height: 65px;
}
@media (min-width: 480px) {
  .products-block .product .p .name {
    min-height: 65px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .products-block .product .p .name {
    height: auto;
    font-size: 20px;
    min-height: 50px;
  }
}
.products-block .product .p .name:hover {
  color: #fbdf52;
}
.products-block .product .p .availability {
  margin-bottom: 0;
  color: #000000;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
  color: #667e6c;
}
@media (min-width: 480px) {
  .products-block .product .p .availability {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .products-block .product .p .availability {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .products-block .product .p .availability {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
.products-block .product .p .availability .availability-amount {
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 479px) {
  .products-block .product .p .availability .availability-amount {
    display: none;
  }
}
.products-block .product .p .availability span[style="color:#009901"] {
  color: #667e6c !important;
}
.products-block .product .p .p-in > .p-bottom {
  padding: 0 !important;
}
.products-block .product .p .p-in > .p-bottom > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products-block .product .p .p-in > .p-bottom > div .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: right;
}
@media (max-width: 479px) {
  .products-block .product .p .p-in > .p-bottom > div .prices {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
}
.products-block .product .p .p-in > .p-bottom > div .price-save {
  display: none;
}
.products-block .product .p .p-in > .p-bottom > div .price-final {
  color: #000000;
  font-size: 18px;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 480px) {
  .products-block .product .p .p-in > .p-bottom > div .price-final {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .products-block .product .p .p-in > .p-bottom > div .price-final {
    font-size: 18px;
  }
}
.products-block .product .p .p-in > .p-bottom > div .price-final strong {
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.products-block .product .p .p-in > .p-bottom > div .price-final strong small {
  font-size: inherit;
}
.products-block .product .p .p-in > .p-bottom > div .price-final strong span {
  display: none;
  font-weight: 500;
  font-size: 14px;
}
.products-block .product .p .p-in > .p-bottom > div .price-final span.pr-list-unit {
  font-size: 16px;
  margin-left: 5px;
  display: none;
}
.products-block .product .p .p-in > .p-bottom > div .price-final > span:not(.pr-list-unit) {
  color: #a6b7b3;
  font-size: 14px;
  margin-right: 4px;
  font-weight: 400;
  line-height: 1;
  text-decoration: line-through;
}
@media (min-width: 480px) {
  .products-block .product .p .p-in > .p-bottom > div .price-final > span:not(.pr-list-unit) {
    margin-right: 4px;
  }
}
@media (min-width: 768px) {
  .products-block .product .p .p-in > .p-bottom > div .price-final > span:not(.pr-list-unit) {
    font-size: 16px;
  }
}
.products-block .product .p .p-in > .p-bottom .p-tools {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  margin-top: 0;
  padding: 15px 0 30px;
}
.products-block .product .p .p-in > .p-bottom .p-tools button.btn.btn-cart,
.products-block .product .p .p-in > .p-bottom .p-tools a.btn.btn-cart,
.products-block .product .p .p-in > .p-bottom .p-tools button.btn.add-to-cart-button,
.products-block .product .p .p-in > .p-bottom .p-tools a.btn.add-to-cart-button {
  position: relative;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  min-height: 35px;
  height: 35px;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  color: #000000;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 4px solid #000000;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.products-block .product .p .p-in > .p-bottom .p-tools button.btn.btn-cart:hover,
.products-block .product .p .p-in > .p-bottom .p-tools a.btn.btn-cart:hover,
.products-block .product .p .p-in > .p-bottom .p-tools button.btn.add-to-cart-button:hover,
.products-block .product .p .p-in > .p-bottom .p-tools a.btn.add-to-cart-button:hover {
  color: #fbdf52;
  background-color: transparent;
}
.products-block .product .p .p-in > .p-bottom .p-tools button.btn.btn-cart:hover:after,
.products-block .product .p .p-in > .p-bottom .p-tools a.btn.btn-cart:hover:after,
.products-block .product .p .p-in > .p-bottom .p-tools button.btn.add-to-cart-button:hover:after,
.products-block .product .p .p-in > .p-bottom .p-tools a.btn.add-to-cart-button:hover:after {
  width: 100%;
}
.products-block .product .p .p-in > .p-bottom .p-tools button.btn.btn-cart:after,
.products-block .product .p .p-in > .p-bottom .p-tools a.btn.btn-cart:after,
.products-block .product .p .p-in > .p-bottom .p-tools button.btn.add-to-cart-button:after,
.products-block .product .p .p-in > .p-bottom .p-tools a.btn.add-to-cart-button:after {
  content: "" !important;
  width: 0;
  z-index: 2;
  display: block !important;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #fbdf52;
  -webkit-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
}
.products-block .product .p .p-in > .p-bottom .p-tools button.btn.btn-cart:before,
.products-block .product .p .p-in > .p-bottom .p-tools a.btn.btn-cart:before,
.products-block .product .p .p-in > .p-bottom .p-tools button.btn.add-to-cart-button:before,
.products-block .product .p .p-in > .p-bottom .p-tools a.btn.add-to-cart-button:before {
  content: "\e90b";
  margin: 0;
  font-size: 17px;
  font-family: "clovecina";
  color: #fbdf52;
  position: absolute;
  display: block !important;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-btn-block {
  text-align: center;
  margin-top: 25px;
}

.products-block .p {
  position: static;
}

.products-top-group--first {
  position: relative;
}
.products-top-group--first:before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  display: block;
  width: 100vw;
  height: 180px;
  background-image: url("/user/documents/public/images/lines.png?v=1");
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .products-top-group--first:before {
    left: calc(50% - 50vw - 10px);
  }
}

.products-top {
  z-index: 3;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .products-top {
    margin-bottom: 30px;
  }
}
.products-top:last-child {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .products-top {
    margin-left: 0;
    margin-right: 0;
  }
}
.products-top.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.p:hover .btn-cart {
  color: white;
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

.products-block .product .p:hover .p-in > .p-bottom .p-tools .btn.btn-primary {
  text-decoration: none;
  color: #fbdf52;
  background-color: transparent;
}
.products-block .product .p:hover .p-in > .p-bottom .p-tools .btn.btn-primary:after {
  width: 100%;
}

.products-block > div .p .p-bottom > div .p-tools .btn.btn-primary {
  margin: 0 auto;
  min-width: 100px;
  white-space: nowrap;
  width: auto;
  position: relative;
  font-size: 14px;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 0;
  min-height: 40px;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  color: #000000;
  font-weight: 700;
  line-height: 1 !important;
  background-color: transparent;
  border: 0;
  border-bottom: 4px solid #000000;
  position: relative;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 35px;
  height: 35px;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  color: #000000;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 4px solid #000000;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  text-decoration: none;
}
.products-block > div .p .p-bottom > div .p-tools .btn.btn-primary:hover {
  text-decoration: none;
  color: #fbdf52;
  background-color: transparent;
}
.products-block > div .p .p-bottom > div .p-tools .btn.btn-primary:hover:after {
  width: 100%;
}
.products-block > div .p .p-bottom > div .p-tools .btn.btn-primary:after {
  content: "" !important;
  width: 0;
  z-index: 2;
  display: block !important;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #daab28;
  -webkit-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
}

.product .btn.btn-cart,
.product a.btn.btn-cart,
.product .btn.add-to-cart-button,
.product a.btn.add-to-cart-button {
  position: relative;
  font-size: 14px;
  padding-left: 22px;
  padding-right: 22px;
  min-height: 40px;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  color: #000000;
  font-weight: 700;
  background-color: transparent;
  border-bottom: 4px solid #000000;
}
.product .btn.btn-cart:hover,
.product a.btn.btn-cart:hover,
.product .btn.add-to-cart-button:hover,
.product a.btn.add-to-cart-button:hover {
  color: #000000;
  background-color: transparent;
}
.product .btn.btn-cart:before,
.product a.btn.btn-cart:before,
.product .btn.add-to-cart-button:before,
.product a.btn.add-to-cart-button:before {
  content: "\e90b";
  margin: 0;
  font-size: 16px;
  font-family: "clovecina";
  color: #fbdf52;
  position: absolute;
  display: block !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .columns-mobile-2 .products-block > div .prices {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .columns-mobile-2 .products-block > div .p-bottom .p-tools {
    text-align: right;
  }
  .columns-mobile-2 .products-block > div .flags .flag.flag-discount {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.products-block > div:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dkLabFavProductSpan.hasIcon:before,
.dkLabFavDetailSpan.hasIcon:before,
.dkLabFavFlagProduct.hasIcon > span:before,
.dkLabFavFlagDetail.hasIcon > span:before {
  content: "\e900";
  position: relative;
  top: 1px;
  font-size: 100%;
  font-family: oblibene;
  margin-right: 5px;
  font-size: 12px;
}

.dkLabFavouriteProductDiv {
  top: -4px;
  right: 0;
}
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkRemove:hover:before,
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkAdd:hover:before {
  color: #fbdf52;
}
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkRemove:before,
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkAdd:before {
  font-size: 20px;
}
@media (min-width: 480px) {
  .dkLabFavouriteProductDiv .dkLabFavouriteProductLinkRemove:before,
  .dkLabFavouriteProductDiv .dkLabFavouriteProductLinkAdd:before {
    font-size: 24px;
  }
}
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkRemove.hasIcon:before {
  position: relative;
  z-index: 2;
  color: #640614;
}

.product .p {
  border: 2px solid #fdf3b9 !important;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px 10px 10px;
}

.product .p-in {
  height: auto !important;
  text-align: center;
  border-top: 0;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.products-block .p .flags-default {
  text-align: left;
}

.widget-parameter-wrapper .widget-parameter-more.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: visible;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
.widget-parameter-wrapper .widget-parameter-more.show span {
  color: #000000;
}

.widget-parameter-wrapper .widget-parameter-more.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
.widget-parameter-wrapper .widget-parameter-more.visible span {
  color: #000000;
}

.product-appendix {
  font-size: 80%;
  color: var(--color-secondary);
}

.product-slider-holder .product-slider-navigation {
  top: 30px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 100%;
  text-align: center;
  background-color: #fdf3b9;
  border-radius: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .product-slider-holder .product-slider-navigation {
    display: none;
  }
}
.product-slider-holder .product-slider-navigation:before {
  content: "";
  font-family: "clovecina";
  font-size: 16px;
  color: #000000;
}
.product-slider-holder .product-slider-navigation:focus, .product-slider-holder .product-slider-navigation:hover {
  background-color: #fbdf52;
}
.product-slider-holder .product-slider-navigation:focus:before, .product-slider-holder .product-slider-navigation:hover:before {
  color: #000000;
}
.product-slider-holder .product-slider-navigation.navigation-prev {
  left: auto;
  right: 70px;
}
.product-slider-holder .product-slider-navigation.navigation-next {
  right: 10px;
}

.product-slider-holder.has-navigation,
.product-slider-holder {
  width: auto;
  margin: 0 0 55px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-slider-holder.has-navigation,
  .product-slider-holder {
    margin-right: -40px;
    margin-left: -10px;
  }
  .product-slider-holder.has-navigation .btn-link-fill,
  .product-slider-holder .btn-link-fill {
    margin-left: -30px;
  }
}
@media (min-width: 768px) {
  .product-slider-holder.has-navigation,
  .product-slider-holder {
    overflow: visible !important;
    margin: -90px -10px 90px;
    padding-top: 80px;
  }
}
.product-slider-holder.has-navigation .products-block .product,
.product-slider-holder .products-block .product {
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-slider-holder .product-slider {
  padding: 0;
}

.columns-mobile-2 .product-slider-holder .products-block .p .name {
  height: auto;
  -webkit-line-clamp: 3;
}

@media (min-width: 321px) and (max-width: 767px) {
  .in-index.columns-mobile-2 .products-block > div:nth-child(odd) {
    padding-right: 3px;
    padding-left: 3px;
  }
  .in-index.columns-mobile-2 .products-block > div:nth-child(2n) {
    padding-right: 3px;
    padding-left: 3px;
  }
}
@media (max-width: 767px) {
  #accordion-content .shp-accordion .shp-accordion-link {
    font-size: 20px;
  }
  #accordion-content .shp-accordion .shp-accordion-link:after {
    font-size: 16px;
  }
  body.in-index .products {
    width: 100% !important;
  }
  body.in-index .products .products-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100% !important;
    margin: 0 -10px 0 -10px;
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
  }
  body.in-index .products .products-block .product {
    float: none !important;
    padding: 0 3px 15px;
    clear: none;
    margin-bottom: 10px;
    display: inline-block !important;
    vertical-align: top;
    width: calc(50vw - 20px) !important;
    max-width: calc(50vw - 20px) !important;
    min-width: calc(50vw - 20px) !important;
    white-space: normal;
  }
  body.in-index .products .products-block .product:first-child {
    margin-left: 30px;
  }
  body.in-index .products .products-block .product:last-child {
    margin-right: 30px;
  }
}
.type-post .custom-footer__newsletter {
  padding-top: 0;
}
@media (min-width: 480px) {
  .type-post .products .product {
    margin-bottom: 10px;
  }
}
.type-post .products .product:nth-child(n+7) {
  display: none;
}
@media (max-width: 767px) {
  .type-post .products.products-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: auto !important;
    margin: 0 -20px 0 -25px;
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
  }
  .type-post .products.products-block .product {
    float: none !important;
    padding: 0 3px 15px;
    clear: none;
    margin-bottom: 10px;
    display: inline-block !important;
    vertical-align: top;
    width: calc(50vw - 20px) !important;
    max-width: calc(50vw - 20px) !important;
    min-width: calc(50vw - 20px) !important;
    white-space: normal;
  }
  .type-post .products.products-block .product:first-child {
    margin-left: 30px;
  }
  .type-post .products.products-block .product:last-child {
    margin-right: 10px;
  }
}

@media (min-width: 480px) {
  .navigation-buttons {
    z-index: auto;
  }
}
@media (min-width: 768px) {
  .product-slider-holder .product-slider {
    overflow: visible !important;
  }
}
@media (min-width: 768px) {
  .product-slider-holder .product-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: 2;
    background-color: #fffef9;
    height: 100%;
    width: calc((100vw - 747px - 15px) / 2);
  }
}
@media (min-width: 992px) {
  .product-slider-holder .product-slider:before {
    width: calc((100vw - 972px - 15px) / 2);
  }
}
@media (min-width: 1200px) {
  .product-slider-holder .product-slider:before {
    width: calc((100vw - 1178px - 15px) / 2);
  }
}
@media (min-width: 1440px) {
  .product-slider-holder .product-slider:before {
    width: calc((100vw - 1418px - 15px) / 2);
  }
}
@media (min-width: 1600px) {
  .product-slider-holder .product-slider:before {
    width: calc((100vw - 1520px - 15px) / 2);
  }
}

.search-results .products-block.products,
.products-block.products.products-page {
  width: 100%;
}

.flag {
  padding: 4px 5px;
  text-align: center;
  font-size: 12px;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  float: none;
  clear: both;
  text-transform: none;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 2px;
}
@media (min-width: 480px) {
  .flag {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .flag {
    padding: 6px 8px;
    font-size: 14px;
  }
}
.flag.flag-new {
  background-color: #707072;
  color: #ffffff;
}
.flag.flag-tip {
  background-color: #b66645;
  color: #ffffff;
}
.flag.flag-bestseller {
  background-color: #fbdf52;
  color: #000000;
}
.flag.flag-action {
  background-color: #fbdf52;
  color: #000000;
}
.flag.flag-freeshipping {
  border-radius: 15px;
  background-color: #a6b7b3;
  color: #ffffff;
  height: auto;
  width: auto;
  font-weight: 500;
  margin-right: 0;
  max-width: none;
}
.flag.flag-freeshipping .icon-van {
  display: none;
}
.flag.flag-freeshipping .flag-text {
  text-transform: none;
  font-weight: 500;
}
.flag.flag-velkoobchodna-cena {
  display: none;
}
.flag.flag-discount {
  background-color: #fbdf52;
  color: #000000;
}
.flag.flag-discount .price-standard {
  display: none;
}
.flag.flag-discount .price-save {
  color: #000000;
}

.up-container .up-products .up-product.with-button .up-product-add-to-cart a,
.up-container .up-products .up-product.with-button .up-product-remove-from-cart a,
.up-container .up-products .up-product.with-button .up-product-select-addon-button a {
  color: #000000 !important;
}

.up-container .up-products .up-product.with-button .up-product-add-to-cart a svg,
.up-container .up-products .up-product.with-button .up-product-remove-from-cart a svg,
.up-container .up-products .up-product.with-button .up-product-select-addon-button a svg {
  fill: #000000 !important;
}

.p:hover .flag {
  opacity: 1;
}

.flags-extra .flag.flag-discount {
  padding: 5px 5px;
  min-width: auto;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .flags-extra .flag.flag-discount {
    width: 60px;
    height: 60px;
  }
}
.flags-extra .flag .price-save {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 480px) {
  .flags-extra .flag .price-save {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .flags-extra .flag .price-save {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .columns-mobile-2 .products-block > div .flags-extra .flag {
    min-width: auto;
    height: 50px;
    width: 50px;
    margin-right: 0;
    border-radius: 100%;
  }
  .columns-mobile-2 .products-block > div .flags-extra {
    bottom: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hp-why-us-section {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .hp-why-us-section {
    margin-bottom: 65px;
  }
}

.hp-why-us-content {
  background-color: #fbdf52;
  border-radius: 12px;
  overflow: hidden;
}
.hp-why-us-content .row {
  max-width: none;
}
@media (min-width: 768px) {
  .hp-why-us-content .col-md-6 {
    max-width: 50%;
  }
}
.hp-why-us-content .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-why-us-content .swiper-container,
.hp-why-us-content .swiper-wrapper,
.hp-why-us-content .swiper-slide,
.hp-why-us-content .swiper-slide img,
.hp-why-us-content .js-slider-group {
  height: 100%;
}
.hp-why-us-content .js-slider-group {
  position: relative;
}
.hp-why-us-content .js-slider-group .swiper-pagination {
  width: auto;
  right: 30px;
  bottom: 15px;
}

.js-slider-why-us .swiper-slide {
  position: relative;
}
.js-slider-why-us .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(69, 37, 24);
  background: linear-gradient(20deg, rgba(69, 37, 24, 0) 0%, rgb(69, 37, 24) 59%);
  z-index: 2;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .js-slider-why-us .swiper-slide:after {
    top: auto;
    bottom: 0;
    background: linear-gradient(160deg, rgba(69, 37, 24, 0) 0%, rgb(69, 37, 24) 59%);
  }
}
.js-slider-why-us .swiper-slide img {
  position: relative;
  z-index: 1;
}
.js-slider-why-us .flag {
  margin-bottom: 20px;
  padding: 6px 8px;
}
.js-slider-why-us .arrow-icon {
  min-width: 30px;
  margin-left: auto;
}
.js-slider-why-us .hp-subtitle {
  display: block;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .js-slider-why-us .hp-subtitle {
    font-size: 16px;
  }
}
.js-slider-why-us .hp-title {
  display: block;
  line-height: 1;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 40px;
}
@media (min-width: 992px) {
  .js-slider-why-us .hp-title {
    font-size: 48px;
  }
}
.js-slider-why-us .why-us-text-block {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: right;
  z-index: 3;
  display: block;
}
@media (max-width: 991px) {
  .js-slider-why-us .why-us-text-block {
    top: auto;
    bottom: 80px;
  }
}

.arrow-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
}
.arrow-icon:after {
  font-family: "clovecina";
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #ffffff;
  font-size: 10px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  color: #ffffff;
  line-height: 1;
}

.arrow-icon--white:after {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.arrow-icon--right:after {
  content: "\e910";
}

.hp-title--white,
.hp-subtitle--white {
  color: white;
}

.welcome-wrapper ul.heart-list li:before {
  display: none;
}

.hp-why-us-info-block {
  padding: 20px 20px;
}
@media (min-width: 768px) {
  .hp-why-us-info-block {
    padding: 40px 40px;
  }
}
.hp-why-us-info-block .hp-subtitle {
  display: block !important;
  font-size: 16px;
}

.heart-list {
  padding-left: 0;
  margin: 0;
}
.heart-list li {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  color: #000000;
  line-height: 1.2;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 768px) {
  .heart-list li {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .heart-list li {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .heart-list li {
    font-size: 22px;
  }
}
.heart-list li:last-child {
  margin-bottom: 0;
}
.heart-list li strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
}
.heart-list li:after {
  content: "\e90c";
  font-size: 26px;
  position: absolute;
  top: -3px;
  left: 0;
  font-family: "clovecina";
}

.breadcrumbs,
.breadcrumbs-wrapper {
  display: none;
}

.headline-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .headline-block {
    margin-bottom: 60px;
  }
}
.headline-block p {
  font-size: 18px;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
}
.headline-block p strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
}
.headline-block p a {
  text-decoration: underline;
  color: #000000;
}

.gallery-block a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 65%;
}
.gallery-block a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .gallery-block a {
    margin-bottom: 50px;
  }
}

.in-ludskost-do-firiem article header {
  display: none;
}
.in-ludskost-do-firiem .custom-footer__newsletter {
  display: none;
}

#content {
  padding-top: 20px;
}
@media (min-width: 768px) {
  #content {
    padding-top: 40px;
  }
}

.gutter-50 {
  margin: 0 -25px;
}
.gutter-50 > .col-xs-12 {
  padding: 0 25px;
}

.gutter-60 {
  margin: 0 -30px;
}
.gutter-60 > .col-xs-12 {
  padding: 0 30px;
}

.in-nas-pribeh article header {
  display: none;
}
.in-nas-pribeh .custom-footer__newsletter {
  display: none;
}

.story-title {
  display: block;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .story-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .story-title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .story-title {
    font-size: 32px;
  }
}

.our-story {
  position: relative;
}

.our-story__item {
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .our-story__item {
    margin-bottom: 60px;
  }
}
.our-story__item:last-child {
  margin-bottom: 40px;
}
.our-story__item:nth-child(even) .our-story__text-block {
  text-align: right;
}

.our-story__text-block {
  -ms-flex-item-align: center;
      align-self: center;
}
.our-story__text-block .hp-subtitle {
  margin-bottom: 10px;
}

.our-story__image-block {
  margin: 0 auto;
  text-align: center;
}
.our-story__image-block img {
  margin: 0 auto;
}

.story-arrow {
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .story-arrow {
    bottom: -90px;
    max-width: 80px;
    max-height: 90px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .story-arrow {
    bottom: -70px;
    max-width: 70px;
    max-height: 80px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .story-arrow {
    bottom: -70px;
    max-width: 80px;
    max-height: 80px;
  }
}

@media (min-width: 768px) {
  .story-arrow-1 {
    position: absolute;
    bottom: -150px;
    left: 45%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .story-arrow-1 {
    bottom: -50px;
    left: 50%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .story-arrow-1 {
    bottom: -80px;
    left: 50%;
  }
}

@media (min-width: 768px) {
  .story-arrow-3 {
    position: absolute;
    bottom: -100px;
    left: 46%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .story-arrow-3 {
    bottom: -60px;
    left: 50%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .story-arrow-3 {
    bottom: -80px;
    left: 50%;
  }
}

.in-podcasty .sidebar {
  display: none;
}
.in-podcasty .content-inner h1 {
  display: none;
}
.in-podcasty #content {
  padding-left: 0;
  margin-bottom: 40px;
}

.type-posts-listing .sidebar {
  display: none;
}
.type-posts-listing .content-inner h1 {
  display: none;
}
.type-posts-listing #content {
  padding-left: 0;
  margin-bottom: 40px;
}
.type-posts-listing .subcategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -6px 20px;
}
@media (min-width: 768px) {
  .type-posts-listing .subcategories {
    margin: 0 -6px 50px;
  }
}
.type-posts-listing .subcategories li {
  padding: 6px;
  margin-bottom: 12px;
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (min-width: 480px) {
  .type-posts-listing .subcategories li {
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media (min-width: 768px) {
  .type-posts-listing .subcategories li {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.type-posts-listing .subcategories li a {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  border: 0;
  background-color: #640614;
  padding: 8px 10px;
}
@media (min-width: 480px) {
  .type-posts-listing .subcategories li a {
    padding: 16px 15px;
  }
}
.type-posts-listing .subcategories li a:hover {
  background-color: var(--color-secondary-hover);
}
.type-posts-listing .subcategories li a:before {
  display: none;
}
.type-posts-listing .subcategories li a .image {
  display: none;
}
.type-posts-listing .subcategories li a .text {
  width: 100%;
  text-align: center;
  max-height: auto;
  color: #000000;
  line-height: 1.6;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 480px) {
  .type-posts-listing .subcategories li a .text {
    font-size: 16px;
  }
}

.in-vyhledavani .sidebar,
.type-post .sidebar {
  display: none;
}
.in-vyhledavani #content,
.type-post #content {
  padding-left: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .content {
    padding-right: 0;
  }
}
.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  width: auto;
}
@media (min-width: 992px) {
  .news-wrapper {
    margin: 0 -15px;
  }
}
.news-wrapper .news-item {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-color: white;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .news-wrapper .news-item {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .news-wrapper .news-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .news-wrapper .news-item {
    width: calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 30px);
            flex: 0 0 calc(33.33% - 30px);
  }
}
.news-wrapper .news-item:hover .image img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.news-wrapper .news-item .news-item-link-img {
  margin-right: 0;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 0;
  overflow: hidden;
}
.news-wrapper .news-item .news-item-link-img .news-image {
  margin-bottom: 0;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
.news-wrapper .news-item .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-wrapper .news-item .text h2 {
  width: 100%;
  font-size: 22px;
  margin-bottom: 12px;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
  -webkit-line-clamp: 2;
  margin-top: 0;
}
.news-wrapper .news-item .text h2 a {
  color: #000000;
}
@media (min-width: 480px) {
  .news-wrapper .news-item .text h2 {
    min-height: 53px;
    margin-bottom: 12px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .news-wrapper .news-item .text h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.news-wrapper .news-item .text .description {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
}
.news-wrapper .news-item .text .description p {
  margin-bottom: 10px !important;
}
.news-wrapper .news-item .text time {
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.news-item time,
.news-item .reading-time {
  color: #667e6c;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}

.blog-info-block {
  text-align: center;
  margin-bottom: 40px;
}

.news-item-detail .article-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: #640614;
  color: #fffbf2;
  z-index: 1;
  margin-right: 5px;
}
.news-item-detail h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .news-item-detail h1 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.news-item-detail time,
.news-item-detail .reading-time {
  font-size: 15px;
}
.news-item-detail time:before,
.news-item-detail .reading-time:before {
  top: 2px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .type-page .text,
  .news-item-detail .text {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}
.type-page .text h2,
.news-item-detail .text h2 {
  font-weight: 400;
  font-size: 26px;
  color: #000000;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .type-page .text h2,
  .news-item-detail .text h2 {
    font-size: 32px;
  }
}
.type-page .text h3,
.news-item-detail .text h3 {
  font-weight: 400;
  color: #000000;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  line-height: 1.4;
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .type-page .text h3,
  .news-item-detail .text h3 {
    font-size: 24px;
  }
}
.type-page .text h4,
.news-item-detail .text h4 {
  font-weight: 400;
  color: #000000;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .type-page .text h4,
  .news-item-detail .text h4 {
    font-size: 20px;
  }
}
.type-page .text p,
.news-item-detail .text p {
  line-height: 1.5;
  font-size: 18px;
  color: #000000;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.type-page .text p strong,
.news-item-detail .text p strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
}
.type-page .text p a,
.news-item-detail .text p a {
  color: #fbdf52;
  text-decoration: underline;
}

.blog-bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 15px;
  margin-bottom: 50px;
  background-color: #640614;
}
@media (min-width: 768px) {
  .blog-bottom-block {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-bottom-block .share-text {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 1.6;
  margin-right: 10px;
}
.blog-bottom-block .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-bottom-block .share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    width: 100%;
  }
}
.blog-bottom-block .share .fb_iframe_widget {
  border: 1px solid #640614;
  width: 35px;
  height: 35px;
  position: relative;
  border-radius: 100%;
}
.blog-bottom-block .share .fb_iframe_widget:hover:after {
  background-color: #640614;
  color: white;
}
.blog-bottom-block .share .fb_iframe_widget:after {
  content: "\e900";
  font-family: "shoptet";
  color: #00ae27;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  padding-right: 1px;
  padding-bottom: 3px;
  background: #ecf8ea;
  z-index: 2;
  position: relative;
  pointer-events: none;
}
.blog-bottom-block .share .fb_iframe_widget span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 35px !important;
  width: 35px !important;
  z-index: 2;
}
.blog-bottom-block .next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0;
  margin: 0 -3px;
}
@media (max-width: 767px) {
  .blog-bottom-block .next-prev {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    width: 100%;
  }
}
.blog-bottom-block .next-prev a {
  margin: 0 3px;
  background-color: #640614;
  border: 1px solid #640614;
  color: #640614;
}
.blog-bottom-block .next-prev a:hover {
  background-color: #640614;
  border: 1px solid #640614;
  color: #ffffff;
}

table.table-column-2 {
  display: block;
}
table.table-column-2 tbody {
  display: block;
}
table.table-column-2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
table.table-column-2 tr td {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  table.table-column-2 tr td {
    width: 50%;
  }
}

.type-posts-listing .pagination-wrapper .pagination-top {
  display: none;
}
.type-posts-listing .pagination-wrapper .pagination {
  text-align: center;
  width: 100%;
}
.type-posts-listing .pagination-wrapper .pagination-loader {
  width: 100%;
}

@media (min-width: 992px) {
  .type-category .pagination-wrapper .pagination {
    position: relative;
    top: -40px;
  }
  .type-category .pagination-top {
    position: relative;
    top: -40px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .pagination,
  .pagination-loader,
  .pagination-top {
    min-width: auto;
    text-align: inherit;
  }
}

.pagination-wrapper {
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .pagination-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .pagination-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pagination-wrapper .pagination-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .pagination-wrapper .pagination-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pagination-wrapper .pagination-top > strong {
  display: none;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .pagination-wrapper .pagination-top {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 0;
  }
}
.pagination-wrapper .pagination-top strong {
  color: #fbdf52;
}
.pagination-wrapper .pagination-top .pagination-link.up {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 2px;
  border-radius: 20px;
  color: white;
  background-color: var(--color-secondary);
  margin-left: 0;
}
.pagination-wrapper .pagination-top .pagination-link.up:before {
  font-size: 12px;
  color: white;
}
.pagination-wrapper .pagination-loader .btn {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  height: 50px;
  min-height: 50px;
  background-color: #fbdf52;
  border-color: #fbdf52;
  color: white;
}
.pagination-wrapper .pagination-loader .btn:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: white;
}
.pagination-wrapper .pagination > strong,
.pagination-wrapper .pagination > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  margin-left: 0;
  color: #000000;
  font-size: 14px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  vertical-align: middle;
  margin: 0 3px;
  background-color: transparent;
}
.pagination-wrapper .pagination > strong:before,
.pagination-wrapper .pagination > a:before {
  font-size: 12px;
  color: #000000;
}
.pagination-wrapper .pagination > strong:hover,
.pagination-wrapper .pagination > a:hover {
  color: #fbdf52;
}
.pagination-wrapper .pagination > strong.current,
.pagination-wrapper .pagination > a.current {
  background-color: #fbdf52;
  color: #ffffff;
}
.pagination-wrapper .pagination > strong.pagination-link,
.pagination-wrapper .pagination > a.pagination-link {
  color: #000000;
  background-color: transparent;
}

#content .btn.unveil-button,
#footer .btn.unveil-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.content-inner {
  max-width: 100%;
}

.type-post h1,
.type-posts-listing h1,
.type-page h1 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  font-size: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .type-post h1,
  .type-posts-listing h1,
  .type-page h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .type-post h1,
  .type-posts-listing h1,
  .type-page h1 {
    font-size: 40px;
  }
}

ul.manufacturers li a {
  color: #000000;
}
ul.manufacturers li a:hover {
  color: #fbdf52;
  text-decoration: underline;
}

ul.manufacturers > li:hover h2 {
  color: #fbdf52;
}

.type-page #content,
.in-kontakty #content {
  margin-bottom: 40px;
}
.type-page article > div > p,
.in-kontakty article > div > p {
  text-align: center;
}
.type-page article header h1,
.in-kontakty article header h1 {
  text-align: center;
  margin-bottom: 25px;
}

.type-page .content-inner h3 {
  color: #000000;
  font-size: 22px;
  margin-bottom: 25px;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  line-height: 1.4;
  font-weight: 500;
}
@media (min-width: 768px) {
  .type-page .content-inner h3 {
    font-size: 26px;
  }
}
.type-page .content-inner p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}
.type-page .content-inner p a {
  color: #000000;
  text-decoration: underline;
}
.type-page .content-inner p a.txt-yellow {
  color: #fbdf52;
}

.in-kontakty #content {
  margin-bottom: 0;
}
.in-kontakty #content .box.box-bg-variant small {
  line-height: 1.2;
  color: #a6b7b3;
}
.in-kontakty #content .box.box-bg-variant ul {
  margin-top: 0;
  margin-bottom: 16px;
}
.in-kontakty #content .box.box-bg-variant ul li {
  color: #000000;
}
.in-kontakty #content .box.box-bg-variant ul li strong {
  color: #fbdf52;
}
.in-kontakty #content .box.box-bg-variant p {
  margin-bottom: 15px;
  line-height: 1.4;
}
.in-kontakty #content .box.box-contact ul {
  padding-left: 0;
  margin-bottom: 0;
}
.in-kontakty #content .contact-form p {
  text-align: left;
  font-weight: 900;
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .in-kontakty #content .contact-form p {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .in-kontakty #content .contact-form p {
    font-size: 30px;
  }
}
.in-kontakty #content .contact-form #formContact {
  max-width: 1200px;
  margin: 0 auto;
}

.type-posts-listing .contact-section h1,
.type-page .contact-section h1 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .type-posts-listing .contact-section h1,
  .type-page .contact-section h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .type-posts-listing .contact-section.contact-section--montaz .contact-left-panel,
  .type-page .contact-section.contact-section--montaz .contact-left-panel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.type-posts-listing .contact-section .contact-bottom-panel,
.type-page .contact-section .contact-bottom-panel {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.type-posts-listing .contact-section .contact-list,
.type-page .contact-section .contact-list {
  margin-bottom: 50px;
}
.type-posts-listing .contact-section .contact-subheadline,
.type-page .contact-section .contact-subheadline {
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 16px;
  color: #fbdf52;
  margin-top: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .type-posts-listing .contact-section .contact-subheadline,
  .type-page .contact-section .contact-subheadline {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.type-posts-listing .contact-section .contact-subheadline.contact-subheadline--ext,
.type-page .contact-section .contact-subheadline.contact-subheadline--ext {
  font-size: 16px;
}
@media (min-width: 768px) {
  .type-posts-listing .contact-section .contact-subheadline.contact-subheadline--ext,
  .type-page .contact-section .contact-subheadline.contact-subheadline--ext {
    font-size: 20px;
  }
}
.type-posts-listing .contact-section .contact-subheadline.contact-subheadline--small,
.type-page .contact-section .contact-subheadline.contact-subheadline--small {
  font-size: 16px;
}
@media (min-width: 768px) {
  .type-posts-listing .contact-section .contact-subheadline.contact-subheadline--small,
  .type-page .contact-section .contact-subheadline.contact-subheadline--small {
    font-size: 16px;
  }
}
.type-posts-listing .contact-section .p-subtext,
.type-page .contact-section .p-subtext {
  margin: 0 15px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .type-posts-listing .contact-section .p-subtext,
  .type-page .contact-section .p-subtext {
    font-size: 16px;
  }
}
.type-posts-listing .contact-section .p-subtext strong,
.type-page .contact-section .p-subtext strong {
  font-weight: 500;
}
.type-posts-listing .contact-section .opening-hours,
.type-page .contact-section .opening-hours {
  margin-bottom: 40px;
}
.type-posts-listing .contact-section .opening-hours .table-responsive,
.type-page .contact-section .opening-hours .table-responsive {
  border: 0;
}
.type-posts-listing .contact-section .opening-hours table,
.type-page .contact-section .opening-hours table {
  display: block;
  width: 100%;
}
.type-posts-listing .contact-section .opening-hours tbody,
.type-page .contact-section .opening-hours tbody {
  display: block;
  width: 100%;
}
.type-posts-listing .contact-section .opening-hours tr,
.type-page .contact-section .opening-hours tr {
  display: block;
  margin-bottom: 5px;
}
.type-posts-listing .contact-section .opening-hours tr td,
.type-page .contact-section .opening-hours tr td {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #a6b7b3;
  min-width: 50px;
}
.type-posts-listing .contact-section .opening-hours tr td:first-child,
.type-page .contact-section .opening-hours tr td:first-child {
  font-weight: 500;
  min-width: 90px;
  color: #000000;
}
.type-posts-listing .contact-section .opening-hours p,
.type-page .contact-section .opening-hours p {
  color: #a6b7b3;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .type-posts-listing .contact-section .opening-hours p,
  .type-page .contact-section .opening-hours p {
    font-size: 16px;
  }
}
.type-posts-listing .contact-section .opening-hours .contact-title,
.type-page .contact-section .opening-hours .contact-title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 0;
  display: block;
}
@media (min-width: 768px) {
  .type-posts-listing .contact-section .opening-hours .contact-title,
  .type-page .contact-section .opening-hours .contact-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .type-posts-listing .contact-section .row,
  .type-page .contact-section .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.type-posts-listing .contact-section .contact-left-panel,
.type-page .contact-section .contact-left-panel {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .type-posts-listing .contact-section .contact-left-panel,
  .type-page .contact-section .contact-left-panel {
    width: auto;
    max-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 30px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.type-posts-listing .contact-section .contact-right-panel,
.type-page .contact-section .contact-right-panel {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .type-posts-listing .contact-section .contact-right-panel,
  .type-page .contact-section .contact-right-panel {
    width: 360px;
    max-width: 360px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    padding: 0 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .type-posts-listing .contact-section .contact-right-panel,
  .type-page .contact-section .contact-right-panel {
    width: 420px;
    max-width: 420px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
    padding: 0 30px;
    margin-bottom: 50px;
  }
}
.type-posts-listing .contact-section .contact-right-panel .iframe-responsive-block,
.type-page .contact-section .contact-right-panel .iframe-responsive-block {
  border: 6px solid #fffbf2;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .type-posts-listing .contact-section .contact-right-panel .iframe-responsive-block,
  .type-page .contact-section .contact-right-panel .iframe-responsive-block {
    height: 100%;
  }
  .type-posts-listing .contact-section .contact-right-panel .iframe-responsive-block iframe,
  .type-page .contact-section .contact-right-panel .iframe-responsive-block iframe {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .type-posts-listing .contact-section .contact-right-panel .iframe-responsive-block,
  .type-page .contact-section .contact-right-panel .iframe-responsive-block {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 8px;
    margin-top: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .type-posts-listing .contact-section .contact-right-panel .iframe-responsive-block,
  .type-page .contact-section .contact-right-panel .iframe-responsive-block {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .type-posts-listing .contact-section .contact-right-panel .iframe-responsive-block iframe,
  .type-page .contact-section .contact-right-panel .iframe-responsive-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100% !important;
  }
}
.type-posts-listing .contact-section .contact-block__images-panel,
.type-page .contact-section .contact-block__images-panel {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}
.type-posts-listing .contact-section .contact-block__images-panel img,
.type-page .contact-section .contact-block__images-panel img {
  display: inline-block;
  margin: 0 15px 15px;
}
@media (min-width: 992px) {
  .type-posts-listing .contact-section .contact-block__images-panel,
  .type-page .contact-section .contact-block__images-panel {
    margin-bottom: 80px;
  }
}

.contact-info-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .contact-info-list {
    margin-top: 50px;
  }
}

.contact-info-list-item {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
@media (max-width: 479px) {
  .contact-info-list-item {
    width: 50%;
  }
}
.contact-info-list-item .contact-info-list-image-block {
  height: 64px;
  margin-bottom: 12px;
}
.contact-info-list-item .contact-info-list-image-block img {
  margin: 0 auto;
}
.contact-info-list-item .contact-info-list-text-block p {
  margin-bottom: 5px;
  line-height: 1.25;
  font-weight: 500;
  color: #000000;
}
.contact-info-list-item .contact-info-list-link {
  display: inline-block;
  color: #a6b7b3;
  padding: 2px 0;
}
.contact-info-list-item .contact-info-list-link:hover {
  text-decoration: underline;
}

#formContact fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
#formContact .contact-form-left {
  width: 100%;
  padding: 0 15px;
  min-width: auto;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #formContact .contact-form-left {
    margin-bottom: 0;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #formContact .contact-form-left {
    width: 40%;
    padding-right: 60px;
  }
}
#formContact .contact-form-left .form-group {
  width: 100%;
}
#formContact textarea.form-control {
  height: 155px;
}
#formContact .contact-form-right {
  width: 100%;
  padding: 0 15px;
  min-width: auto;
}
@media (min-width: 768px) {
  #formContact .contact-form-right {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #formContact .contact-form-right {
    width: 60%;
  }
}
#formContact .contact-form-right .form-group {
  width: 100%;
}
#formContact .form-group {
  width: 100%;
  min-width: auto;
}
@media (min-width: 768px) {
  #formContact .form-group {
    width: 50%;
  }
}
#formContact .form-group:nth-child(4), #formContact .form-group:nth-child(5) {
  width: 100%;
}
#formContact .form-group label {
  font-size: 15px;
  color: #000000;
  display: block;
  width: 100%;
  font-weight: 500;
}
#formContact .form-group textarea,
#formContact .form-group input {
  min-height: 48px;
  display: block;
  width: 100%;
  border: 2px solid #fbdf52;
}
#formContact .form-group .btn {
  margin-top: 10px;
  width: auto;
  background-color: #fbdf52;
  border: 1px solid #fbdf52;
}
#formContact .form-group .btn:hover {
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
}

.box.box-bg-default.box-topProducts,
.box.box-bg-default.box-productRating,
.box.box-bg-variant:not(.box-filters),
.box.box-bg-default.box-categories {
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  margin-top: 24px;
}
.box.box-bg-default.box-topProducts.box-categories,
.box.box-bg-default.box-productRating.box-categories,
.box.box-bg-variant:not(.box-filters).box-categories,
.box.box-bg-default.box-categories.box-categories {
  margin-top: 0;
}
@media (min-width: 768px) {
  .box.box-bg-default.box-topProducts.box-categories,
  .box.box-bg-default.box-productRating.box-categories,
  .box.box-bg-variant:not(.box-filters).box-categories,
  .box.box-bg-default.box-categories.box-categories {
    margin-top: 70px;
  }
}
.box.box-bg-default.box-topProducts.box-bg-variant,
.box.box-bg-default.box-productRating.box-bg-variant,
.box.box-bg-variant:not(.box-filters).box-bg-variant,
.box.box-bg-default.box-categories.box-bg-variant {
  background-color: transparent;
}
.box.box-bg-default.box-topProducts h4,
.box.box-bg-default.box-productRating h4,
.box.box-bg-variant:not(.box-filters) h4,
.box.box-bg-default.box-categories h4 {
  color: #000000;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
}

@media (min-width: 768px) {
  .type-category #content {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .mobile .category-header {
    margin-bottom: 15px;
  }
}

#content-wrapper > .category-title {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #content-wrapper > .category-title {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  #content-wrapper > .category-title {
    margin-top: 50px;
  }
}

.category__secondDescription {
  margin-top: 15px;
}

.box.box-bg-default.box-productRating .vote-wrap {
  margin-bottom: 25px;
}
.box.box-bg-default.box-productRating .vote-wrap:last-child {
  margin-bottom: 0;
}
.box.box-bg-default.box-productRating .vote-wrap a {
  color: #000000;
}
.box.box-bg-default.box-productRating .vote-wrap .vote-product-name {
  font-weight: 700;
  font-size: 16px;
}
.box.box-bg-default.box-productRating .vote-wrap .vote-header {
  margin-bottom: 5px;
}
.box.box-bg-default.box-productRating .vote-wrap .vote-pic {
  height: 60px;
  min-width: 60px;
  margin-right: 10px;
  display: block;
}
.box.box-bg-default.box-productRating .vote-wrap .vote-content {
  padding-left: 0;
  margin-top: 5px;
  font-size: 14px !important;
}
.box.box-bg-default.box-productRating .vote-wrap .vote-rating {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: normal;
}
.box.box-bg-default.box-productRating .vote-wrap .vote-name {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #a6b7b3;
  margin-bottom: 4px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding-right: 0;
  width: 100%;
}

.sidebar {
  background-color: transparent;
}
@media (min-width: 1440px) {
  .sidebar {
    width: 360px;
  }
}

.sidebar-inner > div:last-child {
  border: 2px solid #fbdf52;
}

@media (max-width: 767px) {
  .sidebar.sidebar-left .sidebar-inner {
    display: block;
    padding-bottom: 0;
  }
  .sidebar.sidebar-left .sidebar-inner h4 {
    display: none;
  }
}

@media (max-width: 767px) {
  #categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0 -20px 0 -20px;
  }
  #categories .categories {
    padding: 0 8px 5px;
    margin-bottom: 0;
    display: inline-block !important;
    vertical-align: top;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #categories .categories.is-second {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #categories .categories:first-child {
    margin-left: 15px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #categories .categories:last-child {
    margin-right: 15px;
  }
}
/* display: none; */
.category-subtitle {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  color: #fbdf52;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .category-subtitle {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .category-subtitle {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.category-title {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  color: #000000;
  margin-top: 0;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .category-title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .category-title {
    text-align: left;
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .category-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .category-title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .category-title {
    font-size: 36px;
  }
}

.category-perex {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  font-weight: 400;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
}
.category-perex p {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}
.category-perex p a {
  color: #fbdf52;
  text-decoration: underline;
}
.category-perex h2,
.category-perex h3 {
  margin-top: 35px;
  font-weight: 700;
  color: #000000;
}
.category-perex h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .category-perex h2 {
    font-size: 24px;
  }
}
.category-perex h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .category-perex h3 {
    font-size: 24px;
  }
}
.category-perex img {
  border-radius: 20px;
  overflow: hidden;
}

.info-text {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #a6b7b3;
  line-height: 1.5;
  font-weight: 400;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
}
.info-text:before {
  content: "\e927";
  font-family: "andyhoauto";
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 24px;
  color: #fbdf52;
}

#categories .expandable > .topic.active > a > span.cat-trigger {
  display: none !important;
}

.ui-slider .ui-slider-range {
  background-color: #fbdf52;
  border-color: #fbdf52;
}

.box.box-sm.box-filters {
  padding-top: 10px;
  padding-bottom: 0;
}

.subcategories {
  margin: 0 -5px 0;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (min-width: 768px) {
  .subcategories {
    margin: 0 -10px 0;
  }
}
.subcategories.with-image li a {
  overflow: hidden;
  padding-left: 5px;
}
.subcategories.with-image li a .image {
  position: relative;
  display: block;
  margin-left: -5px;
  margin-top: 0;
  width: 100%;
}
.subcategories.with-image li a .image img {
  max-height: none;
  width: 100%;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .subcategories.with-image li a .image img {
    max-height: 70px;
  }
}
.subcategories.with-image li a .text {
  z-index: 2;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  min-height: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}
.subcategories li {
  width: 33.33%;
  padding: 5px;
}
@media (min-width: 480px) {
  .subcategories li {
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .subcategories li {
    padding: 10px;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .subcategories li {
    padding: 10px;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .subcategories li {
    padding: 10px;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
@media (min-width: 1440px) {
  .subcategories li {
    padding: 10px;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
.subcategories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding: 10px 5px;
  font-size: 14px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  height: auto;
  min-height: 110px;
  color: #000000;
  border-radius: 10px;
  border: 0;
  border: 2px solid #000000;
  -webkit-transition: -webkit-box-shadow 250ms ease-out;
  transition: -webkit-box-shadow 250ms ease-out;
  transition: box-shadow 250ms ease-out;
  transition: box-shadow 250ms ease-out, -webkit-box-shadow 250ms ease-out;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 767px) {
  .subcategories li a {
    padding: 5px 5px;
  }
}
@media (min-width: 992px) {
  .subcategories li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .subcategories li a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .subcategories li a {
    font-size: 15px;
  }
}
.subcategories li a:last-child {
  margin-right: 0;
}
.subcategories li a.is-active, .subcategories li a:hover {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-color: #fbdf52;
}
.subcategories li a.is-active .text, .subcategories li a:hover .text {
  color: #fbdf52;
}
.subcategories li a:after, .subcategories li a:before {
  display: none;
}
.subcategories li a .text {
  max-height: none;
}

.category-header {
  background-color: transparent;
  margin-bottom: 40px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .category-header {
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
    width: 100%;
  }
}
.category-header > div {
  padding: 0;
}
.category-header > div.category-header-pagination {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .category-header form {
    display: none !important;
  }
}
.category-header > div:last-child {
  display: none;
}
.category-header label[for=order1] {
  padding-left: 0 !important;
}
.category-header input[type=radio]:checked + label {
  background-color: transparent;
  color: #fbdf52;
}
.category-header input[type=radio]:checked + label:hover {
  color: #fbdf52;
}
.category-header input[type=radio] + label:hover {
  background-color: transparent;
  color: #fbdf52;
}
.category-header input[type=radio] + label {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 479px) {
  .category-header input[type=radio] + label {
    margin-top: 0;
    margin-right: 0;
    padding: 8px;
  }
}
@media (min-width: 480px) {
  .category-header input[type=radio] + label {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .category-header input[type=radio] + label {
    font-size: 16px;
  }
}
.category-header label {
  display: block;
}
.category-header label:hover {
  color: #fbdf52;
  background-color: transparent;
}
.category-header #products-listing-order {
  background-color: white;
  border-radius: 10px;
  color: #654d3b;
  min-width: 200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  min-height: 35px;
  height: 35px;
  font-size: 14px;
}
.category-header .products-listing-order-heading {
  display: none;
}
.category-header .dropdown .dropdown-menu {
  border: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.category-header .dropdown .dropdown-menu label,
.category-header .dropdown .dropdown-menu strong {
  color: #654d3b;
  padding: 5px 15px;
}
.category-header .dropdown.open .icon-chevron-down:before {
  content: "\e90e";
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .d-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

.category-content-wrapper {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .category-content-wrapper {
    margin-bottom: 0;
  }
}
.category-content-wrapper #filters-wrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.category-top {
  margin-top: 0;
}
.category-top .category-title {
  display: none;
}
.category-top .products-top {
  margin-bottom: 20px;
}

ol.top-products li {
  margin-bottom: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
ol.top-products li:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fbdf52;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100%;
  content: counter(top) ".";
}
ol.top-products li a.top-products-image {
  display: none;
}
ol.top-products li a.top-products-content {
  padding-left: 12px;
}
ol.top-products li a.top-products-content .top-products-name {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
ol.top-products li a.top-products-content strong {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.box-contact.box-bg-variant h4 {
  position: relative;
  padding-left: 55px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
}
.box-contact.box-bg-variant h4:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  background-image: url("../images/podpora.png");
}
.box-contact.box-bg-variant .contact-box > strong {
  display: none;
}
.box-contact.box-bg-variant .contact-box ul li {
  margin-bottom: 5px;
}
.box-contact.box-bg-variant .contact-box ul li:last-child {
  margin-bottom: 0;
}
.box-contact.box-bg-variant .contact-box ul li a {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
  color: #000000;
}
.box-contact.box-bg-variant .contact-box ul li > span:before {
  font-size: 22px;
  font-family: "andyhoauto";
  color: #fbdf52;
}
.box-contact.box-bg-variant .contact-box ul li > span.instagram:before {
  font-size: 20px;
  content: "\e910";
}
.box-contact.box-bg-variant .contact-box ul li > span.youtube:before {
  font-family: "shoptet";
}
.box-contact.box-bg-variant .contact-box ul li > span.tel:before {
  content: "\e918";
  font-size: 24px;
}
.box-contact.box-bg-variant .contact-box ul li > span.facebook:before {
  content: "\e90b";
}
.box-contact.box-bg-variant .contact-box ul li > span.mail:before {
  content: "\e912";
  font-size: 24px;
}

.categories ul ul a {
  padding-left: 35px;
}

.categories li.active > a,
.categories li.active > a:hover {
  background-color: #fbdf52;
  color: #000000;
}

.after-load .products-inline.products-top {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.products-inline.products-top {
  margin-bottom: 0;
}
.products-inline.products-top > div {
  width: 100%;
  padding: 0;
  margin: 0;
}
.products-inline.products-top .product {
  display: none;
}
.products-inline.products-top .swiper-slide .product {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.products-inline.products-top .product {
  padding: 0;
  margin: 0;
}
.products-inline.products-top .product .p {
  border: 2px solid #fbdf52;
  padding: 12px 12px 12px;
  background-color: white;
  border-radius: 20px;
}
.products-inline.products-top .product .p .image {
  width: 100px;
}
.products-inline.products-top .product .p .p-in {
  padding-left: 15px;
  width: calc(100% - 100px);
}
.products-inline.products-top .product .p .p-in .p-in-in {
  padding-right: 0;
}
.products-inline.products-top .product .p .p-in .p-in-in .name {
  text-align: left;
  line-height: 1.4;
  font-weight: 500;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.products-inline.products-top .product .p .p-in .p-in-in .availability {
  text-decoration: none;
  font-size: 12px;
  margin-top: 4px;
}
.products-inline.products-top .product .p .p-in .p-bottom .price {
  margin-top: 4px;
}
.products-inline.products-top .product .p .p-in .p-bottom .price strong {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}
.products-inline.products-top .product.active {
  opacity: 1;
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
.products-inline.products-top .product.inactive {
  opacity: 1;
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
.products-inline.products-top .product.button-wrapper {
  display: none;
}
.products-inline.products-top .swiper-arrow {
  top: -65px;
}

.h4.homepage-group-title--left.category-top-title {
  font-size: 18px;
  margin-top: 35px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #000000;
}
.h4.homepage-group-title--left.category-top-title:before {
  width: 145px;
}

@media (min-width: 992px) {
  .sidebar {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .d-sm-category {
    display: block;
  }
}

@media (max-width: 767px) {
  #cat-767 {
    display: none;
  }
}

.box.box-categories {
  padding-left: 34px !important;
  padding-right: 34px !important;
  padding-bottom: 12px !important;
  padding-top: 14px !important;
  margin-bottom: 5px;
}

#categories .cat-trigger {
  display: none !important;
}

.categories.expandable .topic > a {
  position: relative;
}
.categories.expandable .topic > a:after {
  content: "\e905";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 41px;
  color: #000000;
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
  font-family: "andyhoauto";
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.categories.expandable.expanded .topic > a:after {
  content: "\e908";
}
.categories.expandable.expanded > ul {
  margin: 0;
}
.categories.categories--highlighted {
  margin-bottom: 10px;
}
.categories.categories--highlighted .topic > a {
  padding: 10px 20px 5px;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  color: #b66645;
  background-color: #f8ebe0;
  display: inline-block;
  border-radius: 25px;
}
.categories a {
  font-size: 18px;
  font-weight: 400;
  color: #666461;
  padding-right: 20px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .categories a {
    color: #000000;
  }
}
.categories a:hover {
  color: #000000;
}
.categories ul a {
  padding-left: 20px;
}
.categories .topic > a {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #666461;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .categories .topic > a {
    color: #000000;
  }
}
.categories .topic.active > a {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
}
.categories .topic.active > a:hover {
  color: #fbdf52;
}

.box-bg-variant .categories a:hover {
  color: #000000;
}
.box-bg-variant .categories a:hover:after {
  color: #000000;
}

.in-pre-gastro-a-hotely h1,
.in-pre-firmy-a-skoly h1 {
  display: none;
}
.in-pre-gastro-a-hotely .hp-about-us,
.in-pre-firmy-a-skoly .hp-about-us {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .in-pre-gastro-a-hotely .hp-about-us,
  .in-pre-firmy-a-skoly .hp-about-us {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .in-pre-gastro-a-hotely .hp-title--big,
  .in-pre-firmy-a-skoly .hp-title--big {
    font-size: 32px;
  }
}

.in-pre-gastro-a-hotely .custom-footer__newsletter {
  display: none;
}

.partners-list {
  margin-bottom: 50px;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 767px) {
  .partners-list {
    margin-bottom: 20px;
    margin-top: -15px;
  }
}
@media (min-width: 768px) {
  .partners-list {
    width: 100vw;
    position: relative;
    max-width: none;
    left: calc(50% - 50vw);
  }
}
.partners-list .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners-list .partner-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.partners-list .partner-item img {
  max-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 60px;
}
.partners-list .swiper-slide {
  padding: 10px 10px;
}
@media (min-width: 992px) {
  .partners-list .swiper-slide {
    padding: 20px 20px;
  }
}
.partners-list .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.align-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.content-width-500 {
  max-width: 500px;
}

.content-width-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.content-width-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-width-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.gutter-20 {
  margin: 0 -10px;
}
.gutter-20 .col-xs-12 {
  padding: 0 10px;
}

.margin-top-1 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .margin-top-1 {
    margin-top: 20px;
  }
}

.offer-item {
  margin-bottom: 22px;
}
.offer-item.offer-item--yellow .offer__content {
  background-color: #fbdf52;
}
.offer-item.offer-item--yellow p,
.offer-item.offer-item--yellow .offer__title,
.offer-item.offer-item--yellow .offer__subtitle {
  color: #000000 !important;
}
.offer-item.offer-item--yellow .custom-add-to-cart .btn.js-add-product-to-basket {
  color: #ffffff;
}
.offer-item.offer-item--yellow .custom-add-to-cart .btn.js-add-product-to-basket:before {
  color: #ffffff;
}
.offer-item.offer-item--gray .offer__content {
  background-color: #727175;
}
.offer-item .offer__content {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #edd49b;
}
.offer-item .offer__image-block {
  height: 300px;
}
.offer-item .offer__image-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-item .offer__text-block {
  padding: 25px 20px 25px;
  text-align: center;
  border-top: 0;
  color: white;
}
.offer-item .offer__text-block .btn {
  border-radius: 10px;
}
.offer-item .offer__subtitle {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: white;
}
.offer-item .offer__title {
  display: block;
  margin-bottom: 15px;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: white;
  line-height: 1.2;
}
.offer-item p {
  margin-bottom: 0;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: white !important;
}

article .hp-about-us--ext-1 h2 {
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
}
article .hp-about-us--ext {
  margin-top: 60px;
}
@media (min-width: 768px) {
  article .hp-about-us--ext {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  article .hp-about-us--ext {
    text-align: center;
  }
}
article .hp-about-us--ext ul {
  padding-left: 35px;
  margin-top: 10px;
  margin-bottom: 35px;
}
article .hp-about-us--ext ul li {
  position: relative;
  font-weight: 700;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: left;
}
article .hp-about-us--ext ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0;
  background: black;
  border-radius: 100%;
  left: -18px;
  position: absolute;
  top: 9px;
}

@media (max-width: 767px) {
  .in-pre-firmy-a-skoly .hp-about-us--ext-1 {
    margin-top: 20px;
    margin-bottom: 120px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .in-pre-gastro-a-hotely .hp-about-us--ext-1 {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .margin-bottom-sm-2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .txt-sm-c {
    text-align: center;
  }
}

.row-same-height img {
  width: 100%;
  height: 100%;
}

.image-gallery-list {
  margin-bottom: 50px;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 767px) {
  .image-gallery-list {
    margin-bottom: 40px;
    width: calc(100vw + 130px);
    position: relative;
    max-width: none;
    left: calc(50% - 50vw - 90px);
  }
}
@media (min-width: 768px) {
  .image-gallery-list {
    width: calc(100vw + 40px);
    position: relative;
    max-width: none;
    left: calc(50% - 50vw - 30px);
    margin-bottom: 100px;
  }
}
.image-gallery-list .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-gallery-list .image-gallery-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.image-gallery-list .image-gallery-item img {
  max-width: none;
  -o-object-fit: contain;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .image-gallery-list .image-gallery-item img {
    border-radius: 20px;
  }
}
.image-gallery-list .swiper-slide {
  padding: 10px 5px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .image-gallery-list .swiper-slide:nth-child(4), .image-gallery-list .swiper-slide:nth-child(1) {
    display: none;
  }
}
@media (min-width: 992px) {
  .image-gallery-list .swiper-slide {
    padding: 20px 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.image-gallery-list .swiper-slide-full {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.image-gallery-list .swiper-slide-full img {
  aspect-ratio: 3/2;
}
.image-gallery-list .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.benefit-small-section {
  margin-bottom: 0;
}

.benefit-small-section__title {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.benefit-small {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefit-small-item {
  margin-bottom: 25px;
}

.benefit-small__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefit-small__content img {
  width: 32px;
}

.benefit-small__text-block {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.benefit-small__text {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .benefit-small__text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.benefit-small__text strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
}

#productsTop.products-inline.products-top {
  gap: 10px;
}

#productsTop.products-inline.products-top > div:not(.button-wrapper) {
  width: auto;
}

.custom-add-to-cart .btn.js-add-product-to-basket {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 24px;
  padding-right: 24px;
  white-space: nowrap;
  border-radius: 6px;
  -ms-flex: 0;
  -webkit-box-flex: 0;
  flex: 0;
  min-width: 200px;
  font-family: "Satoshi-Black", Arial, sans-serif;
  font-weight: 800;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.custom-add-to-cart .btn.js-add-product-to-basket:before {
  content: "\e90b";
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: "clovecina";
  color: #000000;
  margin-right: 10px;
  display: block !important;
}

.magazine-group {
  margin-bottom: 30px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .magazine-group {
    padding: 0 15px;
    width: 100vw;
    position: relative;
    max-width: none;
    left: calc(50% - 50vw);
  }
}
.magazine-group .magazine-title {
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  min-width: 95px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .magazine-group .magazine-title {
    min-width: 105px;
    font-size: 16px;
  }
}
.magazine-group.magazine-group--big .magazine-list .swiper-slide {
  padding: 10px 10px;
}
.magazine-group.magazine-group--big .magazine-list .magazine-item img {
  max-width: 130px;
  max-height: 75px;
}

.magazine-list {
  position: relative;
  padding-left: 0;
  width: calc(100% - 95px);
}
@media (min-width: 768px) {
  .magazine-list {
    width: calc(100% - 105px);
  }
}
.magazine-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80px;
  display: block;
  z-index: 2;
  background: rgb(255, 251, 242);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 251, 242)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 251, 242) 0%, rgba(255, 255, 255, 0) 100%);
}
.magazine-list .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.magazine-list .magazine-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.magazine-list .magazine-item img {
  max-height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 90px;
  width: 100%;
}
.magazine-list .swiper-slide {
  padding: 10px 10px;
}
@media (min-width: 992px) {
  .magazine-list .swiper-slide {
    padding: 20px 20px;
  }
}
.magazine-list .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.homepage-box {
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: transparent;
}
.homepage-box .container {
  width: 100%;
  padding: 0;
}

.wide-carousel {
  width: 100%;
}

@media (max-width: 767px) {
  .carousel-block {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .carousel-block {
    width: 100vw;
    position: relative;
    max-width: none;
    left: calc(50% - 50vw);
  }
}

.banners-row {
  display: block;
}
.banners-row .col-sm-4 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.banners-row .col-sm-8 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banners-row .col-sm-8 > .carousel-content {
  width: 100%;
}
@media (min-width: 768px) {
  .banners-row .col-sm-8 > .carousel-content {
    width: 50%;
  }
}
.banners-row .col-sm-8 #carousel {
  width: 100%;
}
@media (min-width: 768px) {
  .banners-row .col-sm-8 #carousel {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .homepage-box.before-carousel {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .banners-row .banner-wrapper + .banner-wrapper {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .banners-row .banner-wrapper + .banner-wrapper {
    margin-top: 24px;
  }
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}

@media (min-width: 768px) {
  .homepage-box {
    padding-top: 0;
    padding-bottom: 35px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .mobile .content-wrapper.container {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .banners-row {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .mobile .banners-row {
    padding-bottom: 0;
    margin-top: 30px;
  }
}

.carousel-inner > .item {
  width: 100%;
}

@media (max-width: 991px) {
  .carousel-inner a {
    position: relative;
  }
  .carousel-inner .extended-banner-texts {
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .carousel {
    margin: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.carousel .carousel-control {
  display: none !important;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
  opacity: 1;
}
.carousel .carousel-control.left:hover:before, .carousel .carousel-control.right:hover:before {
  background-color: hsl(0, 0%, -10%);
}
.carousel .carousel-control.left:before, .carousel .carousel-control.right:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 40px;
  height: 55px;
  border-radius: 25px;
  line-height: 1;
  font-size: 16px;
  background-color: #000000;
}
.carousel .carousel-control.left:before {
  left: 15px !important;
}
.carousel .carousel-control.right:before {
  right: 15px !important;
}

.carousel-indicators {
  bottom: -40px;
  left: 50%;
  width: 100%;
  margin-left: -50%;
}
@media (min-width: 768px) {
  .carousel-indicators {
    display: block;
    bottom: 0;
  }
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: var(--color-primary);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  margin: 0 4px;
  vertical-align: middle;
  -webkit-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
@media (min-width: 768px) {
  .carousel-indicators li {
    background-color: #f5f0ea;
    width: 12px;
    height: 12px;
  }
}
.carousel-indicators li:hover, .carousel-indicators li.active {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background-color: #fbdf52;
}
@media (min-width: 768px) {
  .carousel-indicators li:hover, .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fbdf52;
  }
}

@media (max-width: 479px) {
  .carousel .banner-wrapper a {
    height: 300px;
  }
}
.carousel .banner-wrapper a,
.carousel .item a {
  position: relative;
  display: block;
  border-radius: 15px;
}
.carousel .banner-wrapper a:before,
.carousel .item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  z-index: 1;
  background-color: #2a302d;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.carousel .extended-banner-texts {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  display: block;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: block;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 768px) {
  .carousel .extended-banner-texts {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 100%;
    padding: 5% 15px 3%;
  }
}
.carousel .extended-banner-title,
.carousel .extended-banner-text,
.carousel .extended-banner-link {
  position: relative;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 0;
  border: 0;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  text-align: center;
}
.carousel .extended-banner-title {
  margin-top: 5px;
  width: 100%;
  text-align: center;
  color: #fffbf2;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 768px) {
  .carousel .extended-banner-title {
    color: #000000;
    margin-top: 15px;
    font-size: 18px;
  }
}
.carousel .extended-banner-text {
  position: relative;
  width: 100%;
  color: #fffbf2;
  font-size: 40px;
  line-height: 1.2;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .carousel .extended-banner-text {
    color: #000000;
    margin-bottom: 10px;
    font-size: 30px;
    margin: 10px auto 0;
  }
}
@media (min-width: 992px) {
  .carousel .extended-banner-text {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .carousel .extended-banner-text {
    font-size: 38px;
  }
}
@media (min-width: 1440px) {
  .carousel .extended-banner-text {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .carousel .extended-banner-text {
    font-size: 58px;
  }
}
.carousel .extended-banner-text strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .carousel .extended-banner-text strong {
    display: block;
    max-width: 310px;
    margin: 0 auto;
  }
}
.carousel .extended-banner-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 16px;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #000000;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  background-color: var(--color-secondary);
  min-height: 50px;
  padding: 5px 15px;
  min-width: 250px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  margin-top: 15px;
}
@media (min-width: 768px) {
  .carousel .extended-banner-link {
    margin-top: 0;
    position: absolute;
    bottom: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .carousel .extended-banner-link {
    font-size: 18px;
  }
}
.carousel .extended-banner-link:hover {
  color: #000000;
  background-color: var(--color-secondary-hover);
}
.carousel .extended-banner-link:hover:after {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
}
.carousel .extended-banner-link:after {
  content: "\e910";
  font-family: "clovecina";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #000000;
  font-size: 10px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  color: #000000;
}

@media (max-width: 767px) {
  .carousel .extended-banner-texts {
    bottom: 30px;
  }
}

@media (min-width: 768px) {
  .next-to-carousel-banners .extended-banner-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .next-to-carousel-banners .extended-banner-title {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .next-to-carousel-banners .extended-banner-title {
    margin-top: 15px;
    font-size: 30px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .next-to-carousel-banners .extended-banner-texts {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .next-to-carousel-banners .extended-banner-texts {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 768px) {
  .next-to-carousel-banners .extended-banner-text {
    margin-top: 0;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .next-to-carousel-banners .extended-banner-text {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .next-to-carousel-banners .extended-banner-text {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .next-to-carousel-banners .extended-banner-link {
    margin-top: 10px;
    min-height: 25px;
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .next-to-carousel-banners .extended-banner-link {
    margin-top: 15px;
    min-height: 40px;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .next-to-carousel-banners .extended-banner-link {
    margin-top: 30px;
    min-height: 50px;
    font-size: 16px;
  }
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  height: 100%;
}

.in-index #content {
  padding-top: 0;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .in-index #content {
    padding-top: 20px;
  }
}

.carousel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel-left-panel {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .carousel-left-panel {
    width: 100%;
  }
}
.carousel-left-panel > img {
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: -webkit-transform 250ms 250ms ease-out;
  transition: -webkit-transform 250ms 250ms ease-out;
  transition: transform 250ms 250ms ease-out;
  transition: transform 250ms 250ms ease-out, -webkit-transform 250ms 250ms ease-out;
}
@media (max-width: 767px) {
  .carousel-left-panel > img {
    display: none;
  }
}
.carousel-left-panel .carousel-image.carousel-image-label {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 164px;
  height: 82px;
}
@media (min-width: 768px) {
  .carousel-left-panel .carousel-image.carousel-image-label {
    display: none;
  }
}
@media (max-width: 767px) {
  .carousel-left-panel .carousel-image.carousel-image-label {
    display: block;
  }
}

.carousel-right-panel {
  position: relative;
}
@media (min-width: 768px) {
  .carousel-right-panel {
    width: 100%;
  }
}

.tabs-content {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .mobile .tabs-content {
    height: auto;
  }
}
@media (min-width: 768px) {
  .mobile .tabs-content .carousel-left-panel {
    height: 100%;
  }
}

.tabs-content {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .tabs-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.tabs-content .carousel-right-panel {
  display: none;
}
@media (min-width: 768px) {
  .tabs-content .carousel-right-panel {
    display: none;
  }
}
@media (max-width: 767px) {
  .tabs-content .carousel-right-panel {
    position: relative;
  }
  .tabs-content .carousel-right-panel:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    pointer-events: none;
    background: rgb(69, 37, 24);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, rgb(69, 37, 24)), color-stop(55%, rgba(69, 37, 24, 0)));
    background: linear-gradient(0deg, rgb(69, 37, 24) 33%, rgba(69, 37, 24, 0) 55%);
  }
}
.tabs-content .carousel-left-panel {
  width: 100%;
  visibility: visible;
  overflow: hidden;
  height: 100%;
  opacity: 1;
}
@media (min-width: 768px) {
  .tabs-content .carousel-left-panel {
    height: auto;
    background-color: #a6b6b3;
  }
}
.tabs-content .carousel-left-panel > img {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#carousel {
  background: #a4b7b5;
}
#carousel a {
  position: relative;
}
#carousel .active .extended-banner-texts {
  display: block;
}
#carousel .extended-banner-texts {
  position: absolute;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding: 0;
}
#carousel .extended-banner-text {
  position: static;
  margin: 0;
  font-size: 22px;
  color: black;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}
#carousel .shape {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#carousel .shape:before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#carousel .shape-1 {
  top: 10%;
  left: 10%;
}
#carousel .shape-1:before {
  width: 157px;
  height: 88px;
  top: 45%;
  background-image: url("/user/documents/upload/sablona/carousel/shape-1.png");
}
#carousel .shape-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15%;
  left: auto;
}
#carousel .shape-2:before {
  width: 174px;
  top: 40%;
  height: 78px;
  background-image: url("/user/documents/upload/sablona/carousel/shape-2.png");
}
#carousel .shape-3 {
  left: 50%;
  top: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10%;
}
#carousel .shape-3:before {
  width: 156px;
  top: 30%;
  height: 89px;
  background-image: url("/user/documents/upload/sablona/carousel/shape-3.png");
}

.carousel-inner {
  background-color: #000;
}
.carousel-inner > .item {
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 0;
          perspective: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  will-change: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition: opacity 600ms ease-out;
  transition: opacity 600ms ease-out;
  background-color: #000;
}
.carousel-inner > .item img {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 8s;
          transition-duration: 8s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.carousel-inner > .item.next.left {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.carousel-inner > .item.active {
  opacity: 1;
  height: 100%;
  width: 100%;
  visibility: visible;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.carousel-inner > .item.active img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition-duration: 20s;
          transition-duration: 20s;
}
.carousel-inner > .item.active.next, .carousel-inner > .item.active.left {
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.basic-description.hp-questions-section {
  width: 100%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .basic-description.hp-questions-section .row {
    display: block;
    margin: 0 !important;
  }
}
.basic-description.hp-questions-section .hp-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .basic-description.hp-questions-section .hp-title {
    margin-bottom: 20px;
  }
}
.basic-description.hp-questions-section .card-style > div {
  padding: 0;
}
@media (max-width: 767px) {
  .basic-description.hp-questions-section .card-style img {
    margin: 0 !important;
  }
}
.basic-description.hp-questions-section .swiper-pagination-bullet-active:after {
  background-color: black;
}
.basic-description.hp-questions-section .swiper-pagination-bullet:after {
  border: 1px solid black;
}

.basic-description.hp-questions-section .card-style img {
  -o-object-fit: contain;
     object-fit: contain;
}

.popup-widget-inner:not(.cart-widget-inner) {
  padding-bottom: 0;
}

.admin-logged .popup-widget.cart-widget {
  top: 60px;
}
@media (min-width: 768px) {
  .admin-logged .popup-widget.cart-widget {
    top: 90px;
  }
}
@media (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    margin-left: 0;
    top: 115px;
  }
}
@media (min-width: 1200px) {
  .admin-logged .popup-widget.cart-widget {
    margin-left: 90px;
  }
}
@media (min-width: 1440px) {
  .admin-logged .popup-widget.cart-widget {
    margin-left: 210px;
  }
}
@media (min-width: 1600px) {
  .admin-logged .popup-widget.cart-widget {
    margin-left: 260px;
  }
}
.admin-logged .popup-widget.login-widget {
  top: 60px;
}
@media (min-width: 768px) {
  .admin-logged .popup-widget.login-widget {
    top: 100px;
  }
}
@media (min-width: 992px) {
  .admin-logged .popup-widget.login-widget {
    top: 110px;
  }
}
@media (min-width: 992px) {
  .admin-logged.ordering-process .popup-widget.login-widget {
    border-top-right-radius: 0;
    margin-left: 116px;
  }
}
@media (min-width: 1200px) {
  .admin-logged.ordering-process .popup-widget.login-widget {
    margin-left: 219px;
  }
}
@media (min-width: 1440px) {
  .admin-logged.ordering-process .popup-widget.login-widget {
    margin-left: 339px;
  }
}
@media (min-width: 1600px) {
  .admin-logged.ordering-process .popup-widget.login-widget {
    margin-left: 339px;
  }
}
@media (min-width: 1800px) {
  .admin-logged.ordering-process .popup-widget.login-widget {
    margin-left: 260px;
  }
}

.popup-widget.cart-widget {
  top: 60px;
}
@media (min-width: 768px) {
  .popup-widget.cart-widget {
    top: 90px;
  }
}
@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 40px;
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 140px;
  }
}
@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 260px;
  }
}
@media (min-width: 1600px) {
  .popup-widget.cart-widget {
    margin-left: 260px;
  }
}
.popup-widget.login-widget {
  top: 60px;
}
@media (min-width: 768px) {
  .popup-widget.login-widget {
    top: 100px;
  }
}
@media (min-width: 992px) {
  .popup-widget.login-widget {
    top: 100px;
  }
}

@media (min-width: 992px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 116px;
  }
}
@media (min-width: 1200px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 219px;
  }
}
@media (min-width: 1440px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 339px;
  }
}
@media (min-width: 1600px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 339px;
  }
}
@media (min-width: 1800px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 260px;
  }
}

.popup-widget.cart-widget::before {
  display: none;
}

@media (max-width: 767px) {
  .popup-widget.login-widget {
    top: 50px;
  }
}

@media (min-width: 992px) {
  .ordering-process:not(.admin-logged) .popup-widget.login-widget {
    border-top-right-radius: 0;
    margin-left: 116px;
  }
}
@media (min-width: 1200px) {
  .ordering-process:not(.admin-logged) .popup-widget.login-widget {
    margin-left: 219px;
  }
}
@media (min-width: 1440px) {
  .ordering-process:not(.admin-logged) .popup-widget.login-widget {
    margin-left: 339px;
  }
}

@media (min-width: 992px) {
  .popup-widget.login-widget {
    margin-left: -70px;
  }
  .popup-widget.login-widget:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .popup-widget.login-widget {
    margin-left: 50px;
  }
}
@media (min-width: 1440px) {
  .popup-widget.login-widget {
    margin-left: 170px;
  }
}
@media (min-width: 1600px) {
  .popup-widget.login-widget {
    margin-left: 220px;
  }
}
@media (min-width: 1800px) {
  .popup-widget.login-widget {
    margin-left: 220px;
  }
}
@media (min-width: 2000px) {
  .popup-widget.login-widget {
    margin-left: 220px;
  }
}
.price-range > div {
  background-color: var(--color-secondary);
}

.cart-free-shipping strong {
  color: #000000;
}

.cart-widget,
.cart-widget-button,
.popup-widget-inner,
.popup-widget:before {
  background-color: #fffbf2;
}

.cart-widget-product-delete button:before {
  content: "\e902";
  font-family: "clovecina";
  font-size: 16px;
}

.cart-widget-bottom {
  background-color: #fffef9;
}

@media (max-width: 480px) {
  .user-action-in .popup-widget.cart-widget {
    height: calc(100% - 90px);
    top: 90px;
  }
}
@media (max-width: 767px) {
  .user-action-in .popup-widget.cart-widget {
    height: calc(100% - 90px);
    top: 90px;
  }
  body.is-scrolling .popup-widget.cart-widget {
    top: 60px;
  }
}
@media (max-width: 992px) {
  .user-action-in .popup-widget.cart-widget {
    height: calc(100% - 90px);
    top: 90px;
  }
  .cart-widget-inner.popup-widget-inner .cart-widget-products {
    height: calc(100% - 158px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .user-action-in .popup-widget.cart-widget {
    height: calc(100% - 100px);
    top: 100px;
  }
  .is-header-fixed.is-header-scrolling .user-action .popup-widget {
    height: calc(100% - 60px);
    top: 60px !important;
  }
}
@media (max-width: 767px) {
  .type-detail .content-wrapper.container {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .type-detail #content {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .p-image-wrapper {
    width: auto !important;
    margin: 0 -15px !important;
  }
}
.p-image-wrapper .p-detail-inner-header-mobile {
  display: none;
}
.p-image-wrapper .p-image {
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  padding-bottom: 0;
}
.p-image-wrapper .p-image img {
  outline: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-image-wrapper .p-image img:focus {
  border: none;
  outline: none;
}
.p-image-wrapper .p-image .flags {
  left: auto;
  right: 10px;
  top: 10px;
}
.p-image-wrapper .p-thumbnails-wrapper {
  background: white;
  padding: 0;
  width: calc(100% - 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-left: 15px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
}
.p-image-wrapper .p-thumbnails {
  background: white;
  height: 50px;
}
.p-image-wrapper .p-thumbnails:before, .p-image-wrapper .p-thumbnails:after {
  display: none !important;
}
.p-image-wrapper .p-thumbnails .p-thumbnails-inner {
  height: 100%;
}
.p-image-wrapper .p-thumbnails .p-thumbnails-inner a {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.p-image-wrapper .p-thumbnails .thumbnail-next,
.p-image-wrapper .p-thumbnails .thumbnail-prev {
  display: none !important;
}
.p-image-wrapper .p-thumbnail.highlighted:before,
.p-image-wrapper .p-thumbnail:hover:before,
.p-image-wrapper .show360image.highlighted:before,
.p-image-wrapper .show360image:hover:before {
  background-color: #fbdf52;
  border-color: #fbdf52;
}
.p-image-wrapper .p-thumbnails a.highlighted img,
.p-image-wrapper .p-thumbnails a:hover img {
  border-color: #fbdf52;
}

.type-detail.has-detail-product-arrows .carousel-control--product {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fdf3b9;
}
@media (min-width: 768px) {
  .type-detail.has-detail-product-arrows .carousel-control--product {
    width: 40px;
    height: 40px;
  }
}
.type-detail.has-detail-product-arrows .carousel-control--product:hover {
  background-color: #fbdf52;
}
.type-detail.has-detail-product-arrows .carousel-control--product:before {
  display: block;
  font-size: 18px;
  color: #000000;
  font-family: "clovecina";
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 767px) {
  .type-detail.has-detail-product-arrows .carousel-control--product:before {
    line-height: 40px;
  }
}
.type-detail.has-detail-product-arrows .carousel-control--product.right {
  right: 15px;
}
@media (min-width: 768px) {
  .type-detail.has-detail-product-arrows .carousel-control--product.right {
    right: 25px;
  }
}
.type-detail.has-detail-product-arrows .carousel-control--product.right:before {
  content: "\e91a";
}
.type-detail.has-detail-product-arrows .carousel-control--product.left {
  left: 15px;
}
@media (min-width: 768px) {
  .type-detail.has-detail-product-arrows .carousel-control--product.left {
    left: 25px;
  }
}
.type-detail.has-detail-product-arrows .carousel-control--product.left:before {
  content: "\e919";
}

.p-detail-inner {
  margin-bottom: 40px;
}

.p-data-wrapper {
  padding-top: 25px;
}
.p-data-wrapper .p-detail-inner-header {
  display: block;
}
@media (max-width: 767px) {
  .p-data-wrapper .p-detail-inner-header {
    margin-bottom: 10px;
  }
}
.p-data-wrapper .p-detail-inner-header h1 {
  display: block;
  margin-bottom: 15px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
}
@media (min-width: 480px) {
  .p-data-wrapper .p-detail-inner-header h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .p-data-wrapper .p-detail-inner-header h1 {
    margin-top: 25px !important;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .p-data-wrapper .p-detail-inner-header h1 {
    margin-top: 0 !important;
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .p-data-wrapper .p-detail-inner-header h1 {
    font-size: 42px;
  }
}
@media (min-width: 1440px) {
  .p-data-wrapper .p-detail-inner-header h1 {
    font-size: 48px;
  }
}
.p-data-wrapper .p-detail-inner-header .stars {
  height: 20px;
}
.p-data-wrapper .p-detail-inner-header .stars .star:before {
  color: black;
}
.p-data-wrapper .p-short-description-block > p a {
  color: #000000;
}
.p-data-wrapper .p-short-description-block > p a:after {
  margin-left: 5px;
  font-size: 16px;
  color: #000000;
}
.p-data-wrapper table.detail-parameters {
  display: block;
  margin: 5px 0;
  margin-left: 3px;
}
.p-data-wrapper table.detail-parameters tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-data-wrapper table.detail-parameters tbody tr {
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-data-wrapper table.detail-parameters tbody tr:first-child {
  border-right: 1px solid #667e6c;
  margin-right: 5px;
  padding-right: 5px;
}
@media (min-width: 480px) {
  .p-data-wrapper table.detail-parameters tbody tr:first-child {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.p-data-wrapper table.detail-parameters tbody tr:first-child th {
  display: none;
}
.p-data-wrapper table.detail-parameters tbody tr:first-child td {
  color: #667e6c;
}
.p-data-wrapper table.detail-parameters tbody tr th {
  min-width: auto;
  width: auto;
  line-height: 1.2;
  padding-right: 0;
  color: #667e6c;
  margin-right: 5px;
  display: inline-block;
}
.p-data-wrapper table.detail-parameters tbody tr th:after {
  display: none;
}
.p-data-wrapper table.detail-parameters tbody tr th .row-header-label {
  padding-right: 0;
  background-color: transparent;
}
.p-data-wrapper table.detail-parameters tbody tr td {
  padding-bottom: 0;
  line-height: 1.2;
  padding-left: 0;
  color: #667e6c;
}
.p-data-wrapper .p-to-cart-block {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 767px) {
  .p-data-wrapper .p-to-cart-block {
    gap: 10px 15px;
  }
}
.p-data-wrapper .p-to-cart-block .add-to-cart {
  margin-left: 0;
}
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity {
  border-color: #000000;
  border-radius: 6px;
  background-color: transparent;
}
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity input {
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  padding-top: 5px;
}
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity .increase,
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity .decrease {
  width: 40px;
}
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity .increase:after,
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity .decrease:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  top: 50%;
  position: absolute;
  margin-top: -12px;
  background-color: #cccccc;
}
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity .increase:before,
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity .decrease:before {
  color: #bdb6b0;
  font-size: 16px;
}
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity .increase:after {
  left: 0;
}
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity .decrease:after {
  right: 0;
}
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity .decrease:before {
  color: #f2ede4;
}
.p-data-wrapper .p-to-cart-block .add-to-cart-button {
  border-radius: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: 200px;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 800;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 369px) {
  .p-data-wrapper .p-to-cart-block .add-to-cart-button {
    padding-left: 12px;
    padding-right: 12px;
    min-width: auto;
  }
}
.p-data-wrapper .p-to-cart-block .add-to-cart-button:before {
  content: "\e90b";
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: "clovecina";
  color: #000000;
  margin-right: 10px;
  display: block !important;
}
.p-data-wrapper .p-to-cart-block-ext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
.p-data-wrapper .p-to-cart-block-ext .price-save {
  display: none;
}
.p-data-wrapper .p-to-cart-block-ext .p-final-price-wrapper {
  width: auto;
  line-height: 1;
  margin-right: 15px;
}
@media (min-width: 480px) {
  .p-data-wrapper .p-to-cart-block-ext .p-final-price-wrapper {
    margin-right: 20px;
  }
}
.p-data-wrapper .p-to-cart-block-ext .p-final-price-wrapper strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
}
@media (min-width: 768px) {
  .p-data-wrapper .p-to-cart-block-ext .p-final-price-wrapper strong {
    font-size: 26px;
  }
}
.p-data-wrapper .p-to-cart-block-ext table.detail-parameters {
  width: auto;
}
.p-data-wrapper .p-to-cart-block-ext .price-standard {
  display: block;
  font-size: 14px;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  text-decoration: line-through;
  margin-bottom: 3px;
}
.p-data-wrapper .p-to-cart-block-ext .price-standard strong {
  text-decoration: line-through;
  font-size: 14px;
}
.p-data-wrapper .p-to-cart-block-ext .price-standard + .price-save + .price-final {
  color: #b66645;
}
.p-data-wrapper .p-to-cart-block-ext .price-final {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  color: black;
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-data-wrapper .p-to-cart-block-ext .price-final {
    font-size: 18px;
  }
}
.p-data-wrapper .p-to-cart-block-ext .price-final strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 900;
}
.p-data-wrapper .social-buttons-wrapper {
  display: none;
}

.p-detail-tabs-wrapper .basic-description .rate-wrapper {
  display: none;
}
.p-detail-tabs-wrapper .basic-description img[src*=detail-icon-] {
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-detail-tabs-wrapper .extended-description {
  width: 100%;
  padding-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .p-detail-tabs-wrapper .extended-description > p {
    display: none;
  }
}
.p-detail-tabs-wrapper .extended-description > h3 {
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-detail-tabs-wrapper .extended-description > h3 {
    font-size: 24px;
  }
}
.p-detail-tabs-wrapper .extended-description table {
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-detail-tabs-wrapper .extended-description table {
    font-size: 18px;
  }
}
.p-detail-tabs-wrapper .extended-description table tbody tr th {
  color: #000000;
  font-weight: 500;
  padding-right: 3px;
}
@media (min-width: 768px) {
  .p-detail-tabs-wrapper .extended-description table tbody tr th {
    width: 210px;
  }
}
.p-detail-tabs-wrapper .extended-description table tbody tr th .row-header-label {
  background-color: transparent;
}
.p-detail-tabs-wrapper .extended-description table tbody tr th:after {
  display: none;
}
.p-detail-tabs-wrapper .extended-description table tbody tr td {
  font-weight: 400;
}
.p-detail-tabs-wrapper .extended-description table tbody tr a {
  color: #fbdf52;
}
.p-detail-tabs-wrapper .extended-description table tbody tr a:hover {
  text-decoration: underline;
}

.products-related-header {
  display: none;
}

.products-related-wrapper {
  overflow: hidden;
  margin: 35px 0 0 !important;
  width: 100% !important;
}
.products-related-wrapper .products {
  width: 100% !important;
  display: block;
  margin: 0;
}
.products-related-wrapper .products .product {
  width: 100% !important;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 992px) {
  .products-related-wrapper .products .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.products-related-wrapper .products .product .p {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: white;
}
@media (max-width: 479px) {
  .products-related-wrapper .products .product .p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .products-related-wrapper .products .product .p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.products-related-wrapper .products .product .p .image {
  width: 100px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  height: auto;
}
@media (min-width: 992px) {
  .products-related-wrapper .products .product .p .image {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.products-related-wrapper .products .product .p .image .flags {
  display: none;
}
.products-related-wrapper .products .product .p .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100px;
}
@media (min-width: 768px) {
  .products-related-wrapper .products .product .p .image img {
    max-height: 90px;
  }
}
.products-related-wrapper .products .product .p .p-in {
  border: 0;
  border-radius: 0;
  text-align: left;
  padding: 15px 10px 10px 15px;
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .products-related-wrapper .products .product .p .p-in {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    line-height: 1.4;
    padding: 15px 15px 15px;
    padding-left: 20px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .products-related-wrapper .products .product .p .p-in .p-in-in {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .products-related-wrapper .products .product .p .p-in .p-in-in {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .products-related-wrapper .products .product .p .p-in .p-in-in {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding-right: 10px;
  }
}
.products-related-wrapper .products .product .p .p-in .p-in-in .name {
  font-size: 16px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  min-height: auto;
  margin-bottom: 0;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .products-related-wrapper .products .product .p .p-in .p-in-in .name {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .products-related-wrapper .products .product .p .p-in .p-in-in .name {
    display: block;
    height: auto;
  }
}
.products-related-wrapper .products .product .p .p-in .p-in-in .ratings-wrapper {
  display: none;
}
.products-related-wrapper .products .product .p .p-in .p-bottom {
  margin-top: 0;
}
.products-related-wrapper .products .product .p .p-in .p-bottom > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .products-related-wrapper .products .product .p .p-in .p-bottom {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .products-related-wrapper .products .product .p .p-in .p-bottom {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.products-related-wrapper .products .product .p .p-in .p-bottom .prices {
  padding-right: 0;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 1200px) {
  .products-related-wrapper .products .product .p .p-in .p-bottom .prices {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .products-related-wrapper .products .product .p .p-in .p-bottom .prices .price-final strong {
    font-size: 16px;
  }
}
.products-related-wrapper .products .product .p .p-in .p-bottom .prices .price-save {
  display: none;
}
.products-related-wrapper .products .product .p .p-in .p-bottom .p-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 130px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 1200px) {
  .products-related-wrapper .products .product .p .p-in .p-bottom .p-tools {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.shp-accordion-wrapper.p-detail-tabs-wrapper,
.shp-tabs-wrapper.p-detail-tabs-wrapper {
  margin-bottom: 50px;
  margin-top: 40px;
  background: transparent;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .shp-accordion-wrapper.p-detail-tabs-wrapper,
  .shp-tabs-wrapper.p-detail-tabs-wrapper {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .shp-accordion-wrapper.p-detail-tabs-wrapper > .row,
  .shp-tabs-wrapper.p-detail-tabs-wrapper > .row {
    margin: 0;
  }
  .shp-accordion-wrapper.p-detail-tabs-wrapper > .row > .col-sm-12,
  .shp-tabs-wrapper.p-detail-tabs-wrapper > .row > .col-sm-12 {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .shp-accordion-wrapper.p-detail-tabs-wrapper .tab-content .tab-pane,
  .shp-tabs-wrapper.p-detail-tabs-wrapper .tab-content .tab-pane {
    width: 1024px;
  }
}
@media (min-width: 992px) {
  .shp-accordion-wrapper.p-detail-tabs-wrapper .tab-content .tab-pane.wide-tab,
  .shp-tabs-wrapper.p-detail-tabs-wrapper .tab-content .tab-pane.wide-tab {
    width: 1024px;
  }
}
.shp-accordion-wrapper.p-detail-tabs-wrapper .shp-tabs,
.shp-tabs-wrapper.p-detail-tabs-wrapper .shp-tabs {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-align: left;
}
.shp-accordion-wrapper.p-detail-tabs-wrapper .shp-tabs-holder,
.shp-tabs-wrapper.p-detail-tabs-wrapper .shp-tabs-holder {
  background-color: transparent;
}
@media (max-width: 767px) {
  .shp-accordion-wrapper.p-detail-tabs-wrapper .shp-tabs-holder,
  .shp-tabs-wrapper.p-detail-tabs-wrapper .shp-tabs-holder {
    margin-left: -20px;
  }
}
.shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs,
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs {
  z-index: 1;
  display: block;
  position: relative;
}
.shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li,
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li {
  margin-right: 0;
}
.shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li:last-child a:after,
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li:last-child a:after {
  display: none;
}
.shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a,
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a {
  color: #667e6c;
  font-size: 16px;
  padding: 10px 10px;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  background-color: transparent;
  position: relative;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a:after,
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a:after {
  display: none;
}
@media (min-width: 480px) {
  .shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a,
  .shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a {
    padding: 10px 16px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a,
  .shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a {
    padding: 10px 10px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a,
  .shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a {
    font-size: 18px;
    padding: 10px 16px;
  }
}
@media (min-width: 1440px) {
  .shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a,
  .shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a {
    padding: 10px 25px;
    font-size: 18px;
  }
}
.shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li:hover,
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li:hover {
  text-decoration: none;
}
.shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li:hover a,
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li:hover a {
  color: #000000;
}
.shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li.active,
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li.active {
  text-decoration: none;
}
.shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li.active a,
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li.active a {
  color: #000000;
  background-color: transparent;
  border: 1px solid #d6d3ca;
  border-bottom: 0;
  z-index: 2;
}
.shp-accordion-wrapper.p-detail-tabs-wrapper ul.shp-tabs li.active a:after,
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li.active a:after {
  display: none;
}

.rate-bar {
  background-color: #fbdf52;
}

.link-like {
  color: #fbdf52;
}

@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center;
  }
}

.p-short-description-block {
  margin-bottom: 15px;
}

.p-short-description-block.show-text .chevron-after.chevron-down-after::after {
  content: "\e90e";
  font-family: "clovecina";
}

.p-short-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}
.p-short-description p {
  display: inline;
}

.p-short-description.full-text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: none;
}
.p-short-description.full-text p {
  display: block;
}

@media (min-width: 767px) {
  .type-detail .hp-reviews-section {
    margin-bottom: 40px;
  }
}
.p-image-wrapper .flags-extra .flag.flag-discount {
  min-height: 80px;
  min-width: 80px;
}

.flags-extra .flag .price-save {
  font-weight: 500;
}

.p-image-wrapper .flags-extra .flag.flag-discount:before {
  content: "Zľava";
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-weight: 500;
}

.p-image-wrapper .flags-extra .flag .price-save,
.p-image-wrapper .flags-extra .flag .price-standard {
  font-size: 18px;
}

.product .flags-extra .flag.flag-discount {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.product .flags-extra .flag.flag-discount strong {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

.columns-mobile-2 .products-block > div .flags.flags-extra {
  right: 0;
  width: auto;
}

.columns-mobile-2 .products-block > div .flags .flag.flag-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .p-image-wrapper .flags-extra .flag.flag-discount {
    min-height: 80px;
    min-width: 80px;
  }
  .p-image-wrapper .flags-extra .flag.flag-discount:before {
    content: "Zľava";
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .p-image-wrapper .flags-extra .flag .price-save,
  .p-image-wrapper .flags-extra .flag .price-standard {
    font-size: 18px;
  }
}
.type-detail .product-slider-holder .product-slider:before {
  display: none !important;
}

#content .basic-description.custom-description p {
  line-height: 1.7;
}
#content .basic-description.custom-description .custom-add-to-cart {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#content .basic-description.custom-description .custom-add-to-cart .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 24px;
  padding-right: 24px;
  white-space: nowrap;
  border-radius: 6px;
  -ms-flex: 0;
  -webkit-box-flex: 0;
          flex: 0;
  min-width: 200px;
  font-family: "Satoshi-Black", Arial, sans-serif;
  font-weight: 800;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}
#content .basic-description.custom-description .custom-add-to-cart .btn:before {
  content: "\e90b";
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: "clovecina";
  color: #000000;
  margin-right: 10px;
  display: block !important;
}
#content .basic-description.custom-description .box p {
  margin-bottom: 10px;
  margin-top: 10px;
}
#content .basic-description.custom-description .big-text p {
  font-size: 26px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #content .basic-description.custom-description .big-text p {
    font-size: 32px;
  }
}
#content .basic-description.custom-description .small-text p {
  font-size: 18px;
}
#content .basic-description.custom-description .img-full img {
  width: 100%;
}
#content .basic-description.custom-description .why-clovecina-section .show-mobile {
  display: none;
}
@media (max-width: 767px) {
  #content .basic-description.custom-description .why-clovecina-section {
    margin-bottom: 80px;
  }
  #content .basic-description.custom-description .why-clovecina-section .hp-title {
    max-width: 320px;
  }
  #content .basic-description.custom-description .why-clovecina-section .show-mobile {
    display: block;
  }
}
#content .basic-description.custom-description .why-clovecina-section .swiper-pagination {
  left: 0;
}
#content .basic-description.custom-description .card-style p {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #content .basic-description.custom-description .card-style > div {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #content .basic-description.custom-description .card-style > div p {
    margin-top: 25px;
  }
}
#content .basic-description.custom-description .card-style img {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #content .basic-description.custom-description .card-style .card-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.quote-block {
  margin-top: 30px;
  margin-bottom: 100px;
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.quote-block .swiper-pagination {
  bottom: -60px;
}
.quote-block .swiper-pagination-bullet:after {
  border-color: black;
}
.quote-block .swiper-pagination-bullet-active:after {
  background-color: black;
}

.quote {
  position: relative;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 20px;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-size: 26px;
}
@media (min-width: 768px) {
  .quote {
    font-size: 32px;
  }
}
.quote:before {
  content: "“";
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  color: #fbdf52;
  font-size: 40px;
  height: 20px;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 768px) {
  .quote:before {
    font-size: 60px;
  }
}

.js-slider-group {
  position: relative;
}

.content-width-500 {
  max-width: 500px;
  margin: 0 auto;
}

.up-products-cart.up-products-cart-template-disco .up-product td .up-product-add-to-cart a svg,
.up-products-cart.up-products-cart-template-disco .up-product td .up-product-remove-from-cart a svg {
  fill: #000000;
}

.table-responsive table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

@media (max-width: 767px) {
  .basic-description h2,
  .basic-description h3,
  .basic-description h4,
  .basic-description h5,
  .basic-description h6 {
    text-align: center;
  }
}
.basic-description h2 {
  font-weight: 700;
  font-size: 26px;
  color: #000000;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .basic-description h2 {
    font-size: 32px;
  }
}
.basic-description h3 {
  font-weight: 700;
  color: #000000;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  line-height: 1.4;
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .basic-description h3 {
    font-size: 24px;
  }
}
.basic-description h4 {
  font-weight: 700;
  color: #000000;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .basic-description h4 {
    font-size: 20px;
  }
}
.basic-description h5 {
  font-weight: 700;
  color: #000000;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .basic-description h5 {
    font-size: 18px;
  }
}
.basic-description h6 {
  font-weight: 700;
  color: #000000;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .basic-description h6 {
    font-size: 16px;
  }
}
.basic-description p {
  line-height: 1.5;
  font-size: 18px;
  color: #000000;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.basic-description p + p {
  margin-top: 20px;
}
.basic-description p strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
}
.basic-description p a {
  color: #fbdf52;
  text-decoration: underline;
}
.basic-description ul {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}
.basic-description ul li {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  position: relative;
  font-size: 18px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .basic-description ul li {
    font-size: 18px;
  }
}
.basic-description ul li span {
  font-family: "GTSuperText-Regular", Arial, sans-serif !important;
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .basic-description ul li span {
    font-size: 18px !important;
  }
}
.basic-description ul li::marker {
  display: none !important;
  content: "";
}
.basic-description ul li:before {
  content: "";
  background-color: white;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0;
}
.basic-description img {
  border-radius: 10px;
  overflow: hidden;
}
.basic-description [role=button] {
  cursor: default;
}
.basic-description ol {
  margin-bottom: 25px;
}
.basic-description ol li {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  font-size: 18px;
}
@media (min-width: 768px) {
  .basic-description ol li {
    font-size: 18px;
  }
}
.basic-description ol li span {
  font-family: "GTSuperText-Regular", Arial, sans-serif !important;
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .basic-description ol li span {
    font-size: 18px !important;
  }
}
.basic-description ol li::marker {
  color: #000000;
}
.basic-description .iframe-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 56.25%;
}
.basic-description .iframe-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.basic-description video {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.basic-description table {
  border-radius: 10px;
  overflow: hidden;
  width: auto;
}
.basic-description table thead tr {
  background-color: #fbf9f7;
}
.basic-description table thead tr th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  padding: 15px 15px;
}
.basic-description table thead tr th:first-child {
  text-align: left;
}
.basic-description table tbody tr:nth-child(even) {
  background-color: #fbf9f7;
}
.basic-description table tbody tr td {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  padding: 15px 15px;
}

@media (min-width: 768px) {
  .table-column-2-1,
  .table-column-2,
  .table-column-3 {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .table-column-2-1,
  .table-column-2,
  .table-column-3 {
    display: block;
  }
  .table-column-2-1 td,
  .table-column-2 td,
  .table-column-3 td {
    display: block;
    width: 100%;
  }
  .table-column-2-1 tr,
  .table-column-2-1 tbody,
  .table-column-2 tr,
  .table-column-2 tbody,
  .table-column-3 tr,
  .table-column-3 tbody {
    display: block;
  }
  .table-column-2-1 tr,
  .table-column-2 tr,
  .table-column-3 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-column-2-1 .table-order-last,
  .table-column-2 .table-order-last,
  .table-column-3 .table-order-last {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
}

@media (min-width: 768px) {
  .table-column-2 td {
    padding: 0 15px;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .table-column-3 td {
    padding: 0 15px;
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .table-column-3 td {
    width: 33.33%;
  }
}

.table-column-2-1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .table-column-2-1 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-column-2-1 td {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .table-column-2-1 td:first-child {
    width: 60%;
  }
  .table-column-2-1 td:last-child {
    width: 40%;
  }
}

@media (max-width: 767px) {
  table.table-offset tbody tr {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  table.table-offset tbody tr td {
    padding: 0;
  }
}

.basic-description .box {
  border-radius: 10px;
  height: 100%;
  padding: 25px 25px 15px;
}
@media (min-width: 768px) {
  .basic-description .box {
    padding: 35px 35px 15px;
  }
}

.box-yellow {
  background-color: #fbdf52;
}
.box-yellow ul li,
.box-yellow h2,
.box-yellow h3,
.box-yellow h4,
.box-yellow h5,
.box-yellow p a,
.box-yellow p {
  color: #000000;
}

.iframe-responsive {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .iframe-responsive {
    border-radius: 20px;
  }
}
.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#content p {
  margin: 0;
  margin-bottom: 20px;
}
#content p + p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  table.detail-parameters tbody tr td {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .overall-wrapper {
    padding-top: 90px;
  }
}
.accordion .accordion__item {
  position: relative;
}
.accordion .accordion__item.is-active .accordion__trigger {
  -webkit-transition: none;
  transition: none;
}
.accordion .accordion__item.is-active .accordion__trigger:after {
  content: "\e90e";
}
.accordion .accordion__item.is-active .accordion__content {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 1rem 0 1rem 0;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.accordion .accordion__trigger {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
  padding: 1.6rem 0 1.6rem 0;
}
@media (max-width: 767px) {
  .accordion .accordion__trigger {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .accordion .accordion__trigger {
    padding: 0;
  }
}
.accordion .accordion__trigger:after {
  content: "\e91a";
  display: block;
  position: absolute;
  font-size: 16px;
  font-family: "clovecina" !important;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion .accordion__content {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.accordion--classic {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .accordion--classic {
    margin-top: 45px;
  }
}
.accordion--classic .accordion__item {
  margin-bottom: 15px;
  border-radius: 20px;
  background-color: transparent;
  overflow: hidden;
  border: 0;
  border: 1px solid #c2c9bc;
}
.accordion--classic .accordion__item.is-active .accordion__content {
  padding: 0 20px 20px 20px;
}
@media (min-width: 768px) {
  .accordion--classic .accordion__item.is-active .accordion__content {
    padding: 0 35px 20px 35px;
  }
}
.accordion--classic .accordion__item.is-active .accordion__trigger {
  color: #0f0f0f !important;
}
.accordion--classic .accordion__item.is-active .accordion__trigger:after {
  color: #0f0f0f;
}
.accordion--classic .accordion__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f0f0f;
  padding: 10px 40px 10px 20px;
  min-height: 50px;
  margin-bottom: 0;
  font-family: "GTSuperText-Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 768px) {
  .accordion--classic .accordion__trigger {
    padding: 10px 50px 10px 35px;
    min-height: 60px;
    font-size: 18px;
  }
}
.accordion--classic .accordion__trigger:after {
  right: 15px;
}
.accordion--classic .accordion__content {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}
.accordion--classic .accordion__content p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
}

.js-rotate-text {
  display: inline-block;
  overflow: hidden;
  max-height: 25px;
  text-align: left;
  pointer-events: none;
}
.js-rotate-text .swiper-container-3d .swiper-cube-shadow,
.js-rotate-text .swiper-container-3d .swiper-slide,
.js-rotate-text .swiper-container-3d .swiper-slide-shadow-bottom,
.js-rotate-text .swiper-container-3d .swiper-slide-shadow-left,
.js-rotate-text .swiper-container-3d .swiper-slide-shadow-right,
.js-rotate-text .swiper-container-3d .swiper-slide-shadow-top,
.js-rotate-text .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: flat;
          transform-style: flat;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: none;
}

.homepage-group-title .js-rotate-text {
  top: 0;
  position: relative;
  max-height: 25px;
}
@media (min-width: 768px) {
  .homepage-group-title .js-rotate-text {
    max-height: 35px;
  }
}

.category-title {
  overflow: hidden;
}
.category-title .js-rotate-text {
  position: relative;
  top: 0;
  max-height: 27px;
  overflow: visible;
}
@media (min-width: 992px) {
  .category-title .js-rotate-text {
    max-height: 45px;
  }
}

@media (min-width: 768px) {
  .products-block--ext {
    display: none;
  }
}

.hp-title {
  overflow: hidden;
}
.hp-title .js-rotate-text {
  position: relative;
  top: 0;
  overflow: visible;
  max-height: 27px;
}
@media (max-width: 767px) {
  .hp-title .js-rotate-text {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .hp-title .js-rotate-text {
    max-height: 45px;
  }
}

.in-podcasty .hp-subtitle,
.type-posts-listing .hp-subtitle {
  margin-bottom: 0;
}
.in-podcasty .hp-title .js-rotate-text,
.type-posts-listing .hp-title .js-rotate-text {
  top: 7px;
  max-height: 34px;
}
@media (max-width: 767px) {
  .in-podcasty .hp-title .js-rotate-text,
  .type-posts-listing .hp-title .js-rotate-text {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .in-podcasty .hp-title .js-rotate-text,
  .type-posts-listing .hp-title .js-rotate-text {
    top: 11px;
    max-height: 55px;
  }
}

.why-clovecina-section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .why-clovecina-section {
    margin-bottom: 100px;
  }
}
.why-clovecina-section .hp-title {
  text-align: center;
}
@media (max-width: 767px) {
  .why-clovecina-section .hp-title {
    max-width: 220px;
    margin: 0 auto;
    line-height: 1.2;
  }
}

.category__secondDescription .why-clovecina-section {
  display: none;
}

.why-clovecina-content {
  text-align: center;
}
.why-clovecina-content .js-slider-group {
  margin-top: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .why-clovecina-content .js-slider-group {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .why-clovecina-content .js-slider-group {
    margin-top: 45px;
    width: 100vw;
    position: relative;
    max-width: none;
    left: calc(50% - 50vw);
  }
}
@media (min-width: 1200px) {
  .why-clovecina-content .js-slider-group {
    margin: 45px auto 0;
  }
}

.type-category .custom-footer__newsletter {
  display: none !important;
}

.why-clovecina-section .swiper-slide {
  height: auto;
}
.why-clovecina-section .swiper-pagination {
  bottom: -60px;
}
.why-clovecina-section .swiper-pagination-bullet:after {
  border-color: black;
}
.why-clovecina-section .swiper-pagination-bullet-active:after {
  background-color: black;
}
.why-clovecina-section .why-clovecina-image {
  max-width: 65px;
  margin-bottom: 12px;
}
.why-clovecina-section .why-clovecina-item {
  height: 100%;
  padding: 30px 30px 25px;
  border-radius: 8px;
  background-color: #fefadf;
  text-align: left;
}
.why-clovecina-section .why-clovecina-item p {
  margin-bottom: 0;
  font-family: "GTSuperText-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 768px) {
  .why-clovecina-section .why-clovecina-item p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.why-clovecina-section .why-clovecina-item p strong {
  font-family: "GTSuperText-Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .why-clovecina-section .why-clovecina-item p strong {
    font-size: 18px;
    line-height: 1.3;
  }
}

.quote-char:before {
  content: "“";
  font-family: "Ambit-Semibold", Arial, sans-serif;
  color: #fbdf52;
  font-size: 40px;
  height: 20px;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 768px) {
  .quote-char:before {
    font-size: 70px;
  }
}

.cart-table tr td {
  background-color: transparent;
}
.cart-table tr td.cart-p-image {
  background-color: transparent;
}

.cart-inner .summary {
  margin: 0;
}

ol.cart-header li.active a,
ol.cart-header li.active strong,
ol.cart-header li.completed a,
ol.cart-header li.completed a:hover,
ol.cart-header li.completed strong {
  color: #000;
  background: transparent;
}

.discount-coupon input {
  border-radius: 10px;
}
.discount-coupon .btn {
  margin-left: 0px;
  border-radius: 10px;
  height: 53px;
  width: 53px;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #1a1937;
}
.discount-coupon .btn:after {
  content: "\e91a";
  display: block;
  font-family: "clovecina";
  font-size: 20px;
  color: black;
  right: 3px;
  position: relative;
}

.id--17 .checkout-box,
.id--16 .checkout-box {
  display: none;
}

@media (min-width: 768px) {
  .id--17 #checkoutContent,
  .id--16 #checkoutContent {
    padding: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .id--17 #checkoutSidebar,
  .id--16 #checkoutSidebar {
    padding: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
}

ol.cart-header li a:before,
ol.cart-header li strong:before {
  background-color: #fffef9;
}

.cart-empty.cart-inner .col-md-4 {
  display: none;
}

@media (min-width: 769px) and (max-width: 992px) {
  .summary .col-md-4,
  .summary .col-md-8 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}