@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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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;
  }
}

input[type=checkbox] + label {
  padding-left: 30px;
}
input[type=checkbox] + label:before {
  width: 16px;
  height: 16px;
  top: 8px;
  left: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  border-radius: 4px;
  border-color: #797f87;
  background-color: transparent;
}
input[type=checkbox] + label:after {
  top: 2px;
  left: 3px;
  display: none;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 13px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  background-color: transparent;
  border: 0;
}
input[type=checkbox]:checked + label:before {
  background-color: #caa448;
  border-color: #caa448;
}
input[type=checkbox]:checked + label:after {
  display: inline-block;
  background: transparent;
  top: 11px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}

input[type=checkbox].error-field + label,
input[type=radio].error-field + label,
input[type=checkbox].js-error-field + label,
input[type=radio].js-error-field + label {
  padding: 0;
  border: 0;
  padding-left: 30px;
}

input[type=checkbox].error-field + label::after,
input[type=radio].error-field + label::after,
input[type=checkbox].js-error-field + label::after,
input[type=radio].js-error-field + label::after,
input[type=checkbox].error-field + label::before,
input[type=radio].error-field + label::before,
input[type=checkbox].js-error-field + label::before,
input[type=radio].js-error-field + label::before {
  left: 0;
}

.form-control {
  color: #2f3540;
  height: 40px;
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #c3c9c6;
  background-color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  border-color: #c3c9c6;
  color: #797f87;
}
.form-control::-moz-placeholder {
  border-color: #c3c9c6;
  color: #797f87;
}
.form-control:-ms-input-placeholder {
  border-color: #c3c9c6;
  color: #797f87;
}
.form-control::-ms-input-placeholder {
  border-color: #c3c9c6;
  color: #797f87;
}
.form-control::placeholder {
  border-color: #c3c9c6;
  color: #797f87;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #caa448 !important;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::placeholder {
  color: transparent;
}

.required-asterisk:after {
  display: none;
}

.required-asterisk:before {
  content: "*";
  color: #d63500;
  padding-right: 0.5ch;
}

.phone-form-group label {
  width: 100%;
  float: none;
}
.phone-form-group .phone-combined-input {
  max-width: 100%;
}

.validator-msg,
.js-validator-msg {
  margin-left: 0;
}

.js-validator-msg {
  position: relative;
}

.validator-msg,
.msg-error,
.validator-msg,
.js-validator-msg {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0.3rem;
}

.validator-msg + input,
.js-validator-msg + input,
.validator-msg + select,
.js-validator-msg + select,
.validator-msg + .phone-combined-input,
.js-validator-msg + .phone-combined-input {
  margin-left: 0;
}

select,
select.form-control {
  color: #2f3540;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #c3c9c6;
  background-color: #ffffff;
}

.quantity-form {
  text-align: left;
}

.quantity-form .quantity,
.quantity {
  width: 140px;
  font-size: 16px;
  padding: 0 40px 0;
  border: 0;
  font-weight: 400;
  height: 45px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #797f87;
  background: #fff;
}
.quantity-form .quantity input,
.quantity input {
  color: #2f3540;
  font-weight: 600;
  font-family: "Outfit", Arial, sans-serif;
  text-align: center;
  height: 40px;
  width: 60px;
  font-size: 18px;
}
.quantity-form .quantity .decrease-tooltip,
.quantity .decrease-tooltip {
  left: 0;
  right: auto;
}
.quantity-form .quantity .increase,
.quantity-form .quantity .decrease,
.quantity .increase,
.quantity .decrease {
  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: 40px;
  height: 40px;
  background-color: transparent;
  border: 0;
}
.quantity-form .quantity .increase:before,
.quantity-form .quantity .decrease:before,
.quantity .increase:before,
.quantity .decrease: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;
  line-height: 1;
  font-size: 26px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  color: #2f3540;
}
.quantity-form .quantity .increase,
.quantity .increase {
  top: 0;
  right: 0;
  left: auto;
}
.quantity-form .quantity .increase:after,
.quantity .increase:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background-color: #cccccc;
  height: 26px;
  width: 1px;
  margin-top: -13px;
}
.quantity-form .quantity .increase:before,
.quantity .increase:before {
  color: #2f3540;
  content: "+";
}
.quantity-form .quantity .decrease,
.quantity .decrease {
  top: 0;
  left: 0;
  right: auto;
}
.quantity-form .quantity .decrease:after,
.quantity .decrease:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  background-color: #cccccc;
  height: 26px;
  margin-top: -13px;
}
.quantity-form .quantity .decrease:before,
.quantity .decrease:before {
  color: #c3c9c6;
  content: "-";
}

.cart-widget-product-amount .quantity-form .quantity {
  width: 85px;
  font-size: 14px;
  padding: 0 25px 0;
  height: 40px;
}
.cart-widget-product-amount .quantity-form .quantity input {
  height: 36px;
  width: 35px;
  font-size: 14px;
}
.cart-widget-product-amount .quantity-form .quantity .increase,
.cart-widget-product-amount .quantity-form .quantity .decrease {
  width: 25px;
  height: 36px;
}
.cart-widget-product-amount .quantity-form .quantity .increase:before,
.cart-widget-product-amount .quantity-form .quantity .decrease:before {
  font-size: 12px;
}
.cart-widget-product-amount .quantity-form .quantity .decrease:before {
  font-size: 3px;
}

@media (max-width: 766px) {
  .ordering-process .quantity-form .quantity {
    height: 36px;
  }
  .ordering-process .quantity-form .quantity input {
    height: 36px;
  }
  .ordering-process .quantity-form .quantity .increase,
  .ordering-process .quantity-form .quantity .decrease {
    height: 36px;
  }
}

.select2-selection,
select,
select.form-control {
  background-position: center right 10px;
  background-size: 18px;
  background-image: url("/user/documents/public/images/chevron-down.svg");
}

/* Web fonts */
@font-face {
  font-family: "grandbari";
  src: url("../iconfonts/icomoon.eot?geam31x");
  src: url("../iconfonts/icomoon.eot?geam31x#iefix") format("embedded-o;ntype"), url("../iconfonts/icomoon.ttf?geam31x") format("truetype"), url("../iconfonts/icomoon.woff?geam31x") format("woff"), url("../iconfonts/icomoon.svg?geam31x#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: "grandbari" !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-user:before {
  content: "\e902";
}

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

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

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

.icon-filter:before {
  content: "\e900";
}

.icon-basket-cart:before {
  content: "\e901";
}

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

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

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

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

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

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

.btn,
a.btn {
  border-radius: 0;
  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: "Outfit", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 767px) {
  .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: var(--color-secondary);
  background-color: transparent;
  border: 1px solid var(--color-secondary);
}
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  color: #caa448;
  background-color: #ffffff;
  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: 767px) {
  .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: #caa448;
  color: #caa448;
}
.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: white;
}

.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  font-weight: 600;
}

.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: white;
}

.btn,
a.btn {
  position: relative;
  -webkit-transition: color 250ms ease-out, background-color 250ms ease-out, border-color 250ms ease-out;
  transition: color 250ms ease-out, background-color 250ms ease-out, border-color 250ms ease-out;
}

.product .pagination-loader .btn,
.product span.btn,
.product a.btn:not(.btn-icon):not(.unveil-button),
.product button.btn {
  border-radius: 20px 0 20px 0;
  font-weight: 400;
}

/* 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: #2f3540;
  font-family: "Outfit", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  background-color: hsla(40, 42.86%, 95.88%, 0.2);
}

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

body.ordering-process {
  background-color: hsla(40, 42.86%, 95.88%, 0.2);
}

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

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

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

a:hover {
  color: #caa448;
}

.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: "Outfit", Arial, sans-serif;
  font-weight: 600;
}

.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: "Outfit", Arial, sans-serif;
  font-weight: 400;
}

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

h4.homepage-group-title,
.h4.homepage-group-title {
  color: #2f3540;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 26px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 28px;
  }
}
@media (min-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    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;
  }
}

.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;
  position: absolute;
  bottom: -50px;
  outline: none;
  z-index: 6;
  height: 50px;
  width: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.swiper-arrow.swiper-button-disabled {
  opacity: 1;
}

.swiper-arrow-next {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  left: calc(50% + 35px);
}
.swiper-arrow-next .swiper-arrow-content span:before {
  content: "\e90e";
}

.swiper-arrow-prev {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  left: calc(50% - 35px);
}
.swiper-arrow-prev .swiper-arrow-content span:before {
  content: "\e90f";
}

.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: 50px;
  width: 50px;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #caa448;
}
.swiper-arrow-content:focus span:before, .swiper-arrow-content:hover span:before {
  color: #caa448;
}
.swiper-arrow-content span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  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;
}
.swiper-arrow-content span:before {
  content: "";
  font-family: "grandbari";
  font-size: 20px;
  color: #2f3540;
}

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

.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%);
  background-color: #caa448;
  border-radius: 100%;
}

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

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

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

@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;
  }
}
#footer {
  background-color: #2f3540;
  overflow: hidden;
  padding: 50px 10px 0;
  position: relative;
}
@media (min-width: 767px) {
  #footer {
    padding: 50px 15px 0;
  }
}
@media (min-width: 992px) {
  #footer {
    padding-left: 55px;
  }
}
#footer .custom-footer {
  border: 0;
  background: transparent;
  padding-top: 0;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  #footer .custom-footer {
    padding-top: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 766px) {
  #footer .custom-footer {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  #footer .custom-footer > div {
    text-align: center;
  }
}
@media (max-width: 479px) {
  #footer .custom-footer > div {
    padding-bottom: 10px;
  }
}
#footer .custom-footer ul li {
  padding-bottom: 5px;
}
#footer .custom-footer ul li:last-child {
  padding-bottom: 0;
}
#footer .custom-footer ul li:empty {
  display: none !important;
  padding-bottom: 0 !important;
}
@media (min-width: 767px) {
  #footer .custom-footer ul li {
    padding-bottom: 12px;
  }
}
#footer .custom-footer .btn.btn-default {
  margin-top: 10px;
  padding: 5px 32px;
  min-height: 40px;
  font-size: 16px;
}
#footer .custom-footer .news-item-widget {
  margin-bottom: 15px;
}
#footer .custom-footer .news-item-widget h5 {
  display: inline-block;
  color: #2f3540;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  font-family: "Outfit", Arial, sans-serif;
}
@media (min-width: 767px) {
  #footer .custom-footer .news-item-widget h5 {
    font-size: 16px;
  }
}
#footer .custom-footer .news-item-widget h5 a {
  display: inline-block;
  color: #2f3540;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
#footer .custom-footer .news-item-widget h5 a:hover {
  color: #caa448;
  text-decoration: none;
}
@media (min-width: 767px) {
  #footer .custom-footer .news-item-widget h5 a {
    font-size: 16px;
  }
}
#footer .custom-footer .news-item-widget time {
  margin-top: 2px;
  color: #797f87;
  font-weight: 400;
  font-size: 14px;
  font-family: "Outfit", Arial, sans-serif;
}
@media (min-width: 767px) {
  #footer .custom-footer .news-item-widget time {
    font-size: 14px;
  }
}
#footer > .container {
  background: transparent;
}
#footer .footer-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 766px) {
  #footer .footer-links {
    display: block;
  }
}
@media (min-width: 767px) {
  #footer .footer-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#footer .footer-links .footer-link a {
  line-height: 1.2;
}
#footer .contact-box ul {
  margin-bottom: 15px;
}
#footer .contact-box ul.social-list {
  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 (max-width: 766px) {
  #footer .contact-box ul.social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .contact-box ul.social-list li {
  padding-bottom: 0;
}
#footer .contact-box ul.social-list li span {
  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;
  padding-left: 0;
}
#footer .contact-box ul.social-list li span a {
  width: 40px;
  height: 40px;
}
#footer .contact-box ul li {
  word-break: normal;
  padding-top: 0;
}
#footer .contact-box ul li a {
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 766px) {
  #footer .contact-box ul li a {
    padding: 5px 0;
  }
}
@media (min-width: 767px) {
  #footer .contact-box ul li a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #footer .contact-box ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  #footer .contact-box ul li a {
    font-size: 14px;
  }
}
#footer .contact-box ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#footer .contact-box ul li > span {
  padding-left: 30px;
}
#footer .contact-box ul li > span.mail:before, #footer .contact-box ul li > span.tel:before {
  color: #caa448;
  font-size: 20px;
}
#footer .contact-box ul li > span.address:before, #footer .contact-box ul li > span.youtube:before, #footer .contact-box ul li > span.facebook:before, #footer .contact-box ul li > span.instagram:before {
  font-family: "grandbari";
  font-size: 26px;
  color: #caa448;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 766px) {
  #footer .contact-box ul li > span.address:before, #footer .contact-box ul li > span.youtube:before, #footer .contact-box ul li > span.facebook:before, #footer .contact-box ul li > span.instagram:before {
    top: 15px;
  }
}
#footer .contact-box ul li > span.address small, #footer .contact-box ul li > span.youtube small, #footer .contact-box ul li > span.facebook small, #footer .contact-box ul li > span.instagram small {
  display: block;
  font-size: 12px;
}
@media (min-width: 480px) {
  #footer .contact-box ul li > span.address small, #footer .contact-box ul li > span.youtube small, #footer .contact-box ul li > span.facebook small, #footer .contact-box ul li > span.instagram small {
    font-size: 14px;
  }
}
#footer .contact-box ul li > span.facebook:before {
  content: "\e90d";
}
#footer .contact-box ul li > span.instagram:before {
  content: "\e90b";
}
#footer .contact-box ul li > span.youtube:before {
  content: "\e90c";
}
#footer .contact-box ul li > span.linkedin:before {
  content: "\e90a";
}
#footer h4 {
  color: #ffffff;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: none;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #footer h4 {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  #footer h4 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #footer h4 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #footer h4 {
    font-size: 14px;
  }
}
#footer .banner-wrapper {
  margin-top: 0;
}
#footer .banner {
  min-height: auto;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  #footer .banner {
    margin-bottom: 40px;
  }
}
#footer .custom-footer > div {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 766px) {
  #footer .custom-footer > div {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-right: 0;
  }
  #footer .custom-footer > div.custom-footer__section1, #footer .custom-footer > div.custom-footer__articles {
    border-bottom: 1px solid #f9f6f0;
  }
}
@media (max-width: 479px) {
  #footer .custom-footer > div.custom-footer__section1 .is-active h4, #footer .custom-footer > div.custom-footer__section1.is-active h4, #footer .custom-footer > div.custom-footer__section3 .is-active h4, #footer .custom-footer > div.custom-footer__section3.is-active h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) {
  #footer .custom-footer > div {
    width: 33.33%;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #footer .custom-footer > div {
    width: 33.33%;
  }
}
@media (max-width: 1199px) {
  #footer .custom-footer > div.custom-footer__site-name {
    width: 100%;
  }
}
@media (max-width: 479px) {
  #footer .custom-footer > div.custom-footer__contact {
    width: 100%;
  }
}
#footer .custom-footer > div.extended {
  width: 100%;
}
@media (min-width: 767px) {
  #footer .custom-footer > div.extended {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #footer .custom-footer > div.extended {
    width: 40%;
  }
}
#footer ul {
  padding-left: 0;
  margin-bottom: 0;
}
#footer ul li {
  display: block;
}
#footer ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
@media (max-width: 766px) {
  #footer ul li a {
    padding: 5px 0;
  }
}
@media (min-width: 767px) {
  #footer ul li a {
    font-size: 16px;
  }
}
#footer ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#footer .footer-bottom {
  border: 0;
}
#footer .footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #c3c9c6;
}
#footer .footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #2f3540;
  border-top: 1px solid #caa448;
  z-index: 1;
}
@media (min-width: 767px) {
  #footer .footer-bottom:before {
    left: calc(50% - 50vw - 10px);
  }
}
#footer .footer-rows {
  min-height: auto;
}
@media (max-width: 1199px) {
  #footer .footer-rows > .site-name {
    display: none;
  }
}
@media (max-width: 766px) {
  #footer .custom-footer > .custom-footer__site-name {
    display: none;
  }
}
#footer .custom-footer > .custom-footer__site-name .site-name {
  display: block;
}
@media (min-width: 1200px) {
  #footer .custom-footer > .custom-footer__site-name {
    display: none;
  }
}
#footer .footer-newsletter {
  border: 0;
}
@media (min-width: 1200px) {
  #footer .site-name {
    max-width: 260px;
    top: 20px;
    left: 0;
  }
}
@media (max-width: 1199px) {
  #footer .site-name {
    max-width: 240px;
    margin-bottom: 25px;
  }
}
#footer .site-name img {
  max-height: 100px;
}
@media (min-width: 992px) {
  #footer .site-name img {
    max-height: 100px;
  }
}
@media (min-width: 1200px) {
  #footer .site-name img {
    max-height: 170px;
  }
}
#footer .footer-links-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
  z-index: 2;
  position: relative;
}
#footer .contact-box {
  min-height: auto;
}
#footer .copyright {
  color: #ffffff;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  z-index: 2;
  position: relative;
}
@media (min-width: 480px) {
  #footer .copyright {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  #footer .copyright {
    line-height: 1.4;
    text-align: left;
    font-size: 14px;
  }
}
#footer .copyright strong {
  font-family: "Outfit", Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
}
#footer #signature {
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
#footer .footer-bg {
  position: absolute;
  bottom: 0;
  right: -30px;
  max-width: 490px;
  display: none;
}
@media (min-width: 480px) {
  #footer .footer-bg {
    display: block;
    bottom: 0;
    left: -40px;
    max-width: 230px;
  }
}
@media (min-width: 767px) {
  #footer .footer-bg {
    left: auto;
    right: 120px;
    max-width: 220px;
  }
}
@media (min-width: 992px) {
  #footer .footer-bg {
    right: -30px;
    max-width: 490px;
  }
}
#footer .copyright {
  z-index: 2;
}
@media (min-width: 767px) {
  #footer .copyright {
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media (min-width: 767px) {
  #footer .footer-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
#footer .footer-links {
  margin-top: 0;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}
@media (max-width: 766px) {
  #footer .footer-links {
    text-align: left;
  }
}
@media (min-width: 767px) {
  #footer .footer-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#footer .footer-links .footer-link {
  margin: 5px 0;
}
@media (max-width: 766px) {
  #footer .footer-links .footer-link {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
@media (min-width: 767px) {
  #footer .footer-links .footer-link:first-child {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
  }
  #footer .footer-links .footer-link:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 15px;
    background-color: #000;
  }
}
#footer .footer-links .footer-link a {
  padding: 5px 0;
  font-weight: 400;
  font-size: 14px;
  color: #2f3540;
}
@media (min-width: 767px) {
  #footer .footer-links .footer-link a {
    padding: 0;
    font-size: 14px;
  }
}
#footer .footer-links-icons {
  display: none;
}
#footer .footer-bottom {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 767px) {
  #footer .footer-bottom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0;
    padding-right: 0;
  }
}
#footer .signature-author {
  padding-right: 0;
  margin-right: 0;
}
#footer #signature {
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 480px) {
  #footer #signature {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  #footer #signature {
    margin-bottom: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33%;
            flex: 1 0 33.33%;
    font-size: 14px;
  }
}
#footer #signature span,
#footer #signature a {
  color: #ffffff;
}
#footer #signature a:hover {
  color: #ffffff;
}
#footer #signature strong {
  text-decoration: underline;
  font-weight: 400;
}
#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;
  }
}
#footer .signature-logo {
  margin-left: 10px;
}
#footer .signature-premium,
#footer .signature-link {
  text-decoration: underline;
}
@media (max-width: 766px) {
  #footer .copyright,
  #footer #signature {
    margin-top: 0;
  }
}

.btn.add-to-cart-button:before,
.btn.btn-cart:before,
.btn.express-checkout-button:before,
a.btn.add-to-cart-button:before,
a.btn.btn-cart:before,
a.btn.express-checkout-button:before {
  margin-right: 0;
  margin-top: 0;
}

@media (max-width: 767px) {
  .navigation-buttons .dropdown,
  .navigation-buttons .languagesMenu,
  .navigation-buttons a[data-target=login] {
    display: none;
  }
  .navigation-in {
    font-size: 16px;
    line-height: 16px;
  }
  .navigation-in > ul > li > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
  }
  .navigation-in > ul > li > a > b {
    display: inline-block;
    font-weight: 700;
  }
  .navigation-in > ul > li > a > b,
  .navigation-in > ul > li > a > span {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  .navigation-in > ul > li > a .navigationActions__flagWrapper {
    line-height: 24px;
    padding-bottom: calc(-4px + 1.25rem);
    padding-top: calc(-4px + 1.25rem);
  }
  .navigation-in ul.menu-level-2 li a.navigationActions__link--flag {
    padding-bottom: calc(-4px + 0.9375rem);
    padding-top: calc(-4px + 0.9375rem);
  }
  .submenu-arrow {
    font-size: 12px;
    line-height: 16px;
    padding-left: 2em;
    padding-right: 2em;
  }
  .submenu-arrow:after {
    vertical-align: sub;
  }
  .navigation-close:before {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    width: 16px;
  }
  #header {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 56;
  }
  .search-window-visible #header {
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.16);
  }
  #header .cart-count {
    left: auto;
    position: absolute;
    right: 50px;
    top: -39px;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
  }
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count {
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  #header .navigation-buttons {
    padding: 0;
  }
  #header .navigation-wrapper {
    margin: 0;
    width: 100%;
  }
  #header .site-name {
    left: 10px;
    position: absolute;
    text-align: left;
    top: -50px;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
  }
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #header .site-name > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }
  #header .site-name img {
    max-height: 50px;
    max-width: 125px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  #header .site-name .text-logo {
    font-size: 14px;
  }
  #header .site-name .text-logo small {
    display: none;
  }
  #header .search {
    display: none;
    width: 100%;
  }
  .search-window-visible .top-navigation-bar .site-name a {
    opacity: 0;
    visibility: hidden;
  }
  .search-window-visible .top-navigation-bar .container .responsive-tools {
    padding-right: 10px;
  }
  .search-window-visible #header .click-cart {
    opacity: 0;
    visibility: hidden;
  }
  .search-window-visible .responsive-tools .toggle-window[data-target=login],
  .search-window-visible .responsive-tools .toggle-window[data-target=navigation] {
    opacity: 0;
    visibility: hidden;
  }
  body.search-window-visible .top-navigation-bar .container .responsive-tools > a[data-target=search]:before {
    content: "\e909";
    font-family: "grandbari";
    color: #2f3540;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
    padding-top: 0;
    font-size: 20px;
  }
  body.search-window-visible .top-navigation-bar .container .responsive-tools > a[data-target=search]:after {
    content: "Zatvoriť";
    font-size: 14px;
    position: absolute;
    top: 50%;
    font-weight: 400;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    font-family: "Outfit", Arial, sans-serif;
    color: #2f3540;
    z-index: 3;
  }
  .search-window-visible .top-navigation-bar .site-name:after {
    content: "VYHĽADÁVANIE" !important;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    top: 50%;
    font-weight: 500;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    font-family: "Outfit", Arial, sans-serif;
    color: #2f3540;
    z-index: 3;
    display: block !important;
  }
  .search-window-visible #header .search {
    display: block;
    padding: 14px 0 19px;
    position: fixed;
    top: 90px;
    left: 0;
    background: white;
    height: calc(100% - 90px);
    padding: 10px 15px 10px;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    overflow: auto;
  }
  .search-window-visible #header .search-form {
    display: block;
    margin: 0;
  }
  #header .search-whisperer {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    max-height: calc(80vh - 110px);
    max-height: calc(var(--vh, 1vh) * 100 - 150px);
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
  #header .search-whisperer-documents:last-child,
  #header .search-whisperer-products:last-child li:last-child {
    border-bottom-width: 0;
  }
  #navigation {
    padding-bottom: 0;
  }
  .ordering-process .top-navigation-bar .container .responsive-tools .toggle-window[data-target=navigation] {
    right: 15px;
  }
  .top-navigation-bar {
    position: fixed;
    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;
  }
  .scrolled body:not(.search-window-visible) .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);
  }
  .ordering-process .top-navigation-bar {
    position: static;
  }
  .ordering-process .top-navigation-bar .container .responsive-tools {
    padding-right: 55px;
  }
  .ordering-process.search-window-visible .top-navigation-bar .container .responsive-tools {
    padding-right: 10px;
  }
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .click-cart {
    top: -30px;
  }
  .top-navigation-bar .responsive-tools {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  .navigation-window-visible .top-navigation-bar .container > div.top-navigation-contacts,
  .navigation-window-visible .top-navigation-bar .container > div.top-navigation-menu,
  .top-navigation-bar .dropdown,
  .top-navigation-bar .languagesMenu {
    display: none;
  }
}
.responsive-tools {
  padding-bottom: 5px;
  padding-top: 5px;
}

.responsive-tools > a[data-target=navigation] {
  right: 10px;
  z-index: 3;
}

.responsive-tools > a[data-target=login] {
  display: none;
}

.responsive-tools > a[data-target=search] {
  margin-right: 95px;
}

.ordering-process .responsive-tools > a[data-target=search] {
  visibility: hidden;
}

@media (max-width: 767px) {
  .navigation-wrapper {
    padding: 0 10px;
  }
  .overall-wrapper {
    padding-top: 69px;
  }
  .type-index .overall-wrapper {
    padding-top: 50px;
  }
  .ordering-process .overall-wrapper {
    padding-top: 0;
  }
  .content-wrapper.container .row .wide-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}
.navigation-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  padding-bottom: 4px;
  padding-top: 4px;
}

.navigation-buttons > a:not(.cart-count) {
  height: 40px;
  padding: 4px;
  text-align: center;
  width: 40px;
}

@media (min-width: 767px) {
  .navigation-buttons > a:not(.cart-count) {
    display: none;
  }
}
.navigation-buttons > a:before {
  speak: none;
  content: "\e914";
  display: inline-block;
  font-family: shoptet;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 0;
  line-height: 32px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  width: 32px;
}

.navigation-buttons > a[data-target=navigation]:before {
  border-radius: 50%;
  font-size: 14px;
}

.navigation-buttons > a[data-target=login] {
  display: none;
}

.navigation-buttons > a[data-target=login]:before {
  content: "\e922";
}

.navigation-buttons > a[data-target=search]:before {
  content: "\e920";
}

.ordering-process .navigation-buttons > a[data-target=search] {
  display: none;
}

.ordering-process .navigation-buttons > a[data-target=navigation] {
  height: 60px;
  line-height: 52px;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 3;
}

.ordering-process .navigation-buttons > a[data-target=navigation]:before {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    padding-top: 50px;
    top: 0;
  }
  #header,
  .top-navigation-bar {
    background-color: white;
  }
}
body.ordering-process {
  background-color: #fff;
}

@media (min-width: 767px) {
  body.ordering-process {
    background-color: #fff;
  }
}
body.ordering-process .instagram-block {
  display: none;
}

.top-navigation-bar .dropdown button {
  color: #797f87;
}
.top-navigation-bar .dropdown button .caret:before {
  color: #797f87;
}
@media (min-width: 767px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    background: transparent;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: none;
  }
}
@media (max-width: 766px) {
  .top-navigation-bar .container .responsive-tools {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 75px;
  }
}
.top-navigation-bar .container .responsive-tools .click-cart {
  display: none;
}
.top-navigation-bar .container .responsive-tools .toggle-window[data-target=login] {
  display: block;
  margin-right: 0;
}
.top-navigation-bar .container .responsive-tools .toggle-window[data-target=login]:before {
  content: "\e902";
  font-family: "grandbari";
  font-size: 24px;
  color: #2f3540;
}
@media (max-width: 766px) {
  .top-navigation-bar .container .responsive-tools .toggle-window[data-target=login]:before {
    font-size: 24px;
  }
}
.top-navigation-bar .container .responsive-tools .toggle-window[data-target=search] {
  color: #2f3540;
  margin-right: 0;
  width: 40px;
  height: 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
.top-navigation-bar .container .responsive-tools .toggle-window[data-target=search]:before {
  color: #2f3540;
  width: 32px;
  font-size: 24px;
  line-height: 32px;
  content: "\e904";
  font-family: "grandbari";
}
.top-navigation-bar .container .responsive-tools .toggle-window[data-target=navigation] {
  width: 40px;
  height: 40px;
  right: 0;
  background-color: #caa448;
  border-radius: 0;
}
@media (max-width: 766px) {
  .top-navigation-bar .container .responsive-tools .toggle-window[data-target=navigation] {
    border-radius: 0;
    width: 40px;
    height: 40px;
    right: 156px;
    background-color: transparent;
  }
  .top-navigation-bar .container .responsive-tools .toggle-window[data-target=navigation]:before {
    color: #2f3540;
  }
}
.top-navigation-bar .container .responsive-tools .toggle-window[data-target=navigation]:before {
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  padding-top: 6px;
}
@media (max-width: 766px) {
  .top-navigation-bar .container .responsive-tools .toggle-window[data-target=navigation]:before {
    font-size: 20px;
    padding-top: 6px;
  }
}
@media (min-width: 767px) {
  .top-navigation-bar .container .site-name {
    margin-right: 0;
  }
}
@media (max-width: 766px) {
  .top-navigation-bar .container .site-name {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 10px;
    top: 45px;
  }
  .top-navigation-bar .container .site-name img {
    max-height: 38px;
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
  }
}
@media (min-width: 767px) {
  .top-navigation-bar .container .site-name {
    display: none;
  }
}

#header > a[data-target=login],
.navigation-buttons > a[data-target=login] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  margin-right: 15px;
  width: auto;
}
#header > a[data-target=login]:hover,
.navigation-buttons > a[data-target=login]:hover {
  background-color: transparent;
}
#header > a[data-target=login]:hover:before,
.navigation-buttons > a[data-target=login]:hover:before {
  color: #caa448;
}
#header > a[data-target=login]:hover span,
.navigation-buttons > a[data-target=login]:hover span {
  color: #caa448;
}
#header > a[data-target=login]:before,
.navigation-buttons > a[data-target=login]:before {
  content: "\e902";
  color: #2f3540;
  font-family: "grandbari";
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 992px) {
  #header > a[data-target=login]:before,
  .navigation-buttons > a[data-target=login]:before {
    font-size: 24px;
  }
}
#header > a[data-target=login] span,
.navigation-buttons > a[data-target=login] span {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  #header > a[data-target=login] span,
  .navigation-buttons > a[data-target=login] span {
    display: none;
  }
}
#header .click-cart .cart-count,
.navigation-buttons .click-cart .cart-count {
  width: 50px;
  height: 47px;
  border-radius: 0;
  padding: 10px 5px;
  padding-left: 20px;
  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;
}
@media (min-width: 767px) {
  #header .click-cart .cart-count,
  .navigation-buttons .click-cart .cart-count {
    background-color: var(--color-secondary);
  }
}
@media (max-width: 766px) {
  #header .click-cart .cart-count,
  .navigation-buttons .click-cart .cart-count {
    width: 50px;
    height: 40px;
    padding: 10px 5px;
    right: 0;
    top: -22px;
    background-color: var(--color-secondary);
  }
}
@media (min-width: 1200px) {
  #header .click-cart .cart-count,
  .navigation-buttons .click-cart .cart-count {
    padding-left: 40px;
    width: 120px;
  }
}
#header .click-cart .cart-count:hover,
.navigation-buttons .click-cart .cart-count:hover {
  background-color: var(--color-secondary-hover);
}
#header .click-cart .cart-count.full .cart-price,
.navigation-buttons .click-cart .cart-count.full .cart-price {
  font-size: 16px;
}
#header .click-cart .cart-count:before,
.navigation-buttons .click-cart .cart-count:before {
  content: "\e901";
  font-size: 22px;
  color: #ffffff;
  font-family: "grandbari";
  position: absolute;
  top: 50%;
  font-weight: 300;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
@media (max-width: 766px) {
  #header .click-cart .cart-count:before,
  .navigation-buttons .click-cart .cart-count:before {
    font-size: 22px;
  }
}
@media (min-width: 767px) {
  #header .click-cart .cart-count:before,
  .navigation-buttons .click-cart .cart-count:before {
    color: #ffffff;
    font-size: 22px;
    left: 15px;
  }
}
@media (min-width: 1200px) {
  #header .click-cart .cart-count:before,
  .navigation-buttons .click-cart .cart-count:before {
    left: 12px;
  }
}
#header .click-cart .cart-count .cart-price,
.navigation-buttons .click-cart .cart-count .cart-price {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
#header .click-cart .cart-count i,
.navigation-buttons .click-cart .cart-count i {
  position: absolute;
  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: 100%;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 20px;
  background-color: #caa448;
  color: #ffffff;
  font-size: 11px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 767px) {
  #header .click-cart .cart-count i,
  .navigation-buttons .click-cart .cart-count i {
    background-color: #ffffff;
    color: #caa448;
    left: 25px;
  }
}
@media (max-width: 766px) {
  #header .click-cart .cart-count i,
  .navigation-buttons .click-cart .cart-count i {
    width: 18px;
    height: 18px;
    top: 1px;
    left: 26px;
    background-color: #2f3540;
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  #header .click-cart .cart-count i,
  .navigation-buttons .click-cart .cart-count i {
    left: 24px;
  }
}

@media (max-width: 766px) {
  #header .top-navigation-contacts {
    display: none;
  }
}

@media (max-width: 766px) {
  #header #navigation .top-navigation-contacts {
    display: block;
  }
}

#header #navigation .top-navigation-contacts {
  background-color: #fbf9f7;
  padding: 12px 12px 12px;
  display: block;
}
#header #navigation .top-navigation-contacts a > span {
  display: inline-block;
}
#header #navigation .top-navigation-contacts > strong {
  display: block;
  font-weight: 400;
  color: #6a7770;
  font-size: 14px;
  margin-bottom: 5px;
}

#header .instagram-follow-btn {
  max-width: 100%;
  text-align: left;
  width: calc(100% - 20px);
  padding-top: 15px;
  margin: 10px;
}
#header .instagram-follow-btn .instagram-bottom {
  margin-bottom: 0;
  width: auto;
}
#header .instagram-follow-btn > .instagram-bottom {
  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;
  padding-right: 15px;
}
#header .instagram-follow-btn > .instagram-bottom > div {
  color: #6a7770;
  font-size: 16px;
}
#header .instagram-follow-btn > .instagram-bottom span {
  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;
}
#header .instagram-follow-btn > .instagram-bottom 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;
  width: 45px;
  height: 35px;
  margin-bottom: 0;
}
#header .instagram-follow-btn > .instagram-bottom a:before {
  color: #6a7770;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-navigation-bar .container > div.top-navigation-menu {
  text-align: right;
}
@media (min-width: 767px) {
  .top-navigation-bar .container > div.top-navigation-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}

.header-flag {
  position: absolute;
  top: 0;
  right: 5px;
  width: 50px;
  height: 35px;
  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;
  overflow: hidden;
}
.header-flag img {
  border-radius: 2px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .top-navigation-bar .container {
    position: relative;
  }
  .top-navigation-bar .container > div.top-navigation-menu {
    padding-right: 40px !important;
  }
}
@media (min-width: 767px) {
  .top-navigation-bar .container > div.top-navigation-tools {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    min-width: 50px;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .top-navigation-contacts {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .top-navigation-contacts {
    display: none;
  }
}
.top-navigation-contacts a {
  color: #797f87;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 5px 0;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .top-navigation-contacts a {
    font-size: 12px;
  }
}
.top-navigation-contacts a:hover {
  color: #caa448;
}
.top-navigation-contacts a:hover:before {
  color: #caa448;
}
.top-navigation-contacts a:before {
  font-family: "grandbari";
  font-size: 24px;
  color: #797f87;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .top-navigation-contacts a:before {
    margin-right: 3px;
  }
}
.top-navigation-contacts a.project-phone:before {
  font-family: "grandbari";
  content: "\e918";
}
.top-navigation-contacts a.project-email:before {
  font-family: "grandbari";
  content: "\e912";
}

@media (max-width: 766px) {
  #header {
    margin-bottom: 0;
    top: 60px;
  }
}
@media (min-width: 767px) {
  #header .site-name {
    z-index: 2;
    position: relative;
    margin-right: 0;
  }
}
@media (max-width: 766px) {
  #header .site-name {
    display: none;
  }
}
#header .site-name a img {
  max-height: 58px;
}
@media (min-width: 767px) {
  #header .site-name a img {
    max-height: 38px;
  }
}
@media (min-width: 992px) {
  #header .site-name a img {
    max-height: 42px;
  }
}
@media (min-width: 1200px) {
  #header .site-name a img {
    max-height: 58px;
  }
}
@media (min-width: 767px) {
  #header .header-top {
    padding-top: 13px;
    padding-bottom: 13px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .header-top {
    padding-bottom: 0;
  }
}
@media (min-width: 767px) {
  #header .header-top nav#navigation {
    top: 0;
    height: 110px;
    overflow: visible;
  }
}
@media (min-width: 767px) {
  #header .header-top nav#navigation .navigation-in {
    padding-top: 55px;
    margin-left: 0;
  }
  #header .header-top nav#navigation .navigation-in .menu-level-1 > li:first-child a {
    padding-left: 5px !important;
  }
}
#header .header-top .search {
  z-index: 2;
}
@media (min-width: 767px) {
  #header .header-top .search {
    position: absolute;
    top: 4px;
    left: 5px;
  }
}
@media (min-width: 767px) {
  #header .header-top .search input[type=search].form-control {
    height: 50px;
    border-color: rgba(204, 169, 97, 0.2117647059);
    min-width: 450px;
  }
}
#header .header-top .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
#header .header-top .search .compact-form {
  width: 100%;
}
@media (min-width: 767px) {
  #header .header-top .search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 240px);
            flex: 1 1 calc(50% - 240px);
  }
}
@media (max-width: 766px) {
  #header .header-top .search .contact-list--header {
    display: none;
  }
}
@media (max-width: 766px) {
  #header .header-top .search .search-form {
    width: 100%;
  }
}
#header .header-top .search fieldset {
  position: relative;
}
@media (min-width: 767px) {
  #header .header-top .search fieldset {
    margin: 0 auto;
    max-width: 580px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  #header .header-top .search fieldset {
    max-width: 460px;
  }
}
#header .header-top .search fieldset:before {
  content: "\e91e";
  font-family: "grandbari";
  position: absolute;
  top: 21px;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #caa448;
  font-size: 20px;
  display: block;
  left: 15px;
  font-size: 22px;
}
#header .header-top .search fieldset .form-control {
  border-radius: 0;
  border-color: #caa448;
  font-family: "Outfit", Arial, sans-serif;
  background-color: transparent;
  height: 50px;
  color: #2f3540;
  padding-left: 20px;
}
@media (min-width: 767px) {
  #header .header-top .search fieldset .form-control {
    min-width: 360px;
  }
}
@media (min-width: 992px) {
  #header .header-top .search fieldset .form-control {
    min-width: 290px;
  }
}
@media (min-width: 1200px) {
  #header .header-top .search fieldset .form-control {
    min-width: 320px;
  }
}
@media (min-width: 1440px) {
  #header .header-top .search fieldset .form-control {
    min-width: 500px;
  }
}
@media (min-width: 1600px) {
  #header .header-top .search fieldset .form-control {
    min-width: 570px;
  }
}
#header .header-top .search fieldset .form-control::-webkit-input-placeholder {
  color: #2f3540;
}
#header .header-top .search fieldset .form-control::-moz-placeholder {
  color: #2f3540;
}
#header .header-top .search fieldset .form-control:-ms-input-placeholder {
  color: #2f3540;
}
#header .header-top .search fieldset .form-control::-ms-input-placeholder {
  color: #2f3540;
}
#header .header-top .search fieldset .form-control::placeholder {
  color: #2f3540;
}
#header .header-top .search fieldset .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
#header .header-top .search fieldset .form-control:focus::-moz-placeholder {
  color: transparent;
}
#header .header-top .search fieldset .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
#header .header-top .search fieldset .form-control:focus::-ms-input-placeholder {
  color: transparent;
}
#header .header-top .search fieldset .form-control:focus::placeholder {
  color: transparent;
}
#header .header-top .search fieldset > .btn {
  top: 0;
  right: 0;
  width: 58px;
  height: 48px;
  min-height: 48px;
  border: 0;
  font-size: 18px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  background-color: transparent !important;
  color: #caa448;
}
#header .header-top .search fieldset > .btn:hover {
  color: #caa448;
}
#header .header-top .search fieldset > .btn:before {
  content: "\e904";
  font-family: "grandbari";
  position: absolute;
  top: 25px;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #caa448;
  font-size: 20px;
  display: block;
  font-size: 26px;
}
#header .header-top > div.site-name-wrapper {
  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;
  z-index: 3;
}
@media (min-width: 993px) and (max-width: 1200px) {
  #header .header-top > div.site-name-wrapper {
    width: 140px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 140px;
            flex: 0 1 140px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .header-top > div.site-name-wrapper {
    width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 120px;
            flex: 0 1 120px;
  }
}
@media (min-width: 1200px) {
  #header .header-top > div.site-name-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
  }
}
@media (min-width: 1440px) {
  #header .header-top > div.site-name-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 240px;
            flex: 0 1 240px;
  }
}
#header .header-top > div.navigation-buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 240px;
          flex: 1 1 240px;
  max-width: 240px;
}
@media (min-width: 767px) {
  #header .header-top > div.navigation-buttons {
    max-width: 165px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 165px;
            flex: 1 1 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  #header .header-top > div.navigation-buttons {
    max-width: 105px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 105px;
            flex: 1 1 105px;
  }
}
@media (min-width: 1200px) {
  #header .header-top > div.navigation-buttons {
    max-width: 175px;
  }
}
@media (max-width: 766px) {
  #header .header-top > div.navigation-buttons .top-nav-button {
    display: none;
  }
}

.navigation-in > ul > li > a:hover {
  margin: 0 !important;
}

@media (max-width: 766px) {
  .navigation-in > ul > li > a {
    padding-left: 0;
    padding-right: 0;
    margin-left: 12px !important;
    margin-right: 12px !important;
    border-bottom: 1px solid #caa448;
  }
}

.navigation-in > ul > li.ext > a,
.navigation-in > ul > li.ext.exp > a {
  margin: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 766px) {
  .navigation-in > ul > li.ext > a,
  .navigation-in > ul > li.ext.exp > a {
    padding-left: 0;
    padding-right: 0;
    margin-left: 12px !important;
    margin-right: 12px !important;
    border-bottom: 1px solid #caa448;
  }
}
@media (min-width: 767px) {
  .navigation-in > ul > li.ext > a,
  .navigation-in > ul > li.ext.exp > a {
    padding-left: 10px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 1440px) {
  .navigation-in > ul > li.ext > a,
  .navigation-in > ul > li.ext.exp > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 767px) {
  .top-navigation-menu {
    background-color: transparent;
    height: 35px;
  }
}

@media (min-width: 767px) {
  .top-navigation-bar {
    border: 0;
    background-color: #f9f6f0;
    height: 35px;
  }
}

.top-menu-trigger-visible .top-navigation-menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-navigation-menu-trigger {
  height: 35px;
  min-width: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  color: #797f87;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  font-size: 14px;
  display: none;
  bottom: auto;
  top: 0;
}
.top-navigation-menu-trigger:before {
  display: none;
}
.top-navigation-menu-trigger:after {
  content: "\e90e";
  font-family: "shoptet";
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  width: 25px;
  color: #797f87;
}

.top-navigation-bar-menu li:before {
  display: none;
}
.top-navigation-bar-menu li:first-child a {
  padding-left: 0;
}
.top-navigation-bar-menu li a {
  padding: 7px 10px;
  font-size: 14px;
  color: #2f3540;
  text-transform: none;
}
.top-navigation-bar-menu li a:hover {
  color: #caa448;
}

@media (max-width: 766px) {
  .top-navigation-bar .container {
    padding: 0;
  }
}

.header-delivery {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: #2f3540;
  width: 50%;
}
@media (max-width: 766px) {
  .header-delivery {
    height: 35px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    background-color: #f9f6f0;
  }
}
.header-delivery:before {
  content: "\e903";
  font-family: "grandbari";
  color: #2f3540;
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: 400;
}
@media (max-width: 766px) {
  .header-delivery:before {
    top: 5px;
    left: 15px;
  }
}

@media (max-width: 766px) {
  .navigation-window-visible #navigation {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .top-navigation-bar .top-navigation-contacts {
    display: none;
  }
}

.navigation-in ul li {
  position: static;
}

@media (min-width: 767px) {
  .navigation-in > ul > li.exp > ul:before {
    opacity: 1 !important;
  }
}

@media (max-width: 766px) {
  #navigation {
    top: 95px;
    height: calc(100% - 95px);
  }
}
@media (min-width: 767px) {
  #navigation {
    height: 60px;
    margin: 0;
    width: calc(100% - 165px - 130px);
  }
}
@media (min-width: 992px) {
  #navigation {
    width: calc(100% - 105px - 140px);
  }
}
@media (min-width: 1200px) {
  #navigation {
    width: calc(100% - 175px - 200px);
  }
}
@media (min-width: 1440px) {
  #navigation {
    width: calc(100% - 175px - 240px);
  }
}
#navigation .submenu-arrow {
  font-size: 16px;
  padding-left: 5px;
}
@media (min-width: 767px) {
  #navigation .submenu-arrow {
    font-size: 14px;
    padding-left: 3px;
  }
}
@media (min-width: 1200px) {
  #navigation .submenu-arrow {
    font-size: 16px;
    padding-left: 5px;
  }
}
@media (max-width: 766px) {
  #navigation .submenu-arrow {
    padding-top: 0;
    padding-bottom: 0;
    width: 55px;
    height: 52px;
    padding-top: 6px;
    padding-right: 0;
    position: absolute;
    top: -2px;
    right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#navigation .submenu-arrow:after {
  content: "\e905";
  font-family: "grandbari";
  font-size: 8px;
  font-weight: 300;
  position: relative;
  top: -2px;
  color: #caa448;
}
@media (max-width: 766px) {
  #navigation .submenu-arrow:after {
    font-size: 12px;
  }
}
#navigation .navigation-in {
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 767px) {
  #navigation .navigation-in {
    font-size: 16px;
    line-height: 16px;
    background-color: transparent;
  }
}
#navigation .navigation-in .menu-level-1 > li {
  border: 0;
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-1 > li.exp > a {
    border-bottom: 0;
  }
  #navigation .navigation-in .menu-level-1 > li.exp > a b {
    position: relative;
  }
}
#navigation .navigation-in .menu-level-1 > li > a {
  font-size: 16px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-1 > li > a {
    position: relative;
    color: #2f3540;
  }
  #navigation .navigation-in .menu-level-1 > li > a:hover {
    color: #2f3540;
  }
}
@media (min-width: 767px) {
  #navigation .navigation-in .menu-level-1 > li > a {
    color: #2f3540;
    padding: 1.25rem 5px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  #navigation .navigation-in .menu-level-1 > li > a {
    padding: 1.25rem 8px;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  #navigation .navigation-in .menu-level-1 > li > a {
    padding: 1.25rem 12px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #navigation .navigation-in .menu-level-1 > li > a {
    font-size: 15px;
    padding-left: 20px !important;
    padding-right: 7px !important;
  }
}
@media (min-width: 767px) {
  #navigation .navigation-in .menu-level-1 > li > a:hover {
    color: #caa448;
  }
}
#navigation .navigation-in .menu-level-1 > li > a b {
  font-weight: 400;
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-1 > li > a b {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#navigation .navigation-in .menu-level-1 > li > a span {
  display: inline-block;
}
#navigation .navigation-in .menu-level-2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 0;
  width: 100%;
  padding: 0 20px 15px 35px;
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-2 {
    padding-left: 15px;
  }
}
@media (min-width: 767px) {
  #navigation .navigation-in .menu-level-2 {
    border: 1px solid #caa448;
    padding: 20px 20px 10px;
  }
}
#navigation .navigation-in .menu-level-2 > li {
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: auto;
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-2 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3px;
  }
  #navigation .navigation-in .menu-level-2 > li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  #navigation .navigation-in .menu-level-2 > li {
    margin-bottom: 15px;
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-2 > li.menu-item-category {
    display: none;
  }
}
@media (min-width: 767px) {
  #navigation .navigation-in .menu-level-2 > li.menu-item-category {
    margin-bottom: 25px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#navigation .navigation-in .menu-level-2 > li.menu-item-category .menu-item-category_title {
  color: #2f3540;
  margin-right: 20px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  width: auto;
}
@media (min-width: 767px) {
  #navigation .navigation-in .menu-level-2 > li.menu-item-category .menu-item-category_title {
    font-size: 24px;
  }
}
#navigation .navigation-in .menu-level-2 > li.menu-item-category .menu-item-category_link {
  width: auto;
}
#navigation .navigation-in .menu-level-2 > li.menu-item-category .menu-item-category_link a {
  position: relative;
  color: #2f3540;
  margin-right: 20px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 767px) {
  #navigation .navigation-in .menu-level-2 > li.menu-item-category .menu-item-category_link a {
    font-size: 14px;
  }
}
#navigation .navigation-in .menu-level-2 > li.menu-item-category .menu-item-category_link a:after {
  content: "\e90e";
  font-family: "grandbari";
  color: #2f3540;
  font-weight: 300;
  font-size: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12px;
}
#navigation .navigation-in .menu-level-2 > li .menu-image {
  width: 150px;
  padding: 0 10px;
  padding-bottom: 0;
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-2 > li .menu-image {
    display: inline-block;
    width: 90px;
    padding: 0;
  }
}
#navigation .navigation-in .menu-level-2 > li .menu-image img {
  display: block;
  max-width: 110px;
  height: auto;
  max-height: 90px;
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-2 > li .menu-image img {
    max-width: 70px;
    max-height: 50px;
  }
}
#navigation .navigation-in .menu-level-2 > li > div {
  width: 100%;
  z-index: 2;
  position: relative;
}
@media (min-width: 767px) {
  #navigation .navigation-in .menu-level-2 > li > div {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-2 > li > div {
    padding: 0;
  }
}
#navigation .navigation-in .menu-level-2 > li > div > a {
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0;
  font-size: 16px;
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-2 > li > div > a {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }
}
@media (min-width: 767px) {
  #navigation .navigation-in .menu-level-2 > li > div > a {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #navigation .navigation-in .menu-level-2 > li > div > a {
    font-size: 16px;
  }
}
#navigation .navigation-in .menu-level-2 > li > div > a:hover {
  color: #caa448;
  text-decoration: underline;
}
#navigation .navigation-in .menu-level-3 {
  margin-top: 10px;
  max-height: none;
  display: none;
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-3 {
    padding-left: 15px;
    padding-bottom: 10px;
    display: none;
  }
}
#navigation .navigation-in .menu-level-3 > li {
  display: block;
  margin: 0;
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-3 > li {
    color: #2f3540;
  }
}
@media (min-width: 767px) {
  #navigation .navigation-in .menu-level-3 > li {
    display: block;
    margin: 15px 0;
  }
}
#navigation .navigation-in .menu-level-3 > li:last-child {
  margin-bottom: 0;
}
#navigation .navigation-in .menu-level-3 > li > a {
  position: relative;
  display: inline-block;
  font-family: "Outfit", Arial, sans-serif;
  color: #caa448;
  font-weight: 400;
  padding: 0;
  font-size: 14px;
}
@media (max-width: 766px) {
  #navigation .navigation-in .menu-level-3 > li > a {
    padding: 5px 0;
  }
}
#navigation .navigation-in .menu-level-3 > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5px;
  background-color: white;
  z-index: 1;
  width: 5px;
  height: 5px;
}
#navigation .navigation-in .menu-level-3 > li > a:hover {
  color: #caa448;
}
#navigation .navigation-in .menu-level-ext > li > a b {
  font-weight: 400;
}
.navigationActions,
.navigation-close {
  display: none;
}

.toggle-window[data-target=navigation] {
  -webkit-transition: none !important;
  transition: none !important;
}

.navigation-window-visible #header .click-cart {
  opacity: 0;
  visibility: hidden;
}
.navigation-window-visible .toggle-window[data-target=navigation] {
  right: 15px !important;
}
.navigation-window-visible .top-navigation-bar .site-name a {
  opacity: 0;
  visibility: hidden;
}
.navigation-window-visible .top-navigation-bar .site-name:after {
  content: "MENU";
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  top: 50%;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: "Outfit", Arial, sans-serif;
  color: #2f3540;
  z-index: 3;
}
.navigation-window-visible .top-navigation-bar .responsive-tools .toggle-window[data-target=login],
.navigation-window-visible .top-navigation-bar .responsive-tools .toggle-window[data-target=search] {
  opacity: 0;
  visibility: hidden;
}
.navigation-window-visible .top-navigation-bar .responsive-tools > a[data-target=navigation] {
  background-color: transparent !important;
  right: 17px;
}
.navigation-window-visible .top-navigation-bar .responsive-tools > a[data-target=navigation]:after {
  content: "Zatvoriť";
  font-size: 14px;
  position: absolute;
  top: 50%;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  font-family: "Outfit", Arial, sans-serif;
  color: #2f3540;
  z-index: 3;
}
.navigation-window-visible .top-navigation-bar .responsive-tools > a[data-target=navigation]:before {
  content: "\e909";
  font-family: "grandbari";
  color: #2f3540;
  font-size: 24px;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}

.ordering-process .responsive-tools > a[data-target=navigation] {
  width: 50px;
  height: 50px;
  line-height: 1;
  right: 10px;
}

@media (max-width: 766px) {
  .ordering-process .top-navigation-bar {
    position: fixed;
  }
  .ordering-process .overall-wrapper {
    padding-top: 95px;
  }
  .ordering-process .responsive-tools > a[data-target=navigation] {
    right: 0;
  }
  .ordering-process .responsive-tools > a[data-target=search] {
    visibility: visible;
  }
  .ordering-process .responsive-tools > a[data-target=navigation]:after {
    bottom: 3px;
  }
  ol.cart-header {
    position: relative;
  }
  .ordering-process .top-navigation-bar .container .responsive-tools .toggle-window[data-target=login] {
    margin-right: 0;
  }
  .ordering-process .responsive-tools > a[data-target=navigation] {
    top: auto;
  }
}
.ordering-process #header {
  border: 0;
}

.responsive-tools > a[data-target=login],
.navigation-buttons > a.top-nav-button-account {
  display: block;
  background-color: transparent;
  margin-right: 15px;
}
.responsive-tools > a[data-target=login]:before,
.navigation-buttons > a.top-nav-button-account:before {
  content: "\e902";
  color: #2f3540;
  font-family: "grandbari";
  font-size: 28px;
}
.responsive-tools > a[data-target=login] span,
.navigation-buttons > a.top-nav-button-account span {
  display: none;
}

@media (max-width: 766px) {
  .responsive-tools > a[data-target=login] {
    display: block;
    margin-right: 95px;
  }
}

@media (max-width: 766px) {
  .click-cart {
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 10px 5px;
    right: 15px;
    top: -15px;
    width: 50px;
    height: 40px;
    padding: 0;
    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;
  }
  .click-cart .cart-count {
    pointer-events: none;
    top: 0 !important;
    right: 0 !important;
  }
}
.menu-helper {
  right: 20px;
  top: 80px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .menu-helper {
    top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .menu-helper {
    top: 80px;
    right: 140px;
  }
}
@media (min-width: 992px) {
  .menu-helper {
    right: 140px;
  }
}
@media (min-width: 1200px) {
  .menu-helper {
    right: 200px;
  }
}
@media (min-width: 1440px) {
  .menu-helper {
    right: 200px;
    top: 80px;
  }
}
.menu-helper.visible {
  z-index: 3;
}
.menu-helper ul ul li a {
  font-size: 14px;
  line-height: 1.4;
}
.menu-helper > ul {
  border: 0;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.menu-helper > ul > li a {
  line-height: 1.4;
  color: #2f3540;
  font-size: 16px;
  font-weight: 400;
}
.menu-helper:after {
  background-color: #caa448;
  color: white;
  border-radius: 0;
  font-size: 16px;
}

.menu-helper-visible .menu-helper:after {
  font-size: 12px;
}

@media (min-width: 767px) {
  .navigation-in > ul > li.ext.exp:first-child > a {
    padding-left: 12px;
  }
  #header {
    position: relative;
    background-color: white;
  }
}
.search-whisperer-documents {
  border: 0;
}

.search-whisperer {
  border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
  border: 0 !important;
}
@media (min-width: 767px) {
  .search-whisperer {
    min-width: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.search-whisperer .search-whisperer-documents .search-whisperer-document {
  text-overflow: normal;
  white-space: normal;
  overflow: visible;
  color: #1d1d1b;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 12px 25px;
}
.search-whisperer .search-whisperer-documents .search-whisperer-document em {
  font-size: inherit;
}
.search-whisperer .search-whisperer-documents.text-center {
  border-radius: 0 0 0 0;
  overflow: hidden;
  padding: 15px 15px 15px 15px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
}
.search-whisperer .search-whisperer-products {
  max-height: 400px;
  overflow: auto;
}
.search-whisperer .search-whisperer-products li {
  border: 0;
}
.search-whisperer .search-whisperer-products li a {
  padding: 5px 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-whisperer .search-whisperer-products li .search-whisperer-image {
  max-width: 90px;
}
.search-whisperer .search-whisperer-products li .search-whisperer-image img {
  mix-blend-mode: multiply;
}
.search-whisperer .search-whisperer-products li .p-info {
  padding-right: 0;
  padding-left: 15px;
  width: calc(100% - 90px);
}
.search-whisperer .search-whisperer-products li .p-info .p-name {
  text-overflow: normal;
  white-space: normal;
  overflow: visible;
  color: #1d1d1b;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.search-whisperer .search-whisperer-products li .p-info .p-availability {
  display: none;
}
.search-whisperer .search-whisperer-products li .price {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.search-whisperer .search-whisperer-document.whisperer-trigger {
  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;
  color: white;
  background-color: #caa448;
  border: 1px solid #caa448;
  text-transform: none;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 40px;
  font-size: 16px;
  border-radius: 25px;
  font-weight: 400;
  -webkit-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  font-family: "Outfit", Arial, sans-serif;
}
@media (min-width: 480px) {
  .search-whisperer .search-whisperer-document.whisperer-trigger {
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 767px) {
  .search-whisperer .search-whisperer-document.whisperer-trigger {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .search-whisperer .search-whisperer-document.whisperer-trigger {
    min-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }
}
.search-whisperer .search-whisperer-document.whisperer-trigger:hover {
  background-color: var(--color-primary-hover);
  border: 1px solid var(--color-primary-hover);
  color: #ffffff;
}

.top-navigation-bar-menu-helper,
.dropdown-menu {
  border-radius: 8px 0 8px 8px;
  border: 0;
  -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.25);
  padding: 5px 5px;
  margin-top: 7px;
  min-width: 80px;
}
.top-navigation-bar-menu-helper li a,
.dropdown-menu li a {
  color: #666;
  font-size: 13px;
  padding: 10px 15px;
}
.top-navigation-bar-menu-helper li a:before,
.dropdown-menu li a:before {
  display: none;
}

@media (max-width: 766px) {
  .navigation-window-visible .responsive-tools > a[data-target=login] {
    display: none;
  }
}
@media (min-width: 767px) {
  .navigation-in > ul > li > a:hover {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 767px) {
  .top-navigation-bar .container > div.top-navigation-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .top-navigation-bar .container > div:last-child {
    display: none;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .top-navigation-bar .container > div.top-navigation-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .top-navigation-bar .container > div.top-navigation-menu {
    padding-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #navigation .navigation-in .menu-level-2 > li {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #navigation .navigation-in .menu-level-2 > li {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
@media (max-width: 766px) {
  .in-index .top-navigation-bar .container .site-name {
    top: 27px;
  }
}

.subcategories {
  display: none !important;
}

@media (min-width: 767px) {
  .predaj-mapa .container {
    text-align: center;
  }
  .predaj-mapa svg {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
}
.banners-top-block .banner-wrapper,
.body-banners .banner-wrapper,
.next-to-carousel-banners .banner-wrapper,
.middle-banners-wrapper .banner-wrapper {
  margin-top: 10px;
}
.banners-top-block a,
.body-banners a,
.next-to-carousel-banners a,
.middle-banners-wrapper a {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.banners-top-block a img,
.body-banners a img,
.next-to-carousel-banners a img,
.middle-banners-wrapper a img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.banners-top-block .extended-banner-texts,
.body-banners .extended-banner-texts,
.next-to-carousel-banners .extended-banner-texts,
.middle-banners-wrapper .extended-banner-texts {
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  text-align: left;
  z-index: 3;
  right: auto;
  bottom: auto;
}
.banners-top-block .extended-banner-texts .extended-banner-link,
.banners-top-block .extended-banner-texts .extended-banner-text,
.banners-top-block .extended-banner-texts .extended-banner-title,
.body-banners .extended-banner-texts .extended-banner-link,
.body-banners .extended-banner-texts .extended-banner-text,
.body-banners .extended-banner-texts .extended-banner-title,
.next-to-carousel-banners .extended-banner-texts .extended-banner-link,
.next-to-carousel-banners .extended-banner-texts .extended-banner-text,
.next-to-carousel-banners .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .extended-banner-texts .extended-banner-title {
  background-color: transparent;
  position: static;
  top: auto;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
}
.banners-top-block .extended-banner-texts .extended-banner-title,
.body-banners .extended-banner-texts .extended-banner-title,
.next-to-carousel-banners .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .extended-banner-texts .extended-banner-title {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #2f3540;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    max-width: 50%;
  }
}
@media (min-width: 480px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    max-width: 50%;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 42px;
  }
}
.banners-top-block .extended-banner-texts .extended-banner-text,
.body-banners .extended-banner-texts .extended-banner-text,
.next-to-carousel-banners .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .extended-banner-texts .extended-banner-text {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  color: #2f3540;
  line-height: 1.6;
  max-width: 45%;
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .banners-top-block .extended-banner-texts .extended-banner-text,
  .body-banners .extended-banner-texts .extended-banner-text,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-text {
    display: none;
  }
}
@media (min-width: 767px) {
  .banners-top-block .extended-banner-texts .extended-banner-text,
  .body-banners .extended-banner-texts .extended-banner-text,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .banners-top-block .extended-banner-texts .extended-banner-text,
  .body-banners .extended-banner-texts .extended-banner-text,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-text {
    max-width: 50%;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .banners-top-block .extended-banner-texts .extended-banner-text,
  .body-banners .extended-banner-texts .extended-banner-text,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-text {
    max-width: 45%;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .banners-top-block .extended-banner-texts .extended-banner-text,
  .body-banners .extended-banner-texts .extended-banner-text,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-text {
    font-size: 16px;
  }
}
.banners-top-block .extended-banner-texts .extended-banner-link,
.body-banners .extended-banner-texts .extended-banner-link,
.next-to-carousel-banners .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .extended-banner-texts .extended-banner-link {
  position: relative;
  font-size: 16px;
  font-family: "Outfit", Arial, sans-serif;
  max-width: 150px;
  padding: 10px 15px;
  background-color: var(--color-primary);
  color: #ffffff;
  margin-top: 25px;
  min-height: 45px;
  height: auto;
  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: 20px;
  min-width: 160px;
}
@media (max-width: 479px) {
  .banners-top-block .extended-banner-texts .extended-banner-link,
  .body-banners .extended-banner-texts .extended-banner-link,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-link {
    margin-top: 15px;
    min-height: 35px;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .banners-top-block .extended-banner-texts .extended-banner-link,
  .body-banners .extended-banner-texts .extended-banner-link,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-link {
    margin-top: 10px;
    min-height: 30px;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banners-top-block .extended-banner-texts .extended-banner-link,
  .body-banners .extended-banner-texts .extended-banner-link,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-link {
    margin-top: 15px;
    min-height: 35px;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .banners-top-block .extended-banner-texts .extended-banner-link,
  .body-banners .extended-banner-texts .extended-banner-link,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-link {
    margin-top: 15px;
    min-height: 35px;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
.banners-top-block .extended-banner-texts .extended-banner-link:hover,
.body-banners .extended-banner-texts .extended-banner-link:hover,
.next-to-carousel-banners .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .extended-banner-texts .extended-banner-link:hover {
  background-color: var(--color-secondary-hover);
  color: #2f3540;
}

.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-text,
.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-title {
  color: #2f3540;
  margin-left: auto;
}
.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-text {
  color: black;
}
.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-texts {
  text-align: right;
}
.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-link {
  background-color: #d32f2f;
  color: #caa448;
}
.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-link:hover {
  background-color: rgb(191.9047619048, 40.5952380952, 40.5952380952);
  color: #caa448;
}

.body-banners {
  position: relative;
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 767px) {
  .body-banners {
    margin: 0 -10px;
    margin-bottom: 80px;
  }
}
@media (min-width: 480px) {
  .body-banners > div {
    margin: 0;
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 10px;
  }
}
.body-banners .col-sm-12 .banner-wrapper .extended-banner-text,
.body-banners .col-sm-12 .banner-wrapper .extended-banner-title,
.body-banners .col-sm-8 .banner-wrapper .extended-banner-text,
.body-banners .col-sm-8 .banner-wrapper .extended-banner-title,
.middle-banners-wrapper .col-sm-12 .banner-wrapper .extended-banner-text,
.middle-banners-wrapper .col-sm-12 .banner-wrapper .extended-banner-title,
.middle-banners-wrapper .col-sm-8 .banner-wrapper .extended-banner-text,
.middle-banners-wrapper .col-sm-8 .banner-wrapper .extended-banner-title {
  margin-left: auto;
}
.body-banners .col-sm-12 .banner-wrapper .extended-banner-texts,
.body-banners .col-sm-8 .banner-wrapper .extended-banner-texts,
.middle-banners-wrapper .col-sm-12 .banner-wrapper .extended-banner-texts,
.middle-banners-wrapper .col-sm-8 .banner-wrapper .extended-banner-texts {
  text-align: right;
}

@media (max-width: 766px) {
  body.mobile .body-banners {
    margin-top: 10px !important;
    margin-bottom: 40px;
  }
}

.homepage-box.middle-banners-wrapper {
  display: none;
}

.container--bannersBenefit {
  padding: 0;
}

.benefitBanner {
  margin-bottom: 20px;
  max-width: none;
  width: auto;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 766px) {
  .benefitBanner {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .benefitBanner {
    margin-bottom: 0;
  }
}
.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 (max-width: 480px) {
  .benefitBanner .benefitBanner__item {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 767px) {
  .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;
    width: 16.6666666667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .benefitBanner .benefitBanner__item {
    margin-bottom: 45px;
    padding: 0 15px;
    width: 16.6666666667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
  }
}
@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;
  padding: 0;
}
.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: 766px) {
  .benefitBanner__link img {
    max-width: 60px;
    max-height: 45px;
  }
}
.benefitBanner__link .benefitBanner__content {
  display: block;
  position: static;
  padding: 0;
  margin-top: 15px;
  width: 100%;
  word-break: normal;
}
@media (min-width: 767px) {
  .benefitBanner__link .benefitBanner__content {
    margin-top: 15px;
  }
}
.benefitBanner__link .benefitBanner__title {
  position: static;
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #2f3540;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.2;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  max-width: 190px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .benefitBanner__link .benefitBanner__title {
    line-height: 1.4;
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .benefitBanner__link .benefitBanner__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .benefitBanner__link .benefitBanner__title {
    font-size: 18px;
  }
}

.body-banners .banner-wrapper {
  content: "";
  display: block;
  width: 100vw;
  position: relative;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: auto;
}

.body-banners img {
  width: 100%;
}

.body-banners img,
.body-banners a,
.body-banners .banner-wrapper {
  border-radius: 0;
}

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

.type-post h1,
.type-posts-listing h1,
.type-page h1 {
  color: #2f3540;
  margin-bottom: 30px;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 767px) {
  .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;
  }
}
@media (min-width: 992px) {
  .type-post h1,
  .type-posts-listing h1,
  .type-page h1 {
    font-size: 48px;
  }
}

ul.manufacturers li a {
  color: #2f3540;
}
ul.manufacturers li a:hover {
  color: #caa448;
  text-decoration: underline;
}

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

.type-page .sidebar,
.in-znacka .sidebar,
.in-viac-o-futone .sidebar,
.in-kontakty .sidebar {
  display: none;
}
.type-page #content,
.in-znacka #content,
.in-viac-o-futone #content,
.in-kontakty #content {
  margin-bottom: 40px;
}
.type-page article header h1,
.in-znacka article header h1,
.in-viac-o-futone article header h1,
.in-kontakty article header h1 {
  text-align: center;
  margin-bottom: 25px;
}

.type-page .content-inner h3 {
  color: #2f3540;
  font-size: 22px;
  margin-bottom: 25px;
  font-family: "Outfit", Arial, sans-serif;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 767px) {
  .type-page .content-inner h3 {
    font-size: 26px;
  }
}
.type-page .content-inner p {
  font-size: 16px;
  color: #2f3540;
  line-height: 1.6;
}
@media (min-width: 767px) {
  .type-page .content-inner p {
    line-height: 1.8;
  }
}
.type-page .content-inner p a {
  color: #caa448;
  text-decoration: underline;
}

.in-viac-o-futone #content,
.in-kontakty #content {
  margin-bottom: 0;
}
.in-viac-o-futone #content .contact-form p,
.in-kontakty #content .contact-form p {
  font-weight: 400;
  font-size: 18px;
  color: #2f3540;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .in-viac-o-futone #content .contact-form p,
  .in-kontakty #content .contact-form p {
    font-size: 20px;
  }
}
.in-viac-o-futone #content .contact-form #formContact,
.in-kontakty #content .contact-form #formContact {
  max-width: 1200px;
  margin: 0 auto;
}

.margin-bottom-2 {
  margin-bottom: 30px;
}

.margin-bottom-3 {
  margin-bottom: 50px;
}

.type-posts-listing .contact-section,
.type-page .contact-section {
  padding: 40px 10px 0;
}
@media (min-width: 767px) {
  .type-posts-listing .contact-section,
  .type-page .contact-section {
    padding: 80px 0 20px;
  }
}
.type-posts-listing .contact-section .contact-right-panel .contact-box ul,
.type-page .contact-section .contact-right-panel .contact-box ul {
  padding-left: 0;
}
.type-posts-listing .contact-section .contact-right-panel .contact-box ul li a,
.type-page .contact-section .contact-right-panel .contact-box ul li a {
  color: #2f3540;
}
.type-posts-listing .contact-section .contact-title,
.type-page .contact-section .contact-title {
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #caa448;
  font-size: 20px;
  color: #2f3540;
  margin-top: 0;
  line-height: 1.2;
}
@media (min-width: 767px) {
  .type-posts-listing .contact-section .contact-title,
  .type-page .contact-section .contact-title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .type-posts-listing .contact-section .contact-title,
  .type-page .contact-section .contact-title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .type-posts-listing .contact-section .contact-title,
  .type-page .contact-section .contact-title {
    font-size: 32px;
  }
}
.type-posts-listing .contact-section h1,
.type-page .contact-section h1 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .type-posts-listing .contact-section h1,
  .type-page .contact-section h1 {
    font-size: 30px;
  }
}
.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: 600;
  margin-bottom: 40px;
  font-size: 16px;
  color: #caa448;
  margin-top: 0;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 600;
}
.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: #797f87;
  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: 600;
  min-width: 90px;
  color: #2f3540;
}
.type-posts-listing .contact-section .opening-hours p,
.type-page .contact-section .opening-hours p {
  color: #797f87;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .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: 600;
  color: #2f3540;
  margin-bottom: 15px;
  margin-top: 0;
  display: block;
}
@media (min-width: 767px) {
  .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: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 30px;
    margin-bottom: 50px;
  }
}
.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: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    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 #ffffff;
  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: 766px) {
  .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: 766px) and (min-width: 767px) {
  .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: 766px) {
  .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: 766px) {
  .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: 600;
  color: #2f3540;
}
.contact-info-list-item .contact-info-list-link {
  display: inline-block;
  color: #797f87;
  padding: 2px 0;
}
.contact-info-list-item .contact-info-list-link:hover {
  text-decoration: underline;
}

#formContact textarea.form-control {
  height: 155px;
}
#formContact .form-group {
  width: 100%;
  min-width: auto;
}
@media (min-width: 767px) {
  #formContact .form-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#formContact .form-group:last-child {
  margin-bottom: 20px;
}
#formContact .form-group:nth-child(4), #formContact .form-group:nth-child(5) {
  width: 100%;
}
#formContact .form-group label {
  font-size: 14px;
  color: #2f3540;
  font-weight: 500;
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  #formContact .form-group label {
    width: 40%;
  }
}
@media (min-width: 767px) {
  #formContact .form-group.consents {
    text-align: left;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 40%;
    width: 60%;
  }
  #formContact .form-group.consents label {
    width: 100%;
  }
}
@media (min-width: 767px) {
  #formContact .form-group.submit-wrapper {
    margin-left: 40%;
    width: 60%;
  }
}
#formContact .form-group textarea,
#formContact .form-group input {
  min-height: 48px;
  display: block;
  width: 100%;
  border: 1px solid #caa448;
}
@media (min-width: 767px) {
  #formContact .form-group textarea,
  #formContact .form-group input {
    width: 60%;
  }
}
#formContact .form-group .btn {
  margin-top: 10px;
  width: auto;
  background-color: #caa448;
  border: 1px solid #caa448;
  min-width: 220px;
}
#formContact .form-group .btn:hover {
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
}

.headline-image-block {
  position: relative;
}
.headline-image-block h1 {
  color: #caa448;
  font-family: "Outfit", Arial, sans-serif;
}
.headline-image-block .h1-block {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 479px) {
  .headline-image-block .h1-block {
    top: 30px;
  }
}
.headline-image-block p {
  text-align: center;
  font-size: 22px;
}
@media (min-width: 767px) {
  .headline-image-block p {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .headline-image-block p {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .headline-image-block p {
    font-size: 36px;
  }
}
.headline-image-block img {
  width: 100%;
}
@media (max-width: 479px) {
  .headline-image-block img {
    min-height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.type-page .headline-block.headline-block-contact {
  text-align: center;
  padding-top: 40px;
  position: relative;
  padding-bottom: 20px;
  background-color: #f9f6f0;
}
@media (min-width: 767px) {
  .type-page .headline-block.headline-block-contact {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.type-page .headline-block.headline-block-contact:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  left: calc(50% - 50vw);
  z-index: 0;
  background-color: #f9f6f0;
}
.type-page .headline-block.headline-block-contact .benefits-list__item {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .type-page .headline-block.headline-block-contact .benefits-list__item {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .type-page .headline-block.headline-block-contact .benefits-list__item {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .type-page .headline-block.headline-block-contact .benefits-list__item {
    width: 25%;
  }
}
.type-page .headline-block.headline-block-contact .benefits-list {
  z-index: 1;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-page .headline-block.headline-block-contact img {
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .type-page .headline-block.headline-block-contact img {
    margin-bottom: 25px;
    width: 100px;
    height: 100px;
  }
}
.type-page .headline-block.headline-block-contact .benefits-list__title {
  font-size: 18px;
  font-family: "Outfit", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #caa448;
  font-weight: 500;
}
@media (min-width: 767px) {
  .type-page .headline-block.headline-block-contact .benefits-list__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.type-page .headline-block.headline-block-contact p {
  margin-bottom: 0;
  font-size: 14px;
  color: #2f3540;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 767px) {
  .type-page .headline-block.headline-block-contact p {
    font-size: 16px;
  }
}

@media (max-width: 766px) {
  .type-page .page-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.type-page .page-section--offset {
  padding-top: 60px;
}
.type-page .page-title {
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #caa448;
  font-size: 20px;
  color: #2f3540;
  margin-top: 0;
  line-height: 1.2;
}
@media (min-width: 767px) {
  .type-page .page-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .type-page .page-title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .type-page .page-title {
    font-size: 32px;
  }
}
.type-page .row.row-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) {
  .type-page .row.row-center ul li {
    margin-bottom: 15px;
  }
}
.type-page .row.row-margin {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .type-page .row.row-margin {
    margin-bottom: 50px;
  }
}
.type-page .img-page-left {
  width: 50vw;
  position: relative;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  height: auto;
}
@media (min-width: 767px) {
  .type-page .img-page-left {
    left: calc(-50vw + 100%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .type-page .img-page-left {
    width: 100vw;
    max-width: none;
    left: calc(50% - 50vw);
  }
}
@media (max-width: 991px) {
  .type-page .img-page-left {
    width: 100vw;
    max-width: 100vw;
  }
}
@media (max-width: 766px) {
  .type-page .img-page-left {
    left: -20px;
  }
}
@media (min-width: 992px) {
  .type-page .img-page-left {
    border-radius: 0 200px 200px 0;
  }
}
.type-page .img-page-right {
  width: 50vw;
  position: relative;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  height: auto;
}
@media (min-width: 768px) and (max-width: 992px) {
  .type-page .img-page-right {
    width: 100vw;
    max-width: none;
    left: calc(50% - 50vw);
  }
}
@media (max-width: 991px) {
  .type-page .img-page-right {
    width: 100vw;
    max-width: 100vw;
  }
}
@media (max-width: 766px) {
  .type-page .img-page-right {
    left: -20px;
  }
}
@media (min-width: 992px) {
  .type-page .img-page-right {
    border-radius: 200px 0 0 200px;
  }
}
@media (min-width: 992px) {
  .type-page .page-section-narrow .row {
    margin: 0 -50px;
  }
}
@media (min-width: 992px) {
  .type-page .page-section-narrow .col-xs-12 {
    padding: 0 50px;
  }
}

.faq-block.row {
  margin: 0 -10px;
}
.faq-block.row .faq-item {
  margin-bottom: 20px;
  padding: 0 10px;
}
.faq-block.row .faq-content {
  padding: 20px 20px 20px;
  height: 100%;
  background-color: #f9f6f0;
}
.faq-block.row .faq-title {
  font-weight: 500;
  font-family: "Outfit", Arial, sans-serif;
  color: #caa448;
  font-size: 16px;
}
@media (min-width: 767px) {
  .faq-block.row .faq-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .faq-block.row .faq-title {
    font-size: 20px;
  }
}
.faq-block.row .faq-text {
  margin-top: 20px;
  font-weight: 500;
  font-family: "Outfit", Arial, sans-serif;
  color: #2f3540;
  font-size: 14px;
}
@media (min-width: 767px) {
  .faq-block.row .faq-text {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .faq-block.row .faq-text {
    font-size: 16px;
  }
}

.instagram-subheadline {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}

.instagram-subheadline a {
  display: inline-block;
  padding: 5px 0;
  line-height: 1.4;
  color: var(--color-primary);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.instagram-block .h4.homepage-group-title {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .mobile .instagram-block .container {
    padding: 0;
  }
}

.instagram-subheadline a:hover {
  color: var(--color-primary);
}

.instagram-block {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .instagram-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .instagram-block {
    overflow: hidden;
  }
}
.instagram-block .h4.homepage-group-title--classic {
  margin-top: 0;
  margin-bottom: 32px;
}

.instagram-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent;
  max-width: none;
  max-width: 100%;
}

.instagram-widget:after {
  display: none;
}

.instagram-bottom {
  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;
  margin-right: 24px;
}
@media (max-width: 766px) {
  .instagram-bottom {
    width: 100%;
  }
}

.instagram-follow-btn {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 766px) {
  .instagram-follow-btn {
    max-width: 170px;
    margin: 10px auto 0;
  }
}
.instagram-follow-btn:hover span:before {
  color: var(--color-primary-hover);
}
.instagram-follow-btn:hover span a {
  color: var(--color-primary-hover);
}
.instagram-follow-btn:before {
  display: none;
}
.instagram-follow-btn .instagram-bottom {
  font-size: 16px;
  font-weight: 400;
  margin-right: 24px;
  color: #797f87;
}
@media (max-width: 766px) {
  .instagram-follow-btn .instagram-bottom {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.instagram-follow-btn .instagram-bottom-link {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-right: 24px;
  padding-left: 40px;
  color: #797f87;
}
@media (max-width: 766px) {
  .instagram-follow-btn .instagram-bottom-link {
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%;
    text-align: left;
  }
}
.instagram-follow-btn .instagram-bottom-link:hover {
  color: #caa448;
}
.instagram-follow-btn .instagram-bottom-link:hover:before {
  color: #caa448;
}
.instagram-follow-btn .instagram-bottom-link:before {
  position: absolute;
  top: -5px;
  left: 0;
  font-family: "grandbari";
  font-size: 30px;
  color: #797f87;
  font-weight: 300;
}
.instagram-follow-btn .instagram-bottom-link.facebook:before {
  top: -8px;
  content: "\e90b";
}
.instagram-follow-btn .instagram-bottom-link.instagram:before {
  font-size: 26px;
  content: "\e910";
}

@media (max-width: 479px) {
  .instagram-widget-item {
    width: 50%;
  }
  .instagram-widget-item:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .instagram-widget-item {
    width: 33.3333333333%;
  }
  .instagram-widget-item:nth-child(n+7) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .instagram-widget-item {
    width: 33.3333333333%;
  }
  .instagram-widget-item:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .instagram-widget-item {
    width: 25%;
  }
  .instagram-widget-item:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .instagram-widget-item {
    width: 20%;
  }
  .instagram-widget-item:nth-child(n+6) {
    display: none;
  }
}
@media (min-width: 1441px) and (max-width: 1600px) {
  .instagram-widget-item {
    width: 16.6666666667%;
  }
  .instagram-widget-item:nth-child(n+7) {
    display: none;
  }
}
@media (min-width: 1600px) {
  .instagram-widget-item {
    width: 14.2857142857%;
  }
  .instagram-widget-item:nth-child(n+8) {
    display: none;
  }
}
.instagram-widget-item a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.instagram-widget-item a:after {
  content: "\e90e";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "grandbari";
  color: #e9e4e3;
  opacity: 0;
  font-size: 40px;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
@media (min-width: 767px) {
  .instagram-widget-item a:after {
    font-size: 60px;
  }
}
.instagram-widget-item a:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #2a302d;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.instagram-widget-item a:hover:after {
  opacity: 1;
}
.instagram-widget-item a:hover:before {
  opacity: 0.5;
}
.instagram-widget-item a img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  width: calc(100% + 2px);
  height: auto;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.instagram-block {
  padding-bottom: 0;
  padding-top: 40px;
}
@media (min-width: 767px) {
  .instagram-block {
    padding-top: 40px;
  }
}

.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: 767px) {
  .homepage-box.welcome-wrapper {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 766px) {
  .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: static;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper .welcome__content {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 747px;
  }
}
@media (min-width: 992px) {
  .homepage-box.welcome-wrapper .welcome__content {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome__content {
    width: 1178px;
  }
}
@media (min-width: 1440px) {
  .homepage-box.welcome-wrapper .welcome__content {
    width: 1418px;
  }
}
@media (min-width: 1600px) {
  .homepage-box.welcome-wrapper .welcome__content {
    width: 1520px;
  }
}
.homepage-box.welcome-wrapper .welcome-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
  -o-object-position: right;
     object-position: right;
  opacity: 0.2;
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-bg {
    opacity: 1;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 992px) {
  .homepage-box.welcome-wrapper .welcome-bg {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome-bg {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .homepage-box.welcome-wrapper .welcome-bg {
    width: 70%;
  }
}
@media (min-width: 1800px) {
  .homepage-box.welcome-wrapper .welcome-bg {
    width: 50%;
  }
}
.homepage-box.welcome-wrapper .welcome-bg-desktop {
  display: none;
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-bg-desktop {
    display: block;
  }
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-bg-mobile {
    display: none;
  }
}
.homepage-box.welcome-wrapper .welcome-title-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
  -o-object-position: right;
     object-position: right;
}
.homepage-box.welcome-wrapper .welcome__left-panel {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper .welcome__left-panel {
    padding: 30px;
    text-align: center;
    position: static;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .homepage-box.welcome-wrapper .welcome__left-panel {
    width: 60%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome__left-panel {
    width: 50%;
    max-width: 440px;
  }
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper .welcome__title-block {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 766px) {
  .homepage-box.welcome-wrapper .welcome__title-block .welcome-title-content {
    background-color: rgba(189, 149, 97, 0.7);
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
    padding: 25px 15px 15px;
  }
}
@media (max-width: 766px) {
  .homepage-box.welcome-wrapper .welcome__title-block {
    position: relative;
    padding: 20px 10px 20px;
    z-index: 2;
  }
  .homepage-box.welcome-wrapper .welcome__title-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.homepage-box.welcome-wrapper .welcome__right-panel {
  z-index: 0;
}
.homepage-box.welcome-wrapper .welcome-img-left {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 766px) {
  .homepage-box.welcome-wrapper .welcome-img-left {
    display: none;
  }
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-img-left {
    top: 0;
    left: 0;
    position: absolute;
    width: 50%;
  }
  .homepage-box.welcome-wrapper .welcome-img-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 992px) {
  .homepage-box.welcome-wrapper .welcome-img-left {
    width: 40%;
  }
}
.homepage-box.welcome-wrapper .welcome-img-left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.homepage-box.welcome-wrapper .welcome-logo {
  max-width: 200px;
  margin-bottom: 0;
}
.homepage-box.welcome-wrapper .welcome-image {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 766px) {
  .homepage-box.welcome-wrapper .welcome-image {
    margin-bottom: 0;
  }
  .homepage-box.welcome-wrapper .welcome-image img {
    margin-bottom: 0;
    margin-left: -110px;
    width: calc(100% + 110px);
    max-width: none;
  }
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-image {
    top: 0;
    right: 0;
    position: absolute;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .homepage-box.welcome-wrapper .welcome-image {
    width: 100%;
  }
}
.homepage-box.welcome-wrapper .welcome-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.homepage-box.welcome-wrapper .welcome {
  position: relative;
  min-height: 400px;
  text-align: left;
  overflow: hidden;
  background-color: #f9f6f0;
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper .welcome {
    text-align: center;
  }
}
.homepage-box.welcome-wrapper .welcome > div {
  width: 100%;
}
.homepage-box.welcome-wrapper h2 {
  z-index: 2;
  position: relative;
  width: 100%;
  font-size: 30px;
  margin-bottom: 20px;
  color: #caa448;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  display: inline-block;
}
@media (min-width: 480px) {
  .homepage-box.welcome-wrapper h2 {
    font-size: 30px;
  }
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper h2 {
    text-align: left;
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .homepage-box.welcome-wrapper h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .homepage-box.welcome-wrapper h2 {
    font-size: 48px;
  }
}
.homepage-box.welcome-wrapper .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: -15px;
  border: 0;
  min-height: auto;
  color: white;
  padding: 5px 20px;
  min-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 140px;
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper .btn {
    min-height: 50px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .homepage-box.welcome-wrapper .btn {
    font-size: 18px;
  }
}
.homepage-box.welcome-wrapper .btn.btn-secondary {
  background-color: #caa448;
  border: 2px solid #caa448;
  color: white;
}
.homepage-box.welcome-wrapper .btn.btn-secondary:after {
  display: none;
}
.homepage-box.welcome-wrapper .btn.btn-secondary:hover {
  border: 2px solid #caa448;
  background-color: #caa448;
}
.homepage-box.welcome-wrapper img {
  margin-bottom: 35px;
}
@media (max-width: 766px) {
  .homepage-box.welcome-wrapper img {
    max-width: 200px;
  }
}
.homepage-box.welcome-wrapper p {
  z-index: 2;
  position: relative;
  font-size: 15px;
  color: #2f3540;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 767px) {
  .homepage-box.welcome-wrapper p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .homepage-box.welcome-wrapper p {
    max-width: 650px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1200px) {
  .homepage-box.welcome-wrapper p {
    font-size: 20px;
  }
}
.homepage-box.welcome-wrapper p:last-child {
  margin-bottom: 15px;
}

.content-wrapper.latest-contribution-box {
  display: none;
}

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

.subcategories.with-image li a .text {
  overflow: visible;
}

.siteCookies__form {
  background-color: #f5f0ea;
  color: #2f3540;
}
.siteCookies__form .siteCookies__text a {
  color: #caa448;
}
.siteCookies__form .siteCookies__link {
  background-color: transparent;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
.siteCookies__form .siteCookies__link:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: white;
}
.siteCookies__form .siteCookies__button {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
}
.siteCookies__form .siteCookies__button:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: white;
}

@media (max-width: 479px) {
  .banner-wrapper .welcome-benefit-block {
    background-color: transparent;
  }
  .banner-wrapper .welcome-benefit-block .welcome-benefit {
    margin: 0 -10px;
  }
}
@media (max-width: 479px) {
  .banner-wrapper .welcome-benefit-block .welcome-benefit__item {
    margin-bottom: 6px;
    margin-top: 6px;
    width: 100%;
  }
  .banner-wrapper .welcome-benefit-block .welcome-benefit__item .btn {
    width: 100%;
  }
}

.welcome-benefit-block {
  padding: 20px 0;
  background-color: #f9f6f0;
}
.welcome-benefit-block .welcome-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}
.welcome-benefit-block .welcome-benefit__item {
  width: 33.33%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 10px;
}
.welcome-benefit-block .btn {
  width: auto;
}
@media (min-width: 1200px) {
  .welcome-benefit-block .btn {
    min-width: 240px;
  }
}
.welcome-benefit-block .welcome-benefit__img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .welcome-benefit-block .welcome-benefit__img {
    max-width: 60px;
  }
}
.welcome-benefit-block .welcome-benefit__text {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 480px) {
  .welcome-benefit-block .welcome-benefit__text {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .welcome-benefit-block .welcome-benefit__text {
    font-size: 20px;
  }
}

.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) {
  .news-block .news-item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.news-block {
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .news-block {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.news-block .text-center {
  margin-top: 20px;
}

.in-index .news-wrapper {
  position: relative;
  display: block;
  margin-top: 0;
  margin-right: -20px;
  margin-left: -20px;
  padding-bottom: 50px;
}
@media (min-width: 480px) {
  .in-index .news-wrapper {
    margin: 0 -10px;
  }
}
@media (max-width: 479px) {
  .in-index .news-wrapper {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.in-index .slider-group-article {
  position: relative;
  z-index: 2;
}
@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;
  }
  .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% - 130px);
  }
}

.type-posts-listing .content-inner > p {
  font-size: 14px;
  line-height: 1.8;
  color: #292929;
}
@media (min-width: 767px) {
  .type-posts-listing .content-inner > p {
    line-height: 1.8;
    font-size: 16px;
  }
}
.type-posts-listing .news-item .text .description p {
  color: #797f87;
}

@media (min-width: 768px) and (max-width: 992px) {
  .desktop.type-posts-listing .news-item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .desktop.type-posts-listing .news-item {
    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);
  }
}

.news-wrapper .news-item {
  margin-bottom: 40px;
  display: block;
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-bottom: 0;
}
@media (min-width: 480px) {
  .news-wrapper .news-item {
    margin-right: 20px;
    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 (min-width: 992px) {
  .news-wrapper .news-item {
    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);
  }
}
.news-wrapper .news-item:focus .image img, .news-wrapper .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);
}
.news-wrapper .news-item:focus .text .title, .news-wrapper .news-item:hover .text .title {
  color: #2f3540;
}
.news-wrapper .news-item:focus .text .title:hover, .news-wrapper .news-item:hover .text .title:hover {
  color: #caa448;
  text-decoration: none;
}
.news-wrapper .news-item .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px;
  height: auto;
  margin-right: 0;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .news-wrapper .news-item .image {
    height: auto;
  }
}
.news-wrapper .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%;
}
.news-wrapper .news-item .image .article-tag {
  position: absolute;
  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: #caa448;
  color: #ffffff;
  top: 8px;
  left: 8px;
  z-index: 1;
}
@media (min-width: 767px) {
  .news-wrapper .news-item .image .article-tag {
    top: 15px;
    left: 15px;
  }
}
.news-wrapper .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) {
  .news-wrapper .news-item .image + .text {
    padding: 15px 0 0;
    height: calc(100% - 278px);
  }
}
.news-wrapper .news-item .text {
  position: relative;
  padding: 15px 0 0;
}
@media (min-width: 480px) {
  .news-wrapper .news-item .text {
    height: 100%;
    padding: 10px 0 0;
  }
}
@media (min-width: 767px) {
  .news-wrapper .news-item .text {
    padding: 15px 0 0;
  }
}
@media (min-width: 992px) {
  .news-wrapper .news-item .text {
    padding: 15px 0 0;
  }
}
@media (min-width: 1200px) {
  .news-wrapper .news-item .text {
    padding: 15px 0 0;
  }
}
.news-wrapper .news-item .text .title {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #2f3540;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media (min-width: 480px) {
  .news-wrapper .news-item .text .title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .news-wrapper .news-item .text .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.news-wrapper .news-item .text .description p {
  color: #797f87;
  font-weight: 400;
  line-height: 1.45;
  font-size: 14px;
}
@media (min-width: 480px) {
  .news-wrapper .news-item .text .description p {
    font-size: 16px;
  }
}
.news-wrapper .news-item .text-center {
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 479px) {
  .news-wrapper .news-item .text-center {
    min-width: auto !important;
    width: 100%;
    max-width: 160px;
  }
}
.news-wrapper .news-item .btn.btn-primary {
  border: 0 !important;
  background-color: transparent !important;
  border: 0;
  text-transform: none;
  color: #2f3540 !important;
  padding: 5px 0;
  min-height: auto;
}
.news-wrapper .news-item .btn.btn-primary:hover {
  color: #caa448 !important;
}
.news-wrapper .news-item .btn.btn-primary:hover:after {
  color: #caa448;
}
.news-wrapper .news-item .btn.btn-primary:after {
  content: "\e907";
  font-family: "grandbari";
  font-size: 20px;
  color: #2a302d;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 0;
}
@media (min-width: 480px) {
  .news-wrapper .news-item .btn.btn-primary {
    width: auto;
    margin-top: 0;
  }
}

.read-article {
  display: none;
}

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

.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: 8px 15px;
  border-radius: 5px;
  background-color: #caa448;
  color: #ffffff;
  z-index: 1;
  margin-right: 5px;
}
.news-item-detail .blog-headline {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
}
.news-item-detail .blog-headline img {
  width: 100%;
}
.news-item-detail time {
  margin-bottom: 35px;
}
.news-item-detail h1 {
  text-align: left;
}
.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;
}
.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;
}

.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: white;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
.next-prev .btn:first-child:hover {
  color: #caa448;
  background-color: #ffffff;
  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;
}

.h4.homepage-group-title--classic {
  text-transform: none;
  margin-bottom: 32px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 767px) {
  .h4.homepage-group-title--classic {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
  }
}

.h4.homepage-group-title--left {
  text-transform: none;
  margin-bottom: 32px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  border-bottom: 1px solid #f5f0ea;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.h4.homepage-group-title--left:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 2px;
  display: block;
  background-color: #caa448;
}
@media (min-width: 767px) {
  .h4.homepage-group-title--left {
    margin-bottom: 40px;
    padding-bottom: 25px;
    font-size: 36px;
    font-weight: 500;
  }
}
.h4.homepage-group-title--left a {
  color: #2f3540;
}

.stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before {
  color: #febf20;
}

.type-posts-listing .content-inner {
  max-width: 100%;
  width: 100%;
}
.type-posts-listing .content-inner h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #2f3540;
}
@media (min-width: 767px) {
  .type-posts-listing .content-inner h1 {
    font-size: 36px;
  }
}
.type-posts-listing .content-inner .subcategories {
  position: relative;
  margin: 0;
}
.type-posts-listing .content-inner .subcategories:before {
  content: "TÉMATA";
  text-transform: uppercase;
  color: #caa448;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.type-posts-listing .content-inner .subcategories.with-image {
  display: block;
}
.type-posts-listing .content-inner .subcategories.with-image li {
  display: inline-block;
  width: auto;
  max-width: none;
  float: none;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 12px;
}
@media (min-width: 480px) {
  .type-posts-listing .content-inner .subcategories.with-image li {
    margin-right: 15px;
  }
}
@media (min-width: 767px) {
  .type-posts-listing .content-inner .subcategories.with-image li {
    margin-right: 25px;
  }
}
.type-posts-listing .content-inner .subcategories.with-image li.all a {
  font-weight: 600;
  border-bottom: 1px solid #caa448;
}
.type-posts-listing .content-inner .subcategories.with-image li a {
  border: 0;
  display: inline-block;
  padding: 5px 0;
  color: #2f3540;
  height: auto;
  min-height: auto;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid transparent;
}
.type-posts-listing .content-inner .subcategories.with-image li a .image {
  display: none;
}
.type-posts-listing .content-inner .subcategories.with-image li a .text {
  font-weight: 400;
  font-size: 14px;
  color: #2f3540;
  overflow: visible;
  padding-left: 0;
  max-height: none;
  text-overflow: inherit;
  width: auto;
}
@media (min-width: 480px) {
  .type-posts-listing .content-inner .subcategories.with-image li a .text {
    font-size: 16px;
  }
}

.in-nase-novinky #newsWrapper .news-item.is-first .text:before,
.in-blog #newsWrapper .news-item.is-first .text:before {
  content: "Nejnovější článek";
}

@media (min-width: 767px) {
  .in-nase-realizace #newsWrapper .news-item.is-first .text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 0;
  }
}
.in-nase-realizace #newsWrapper .news-item.is-first .text:before {
  content: "Nejnovější realizace";
  left: 0;
}

.in-nase-realizace #newsWrapper .news-item.is-first:after {
  content: "Další realizace";
  display: block;
  width: 100%;
  border-bottom: 1px solid #caa448;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 35px;
  margin-bottom: 0;
  font-size: 24px;
  margin-bottom: -10px;
}

@media (min-width: 767px) {
  #newsWrapper .news-item.is-first {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    -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;
  }
  #newsWrapper .news-item.is-first .image {
    width: 50%;
    min-height: 420px;
  }
  #newsWrapper .news-item.is-first .text {
    padding-left: 40px;
    padding-right: 40px;
    width: 50%;
    display: block;
    margin-top: 40px;
    position: relative;
  }
  #newsWrapper .news-item.is-first .text:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 40px;
    display: block;
    font-weight: 700;
    color: #caa448;
    font-size: 18px;
  }
  #newsWrapper .news-item.is-first .text .title {
    font-weight: 700;
    font-size: 30px;
  }
  #newsWrapper .news-item.is-first .text .text-center {
    position: relative;
    margin-top: 25px;
  }
}

.in-index .news-wrapper .news-item {
  width: 100%;
  max-width: 100%;
}

.top-category {
  margin-bottom: 60px;
}
.top-category .row {
  margin: 0;
  border: 2px solid #caa448;
}
.top-category .top-category__item {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 !important;
  border: 2px solid #caa448;
}
@media (min-width: 767px) {
  .top-category .top-category__item {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .top-category .top-category__item {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.top-category .top-category__content {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100%;
}
.top-category .top-category__content:hover .top-category__image {
  -webkit-transform: translate(-50%, -50%) scale(1.02);
      -ms-transform: translate(-50%, -50%) scale(1.02);
          transform: translate(-50%, -50%) scale(1.02);
}
.top-category .top-category__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  width: calc(100% + 2px);
  height: auto;
  max-width: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top-category .top-category__text-block {
  position: absolute;
  top: 50%;
  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;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
}
@media (min-width: 480px) {
  .top-category .top-category__text-block {
    padding: 0 20px;
  }
}
.top-category h3 {
  position: relative;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
@media (min-width: 370px) {
  .top-category h3 {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .top-category h3 {
    font-size: 32px;
  }
}
@media (min-width: 767px) {
  .top-category h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .top-category h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .top-category h3 {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .top-category h3 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .top-category h3 {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  .top-category h3 {
    font-size: 42px;
  }
}
.top-category h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  background-color: #252525;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  pointer-events: none;
  z-index: -1;
  -webkit-filter: blur(40px);
          filter: blur(40px);
}

.hodnoceni-group {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49.31%, rgba(253, 245, 235, 0)), to(#f4f1f3));
  background-image: linear-gradient(180deg, rgba(253, 245, 235, 0) 49.31%, #f4f1f3 100%);
}
@media (min-width: 767px) {
  .hodnoceni-group.hodnoceni-group--no-bg {
    background-image: none;
  }
}
.hodnoceni-group #hodnoceniobchodu {
  padding-top: 50px;
  background-color: transparent;
}
.hodnoceni-group #hodnoceniobchodu h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  color: #caa448;
}
@media (min-width: 767px) {
  .hodnoceni-group #hodnoceniobchodu h2 {
    font-size: 36px;
  }
}
.hodnoceni-group #hodnoceniobchodu .rate-average {
  font-size: 20px !important;
  font-weight: 600;
  margin-right: 8px;
  color: #2f3540;
}
@media (min-width: 767px) {
  .hodnoceni-group #hodnoceniobchodu .rate-average {
    margin-right: 15px;
    font-size: 24px !important;
  }
}
.hodnoceni-group #hodnoceniobchodu .stars-label {
  font-size: 20px !important;
  font-weight: 400;
  color: #2f3540;
  margin-left: 8px;
}
@media (min-width: 767px) {
  .hodnoceni-group #hodnoceniobchodu .stars-label {
    font-size: 24px !important;
    margin-left: 15px;
  }
}
.hodnoceni-group #hodnoceniobchodu .stars {
  margin-left: -3px;
}
.hodnoceni-group #hodnoceniobchodu .shop-eval {
  margin-top: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hodnoceni-group #hodnoceniobchodu .shop-eval .vote-wrap {
  border-radius: 0;
}
@media (min-width: 992px) {
  .hodnoceni-group #hodnoceniobchodu .shop-eval .vote-wrap {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 479px) {
  .hodnoceni-group #hodnoceniobchodu .shop-eval .vote-wrap:nth-child(n+4) {
    display: none !important;
  }
}
.hodnoceni-group #hodnoceniobchodu .shop-stat-all {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
}
@media (max-width: 766px) {
  .hodnoceni-group #hodnoceniobchodu .shop-stat-all {
    padding-top: 15px;
  }
}
.hodnoceni-group #hodnoceniobchodu .shop-stat-all a.btn {
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 10px 20px;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-color: var(--color-secondary);
  color: #fff;
  border-color: var(--color-secondary);
  min-height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 767px) {
  .hodnoceni-group #hodnoceniobchodu .shop-stat-all a.btn {
    min-width: 220px;
  }
}
.hodnoceni-group #hodnoceniobchodu .shop-stat-all a.btn:hover {
  color: white;
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
}
.hodnoceni-group #hodnoceniobchodu .shop-stat-all .btn.btn-default {
  margin: 8px 10px;
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
  text-transform: uppercase;
}
.hodnoceni-group #hodnoceniobchodu .shop-stat-all .btn.btn-default:hover {
  color: white;
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
}
.hodnoceni-group #hodnoceniobchodu .shop-stat-all .btn.btn-conversion {
  margin: 8px 5px;
}

.in-hodnoceni-obchodu .vote-wrap {
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.vote-wrap {
  background-color: white !important;
}
.vote-wrap .vote-header {
  margin-bottom: 20px;
}
.vote-wrap .vote-header .vote-summary {
  position: relative;
}
.vote-wrap .vote-header .vote-summary .vote-name {
  white-space: normal;
  font-size: 16px;
  font-weight: 600;
  color: #caa448;
  padding-right: 100px;
}
.vote-wrap .vote-header .vote-summary .vote-delimeter {
  display: none !important;
}
.vote-wrap .vote-header .vote-summary .vote-name {
  margin-bottom: 6px;
}
.vote-wrap .vote-header .vote-summary .vote-time {
  position: absolute;
  top: 0;
  right: 0;
  color: #797f87;
  font-size: 14px;
}
.stars {
  width: auto;
  height: 20px;
}
.stars a,
.stars span {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.stars .star:before {
  font-family: "grandbari";
  color: #febf20;
  font-size: 20px;
  line-height: 20px;
}
.stars .star.star-on:before {
  content: "\e923";
}
.stars .star.star-half:before, .stars .star.star-off:before {
  content: "\e924";
  color: #c3c9c6;
  font-size: 18px;
}

#hodnoceniobchodu .vote-wrap:nth-child(n+5),
.template-10 #hodnoceniobchodu .vote-wrap:nth-child(n+4) {
  display: block !important;
}

#hodnoceniobchodu .vote-wrap:nth-child(n+7),
.template-10 #hodnoceniobchodu .vote-wrap:nth-child(n+6) {
  display: none !important;
}

body:not(.in-index) #hodnoceniobchodu {
  display: none !important;
}

@media (min-width: 767px) {
  body.type-detail .review-divider {
    display: none;
  }
}
body.type-detail #hodnoceniobchodu {
  display: block !important;
}
body.type-detail #hodnoceniobchodu .h4.homepage-group-title {
  color: #2f3540;
}
@media (max-width: 766px) {
  body.type-detail #hodnoceniobchodu .detail-rating-left .btn {
    display: none;
  }
}
@media (min-width: 767px) {
  body.type-detail #hodnoceniobchodu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.type-detail #hodnoceniobchodu .homepage-group-title {
    width: 100%;
    font-size: 24px;
    text-align: left;
    padding-left: 0;
    font-weight: 500;
  }
  body.type-detail #hodnoceniobchodu .rate-average {
    margin-right: 0;
    font-size: 30px !important;
    font-weight: 700;
  }
  body.type-detail #hodnoceniobchodu .rate-star-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.type-detail #hodnoceniobchodu .stars {
    margin-top: 6px;
    height: auto;
  }
  body.type-detail #hodnoceniobchodu .stars-label {
    display: block;
    font-weight: 400;
    position: relative;
    margin-left: 0;
    font-size: 14px !important;
    color: #797f87;
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }
  body.type-detail #hodnoceniobchodu .stars-label:before {
    content: "(";
  }
  body.type-detail #hodnoceniobchodu .stars-label:after {
    content: ")";
  }
  body.type-detail #hodnoceniobchodu .detail-rating-left {
    width: 200px;
    margin-top: 25px;
    text-align: center;
  }
  body.type-detail #hodnoceniobchodu .detail-rating-left .btn.btn-conversion {
    margin-top: 25px;
    min-height: 40px;
    font-size: 14px;
    padding: 10px 20px;
  }
  body.type-detail #hodnoceniobchodu .detail-rating-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
  }
  body.type-detail #hodnoceniobchodu .detail-rating-right .btn.btn-conversion {
    display: none !important;
  }
  body.type-detail #hodnoceniobchodu .detail-rating-right .shop-eval .vote-wrap {
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid #caa448;
  }
  body.type-detail #hodnoceniobchodu .detail-rating-right .shop-eval .vote-wrap:nth-child(n+3) {
    border-bottom: 0;
  }
  body.type-detail #hodnoceniobchodu .detail-rating-right .vote-wrap:nth-child(n+4) {
    display: none !important;
  }
  body.type-detail #hodnoceniobchodu .detail-rating-right .vote-wrap .vote-header {
    margin-bottom: 10px;
  }
  body.type-detail #hodnoceniobchodu .detail-rating-right .vote-wrap .vote-header .vote-summary .vote-name {
    margin-bottom: 0;
  }
}

#hodnoceniobchodu .vote-time,
.id--51 #ratingWrapper + .votes-wrap .vote-time {
  color: #caa448;
}

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

.wide-carousel {
  width: 100%;
}

.banners-row .col-sm-4 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: none;
}
.banners-row .col-sm-8 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 767px) {
  .homepage-box.before-carousel {
    margin-top: 0;
  }
}

@media (min-width: 767px) {
  .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%;
}

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

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

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

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

.carousel-inner {
  min-height: auto !important;
  overflow: visible;
}
.carousel-inner > .item {
  width: 100%;
}

@media (max-width: 991px) {
  .carousel-inner a {
    position: relative;
  }
  .carousel-inner .extended-banner-texts {
    z-index: 2;
  }
}
@media (min-width: 767px) {
  .d-md-block {
    display: block;
  }
}

@media (max-width: 766px) {
  .carousel {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.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: rgb(25.4054054054, 28.6486486486, 34.5945945946);
}
.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: #2f3540;
}
.carousel .carousel-control.left:before {
  left: 15px !important;
}
.carousel .carousel-control.right:before {
  right: 15px !important;
}

.carousel-indicators {
  display: none;
  bottom: -40px;
  left: 50%;
  width: 100%;
  margin-left: -50%;
}
@media (min-width: 767px) {
  .carousel-indicators {
    bottom: -6px;
  }
}
.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: 767px) {
  .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: var(--color-secondary);
}
@media (min-width: 767px) {
  .carousel-indicators li:hover, .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: var(--color-secondary);
  }
}

@media (max-width: 479px) {
  .next-to-carousel-banners .banner-wrapper a,
  .carousel .banner-wrapper a {
    height: 300px;
  }
}
.next-to-carousel-banners .banner-wrapper a,
.next-to-carousel-banners .item a,
.carousel .banner-wrapper a,
.carousel .item a {
  position: relative;
  display: block;
  border-radius: 15px;
}
.next-to-carousel-banners img,
.carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.next-to-carousel-banners .extended-banner-texts,
.carousel .extended-banner-texts {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  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;
  display: block;
}
@media (min-width: 767px) {
  .next-to-carousel-banners .extended-banner-texts,
  .carousel .extended-banner-texts {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 600px;
  }
}
@media (min-width: 992px) {
  .next-to-carousel-banners .extended-banner-texts,
  .carousel .extended-banner-texts {
    width: 932px;
  }
}
@media (min-width: 1200px) {
  .next-to-carousel-banners .extended-banner-texts,
  .carousel .extended-banner-texts {
    width: 1138px;
  }
}
@media (min-width: 1440px) {
  .next-to-carousel-banners .extended-banner-texts,
  .carousel .extended-banner-texts {
    width: 1378px;
  }
}
@media (min-width: 1600px) {
  .next-to-carousel-banners .extended-banner-texts,
  .carousel .extended-banner-texts {
    width: 1480px;
  }
}
.next-to-carousel-banners .extended-banner-title,
.next-to-carousel-banners .extended-banner-text,
.next-to-carousel-banners .extended-banner-link,
.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;
}
.next-to-carousel-banners .extended-banner-title,
.carousel .extended-banner-title {
  position: relative;
  width: 100%;
  color: #caa448;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .next-to-carousel-banners .extended-banner-title,
  .carousel .extended-banner-title {
    margin-bottom: 10px;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .next-to-carousel-banners .extended-banner-title,
  .carousel .extended-banner-title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .next-to-carousel-banners .extended-banner-title,
  .carousel .extended-banner-title {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .next-to-carousel-banners .extended-banner-title,
  .carousel .extended-banner-title {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .next-to-carousel-banners .extended-banner-title,
  .carousel .extended-banner-title {
    font-size: 100px;
  }
}
.next-to-carousel-banners .extended-banner-text,
.carousel .extended-banner-text {
  margin-top: 5px;
  width: 100%;
  max-width: 400px;
  color: #2f3540;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 767px) {
  .next-to-carousel-banners .extended-banner-text,
  .carousel .extended-banner-text {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .next-to-carousel-banners .extended-banner-text,
  .carousel .extended-banner-text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .next-to-carousel-banners .extended-banner-text,
  .carousel .extended-banner-text {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .next-to-carousel-banners .extended-banner-text,
  .carousel .extended-banner-text {
    font-size: 24px;
  }
}
.next-to-carousel-banners .extended-banner-link,
.carousel .extended-banner-link {
  margin-top: 20px;
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 50px;
}
@media (max-width: 766px) {
  .next-to-carousel-banners .extended-banner-link,
  .carousel .extended-banner-link {
    min-height: 40px;
  }
}
.next-to-carousel-banners .extended-banner-link:hover,
.carousel .extended-banner-link:hover {
  color: #ffffff;
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}
@media (min-width: 767px) {
  .next-to-carousel-banners .extended-banner-link,
  .carousel .extended-banner-link {
    max-width: 260px;
    width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .next-to-carousel-banners .extended-banner-link,
  .carousel .extended-banner-link {
    margin-top: 40px;
  }
}

@media (max-width: 766px) {
  .carousel .extended-banner-texts {
    bottom: auto;
    top: 20px;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 767px) {
  .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: 768px) and (max-width: 992px) {
  .next-to-carousel-banners .extended-banner-texts {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 767px) {
  .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: 767px) {
  .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%;
}

.hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 767px) {
  .hero-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-block .hero-left-panel {
  width: 100%;
  z-index: 1;
  position: relative;
}
@media (min-width: 767px) {
  .hero-block .hero-left-panel {
    width: 20%;
  }
}
.hero-block .hero-middle-panel {
  position: relative;
  width: 100%;
  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: 767px) {
  .hero-block .hero-middle-panel {
    width: 40%;
  }
}
.hero-block .hero-right-panel {
  position: relative;
  width: 100%;
}
@media (min-width: 767px) {
  .hero-block .hero-right-panel {
    width: 40%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 766px) {
  .hero-block .hero-right-panel {
    display: none;
  }
}
.hero-block .hero-right-panel video {
  background-color: #000;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero-block .carousel-logo {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: auto;
  pointer-events: none;
}
@media (max-width: 766px) {
  .hero-block .carousel-logo {
    right: auto;
    left: 0;
    max-width: 280px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.hero-block .hero-middle-content {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 767px) {
  .hero-block .hero-middle-content {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .hero-block .hero-middle-content {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .hero-block .hero-middle-content {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .hero-block .hero-middle-content {
    padding: 0 70px;
  }
}
.hero-block .hero-middle-content h1 {
  font-weight: 400;
  font-family: "Outfit", Arial, sans-serif;
  color: #2f3540;
  font-size: 32px;
  text-transform: none;
  line-height: 1.2;
  font-style: normal;
  text-align: left;
}
@media (min-width: 767px) {
  .hero-block .hero-middle-content h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .hero-block .hero-middle-content h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .hero-block .hero-middle-content h1 {
    font-size: 56px;
  }
}
@media (min-width: 1440px) {
  .hero-block .hero-middle-content h1 {
    font-size: 65px;
  }
}
@media (min-width: 1600px) {
  .hero-block .hero-middle-content h1 {
    font-size: 75px;
  }
}
@media (min-width: 1800px) {
  .hero-block .hero-middle-content h1 {
    font-size: 85px;
  }
}
.hero-block .hero-middle-content h1 small {
  display: block;
  color: #caa448;
  font-weight: 300;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 18px;
  margin-top: 10px;
}
@media (min-width: 767px) {
  .hero-block .hero-middle-content h1 small {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .hero-block .hero-middle-content h1 small {
    margin-top: 15px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-block .hero-middle-content h1 small {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .hero-block .hero-middle-content h1 small {
    margin-top: 25px;
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  .hero-block .hero-middle-content h1 small {
    margin-top: 25px;
    font-size: 28px;
  }
}
@media (min-width: 1800px) {
  .hero-block .hero-middle-content h1 small {
    margin-top: 25px;
    font-size: 30px;
  }
}

@media (max-width: 766px) {
  .show-desktop {
    display: none;
  }
}

@media (min-width: 767px) {
  .show-mobile {
    display: none;
  }
}

.slider-group-carousel .swiper-arrow {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-group-carousel .swiper-arrow-next {
  left: auto;
  right: 5px;
}

.slider-group-carousel .swiper-arrow-prev {
  left: 5px;
}

.slider-group-carousel .swiper-pagination {
  bottom: -40px;
}

.slider-group-carousel .swiper-arrow-content {
  background-color: white;
  border-color: white;
  width: 40px;
  height: 40px;
  position: relative;
}

.slider-group-carousel .swiper-arrow {
  width: 40px;
  height: 40px;
}
@media (max-width: 766px) {
  .slider-group-carousel .swiper-arrow {
    display: none;
  }
}

.slider-group-carousel .swiper-arrow-content span {
  width: 40px;
  height: 40px;
}

.slider-group-carousel .swiper-arrow-content span:before {
  font-size: 16px;
}

.swiper-pagination-bullet:after {
  opacity: 0.6;
}

.swiper-pagination-bullet-active:after {
  opacity: 1;
}

.footer-banners {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
.footer-banners .footer-banner {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 767px) {
  .footer-banners .footer-banner {
    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: 992px) {
  .footer-banners .footer-banner {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.footer-banners .footer-banner:last-child {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 767px) {
  .footer-banners .footer-banner:last-child {
    margin-top: 60px;
  }
}
@media (max-width: 766px) {
  .footer-banners .footer-banner {
    margin-bottom: 32px;
  }
  .footer-banners .footer-banner:last-child {
    margin-bottom: 0;
  }
}
.footer-banners .footer-banner a {
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 766px) {
  .footer-banners .footer-banner a {
    text-align: left;
    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 (max-width: 766px) {
  .footer-banners .footer-banner .footer-banner-image {
    position: relative;
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 766px) {
  .footer-banners .footer-banner img {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.footer-banners .footer-banner .extended-banner-texts {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
}
@media (max-width: 766px) {
  .footer-banners .footer-banner .extended-banner-texts {
    width: calc(100% - 50px);
    padding-left: 15px;
  }
}
.footer-banners .footer-banner .extended-banner-title,
.footer-banners .footer-banner .extended-banner-text {
  position: relative;
  max-width: 100%;
  left: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.footer-banners .footer-banner .extended-banner-title {
  display: block;
  margin-top: 0;
  color: #2f3540;
  font-weight: 600;
  line-height: 1.4;
  font-size: 16px;
}
@media (min-width: 767px) {
  .footer-banners .footer-banner .extended-banner-title {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .footer-banners .footer-banner .extended-banner-title {
    font-size: 20px;
  }
}
.footer-banners .footer-banner .extended-banner-text {
  display: block;
  margin-top: 3px;
  color: #797f87;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
@media (min-width: 767px) {
  .footer-banners .footer-banner .extended-banner-text {
    margin-top: 10px;
    font-size: 16px;
  }
}

.footer-banners-group {
  margin-bottom: 80px;
}
@media (max-width: 766px) {
  .footer-banners-group {
    margin: 0 -10px 40px;
  }
}
.footer-banners-group .btn {
  margin-top: 30px;
}
@media (max-width: 766px) {
  .footer-banners-group .btn {
    display: none;
  }
}

.delivery-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;
  text-align: left;
  max-width: 925px;
  padding: 10px 0;
  font-weight: 700;
  margin: 0 auto;
  background-color: #ffffff;
  border: 2px solid #caa448;
  border-radius: 20px;
}
@media (min-width: 480px) {
  .delivery-content {
    border: 4px solid #caa448;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
}
@media (min-width: 767px) {
  .delivery-content {
    text-align: center;
    padding: 25px 15px;
  }
}
@media (min-width: 992px) {
  .delivery-content {
    text-align: center;
    padding: 45px 35px;
  }
}

.delivery-icon-block {
  color: #caa448;
  font-size: 50px;
}
@media (min-width: 480px) {
  .delivery-icon-block {
    font-size: 50px;
  }
}
@media (min-width: 767px) {
  .delivery-icon-block {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .delivery-icon-block {
    font-size: 100px;
  }
}

.delivery-title-block {
  padding: 0 15px;
  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;
}

.delivery-title {
  color: #2f3540;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}
@media (min-width: 480px) {
  .delivery-title {
    padding-left: 10px;
    font-size: 22px;
  }
}
@media (min-width: 767px) {
  .delivery-title {
    padding-left: 25px;
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .delivery-title {
    padding-left: 50px;
    font-size: 36px;
  }
}
.delivery-title small {
  text-transform: none;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
@media (min-width: 480px) {
  .delivery-title small {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .delivery-title small {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .delivery-title small {
    font-size: 24px;
  }
}

.delivery-text-block {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 479px) {
  .delivery-text-block {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.delivery-text {
  color: #caa448;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .delivery-text {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .delivery-text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .delivery-text {
    font-size: 24px;
  }
}

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

.products-block.products.products-page .product {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .products-block.products.products-page .product {
    margin-bottom: 40px;
  }
}

.products > div {
  border: 0;
}

.type-detail .products-block.products,
.in-index .products-block.products,
.type-search .products-block.products,
.products-block.products-page.products {
  margin: 0 -6px;
}
@media (min-width: 480px) {
  .type-detail .products-block.products,
  .in-index .products-block.products,
  .type-search .products-block.products,
  .products-block.products-page.products {
    margin: 0 -12px;
  }
}
.type-detail .products-block.products .product,
.in-index .products-block.products .product,
.type-search .products-block.products .product,
.products-block.products-page.products .product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 12px);
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 12px;
}
@media (min-width: 480px) {
  .type-detail .products-block.products .product,
  .in-index .products-block.products .product,
  .type-search .products-block.products .product,
  .products-block.products-page.products .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 24px;
  }
}
@media (min-width: 767px) {
  .type-detail .products-block.products .product,
  .in-index .products-block.products .product,
  .type-search .products-block.products .product,
  .products-block.products-page.products .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .type-detail .products-block.products .product,
  .in-index .products-block.products .product,
  .type-search .products-block.products .product,
  .products-block.products-page.products .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(25% - 24px);
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 24px;
  }
}

@media (max-width: 479px) {
  .products-block.products .product {
    padding: 10px;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .products-block.products .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.products .product .btn.btn-cart,
  .products-block.products .product a.btn.btn-cart,
  .products-block.products .product .btn.add-to-cart-button,
  .products-block.products .product a.btn.add-to-cart-button {
    font-size: 13px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .products-block.products .product .btn.btn-cart,
  .products-block.products .product a.btn.btn-cart,
  .products-block.products .product .btn.add-to-cart-button,
  .products-block.products .product a.btn.add-to-cart-button {
    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;
  }
}
@media (max-width: 479px) {
  .products-block.products .product .dkLabFavouriteProductDiv {
    top: 0 !important;
    right: 0 !important;
  }
}

@media (min-width: 767px) {
  .products-block.products .swiper-slide .product {
    padding: 20px;
    padding-bottom: 140px;
  }
}
@media (min-width: 480px) {
  .products-block.products .swiper-slide .product .p-bottom {
    left: 0;
    width: 100%;
  }
}
.products-block.products .product {
  padding: 20px;
  background-color: white;
  position: relative;
  padding-bottom: 140px;
  border: 1px solid hsla(42.46, 55.08%, 53.73%, 0.2);
  -webkit-box-shadow: 0 7px 8px hsla(42, 55%, 54%, 0.05);
          box-shadow: 0 7px 8px hsla(42, 55%, 54%, 0.05);
}
@media (min-width: 767px) {
  .products-block.products .product {
    padding: 20px;
    padding-bottom: 140px;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
}
@media (min-width: 1200px) {
  .products-block.products .product:nth-child(3n) {
    border-right-style: none;
  }
}
@media (min-width: 1440px) {
  .products-block.products .product:nth-child(3n) {
    border-right-style: solid;
  }
}
@media (max-width: 1199px) {
  .products-block.products .product:nth-child(even) {
    border-right-style: none;
  }
}
.products-block.products .product .availability-amount {
  display: none;
}
.products-block.products .product .p:hover .btn-primary {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: white;
}
.products-block.products .product .p .flags-default {
  right: 0;
  left: auto;
}
.products-block.products .product .p a.image {
  margin-bottom: 10px;
}
.products-block.products .product .p .ratings-wrapper {
  min-height: auto;
  padding-bottom: 0;
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products-block.products .product .p .ratings-wrapper .stars-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.products-block.products .product .p .p-desc {
  line-height: 1.5;
  font-weight: 400;
  color: #797f87;
  font-size: 13px;
}
@media (min-width: 480px) {
  .products-block.products .product .p .p-desc {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .products-block.products .product .p .p-desc {
    font-size: 16px;
  }
}
.products-block.products .product .p .subname {
  color: #caa448;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.products-block.products .product .p .name {
  height: auto;
  min-height: 46px;
  color: #2f3540;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 480px) {
  .products-block.products .product .p .name {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .products-block.products .product .p .name {
    height: auto;
    min-height: 46px;
    font-size: 20px;
  }
}
.products-block.products .product .p .prices {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: center;
  margin-bottom: 0;
}
.products-block.products .product .p .price-additional {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 18px;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  margin-top: 2px;
}
.products-block.products .product .p .price-final {
  color: #2f3540;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 480px) {
  .products-block.products .product .p .price-final {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .products-block.products .product .p .price-final {
    font-size: 18px;
  }
}
.products-block.products .product .p .price-final.prices-dis strong {
  margin-top: 2px;
  color: #caa448;
}
.products-block.products .product .p .price-final strong {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .products-block.products .product .p .price-final strong {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .products-block.products .product .p .price-final strong {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .products-block.products .product .p .price-final strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .products-block.products .product .p .price-final strong {
    font-size: 18px;
  }
}
.products-block.products .product .p .price-final strong small {
  font-size: inherit;
}
.products-block.products .product .p .price-final strong span {
  display: none;
  font-weight: 400;
  font-size: 14px;
}
.products-block.products .product .p .price-final > span {
  color: #2f3540;
  font-size: 14px;
  opacity: 0.5;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 4px;
  font-weight: 600;
  line-height: 1;
  text-decoration: line-through;
}
@media (min-width: 480px) {
  .products-block.products .product .p .price-final > span {
    margin-right: 8px;
  }
}
@media (min-width: 767px) {
  .products-block.products .product .p .price-final > span {
    font-size: 16px;
  }
}
.products-block.products .product .p .availability {
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 13px;
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: left;
}
@media (min-width: 480px) {
  .products-block.products .product .p .availability {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .products-block.products .product .p .availability {
    font-size: 16px;
  }
}
.products-block.products .product .p .availability span[style="color:#009901"] {
  color: #39b54a;
}
@media (max-width: 479px) {
  .products-block.products .product .p .p-bottom {
    left: 10px;
    width: calc(100% - 20px);
  }
}
.products-block.products .product .p .p-bottom .btn.btn-cart {
  min-height: 45px;
}
.products-block.products .product .p .p-bottom > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-block.products .product .p .p-bottom .p-tools {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
@media (min-width: 480px) {
  .products-block.products .product .p .p-bottom .p-tools {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.products-block.products .product .p .p-bottom .p-tools a,
.products-block.products .product .p .p-bottom .p-tools .btn {
  width: 100%;
  font-size: 16px;
  min-height: 40px;
}
@media (max-width: 479px) {
  .products-block.products .product .p .p-bottom .p-tools a,
  .products-block.products .product .p .p-bottom .p-tools .btn {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }
}
.products-block.products .product .p .p-bottom .p-tools a:before,
.products-block.products .product .p .p-bottom .p-tools .btn:before {
  display: none;
}

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

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

.products-top {
  z-index: 3;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 766px) {
  .products-top {
    margin-bottom: 100px;
  }
}
@media (max-width: 766px) {
  .products-top {
    margin-left: 0;
    margin-right: 0;
  }
}
.products-top.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.products-top .h4 {
  display: none;
}

.p:hover .btn.btn-cart,
.p:hover a.btn.btn-cart,
.p:hover .btn.add-to-cart-button,
.p:hover a.btn.add-to-cart-button {
  color: white !important;
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

.btn.btn-cart,
a.btn.btn-cart,
.btn.add-to-cart-button,
a.btn.add-to-cart-button {
  position: relative;
  font-size: 14px;
  color: #2f3540;
  background-color: transparent;
  border-width: 1px;
  border-color: var(--color-secondary);
  padding-left: 22px;
  padding-right: 22px;
  min-height: 45px;
}
.btn.btn-cart:hover,
a.btn.btn-cart:hover,
.btn.add-to-cart-button:hover,
a.btn.add-to-cart-button:hover {
  color: white !important;
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

@media (max-width: 766px) {
  .columns-mobile-2 .products-block > div .prices {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 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;
  }
}
.dkLabFavouriteProductDiv {
  top: -4px;
  right: 0;
}
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkRemove:hover:before,
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkAdd:hover:before {
  color: #d32f2f;
}
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkRemove:before,
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkAdd:before {
  content: "\e91b";
  font-family: "kavovnik";
  font-size: 24px;
}
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkRemove:before {
  content: "\e929" !important;
  font-family: "kavovnik";
  font-size: 24px;
}
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkRemove.hasIcon:after {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block !important;
  background-color: #caa448;
  z-index: 1;
}
.dkLabFavouriteProductDiv .dkLabFavouriteProductLinkRemove.hasIcon:before {
  position: relative;
  z-index: 2;
  content: "\e929";
  color: #caa448;
}

.product .p-in {
  height: auto !important;
  text-align: center;
}

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

.product .quantity input {
  border: 0;
  outline: none;
}

.product .quantity .decrease,
.product .quantity .increase {
  height: 40px;
  width: 40px;
  top: 0;
}

.product .quantity {
  max-width: 85%;
  margin-bottom: 15px;
  border-radius: var(--border-radius-apollo);
  overflow: hidden;
}

.products-block .product-btn a,
.products-block .product-btn .pr-action {
  max-width: calc(100% - 30px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shkDetailStock {
  border-radius: var(--border-radius-apollo) !important;
}

@media (min-width: 767px) {
  .product .quantity {
    margin-bottom: 0;
    border: 0;
  }
  .product .quantity {
    margin: 0 5px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .product .quantity input {
    height: 45px;
    font-size: 16px;
  }
  .products-block .product-btn .btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 5px;
    min-height: 45px;
  }
  .product .quantity .decrease,
  .product .quantity .increase {
    height: 45px;
  }
  .product .p {
    /* padding: 30px 30px 130px; */
  }
}
@media (min-width: 1200px) {
  .product .quantity {
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  .product .quantity {
    margin-bottom: 0;
    border: 0;
  }
  .product .quantity {
    margin: 0 5px;
    height: 45px;
    margin-bottom: 15px;
  }
  .product .quantity input {
    height: 45px;
  }
  .products-block .product-btn .btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 5px;
    min-height: 45px;
  }
  .product .quantity .decrease,
  .product .quantity .increase {
    height: 45px;
  }
}
@media (max-width: 480px) {
  .product .quantity input {
    width: 40px;
  }
  .product .quantity {
    max-width: 100%;
  }
  .products-block .product-btn a,
  .products-block .product-btn .pr-action {
    max-width: calc(100% - 10px);
  }
  .products-block .product-btn .btn {
    width: 50%;
  }
  .products-block .product-btn {
    bottom: 15px;
  }
}
.products-block:not(.products-additional) .p .image img {
  position: relative;
  width: calc(100% + 32px);
  max-width: none;
  margin-left: -16px;
  margin-top: 0;
}

@media (min-width: 767px) {
  .products-block:not(.products-additional) .p .image img {
    position: relative;
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    margin-top: 0px;
  }
}
.flag {
  padding: 5px 5px;
  text-align: center;
  font-size: 12px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  float: right !important;
  clear: right !important;
  border-radius: 0;
  margin-left: 0;
  margin-right: 2px;
  min-width: 70px;
}
@media (min-width: 480px) {
  .flag {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .flag {
    padding: 6px 8px;
    font-size: 14px;
  }
}
.flag.flag-new {
  background-color: #caa448;
  color: #ffffff;
}
.flag.flag-tip {
  background-color: #caa448;
  color: #ffffff;
}
.flag.flag-bestseller {
  color: #caa448;
}
.flag.flag-custom1 {
  color: #2f3540;
}
.flag.flag-action {
  background-color: #2f3540;
  color: #ffffff;
}
.flag.flag-freeshipping {
  border-radius: 5px;
  background-color: #797f87;
  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: #caa448;
  border-radius: 15px 0 0 15px;
}
.flag.flag-discount .price-standard {
  display: none;
}
.flag.flag-discount .price-save {
  color: white;
}

.category-header div {
  font-size: 14px;
}

.flags-extra {
  bottom: 0;
  right: -22px;
}
.flags-extra .flag.flag-discount {
  padding: 8px 15px;
  min-width: auto;
  height: auto;
  width: auto;
  display: block;
  font-weight: 400;
  font-size: 16px;
  display: none;
}

@media (max-width: 766px) {
  .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;
  }
}
.id-404 .sidebar,
.in-404 .sidebar {
  display: none;
}
.id-404 .instagram-block,
.in-404 .instagram-block {
  display: none;
}
.id-404 #content,
.in-404 #content {
  padding-left: 0;
}
.id-404 header h1,
.in-404 header h1 {
  display: none;
}
.id-404 #content-wrapper,
.in-404 #content-wrapper {
  position: relative;
}
.id-404 .empty-content-404,
.in-404 .empty-content-404 {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .id-404 .empty-content-404,
  .in-404 .empty-content-404 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.id-404 .empty-content-404 h1,
.in-404 .empty-content-404 h1 {
  position: relative;
  display: block;
  margin-top: 0;
  font-size: 36px;
  color: #2f3540;
  padding-bottom: 10px;
}
.id-404 .empty-content-404 h1:after,
.in-404 .empty-content-404 h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #caa448;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  border-radius: 2px;
  height: 2px;
}
@media (min-width: 767px) {
  .id-404 .empty-content-404 h1,
  .in-404 .empty-content-404 h1 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .id-404 .empty-content-404 h1,
  .in-404 .empty-content-404 h1 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .id-404 .empty-content-404 h1,
  .in-404 .empty-content-404 h1 {
    font-size: 46px;
  }
}
@media (min-width: 1440px) {
  .id-404 .empty-content-404 h1,
  .in-404 .empty-content-404 h1 {
    font-size: 48px;
  }
}
.id-404 .empty-content-404 h2,
.in-404 .empty-content-404 h2 {
  color: #2f3540;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}
.id-404 .empty-content-404 h2:after,
.in-404 .empty-content-404 h2:after {
  display: none;
}
.id-404 .empty-content-404 > div,
.in-404 .empty-content-404 > div {
  color: #797f87;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}
.id-404 .empty-content-404 > div a,
.in-404 .empty-content-404 > div a {
  color: #caa448;
}
.id-404 .empty-content-404 > div a:hover,
.in-404 .empty-content-404 > div a:hover {
  text-decoration: underline;
  color: #caa448;
}
.id-404 .empty-content-404 .empty-btn,
.in-404 .empty-content-404 .empty-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.id-404 .empty-content-404 .empty-btn .btn,
.in-404 .empty-content-404 .empty-btn .btn {
  margin: 6px 10px;
}
.id-404 .empty-content-404 p,
.in-404 .empty-content-404 p {
  font-size: 18px;
  font-weight: 600;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #2f3540;
}
.id-404 .empty-content-404 p a,
.in-404 .empty-content-404 p a {
  display: none;
}

/* Dropdown block */
.dropdown {
  position: relative;
}
.dropdown.is-active .dropdown__content {
  visibility: visible;
  height: auto;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown .dropdown__trigger {
  cursor: pointer;
}
.dropdown .dropdown__trigger:after {
  content: "\e905";
  color: #000;
  margin-left: 9px;
  display: inline-block;
  top: -1px;
  font-family: "grandbari";
  color: #2f3540;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 55%;
  right: 0;
}
.dropdown .dropdown__content {
  position: absolute;
  top: 100%;
  right: 0;
  padding-left: 0;
  visibility: hidden;
  overflow: hidden;
  max-width: 160px;
  z-index: 2;
  height: 0;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.dropdown--classic .dropdown__trigger {
  position: relative;
  padding: 5px 20px;
  height: 30px;
  background: #ffffff;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #2f3540;
  font-size: 14px;
  text-decoration: underline;
}

@media (min-width: 767px) {
  .dropdown--sm {
    display: none;
  }
}
.dropdown__list {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .dropdown__list {
    text-align: left;
    margin: 0;
  }
}

.dropdown__item {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .dropdown__item {
    display: block;
  }
}
.dropdown__item.is-active .dropdown__link {
  opacity: 1;
}

.dropdown__link {
  position: relative;
  display: block;
  padding: 1rem 1rem;
  line-height: 1.2;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #2f3540;
}
.dropdown__link:focus, .dropdown__link:hover {
  opacity: 1;
}

.box.box-bg-variant {
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  margin-top: 24px;
}
.box.box-bg-variant.box-topProducts, .box.box-bg-variant.box-categories {
  margin-top: 0;
}
.box.box-bg-variant h4 {
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none;
}

.box.box-search {
  padding: 0;
}
.box.box-search h4 {
  text-transform: none;
  display: none;
}
.box.box-search .compact-form input {
  border: 0;
  padding-right: 10px;
  padding-left: 50px;
  border-bottom: 1px solid #caa448;
  height: 50px;
}
.box.box-search .compact-form .btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 0;
}
.box.box-search .compact-form .btn:hover {
  background-color: transparent;
}
.box.box-search .compact-form .btn:hover::after {
  color: #caa448;
}
.box.box-search .compact-form .btn:after {
  content: "\e904" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block !important;
  font-family: "grandbari";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #2f3540;
  font-size: 20px;
}

.box.box-categories h4 {
  display: none;
}

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

.category-subtitle {
  font-family: "Outfit", Arial, sans-serif;
  color: #caa448;
  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: 767px) {
  .category-subtitle {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.category-title {
  font-family: "Outfit", Arial, sans-serif;
  color: #2f3540;
  margin-top: 0;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .category-title {
    font-size: 26px;
  }
}
@media (min-width: 767px) {
  .category-title {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .category-title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .category-title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .category-title {
    font-size: 36px;
  }
}

.category-perex {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  color: #2f3540;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Outfit", Arial, sans-serif;
}
.category-perex p {
  font-size: 16px;
  color: #2f3540;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Outfit", Arial, sans-serif;
}
.category-perex p a {
  color: #caa448;
  text-decoration: underline;
}
.category-perex h2,
.category-perex h3 {
  margin-top: 35px;
  font-weight: 600;
  color: #2f3540;
}
.category-perex h2 {
  font-size: 24px;
}
@media (min-width: 767px) {
  .category-perex h2 {
    font-size: 24px;
  }
}
.category-perex h3 {
  font-size: 24px;
}
@media (min-width: 767px) {
  .category-perex h3 {
    font-size: 24px;
  }
}
.category-perex img {
  border-radius: 0;
  overflow: hidden;
}
.category-perex h1 {
  text-transform: uppercase;
  color: #caa448;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 100;
  font-size: 38px;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 767px) {
  .category-perex h1 {
    text-align: left;
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .category-perex h1 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .category-perex h1 {
    font-size: 80px;
  }
}
@media (min-width: 1440px) {
  .category-perex h1 {
    font-size: 90px;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .category-perex h1 {
    font-size: 100px;
  }
}
.category-perex .row {
  position: relative;
}
.category-perex .category-text-block {
  position: relative;
  z-index: 1;
  max-width: 550px;
  padding: 40px 15px 40px;
  text-align: center;
}
@media (min-width: 767px) {
  .category-perex .category-text-block {
    text-align: left;
    padding: 60px 0 60px;
    min-height: 400px;
  }
}
.category-perex .category-image-block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.category-perex .category-image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 766px) {
  .category-perex .category-image-block img {
    opacity: 0.4;
  }
}
@media (min-width: 767px) {
  .category-perex .category-image-block img {
    -o-object-position: right;
       object-position: right;
  }
}

.type-category .breadcrumbs-wrapper {
  display: none;
}

:where(body.ums_a11y_category_page--off) .category-header input[type=radio]:checked + label {
  background-color: transparent;
}

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

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

.box.box-sm.box-filters {
  padding-top: 20px;
}

.subcategories {
  margin: 0 -5px 0;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (min-width: 767px) {
  .subcategories {
    margin: 0 -5px 0;
  }
}
.subcategories.with-image li a {
  overflow: hidden;
  padding-left: 5px;
}
.subcategories.with-image li a .image {
  position: relative;
  display: block;
  min-width: calc(100% + 20px);
  margin-left: -5px;
  margin-top: -17px;
}
.subcategories.with-image li a .image img {
  max-height: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: none;
}
.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;
}
.subcategories li {
  width: 50%;
  padding: 5px;
}
@media (min-width: 480px) {
  .subcategories li {
    width: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 767px) {
  .subcategories li {
    padding: 5px;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .subcategories li {
    padding: 5px;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .subcategories li {
    padding: 5px;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1440px) {
  .subcategories li {
    padding: 5px;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.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: 0;
  padding: 10px 10px;
  font-size: 13px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  height: 100%;
  min-height: 50px;
  color: #2f3540;
  border: 1px solid hsla(42.46, 55.08%, 53.73%, 0.2);
  -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;
}
@media (max-width: 766px) {
  .subcategories li a {
    padding: 5px 5px;
  }
}
@media (min-width: 992px) {
  .subcategories li a {
    font-size: 14px;
  }
}
.subcategories li a:last-child {
  margin-right: 0;
}
.subcategories li a.is-active, .subcategories li a:hover {
  background: #f9f6f0;
}
.subcategories li a.is-active .text, .subcategories li a:hover .text {
  color: #caa448;
}
.subcategories li a:after, .subcategories li a:before {
  display: none;
}
.subcategories li a .text {
  max-height: none;
}

.category-header {
  background-color: transparent;
  margin-bottom: 20px;
  padding-bottom: 4px;
}
.category-header > div {
  display: none;
}
.category-header .dropdown__content,
.category-header .dropdown {
  display: block;
}
.category-header label[for=order1] {
  padding-left: 0 !important;
}
.category-header input[type=radio]:checked + label {
  color: #caa448;
}
.category-header input[type=radio]:checked + label:hover {
  color: #caa448;
}
.category-header input[type=radio] + label:hover {
  color: #caa448;
}
.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: 767px) {
  .category-header input[type=radio] + label {
    font-size: 16px;
  }
}
.category-header label {
  display: block;
}
.category-header label:hover {
  color: #caa448;
}

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

@media (min-width: 767px) {
  .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;
}
.category-content-wrapper #filters-wrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.fvstudio-showmore-wrapper {
  display: inline !important;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 10px;
}
.fvstudio-showmore-wrapper a {
  color: #caa448;
  text-decoration: none;
  font-size: 14px;
}
.fvstudio-showmore-wrapper a:hover {
  text-decoration: underline;
}
.fvstudio-showmore-wrapper a:not(.showmore) {
  display: none;
}
.fvstudio-showmore-wrapper a:before {
  color: inherit;
  font-family: "shoptet";
  font-size: 9px;
  content: "\e910";
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 5px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  top: -1px;
  position: relative;
}
.fvstudio-showmore-wrapper a:after {
  display: none;
}

.category-top {
  margin-bottom: 24px;
  margin-top: 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: #caa448;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  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: #2f3540;
  font-size: 14px;
  font-weight: 400;
}
ol.top-products li a.top-products-content strong {
  color: #2f3540;
  font-size: 14px;
  font-weight: 600;
}

.box-contact.box-bg-variant h4 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
.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: 14px;
  font-weight: 400;
  margin-left: 5px;
  color: #2f3540;
}
.box-contact.box-bg-variant .contact-box ul li > span:before {
  font-size: 22px;
  font-family: "grandbari";
  color: #caa448;
}
.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;
}

.process__image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.process-group {
  position: relative;
  margin: 24px 0 0;
  border-radius: 15px;
  background: #caa448;
  padding: 24px 8px 0;
}
@media (min-width: 767px) {
  .process-group {
    padding: 24px 16px 0;
  }
}
.process-group .process-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
  position: relative;
  z-index: 1;
}
.process-group .process-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 32px;
}
@media (min-width: 480px) {
  .process-group .process-item {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .process-group .process-item {
    margin-bottom: 32px;
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .process-group .process-item {
    width: 20%;
  }
}
.process-group .process-item__content {
  text-align: center;
}
.process-group .process-item__image-block {
  margin-bottom: 10px;
  height: 60px;
}
.process-group .process-item__text-block {
  font-size: 16px;
  font-weight: 600;
  color: #2f3540;
  line-height: 1.4;
  min-height: 45px;
  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;
}
.process-group .process-item__desc-block {
  color: #797f87;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

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

.categories li.active > a,
.categories li.active > a:hover {
  background-color: #f5f0ea;
  color: #2a302d;
}

.products-inline.products-top {
  margin-bottom: 0;
}
.products-inline.products-top > div {
  width: 100%;
  padding: 0;
  margin: 0;
}
.products-inline.products-top .swiper-slide .product {
  width: 100%;
  padding: 0;
  margin: 0;
}
.products-inline.products-top .product {
  padding: 0;
  margin: 0;
}
.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 .name {
  text-align: left;
  line-height: 1.4;
  font-weight: 700;
  color: #2f3540;
}
.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: 500;
  font-size: 14px;
}
.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: -55px;
}

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

@media (max-width: 766px) {
  .img-desktop {
    display: none;
  }
}

@media (min-width: 767px) {
  .img-mobile {
    display: none;
  }
}

.category-top .category-perex {
  display: none;
}

.hero-block > img {
  width: 100%;
}

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

#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: #2f3540;
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
  font-family: "grandbari";
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.categories.expandable.expanded .topic > a:after {
  content: "\e908";
}
.categories.expandable.expanded > ul {
  margin: 8px 0;
}
.categories a {
  font-size: 16px;
  font-weight: 400;
  color: #2f3540;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.categories a:hover {
  border-radius: 5px;
  background: #ffffff;
  color: #2f3540;
}
.categories ul a {
  padding-left: 20px;
}
.categories .topic > a {
  font-weight: 600;
  color: #2f3540;
  padding-left: 12px;
  padding-right: 30px;
}
.categories .topic.active > a {
  font-weight: 600;
  border-radius: 5px;
  background: #ffffff;
  color: #caa448;
}
.categories .topic.active > a:hover {
  background: #ffffff;
  color: #caa448;
}

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

#filters .filter-sections {
  background-color: transparent;
  padding: 0;
}
#filters .slider-header {
  color: #2f3540;
  padding-top: 0;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Outfit", Arial, sans-serif;
}
#filters .category-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 766px) {
  #filters .category-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#filters .category-header .form fieldset {
  display: none;
}
#filters .filter-total-count {
  display: none;
}
#filters #clear-filters a {
  text-decoration: underline;
  color: #2f3540;
  text-transform: none;
  font-size: 16px;
}
#filters #clear-filters a:after {
  display: none;
}
#filters .filter-section.filter-section-boolean {
  display: none;
}
#filters .slider-content {
  background-color: transparent;
  margin-bottom: 12px;
}
#filters .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#filters .slider-wrapper h4 {
  text-transform: none;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#filters .slider-wrapper h4:before {
  display: none;
}

.mobile .filters-unveil-button-wrapper {
  margin-bottom: 12px !important;
}

.filters-unveil-button-wrapper {
  width: 100%;
}
@media (max-width: 766px) {
  .filters-unveil-button-wrapper {
    margin-bottom: 15px;
  }
}
.filters-unveil-button-wrapper .btn {
  width: 100%;
}

body.multiple-columns-body .slider-header {
  left: 30px;
  width: 100%;
}
body.multiple-columns-body .box-filters > .filters-wrapper {
  margin-bottom: 0;
}
body.multiple-columns-body .filters-wrapper {
  position: relative;
}
body.multiple-columns-body .filters-wrapper .filter-title {
  position: absolute;
  top: -28px;
  left: 0;
  color: #caa448;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body.multiple-columns-body .filters-wrapper .filter-title {
    display: none;
  }
}
body.multiple-columns-body .filters-wrapper .btn.unveil-button {
  border-radius: 5px;
}
body.multiple-columns-body .filters-wrapper h4 {
  position: relative;
  margin-bottom: 0;
  padding: 10px 30px 10px 0;
  text-transform: none;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
body.multiple-columns-body .filters-wrapper h4:before {
  content: "\e905";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  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: 35px;
  color: #2f3540;
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
  font-family: "grandbari";
}
body.multiple-columns-body .filter-section-count {
  margin-top: 15px;
}
body.multiple-columns-body .slider-content {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body.multiple-columns-body .filter-section {
  border-top: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 12px;
  padding: 3px 10px 3px 24px;
  border: 1px solid #caa448;
}
@media (min-width: 767px) {
  body.multiple-columns-body .filter-section {
    margin-bottom: 12px;
    padding: 8px 10px 8px 24px;
  }
}
body.multiple-columns-body .filter-section.filter-section-count {
  padding-top: 0;
  margin-top: 10px;
  border-bottom: 0;
  background-color: transparent;
  border: 0;
}
body.multiple-columns-body .filter-section input[type=checkbox] + label:before {
  top: 7px;
}
body.multiple-columns-body .filter-section input[type=checkbox] + label:after {
  top: 9px;
}
body.multiple-columns-body .filter-section label {
  display: block;
  position: relative;
  margin-right: 0;
}
body.multiple-columns-body .filter-section label .filter-count {
  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: 2px 5px;
  font-family: "Outfit", Arial, sans-serif;
  color: #2f3540;
  font-weight: 400;
  font-size: 12px;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  top: 5px;
  right: -10px;
}
body.multiple-columns-body .filter-section label.active {
  font-weight: 400;
}
body.multiple-columns-body .filter-section.is-active h4:before {
  content: "\e905";
}
body.multiple-columns-body .filter-section.is-active .param-filter-top,
body.multiple-columns-body .filter-section.is-active > form {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 0 15px 5px 0;
}
body.multiple-columns-body .filter-section .param-filter-top,
body.multiple-columns-body .filter-section > form {
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.ui-slider {
  height: 3px;
  width: 100%;
  border-radius: 10px;
  background-color: #c3c9c6;
}
.ui-slider .ui-slider-range {
  background-color: #caa448;
  height: 3px;
}
.ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  top: -7px;
  border-radius: 100%;
  background-color: #caa448;
}
.ui-slider .ui-slider-handle:after {
  display: none;
}

#category-filter-hover .filter-section:first-child {
  border: 1px solid #caa448;
}

@media (min-width: 767px) {
  .sidebar-inner {
    padding-top: 0;
  }
}

.sidebar-inner > div {
  border: 0;
}

.category-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 766px) {
  .category-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.category-header .jt-dropdown {
  position: relative;
  font-family: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  display: block;
  width: 190px;
}
@media (min-width: 767px) {
  .category-header .jt-dropdown {
    width: 220px;
  }
}
.category-header .jt-dropdown-selected {
  background: #f9f6f0;
  padding: 10px 12px;
  cursor: pointer;
  position: relative;
  text-align: left;
  font-size: 14px;
}
.category-header .jt-dropdown-selected::after {
  content: "\e905";
  font-family: "grandbari";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8px;
  color: #2f3540;
}
.category-header .jt-dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: none;
  border: 1px solid #f9f6f0;
  background: white;
  z-index: 10;
  max-height: 220px;
  overflow-y: auto;
  text-align: left;
  padding: 0;
}
.category-header .jt-dropdown.open .jt-dropdown-options {
  display: block;
}
.category-header .jt-dropdown-option {
  padding: 10px 12px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: left;
}
.category-header .jt-dropdown-option:hover {
  background: #f9f6f0;
}
.category-header .jt-dropdown-option.active {
  background: #f9f6f0;
  font-weight: 400;
}

@media (max-width: 766px) {
  .category-header > div {
    display: none !important;
  }
}
@media (max-width: 766px) {
  .category-header div {
    display: block;
  }
}

@media (min-width: 767px) {
  .mobile-filter-toggle,
  .mobile-filter-close {
    display: none;
  }
}
@media (max-width: 767px) {
  .category-content-wrapper #filters-wrapper {
    display: none;
  }
  .mobile-filter-toggle {
    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: 90px;
    height: 40px;
    padding: 5px 12px;
    font-weight: 500;
    padding-left: 40px;
    background-color: white;
    border: 1px solid #caa448;
    color: #2f3540;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }
  .mobile-filter-toggle:before {
    content: "\e900";
    font-family: "grandbari";
    font-size: 16px;
    color: #2f3540;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
  }
  #filters-wrapper.mobile-filter-overlay-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 10000;
    overflow-y: auto;
    padding: 20px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: block;
  }
  #filters-wrapper.mobile-filter-overlay-active .mobile-filter-close {
    display: block;
  }
  .mobile-filter-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
    display: none;
  }
  body.no-scroll {
    overflow: hidden;
  }
}
.type-posts-listing .pagination-wrapper {
  margin-top: 0;
}
.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: 767px) {
  .type-category .pagination-wrapper .pagination {
    position: relative;
    top: -40px;
  }
  .type-category .pagination-top {
    position: relative;
    top: -40px;
  }
}

.pagination-wrapper {
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 766px) {
  .pagination-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
}
.pagination-wrapper .pagination-top .pagination-link.up {
  background-color: transparent !important;
  color: #2f3540 !important;
  width: 20px;
  min-width: 20px;
}
.pagination-wrapper .pagination-top .pagination-link.up:before {
  font-size: 12px;
}
.pagination-wrapper .pagination-loader .btn {
  color: var(--color-secondary);
  background-color: white;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  height: 50px;
  border-radius: 20px 0 20px 0;
  min-height: 50px;
  background-color: transparent;
  border-color: 1px solid #caa448;
  color: #2f3540;
}
.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: 20px;
  margin-left: 0;
  font-size: 14px;
  width: 25px;
  min-width: 25px;
  border-radius: 4px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  vertical-align: middle;
  margin: 0 3px;
}
.pagination-wrapper .pagination > strong:before,
.pagination-wrapper .pagination > a:before {
  font-size: 12px;
  color: #2f3540;
}
.pagination-wrapper .pagination > strong:hover,
.pagination-wrapper .pagination > a:hover {
  color: #caa448;
}
.pagination-wrapper .pagination > strong.current,
.pagination-wrapper .pagination > a.current {
  color: #2f3540;
}
.pagination-wrapper .pagination > strong.pagination-link,
.pagination-wrapper .pagination > a.pagination-link {
  color: #2f3540;
  background-color: transparent;
}
#content .btn.unveil-button,
#footer .btn.unveil-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumbs-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .breadcrumbs-wrapper {
    margin-bottom: 0;
  }
}

.breadcrumbs {
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 13px;
  border: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  text-transform: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 480px) {
  .breadcrumbs {
    font-size: 13px;
  }
}
@media (min-width: 767px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs a {
  color: #2f3540;
}
.breadcrumbs a:hover {
  color: #caa448;
}
.breadcrumbs.navigation-home-icon-wrapper #navigation-first a {
  padding-left: 0;
}
.breadcrumbs.navigation-home-icon-wrapper:before {
  display: none;
}
.breadcrumbs > span {
  -ms-flex-item-align: center;
      align-self: center;
}
.breadcrumbs > span:last-child span {
  color: #2f3540;
  font-weight: 400;
}
.breadcrumbs > span > span {
  display: block;
  padding: 4px 12px;
}
@media (min-width: 767px) {
  .breadcrumbs > span > span {
    padding: 10px 12px;
  }
}
.breadcrumbs > span > a {
  display: block;
  position: relative;
  padding: 5px 12px;
}
@media (min-width: 767px) {
  .breadcrumbs > span > a {
    min-height: 38px;
    padding: 10px 12px;
  }
}
.breadcrumbs > span > a:before {
  display: none;
}
.breadcrumbs > span > a:after {
  position: absolute;
  right: 0;
  width: 1px;
  content: "\e90e";
  font-family: "grandbari";
  color: #2f3540;
  font-size: 16px;
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
  bottom: 3px;
  font-weight: 400;
  right: 8px;
  background: transparent;
  border: 0;
  height: auto;
}
@media (min-width: 767px) {
  .breadcrumbs > span > a:after {
    right: 5px;
    font-size: 10px;
    bottom: 13px;
  }
}
@media (max-width: 766px) {
  .breadcrumbs > span > a:after {
    font-size: 12px;
    bottom: 4px;
  }
}

.site-agreement-inner {
  text-align: center;
}
.site-agreement-inner h2 {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.site-agreement-inner img {
  max-width: 320px;
  margin-bottom: 15px;
}
.site-agreement-inner .btn {
  text-transform: uppercase;
}
.site-agreement-inner .site-agreement-buttons {
  opacity: 0;
  visibility: hidden;
}
.site-agreement-inner .site-agreement-buttons.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-detail-inner {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .p-detail-inner {
    margin-top: 10px;
  }
}
.p-detail-inner .p-detail-inner-header {
  display: none;
}
.p-detail-inner .p-detail-inner-header .h1,
.p-detail-inner .p-detail-inner-header h1 {
  margin-top: 0;
  line-height: 1.2;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
  color: #2f3540;
}
@media (min-width: 480px) {
  .p-detail-inner .p-detail-inner-header .h1,
  .p-detail-inner .p-detail-inner-header h1 {
    font-size: 28px;
  }
}
@media (min-width: 767px) {
  .p-detail-inner .p-detail-inner-header .h1,
  .p-detail-inner .p-detail-inner-header h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .p-detail-inner .p-detail-inner-header .h1,
  .p-detail-inner .p-detail-inner-header h1 {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.p-detail-inner .p-detail-inner-header .p-code {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.p-detail-inner .p-info-headline {
  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;
}
.p-detail-inner .p-info-headline .h1,
.p-detail-inner .p-info-headline h1 {
  position: relative;
  margin-top: 0;
  line-height: 1.2;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .p-detail-inner .p-info-headline .h1,
  .p-detail-inner .p-info-headline h1 {
    font-size: 26px;
  }
}
@media (min-width: 767px) {
  .p-detail-inner .p-info-headline .h1,
  .p-detail-inner .p-info-headline h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .p-detail-inner .p-info-headline .h1,
  .p-detail-inner .p-info-headline h1 {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .p-detail-inner .p-info-headline .h1,
  .p-detail-inner .p-info-headline h1 {
    font-size: 34px;
  }
}
.p-detail-inner .p-info-headline #dkLabFavouriteDiv {
  margin: 0;
  position: absolute;
  right: -50px;
  font-weight: 400;
  top: -20px;
}
@media (min-width: 767px) {
  .p-detail-inner .p-info-headline #dkLabFavouriteDiv {
    top: 5px;
  }
}
.p-detail-inner .p-info-headline #dkLabFavouriteDiv .dkLabFavDetailSpan.hasIcon {
  position: relative;
  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;
}
.p-detail-inner .p-info-headline #dkLabFavouriteDiv .dkLabFavDetailSpan.hasIcon:before {
  margin-right: 0;
  content: "\e91b";
  font-family: "kavovnik";
  color: #caa448;
  font-size: 24px;
}
.p-detail-inner .p-info-headline #dkLabFavouriteDiv .dkLabFavDetailSpan.hasIcon.dkLabFavouriteDetailLinkRemove {
  color: #caa448;
}
.p-detail-inner .p-info-headline #dkLabFavouriteDiv .dkLabFavDetailSpan.hasIcon.dkLabFavouriteDetailLinkRemove:before {
  color: #caa448;
  content: "\e929";
  font-family: "kavovnik";
  z-index: 2;
  position: relative;
}
.p-detail-inner .p-info-headline #dkLabFavouriteDiv .dkLabFavDetailSpan.hasIcon.dkLabFavouriteDetailLinkRemove:after {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block !important;
  background-color: #ecf8ea;
  z-index: 1;
}
.p-detail-inner .p-info-headline #dkLabFavouriteDiv .dkLabFavDetailSpan span {
  display: none;
}
.p-detail-inner .p-detail-info > div + div::before {
  display: none;
}
.p-detail-inner .p-detail-info {
  margin-bottom: 15px;
}
.p-detail-inner .p-detail-info .flags {
  display: none;
}
.p-detail-inner .p-detail-info .stars-wrapper {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  border-right: 1px solid #caa448;
  padding-right: 10px;
  margin-right: 10px;
}
@media (min-width: 767px) {
  .p-detail-inner .p-detail-info .stars-wrapper {
    margin-top: 0;
  }
}
.p-detail-inner .p-detail-info .stars-wrapper .stars-label {
  position: relative;
  top: 0;
  color: #797f87;
  line-height: 1.2;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .p-detail-inner .p-detail-info .stars-wrapper .stars-label {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .p-detail-inner .p-detail-info .stars-wrapper .stars a {
    margin-right: -3px;
  }
}
.p-detail-inner .p-detail-info h1 {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #2f3540;
}
@media (min-width: 480px) {
  .p-detail-inner .p-detail-info h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media (min-width: 767px) {
  .p-detail-inner .p-detail-info h1 {
    font-size: 30px;
  }
}
.p-detail-inner .p-detail-info > div {
  color: #caa448;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .p-detail-inner .p-detail-info > div {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .p-detail-inner .p-detail-info > div {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .p-detail-inner .p-detail-info > div {
    font-size: 14px;
  }
}
.p-detail-inner .p-detail-info > div > a {
  display: inline-block;
  margin-left: 8px;
  text-transform: none;
  color: #caa448;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
@media (min-width: 767px) {
  .p-detail-inner .flags .p-code {
    display: none;
  }
}
.p-detail-inner .p-code {
  text-transform: none;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  color: #797f87;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-detail-inner .product-top {
    margin: 0 -30px;
  }
}
@media (min-width: 992px) {
  .p-detail-inner .product-top > .col-lg-6 {
    padding: 0 30px;
  }
}
.p-detail-inner .p-image-wrapper {
  margin-bottom: 15px;
}
.p-detail-inner .p-image-wrapper .p-image {
  margin-bottom: 10px;
}
.p-detail-inner .p-image-wrapper .p-image a img {
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-detail-inner .p-image-wrapper .p-image {
    margin-bottom: 20px;
  }
}
.p-detail-inner .p-image-wrapper .p-image .flags-extra {
  right: 0;
  z-index: 2;
}
.p-detail-inner .p-image-wrapper .p-image .flags-extra .flag-discount {
  display: none;
}
.p-detail-inner .p-image-wrapper .p-image .flag.flag-freeshipping {
  width: 100px;
  height: 100px;
  background-color: #caa448;
  max-width: none;
  border-radius: 100%;
}
@media (min-width: 767px) {
  .p-detail-inner .p-image-wrapper .p-image .flag.flag-freeshipping {
    width: 150px;
    height: 150px;
  }
}
.p-detail-inner .p-image-wrapper .p-image .flag.flag-freeshipping .flag-text {
  color: #caa448;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  white-space: normal;
  max-width: 80px;
  line-height: 1.4;
  margin-top: 6px;
}
@media (min-width: 480px) {
  .p-detail-inner .p-image-wrapper .p-image .flag.flag-freeshipping .flag-text {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .p-detail-inner .p-image-wrapper .p-image .flag.flag-freeshipping .flag-text {
    margin-top: 3px;
    font-size: 16px;
  }
}
.p-detail-inner .p-image-wrapper .p-image .flag.flag-freeshipping .icon-van {
  display: block;
}
.p-detail-inner .p-image-wrapper .p-image .flag.flag-freeshipping .icon-van:before {
  content: "\e903";
  color: #caa448;
  font-family: "grandbari";
}
.p-detail-inner .p-image-wrapper .p-image .flag-discount {
  margin-bottom: 0;
  width: 60px;
  height: 60px;
}
@media (min-width: 767px) {
  .p-detail-inner .p-image-wrapper .p-image .flag-discount {
    width: 80px;
    height: 80px;
  }
}
.p-detail-inner .p-image-wrapper .p-image .flag-discount .price-save {
  font-size: 16px;
}
@media (min-width: 767px) {
  .p-detail-inner .p-image-wrapper .p-image .flag-discount .price-save {
    font-size: 20px;
  }
}
.p-detail-inner .p-image-wrapper .p-image .flags-default {
  position: absolute;
  top: 10px;
  left: 10px;
}
.p-detail-inner .p-image-wrapper .p-image .flag {
  padding: 8px 6px;
  font-size: 14px;
  margin-left: 0;
  max-width: 90px;
}
.p-detail-inner .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails:after {
  display: none !important;
}
.p-detail-inner .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails img {
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.p-detail-inner .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails a.p-thumbnail {
  margin-right: 10px;
}
.p-detail-inner .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails a.p-thumbnail img {
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.p-detail-inner .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails a.p-thumbnail:before {
  display: none;
}
.p-detail-inner .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails a.p-thumbnail.highlighted {
  border: 1px solid #caa448;
}
.p-detail-inner .p-info-wrapper .breadcrumbs-wrapper {
  width: 100%;
  margin-bottom: 5px;
}
.p-detail-inner .p-info-wrapper .breadcrumbs-wrapper #navigation-first a {
  padding-left: 0;
}
.p-detail-inner .p-info-wrapper .quantity-discounts {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 450px;
}
.p-detail-inner .p-info-wrapper .quantity-discounts .quantity-discounts__headline {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  font-family: "Outfit", Arial, sans-serif;
  margin-bottom: 15px;
}
.p-detail-inner .p-info-wrapper .quantity-discounts .quantity-discounts__item {
  position: relative;
  border: 0;
  padding: 9px 10px;
  padding-left: 40px;
  background-color: #f9f5ed;
}
.p-detail-inner .p-info-wrapper .quantity-discounts .quantity-discounts__item:hover {
  background-color: #eadcbe;
}
.p-detail-inner .p-info-wrapper .quantity-discounts .quantity-discounts__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #2f3540;
  border-radius: 6px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.p-detail-inner .p-info-wrapper .quantity-discounts .quantity-discounts__item--highlighted {
  outline: none;
  font-weight: 400;
  background-color: #eadcbe;
}
.p-detail-inner .p-info-wrapper .quantity-discounts .quantity-discounts__item--highlighted:before {
  background-color: #2f3540;
  border-color: #2f3540;
}
.p-detail-inner .p-info-wrapper .quantity-discounts .quantity-discounts__item--highlighted::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 11px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-detail-inner .p-info-wrapper .quantity-discounts .quantity-discounts__save {
  display: none;
}
.p-detail-inner .p-info-wrapper .flags-inline .flag {
  margin-left: 0;
}
.p-detail-inner .p-info-wrapper > .cofidis-wrap {
  display: none;
}
.p-detail-inner .p-info-wrapper .flags {
  margin-bottom: 20px;
}
.p-detail-inner .p-info-wrapper .add-to-cart {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .p-detail-inner .p-info-wrapper .add-to-cart {
    margin-top: 15px;
    width: 100%;
  }
}
.p-detail-inner .p-info-wrapper .add-to-cart.btn-available {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-detail-inner .p-info-wrapper .add-to-cart .btn.btn-watch {
  height: 50px;
  min-height: 50px;
  min-width: 192px;
  background-color: #caa448;
  border-color: #caa448;
  color: #2f3540;
}
@media (max-width: 479px) {
  .p-detail-inner .p-info-wrapper .add-to-cart .btn.btn-watch {
    min-width: auto;
    width: 100%;
  }
}
.p-detail-inner .p-info-wrapper .add-to-cart .btn.btn-watch:hover {
  background-color: rgb(192.6927966102, 152.6800847458, 55.8072033898);
  border-color: rgb(192.6927966102, 152.6800847458, 55.8072033898);
  color: #2f3540;
}
.p-detail-inner .p-info-wrapper .add-to-cart .btn.btn-watch:before {
  content: "\e911";
  font-size: 24px;
  position: relative;
  top: 1px;
  font-family: "kavovnik";
  color: #2f3540;
  margin-right: 15px;
}
.p-detail-inner .p-info-wrapper .add-to-cart .btn.btn-alternative {
  min-width: 192px;
  margin-top: 8px;
  min-height: 40px;
  height: 40px;
}
@media (max-width: 479px) {
  .p-detail-inner .p-info-wrapper .add-to-cart .btn.btn-alternative {
    min-width: auto;
    width: 100%;
  }
}
.p-detail-inner .p-info-wrapper .add-to-cart .btn.btn-alternative:after {
  display: none;
}
.p-detail-inner .p-info-wrapper .avail-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-detail-inner .p-info-wrapper .p-final-price-wrapper {
  margin-bottom: 0;
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-final {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  color: #2f3540;
  font-size: 24px;
  margin-top: 6px;
  line-height: 1;
}
@media (min-width: 767px) {
  .p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-final {
    font-size: 26px;
  }
}
.p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-final .pr-list-unit {
  font-size: 16px;
  font-weight: 400;
}
.p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-final small {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-standard {
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 20px;
  margin-right: 0;
}
.p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-save {
  font-size: 20px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  color: #d32f2f;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 4px;
  padding: 4px 8px;
  position: relative;
}
.p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-save:after, .p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-save:before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  color: #d32f2f;
}
.p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-save:before {
  content: "( ";
}
.p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-save:after {
  content: " )";
}
.p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-additional {
  margin-top: 5px;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  opacity: 1;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 767px) {
  .p-detail-inner .p-info-wrapper .p-final-price-wrapper .price-additional {
    font-size: 16px;
  }
}
.p-detail-inner .p-info-wrapper .availability-value {
  font-family: "Outfit", Arial, sans-serif;
  color: #caa448;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .p-detail-inner .p-info-wrapper .availability-value {
    font-size: 16px;
  }
}
.p-detail-inner .p-info-wrapper .availability-value .availability-amount {
  display: none;
}
.p-detail-inner .p-info-wrapper .add-to-cart .quantity {
  border-style: solid;
  margin-right: 10px;
}
@media (min-width: 767px) {
  .p-detail-inner .p-info-wrapper .add-to-cart .quantity {
    margin-right: 10px;
    height: 50px;
  }
  .p-detail-inner .p-info-wrapper .add-to-cart .quantity input {
    height: 50px;
  }
  .p-detail-inner .p-info-wrapper .add-to-cart .quantity .decrease,
  .p-detail-inner .p-info-wrapper .add-to-cart .quantity .increase {
    height: 48px;
  }
}
.p-detail-inner .p-info-wrapper .add-to-cart .add-to-cart-button {
  min-width: 160px;
  text-transform: none;
  color: #ffffff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  font-size: 16px;
}
.p-detail-inner .p-info-wrapper .add-to-cart .add-to-cart-button:hover {
  color: #caa448 !important;
  background-color: transparent;
  border-color: var(--color-secondary);
}
.p-detail-inner .p-info-wrapper .add-to-cart .add-to-cart-button:before {
  content: "";
  margin: 0;
  display: none;
}
@media (max-width: 479px) {
  .p-detail-inner .p-info-wrapper .add-to-cart .add-to-cart-button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 369px) {
  .p-detail-inner .p-info-wrapper .add-to-cart .add-to-cart-button {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 480px) {
  .p-detail-inner .p-info-wrapper .add-to-cart .add-to-cart-button {
    min-width: 200px;
  }
}
@media (min-width: 767px) {
  .p-detail-inner .p-info-wrapper .add-to-cart .add-to-cart-button {
    min-height: 50px;
  }
}
@media (min-width: 1440px) {
  .p-detail-inner .p-info-wrapper .add-to-cart .add-to-cart-button {
    min-width: 300px;
  }
}
.p-detail-inner .p-info-wrapper .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.p-detail-inner .p-info-wrapper .p-short-description-block {
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .p-detail-inner .p-info-wrapper .p-short-description-block {
    margin-bottom: 15px;
  }
}
.p-detail-inner .p-info-wrapper .p-short-description-block.show-text .chevron-after.chevron-down-after::after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.p-detail-inner .p-info-wrapper .p-short-description p {
  margin-bottom: 10px;
}
.p-detail-inner .p-info-wrapper .p-short-description p:nth-child(n+2) {
  display: none;
}
.p-detail-inner .p-info-wrapper .p-short-description p.full-text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: none;
}
.p-detail-inner .p-info-wrapper .p-short-description p.full-text:nth-child(n+2) {
  display: block;
}
.p-detail-inner .p-info-wrapper p[data-testid=productCardDescr] {
  color: #caa448;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 16px;
  display: none;
}
@media (min-width: 480px) {
  .p-detail-inner .p-info-wrapper p[data-testid=productCardDescr] {
    font-size: 16px;
  }
}
.p-detail-inner .p-info-wrapper .p-short-description {
  font-size: 16px;
}
@media (min-width: 480px) {
  .p-detail-inner .p-info-wrapper .p-short-description {
    font-size: 16px;
  }
}
.p-detail-inner .p-info-wrapper .p-short-description p {
  color: #2f3540;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 16px;
}
@media (min-width: 480px) {
  .p-detail-inner .p-info-wrapper .p-short-description p {
    font-size: 16px;
  }
}
.p-detail-inner .p-info-wrapper .p-short-description ul {
  margin-top: 0;
}
.p-detail-inner .p-info-wrapper .p-short-description ul li {
  padding-bottom: 0;
  margin-bottom: 3px;
  font-size: 16px;
}
@media (min-width: 480px) {
  .p-detail-inner .p-info-wrapper .p-short-description ul li {
    font-size: 16px;
  }
}
.p-detail-inner .p-info-wrapper .detail-submit-block {
  background-color: #caa448;
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 15px 15px;
}
@media (min-width: 480px) {
  .p-detail-inner .p-info-wrapper .detail-submit-block {
    padding: 25px 25px;
  }
}
.p-detail-inner .p-info-wrapper .extended-description {
  width: 100%;
  padding-left: 0;
  margin-top: 0;
}
.p-detail-inner .p-info-wrapper .extended-description h3 {
  display: none;
}
.p-detail-inner .p-info-wrapper .detail-parameters {
  width: 100%;
  display: block;
}
.p-detail-inner .p-info-wrapper .detail-parameters .advanced-parameter-inner {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-detail-inner .p-info-wrapper .detail-parameters tbody {
  display: block;
}
.p-detail-inner .p-info-wrapper .detail-parameters tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.p-detail-inner .p-info-wrapper .detail-parameters tr:last-child {
  border-top: 0;
  border-bottom: 0;
}
.p-detail-inner .p-info-wrapper .detail-parameters .variant-list th {
  color: #2f3540;
  font-weight: 400;
}
.p-detail-inner .p-info-wrapper .detail-parameters th {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #caa448;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  min-width: 120px;
  padding-right: 0;
  margin-top: 0;
}
@media (min-width: 767px) {
  .p-detail-inner .p-info-wrapper .detail-parameters th {
    font-size: 16px;
  }
}
.p-detail-inner .p-info-wrapper .detail-parameters td {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-detail-inner .p-info-wrapper .detail-parameters td a {
  color: #caa448;
  text-decoration: underline;
}
.p-detail-inner .p-info-wrapper .detail-parameters td a:hover {
  color: #caa448;
}
.p-detail-inner .p-info-wrapper .social-buttons-wrapper {
  display: none;
}
.p-detail-inner .p-info-wrapper .link-icons {
  display: block;
}
.p-detail-inner .p-info-wrapper .link-icons .link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #797f87;
  padding: 0;
  margin-right: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-transform: none;
  font-weight: 14px;
}
@media (min-width: 480px) {
  .p-detail-inner .p-info-wrapper .link-icons .link-icon {
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.p-detail-inner .p-info-wrapper .link-icons .link-icon:hover {
  color: #caa448;
}
.p-detail-inner .p-info-wrapper .link-icons .link-icon:hover:before {
  color: #caa448;
}
.p-detail-inner .p-info-wrapper .link-icons .link-icon:last-child {
  margin-bottom: 0;
}
.p-detail-inner .p-info-wrapper .link-icons .link-icon:before {
  display: inline-block;
  margin-bottom: 0;
  color: #c3c9c6;
  font-size: 20px;
  margin-right: 8px;
  font-family: "grandbari";
  position: relative;
  top: -1px;
}
@media (min-width: 480px) {
  .p-detail-inner .p-info-wrapper .link-icons .link-icon:before {
    font-size: 22px;
    margin-right: 8px;
  }
}
.p-detail-inner .p-info-wrapper .link-icons .link-icon.print {
  display: none;
}
.p-detail-inner .p-info-wrapper .link-icons .link-icon.print:before {
  content: "\e915";
}
.p-detail-inner .p-info-wrapper .link-icons .link-icon.watchdog:before {
  content: "\e91d";
}
.p-detail-inner .p-info-wrapper .link-icons .link-icon.share:before {
  content: "\e91f";
}
.p-detail-inner .p-info-wrapper .link-icons .link-icon.chat:before {
  content: "\e915";
}
.detail-contact-form-addon.template-11 .detail-contact-button {
  margin-top: 20px;
  border: 1px solid #caa448;
  background-color: transparent;
}

.detail-contact-form-addon.disabled-add-to-cart .detail-contact-button {
  margin-top: 20px;
  margin-bottom: 0;
}

.p-detail .browse-p {
  display: none;
}

.watchdog-title {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
}
.watchdog-title strong {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
}

.products-rating-block {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #f5f0ea;
  width: 100%;
}
@media (max-width: 766px) {
  .products-rating-block {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 8px;
    padding-top: 40px;
  }
}
.products-rating-block .h4 {
  font-size: 22px;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .products-rating-block .h4 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.products-rating-block p {
  font-size: 16px;
}
.products-rating-block p:first-child {
  margin-bottom: 8px;
  font-weight: 600;
}
.products-rating-block p + p {
  font-weight: 400;
}
.products-rating-block p a {
  text-decoration: underline;
  color: #caa448;
}
.rate-wrapper.unveil-wrapper .add-comment {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment {
  margin-top: 0;
  margin-right: 0;
}
.rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment .link-like {
  margin-right: 0;
}

.type-detail .products-rating-block .homepage-group-title {
  display: none;
}
.type-detail .products-rating-block #hodnoceniobchodu {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.type-detail .products-rating-block #hodnoceniobchodu .rate-average-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.type-detail .products-rating-block #hodnoceniobchodu .shop-stat-all {
  display: none;
}

.products-rating-inner {
  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;
  display: none;
}
.products-rating-inner > .add-comment {
  max-width: none;
  display: inline-block;
  margin: 0;
}
.products-rating-inner .link-like {
  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: 8px 25px;
  min-height: 45px;
  background-color: var(--color-secondary);
  color: white;
  border-radius: 25px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 35px;
}
.products-rating-inner .link-like:hover {
  background-color: var(--color-secondary-hover);
  color: white;
}
.products-rating-inner .link-like:before {
  display: none;
}
.products-rating-inner > p {
  font-weight: 600;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.products-rating-inner > p + p {
  width: 100%;
}
.products-rating-inner .row > .col-xs-12:last-child {
  padding-left: 15px;
  padding-right: 15px;
}

.products-rating-inner {
  width: 100%;
}
.products-rating-inner .votes-wrap {
  width: 100%;
}
@media (min-width: 767px) {
  .products-rating-inner .votes-wrap {
    width: calc(100% - 240px);
  }
}
.products-rating-inner .vote-wrap {
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-color: #f5f0ea;
  border-top: 0;
}
.products-rating-inner .vote-wrap:first-child {
  padding-top: 0;
  margin-top: 0;
  border: 0;
}
.products-rating-inner .vote-wrap .vote-name {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #2f3540;
  margin-bottom: 0;
}
.products-rating-inner .vote-wrap .vote-header {
  position: relative;
  margin-bottom: 15px;
}
.products-rating-inner .vote-wrap .vote-content .btn {
  margin-top: 20px;
}
.products-rating-inner .vote-wrap .vote-time {
  position: absolute;
  top: 0;
  right: 0;
  color: #797f87;
}
.products-rating-inner .vote-wrap .vote-title {
  display: none;
}
.products-rating-inner .vote-wrap .vote-pic {
  display: none;
}
.products-rating-inner .vote-wrap .vote-rating {
  color: #2f3540;
}
.products-rating-inner .vote-wrap .stars {
  width: 92px;
}
.products-rating-inner .vote-wrap .stars .star:before {
  color: #febf20;
}
.products-rating-inner .vote-wrap .stars .star.star-on:before {
  color: #febf20;
}
.products-rating-inner .vote-wrap .stars .star.star-off:before {
  color: #f0f1f2;
}

.products-alternative-block,
.products-related-block {
  margin-bottom: 80px;
  padding-top: 20px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.products-alternative-block .products-related,
.products-related-block .products-related {
  margin-bottom: 0;
}
.products-alternative-block .swiper-arrow,
.products-related-block .swiper-arrow {
  bottom: -70px;
}
@media (max-width: 766px) {
  .products-alternative-block,
  .products-related-block {
    margin-bottom: 80px;
    overflow: hidden;
    padding: 0 8px;
    padding-top: 40px;
  }
}
.products-alternative-block .p-switchable .inactive,
.products-related-block .p-switchable .inactive {
  display: block;
}
.products-alternative-block .swiper-slide,
.products-related-block .swiper-slide {
  height: auto;
}
.products-alternative-block .swiper-slide .product,
.products-related-block .swiper-slide .product {
  float: none;
  height: 100%;
  padding: 0;
  padding-bottom: 60px;
  display: block;
}
.products-alternative-block .products-alternative-header,
.products-alternative-block .products-related-header,
.products-related-block .products-alternative-header,
.products-related-block .products-related-header {
  text-align: center;
  font-size: 18px;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  z-index: 1;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .products-alternative-block .products-alternative-header,
  .products-alternative-block .products-related-header,
  .products-related-block .products-alternative-header,
  .products-related-block .products-related-header {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .products-alternative-block .products-alternative-header,
  .products-alternative-block .products-related-header,
  .products-related-block .products-alternative-header,
  .products-related-block .products-related-header {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .products-alternative-block .products-alternative-header,
  .products-alternative-block .products-related-header,
  .products-related-block .products-alternative-header,
  .products-related-block .products-related-header {
    font-size: 18px;
  }
}
.products-alternative-block .products-alternative,
.products-alternative-block .products-related,
.products-related-block .products-alternative,
.products-related-block .products-related {
  padding: 0;
}
.products-alternative-block .products-alternative > div,
.products-alternative-block .products-related > div,
.products-related-block .products-alternative > div,
.products-related-block .products-related > div {
  display: block;
  border: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.products-alternative-block .products-alternative > div.inactive,
.products-alternative-block .products-related > div.inactive,
.products-related-block .products-alternative > div.inactive,
.products-related-block .products-related > div.inactive {
  display: none;
}
.products-alternative-block .products-alternative > div .product,
.products-alternative-block .products-related > div .product,
.products-related-block .products-alternative > div .product,
.products-related-block .products-related > div .product {
  width: 100%;
  max-width: 100%;
}
.products-related-block {
  margin-bottom: 80px;
}
@media (min-width: 767px) {
  .products-related-block {
    margin-top: 50px;
  }
}

.shp-tabs-wrapper.p-detail-tabs-wrapper {
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 766px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper > .row {
    margin: 0;
  }
  .shp-tabs-wrapper.p-detail-tabs-wrapper > .row > .col-sm-12 {
    padding: 0;
  }
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .shp-tabs {
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .shp-tabs-holder {
  background-color: transparent;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .shp-tabs-holder {
  position: relative;
  background-color: transparent;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .shp-tabs-holder #p-detail-tabs {
  background-color: transparent;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs {
  z-index: 2;
  display: block;
  position: relative;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li {
  margin-right: 5px;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li:first-child a {
  padding-left: 0;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a {
  color: #2f3540;
  border: 0;
  font-size: 14px;
  padding: 10px 10px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  position: relative;
  background-color: transparent;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a {
    padding: 10px 16px;
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a {
    padding: 10px 10px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a {
    font-size: 20px;
    padding: 10px 16px;
  }
}
@media (min-width: 1440px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li a {
    padding: 10px 16px;
    font-size: 24px;
  }
}
.shp-tabs-wrapper.p-detail-tabs-wrapper ul.shp-tabs li.active a {
  color: #2f3540;
  background-color: transparent;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .tab-content .tab-pane {
  width: 100%;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .tab-content .contact-block-detail {
  width: 100%;
}
@media (min-width: 1200px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper .tab-content .contact-block-detail {
    margin-top: 0;
    padding-left: 30px;
    width: 560px;
  }
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .description-inner {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 766px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper .description-inner {
    padding: 0;
  }
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .description-inner #productBrand {
  padding-top: 70px;
}
@media (min-width: 767px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper .description-inner #productBrand {
    padding-top: 70px;
  }
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .description-inner #productBrand h3 {
  margin-top: 0;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .description-inner .basic-description {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-right: 0;
  position: relative;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .description-inner .basic-description:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  pointer-events: none;
  display: block;
  width: 411px;
  height: 484px;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url("/user/documents/upload/grand-bari-logo.png");
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .description-inner .basic-description .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .description-inner .basic-description .row .col-sm-12,
.shp-tabs-wrapper.p-detail-tabs-wrapper .description-inner .basic-description .row .col-xs-12 {
  padding: 0;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .description-inner .basic-description #oznameni {
  display: none;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description {
  width: 100%;
  padding-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 35px;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description > h3 {
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.4;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 18px;
}
@media (min-width: 767px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description > h3 {
    font-size: 20px;
  }
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description table {
  display: block;
  width: 100%;
  font-size: 14px;
}
@media (min-width: 767px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description table {
    font-size: 16px;
  }
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description table tbody {
  display: block;
  width: 100%;
}
@media (min-width: 480px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description table tbody {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 767px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description table tbody {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 1200px) {
  .shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description table tbody {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description table tbody tr {
  display: block;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description table tbody tr th {
  display: inline-block;
  color: #2f3540;
  font-weight: 600;
  padding-right: 3px;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description table tbody tr td {
  display: inline-block;
  font-weight: 400;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description table tbody tr a {
  color: #caa448;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .extended-description table tbody tr a:hover {
  text-decoration: underline;
}

#discussionWrapper {
  padding: 0 10px;
}
@media (min-width: 767px) {
  #discussionWrapper {
    padding: 0;
  }
}
#discussionWrapper .discussion-title {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
}
#discussionWrapper .discussion-title + p {
  display: none;
}
#discussionWrapper > .add-comment {
  display: none;
}
#discussionWrapper .vote-form {
  visibility: visible;
  max-height: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  overflow: visible;
  position: relative;
  max-width: 100%;
}
#discussionWrapper .row > .col-xs-12:last-child {
  padding: 0 15px;
}
#discussionWrapper .row > .col-xs-12:last-child .form-group:last-child {
  text-align: right;
}
#discussionWrapper .vote-wrap {
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-color: #f5f0ea;
}
#discussionWrapper .vote-wrap .votes-wrap {
  position: relative;
  padding-left: 16px;
}
#discussionWrapper .vote-wrap .votes-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #f0f1f1;
  border-radius: 5px;
}
#discussionWrapper .vote-wrap .vote-wrap {
  border-radius: 5px;
  background: #fbf9f7 !important;
  padding: 16px 16px;
  border: 0;
}
#discussionWrapper .vote-wrap .vote-wrap .vote-time {
  display: none;
}
#discussionWrapper .vote-wrap .vote-wrap .vote-header {
  margin-bottom: 10px;
}
#discussionWrapper .vote-wrap .vote-wrap .vote-content {
  color: #797f87;
}
#discussionWrapper .vote-wrap .vote-wrap .vote-name span {
  color: transparent !important;
  width: 0;
  position: relative;
  overflow: hidden;
}
#discussionWrapper .vote-wrap .vote-wrap .vote-name span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "Odpověď";
  color: #797f87;
}
#discussionWrapper .vote-wrap .vote-name {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #2f3540;
  margin-bottom: 0;
}
#discussionWrapper .vote-wrap .vote-header {
  position: relative;
  margin-bottom: 15px;
}
#discussionWrapper .vote-wrap .vote-content .btn {
  margin-top: 20px;
}
#discussionWrapper .vote-wrap .vote-time {
  position: absolute;
  top: 0;
  right: 0;
  color: #797f87;
}
#discussionWrapper .vote-wrap .vote-title {
  display: none;
}
#discussionWrapper .vote-wrap .vote-pic {
  display: none;
}
#discussionWrapper .vote-wrap .vote-rating {
  color: #2f3540;
}
#discussionWrapper .vote-wrap .stars {
  width: 92px;
}
#discussionWrapper .vote-wrap .stars .star:before {
  color: #0098cd;
}
#discussionWrapper .vote-wrap .stars .star.star-on:before {
  color: #0098cd;
}
#discussionWrapper .vote-wrap .stars .star.star-off:before {
  color: #f0f1f2;
}

.responsive-nav .hidden-links > li a {
  background-color: #caa448;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.responsive-nav {
  margin-bottom: 0;
}

.contact-block-detail__content {
  min-height: auto;
  padding-left: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  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;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 10px;
  background: var(--primary-brown-brown-50, #fbf9f7);
  margin-top: 50px;
  padding-right: 8px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .contact-block-detail__content {
    margin-bottom: 30px;
    margin-top: 70px;
    position: sticky;
    top: 40px;
  }
}
.contact-block-detail__content > img {
  max-width: 150px;
  left: 0;
  top: 2px;
}
.contact-block-detail__content .contact-box {
  padding-left: 0;
}
.contact-block-detail__content .contact-box__image {
  margin-top: -143px;
  width: 90px;
}
@media (min-width: 480px) {
  .contact-block-detail__content .contact-box__image {
    margin-top: -50px;
    width: 90px;
  }
}
@media (min-width: 480px) {
  .contact-block-detail__content .contact-box__image {
    width: 150px;
  }
}
.contact-block-detail__content .contact-box__text {
  font-size: 12px;
  font-weight: 400;
  color: #797f87;
  text-align: center;
  margin-top: 10px;
  display: block;
}
.contact-block-detail__content .box {
  padding-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-block-detail__content h4 {
  color: #2f3540;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 12px;
  font-size: 16px;
}
@media (min-width: 480px) {
  .contact-block-detail__content h4 {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .contact-block-detail__content h4 {
    margin-bottom: 20px;
  }
}
.contact-block-detail__content p {
  color: #797f87;
  font-size: 14px;
}
@media (min-width: 480px) {
  .contact-block-detail__content p {
    font-size: 16px;
  }
}
.contact-block-detail__content fieldset {
  position: relative;
}
@media (max-width: 479px) {
  .contact-block-detail__content .form-group.js-validated-element-wrapper {
    width: calc(100% + 85px);
    left: -85px;
    margin-bottom: 0;
  }
}
.contact-block-detail__content .form-group.js-validated-element-wrapper:after {
  content: "\e918";
  font-family: "grandbari";
  position: absolute;
  top: 21px;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #6a7770;
  font-size: 20px;
  display: none;
}
@media (min-width: 767px) {
  .contact-block-detail__content .form-group.js-validated-element-wrapper:after {
    display: block;
    left: 15px;
    font-size: 22px;
  }
}
.contact-block-detail__content .form-group input[type=text] {
  background-color: transparent;
  border-radius: 20px;
  padding-right: 10px;
  padding: 10px 15px;
  padding-right: 90px;
  padding-left: 15px;
  font-size: 14px;
  height: 42px;
  min-height: 42px;
  color: #2a302d;
  width: 100%;
  font-family: "Poppins", Arial, sans-serif;
  border: 1px solid #c3c9c6;
}
@media (min-width: 767px) {
  .contact-block-detail__content .form-group input[type=text] {
    padding: 10px 30px;
    padding-right: 90px;
    padding-left: 50px;
    font-size: 16px;
  }
}
.contact-block-detail__content .form-group input[type=text]::-webkit-input-placeholder {
  color: #c3c9c6;
}
.contact-block-detail__content .form-group input[type=text]::-moz-placeholder {
  color: #c3c9c6;
}
.contact-block-detail__content .form-group input[type=text]:-ms-input-placeholder {
  color: #c3c9c6;
}
.contact-block-detail__content .form-group input[type=text]::-ms-input-placeholder {
  color: #c3c9c6;
}
.contact-block-detail__content .form-group input[type=text]::placeholder {
  color: #c3c9c6;
}
.contact-block-detail__content .submit-wrapper {
  position: absolute;
  right: 1px;
  top: 1px;
  min-width: auto;
}
.contact-block-detail__content .submit-wrapper:after {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 25px;
  background-color: #c3c9c6;
  min-width: auto;
}
.contact-block-detail__content .submit-wrapper .btn {
  height: 40px;
  line-height: 1.2;
  border: 0;
  top: 1px;
  right: 2px;
  padding: 5px 5px;
  min-height: 40px;
  font-size: 14px;
  color: white;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  width: 90px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: 0;
  background-color: transparent;
  border: transparent;
  color: #6a7770;
  text-transform: none;
  font-weight: 400;
}
@media (min-width: 767px) {
  .contact-block-detail__content .submit-wrapper .btn {
    padding: 5px 8px;
    font-size: 14px;
    width: 90px;
  }
}
.contact-block-detail__content .submit-wrapper .btn:hover {
  color: #caa448;
}

.variant-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
.variant-block .h4 {
  font-weight: 600;
  font-size: 24px;
  display: block;
  color: #2f3540;
  margin-bottom: 20px;
}
.variant-block .variant-table .table-row {
  border-bottom: 1px solid #f5f0ea;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.variant-block .variant-table .table-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .variant-block .variant-table .table-row .table-col.variant-name-wrapper {
    width: calc(100% - 660px);
  }
}
.variant-block .variant-table .table-row .table-col.variant-name-wrapper > div:nth-child(1) {
  padding-right: 5px;
}
.variant-block .variant-table .table-row .table-col.variant-name-wrapper > div:nth-child(1).is-first {
  color: #797f87;
  font-size: 14px;
  padding-right: 25px;
}
@media (max-width: 766px) {
  .variant-block .variant-table .table-row .table-col.variant-name-wrapper > div:nth-child(1).is-first {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.variant-block .variant-table .table-row .table-col.variant-name-wrapper > div:nth-child(2):not(.is-last) {
  color: #797f87;
  font-size: 14px;
  padding-right: 25px;
}
@media (max-width: 766px) {
  .variant-block .variant-table .table-row .table-col.variant-name-wrapper > div:nth-child(2):not(.is-last) {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.variant-block .variant-table .table-row .table-col.standard-price-wrap {
  display: none;
}
.variant-block .variant-table .table-row .table-col.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}
@media (max-width: 479px) {
  .variant-block .variant-table .table-row .table-col.price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .variant-block .variant-table .table-row .table-col.price {
    width: 360px;
  }
}
.variant-block .variant-table .table-row .table-col.price .flag.flag-action {
  margin-bottom: 0;
  font-size: 12px;
  margin-right: 8px;
}
@media (min-width: 767px) {
  .variant-block .variant-table .table-row .table-col.price .flag.flag-action {
    margin-right: 15px;
  }
}
.variant-block .variant-table .table-row .table-col.price > span:not(.flag) {
  font-weight: 400;
  font-size: 14px;
  color: #797f87;
  line-height: 1.2;
  margin-right: 15px;
}
@media (min-width: 767px) {
  .variant-block .variant-table .table-row .table-col.price > span:not(.flag) {
    font-size: 14px;
    margin-right: 35px;
  }
}
.variant-block .variant-table .table-row .table-col.price > span:not(.flag) .show-tooltip {
  border-bottom: 0;
  text-decoration: underline;
}
.variant-block .variant-table .table-row .table-col.price > .delivery-time-label,
.variant-block .variant-table .table-row .table-col.price > .delivery-time-label + span {
  display: none;
}
.variant-block .variant-table .table-row .table-col.price .price-final {
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 767px) {
  .variant-block .variant-table .table-row .table-col.price .price-final {
    font-size: 16px;
  }
}
.variant-block .variant-table .table-row .table-col .quantity {
  margin-right: 15px;
}
@media (min-width: 767px) {
  .variant-block .variant-table .table-row .table-col .quantity {
    margin-right: 35px;
  }
}
.variant-block .variant-table .table-row .table-col .variant-name {
  color: #2f3540;
  font-weight: 600;
  line-height: 1.2;
}
.variant-block .variant-table .table-row .table-col .availability-amount {
  display: none;
}

.tooltip.in {
  opacity: 1;
}

.tooltip-inner {
  border-radius: 0;
  background: #caa448;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 16px;
  color: #ffffff;
  text-align: left;
  opacity: 1 !important;
}

.tooltip-arrow {
  display: none !important;
}

#ratingWrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  #ratingWrapper {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    padding-right: 30px;
  }
}
@media (min-width: 767px) {
  #ratingWrapper .votes-wrap {
    width: calc(100% - 240px);
  }
}
#ratingWrapper .rate-wrap > .col-xs-12 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#ratingWrapper .rate-wrap > .col-xs-12:not(.rate-average-wrap) {
  display: none;
}
#ratingWrapper .rate-wrap .stars {
  margin-bottom: 6px;
  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;
}

.rate-wrapper.unveil-wrapper .rate-average-wrap {
  text-align: center;
  margin-top: 0;
}
.rate-wrapper.unveil-wrapper .rate-average-inner {
  text-align: center;
  display: block;
}
.rate-wrapper.unveil-wrapper .rate-average {
  font-size: 30px;
  color: #2f3540;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap {
  display: block;
  margin-left: 0;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap .stars-label {
  display: block;
  color: #797f87;
  font-size: 14px;
  line-height: 1.4;
}

#choose-variant {
  color: var(--color-secondary);
  background-color: transparent;
  border: 1px solid var(--color-secondary);
}
#choose-variant:hover {
  color: #caa448;
  background-color: #ffffff;
  border: 1px solid var(--color-secondary-hover);
}

@media (max-width: 766px) {
  .type-detail-oznameni .benefitBannerGroup .benefitBanner .benefitBanner__item .benefitBanner__picture {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .type-detail-oznameni .benefitBannerGroup .benefitBanner .benefitBanner__item {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.type-detail-oznameni .benefitBannerGroup .benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 16px;
}

body.type-product.type-detail #product-short-description-alert {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
  color: #caa448;
  font-weight: 600;
  font-size: 14px;
}
body.type-product.type-detail #product-short-description-alert > img {
  max-height: 50px;
  margin-right: 12px;
}
@media (min-width: 767px) {
  body.type-product.type-detail #product-short-description-alert > img {
    max-height: 60px;
    margin-right: 15px;
  }
}
@media (min-width: 767px) {
  body.type-product.type-detail #product-short-description-alert {
    font-size: 16px;
  }
}
body.type-product.type-detail #product-short-description-alert strong {
  font-weight: 600;
}

@media (min-width: 767px) {
  .products-additional .flags-extra .flag {
    font-size: 12px;
    height: auto;
    width: auto;
  }
  .products-additional .flags-extra .flag .flag-text {
    font-size: 12px;
    line-height: 1.2;
  }
}

.price-standard-wrapper-placeholder,
.products-related .p .availability,
.products-related .p .flags-inline,
.products-related .p .p-desc,
.products-related .p .price-standard-wrapper,
.products-related .p .stars-wrapper,
.tab-content .p .availability,
.tab-content .p .flags-inline,
.tab-content .p .p-desc,
.tab-content .p .price-standard-wrapper,
.tab-content .p .stars-wrapper {
  display: block;
}

.responsive-nav .navigation-btn {
  z-index: 2;
  background: rgb(189, 149, 97);
  padding: 4px;
  font-size: 22px;
  width: 40px;
  border-radius: 10px;
}

.responsive-nav .hidden-links {
  border: 0;
}

.responsive-nav .hidden-links > li a {
  color: white;
  font-weight: 500;
  text-transform: none;
}

.type-detail .surcharge-list select,
.type-detail .variant-list select {
  width: 100%;
  max-width: 100%;
  padding-right: 40px;
}

.product-video-group iframe {
  margin-top: 0;
}
@media (min-width: 767px) {
  .product-video-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.product-video-group.product-item-one .product-video-item {
  width: 100%;
}
@media (min-width: 767px) {
  .product-video-group.product-item-two .product-video-item {
    width: 50%;
  }
}
.product-video-group .product-video-item {
  margin-bottom: 40px;
}
.product-video-group .product-video-item:last-child {
  margin-bottom: 0;
}
.product-video-group .product-video-item .iframe-responsive {
  margin-top: 0;
}
.product-video-group .product-video-item iframe {
  position: absolute !important;
}
@media (min-width: 767px) {
  .product-video-group .product-video-item {
    margin-bottom: 25px;
    padding: 0 15px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .product-video-group .product-video-item {
    width: 50%;
  }
}
.product-video-group .product-video-item h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .product-video-group .product-video-item h3 {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.product-video-group .iframe-responsive {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 40px;
}
.product-video-group .iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.link-like:focus,
.link-like:hover,
a:focus,
a:hover {
  color: var(--color-secondary-hover);
}

.has-detail-product-arrows .carousel-control--product.left,
.has-detail-product-arrows .carousel-control--product.right {
  top: auto;
  bottom: 0;
  background-color: transparent !important;
  color: #caa448;
}

.has-detail-product-arrows .carousel-control--product.left {
  left: calc(50% - 55px);
}

.has-detail-product-arrows .carousel-control--product.right {
  right: calc(50% - 55px);
}

.free-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  position: relative;
}
.free-delivery .free-delivery__icon {
  position: absolute;
  top: -7px;
  left: 0;
}
.free-delivery .free-delivery__icon:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/user/documents/public/images/icons/free-delivery-yellow.svg?v=1");
}
.free-delivery .free-delivery__text {
  padding-left: 80px;
  line-height: 1.2;
}
.free-delivery .free-delivery__text strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #caa448;
  text-transform: uppercase;
}
.free-delivery .free-delivery__text small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

/* variants */
.variant-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: -10px;
}

.variant-btn {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  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;
  min-width: 58px;
  min-height: 40px;
  color: #caa448;
  margin-right: 10px;
  margin-bottom: 5px;
}

.variant-btn img {
  position: relative;
  max-height: 50px;
  max-width: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
}

.variant-text {
  padding: 0 0;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.variant-btn:hover,
.variant-btn.active {
  text-decoration: underline;
  color: #2f3540;
  font-weight: 500;
}

.variant-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: not-allowed;
}

.variant-btn.has-tooltip {
  position: relative;
  cursor: pointer;
}

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 20px;
  max-width: 850px;
}
@media (max-width: 766px) {
  .benefits-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
  }
}
.benefits-list .benefits-list__item {
  width: 33.33%;
  text-align: center;
}
.benefits-list .benefits-list__item img {
  margin: 0 auto;
  max-width: 100px;
}
@media (max-width: 766px) {
  .benefits-list .benefits-list__item img {
    max-width: 60px;
  }
}
.benefits-list .benefits-list__item .benefits-list__text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 766px) {
  .benefits-list .benefits-list__item .benefits-list__text {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .benefits-list .benefits-list__item .benefits-list__text {
    font-size: 14px;
  }
}

#mapa polygon {
  fill: rgb(203, 164, 73);
  stroke: rgb(203, 164, 73);
  stroke-width: 5px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#mapa a:hover polygon {
  opacity: 1;
}

#mapa a:hover .map-logo {
  fill: rgb(255, 255, 255);
  opacity: 0.9;
}

#mapa .map-logo {
  stroke-width: 0;
  z-index: 10;
}

#map-canvas {
  height: 500px !important;
}

#map-canvas h4 {
  color: #c5a154;
}

.mapa h4 {
  margin-bottom: 15px;
}

.mapa p {
  line-height: 1em;
}

.region-map-popis {
  margin-top: 20px;
}

.region-map-popis h3 {
  font-size: 105%;
  margin-bottom: 5px;
}

.markers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.markers-wrapper .marker-box {
  width: 33%;
  word-wrap: break-word;
  padding-right: 10px;
}

.markers-wrapper hr {
  width: 100%;
}

.markers-wrapper hr.col-2 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .markers-wrapper hr.col-2 {
    display: block;
  }
  .markers-wrapper hr.col-3 {
    display: none;
  }
  .markers-wrapper .marker-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .markers-wrapper hr.col-2 {
    display: none;
  }
  .markers-wrapper .marker-box {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
  .markers-wrapper .marker-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.markerLabel {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #c5a154;
  pointer-events: none;
  text-align: center;
  width: 100px;
  line-height: 15px;
  padding-top: 5px;
}

@media (min-width: 1440px) {
  .columns-4 .products-block > div:nth-child(3),
  .columns-4 .products-block > div:nth-child(4) {
    border-top-style: solid;
  }
}
.predaj-mapa {
  margin-bottom: 50px;
  margin-top: 40px;
}
.predaj-mapa .h4.homepage-group-title {
  margin-top: 0;
}
@media (min-width: 767px) {
  .predaj-mapa .h4.homepage-group-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .predaj-mapa .h4.homepage-group-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .predaj-mapa .h4.homepage-group-title {
    margin-bottom: 50px;
    font-size: 42px;
  }
}
@media (min-width: 1440px) {
  .predaj-mapa .h4.homepage-group-title {
    font-size: 48px;
  }
}

@media (min-width: 767px) {
  .fitted .navigation-in ul {
    width: 100%;
  }
}
.benefitBannerGroup {
  position: relative;
  margin: 24px 0 0;
  border-radius: 15px;
  background: #caa448;
  padding: 12px 12px 10px;
}
@media (min-width: 767px) {
  .benefitBannerGroup {
    padding: 12px 16px 10px;
  }
}
.benefitBannerGroup.benefitBannerGroupDetail {
  position: relative;
}
.benefitBannerGroup.benefitBannerGroupDetail:before {
  content: "";
  display: block;
  background: #caa448;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: 0;
}
@media (min-width: 767px) {
  .benefitBannerGroup.benefitBannerGroupCategory {
    margin: 24px 20px 0;
  }
}
.benefitBannerGroup.benefitBannerGroup--info-contact {
  margin-top: 60px;
}
.benefitBannerGroup.benefitBannerGroup--info-contact .contact-info-list {
  margin-top: 0;
}
.benefitBannerGroup.benefitBannerGroup--info-contact .contact-info-list-item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.benefitBannerGroup.benefitBannerGroup-contact {
  padding: 0;
  background-color: transparent;
  margin-bottom: 60px;
}
.benefitBannerGroup.benefitBannerGroup-contact .benefitBanner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefitBannerGroup.benefitBannerGroup-contact .benefitBanner .benefitBanner__item .benefitBanner__data {
  color: #797f87;
  font-size: 15px;
}
.benefitBannerGroup .benefit__image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  pointer-events: none;
}
.benefitBannerGroup .benefitBanner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefitBannerGroup .benefitBanner .benefitBanner__item {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 767px) {
  .benefitBannerGroup .benefitBanner .benefitBanner__item {
    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: 992px) {
  .benefitBannerGroup .benefitBanner .benefitBanner__item {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
  }
}
@media (max-width: 766px) {
  .benefitBannerGroup .benefitBanner .benefitBanner__item {
    margin-bottom: 24px;
  }
  .benefitBannerGroup .benefitBanner .benefitBanner__item:last-child {
    margin-bottom: 0;
  }
}
.benefitBannerGroup .benefitBanner .benefitBanner__item a {
  display: block;
  width: 100%;
  text-align: center;
  opacity: 1;
}
@media (max-width: 766px) {
  .benefitBannerGroup .benefitBanner .benefitBanner__item a {
    text-align: left;
    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;
  }
}
.benefitBannerGroup .benefitBanner .benefitBanner__item .benefitBanner__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  max-width: 75px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 10px;
}
@media (max-width: 766px) {
  .benefitBannerGroup .benefitBanner .benefitBanner__item .benefitBanner__picture {
    position: relative;
    margin-bottom: 0;
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.benefitBannerGroup .benefitBanner .benefitBanner__item img {
  mix-blend-mode: multiply;
}
@media (max-width: 766px) {
  .benefitBannerGroup .benefitBanner .benefitBanner__item img {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.benefitBannerGroup .benefitBanner .benefitBanner__item .benefitBanner__content {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  padding-right: 0;
}
@media (max-width: 766px) {
  .benefitBannerGroup .benefitBanner .benefitBanner__item .benefitBanner__content {
    text-align: left;
    width: calc(100% - 50px);
    padding-left: 15px;
  }
}
.benefitBannerGroup .benefitBanner .benefitBanner__item .benefitBanner__title {
  display: block;
  margin-top: 0;
  color: #2f3540;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
}
@media (min-width: 480px) {
  .benefitBannerGroup .benefitBanner .benefitBanner__item .benefitBanner__title {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .benefitBannerGroup .benefitBanner .benefitBanner__item .benefitBanner__title {
    margin-top: 5px;
    font-size: 18px;
  }
}
.benefitBannerGroup .benefitBanner .benefitBanner__item .benefitBanner__data {
  display: block;
  margin-top: 3px;
  color: #797f87;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
@media (min-width: 767px) {
  .benefitBannerGroup .benefitBanner .benefitBanner__item .benefitBanner__data {
    margin-top: 10px;
    font-size: 16px;
    padding: 0 12px;
  }
}

.description-print-group {
  position: relative;
  margin: 40px 0 0;
  border-radius: 15px;
  background: #fbf9f7;
  padding: 40px 24px 14px;
}
@media (min-width: 767px) {
  .description-print-group {
    padding: 56px 56px 40px;
  }
}
.description-print-group .description__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.description-print-group .description-text-block {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .description-print-group .description-text-block {
    width: 50%;
    margin-bottom: 0;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .description-print-group .description-text-block {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .description-print-group .description-text-block {
    padding-right: 60px;
  }
}
.description-print-group .description-text-block h2 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 0;
  color: #2f3540;
}
@media (min-width: 767px) {
  .description-print-group .description-text-block h2 {
    font-size: 30px;
  }
}
.description-print-group .description-text-block p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  .description-print-group .description-text-block p {
    font-size: 16px;
  }
}
.description-print-group .description-text-block p.info-text {
  margin-bottom: 0;
  font-size: 14px;
}
.description-print-group .description__image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  pointer-events: none;
}
.description-print-group .description-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  width: 100%;
}
@media (min-width: 767px) {
  .description-print-group .description-list {
    width: 50%;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .description-print-group .description-list {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .description-print-group .description-list {
    padding-left: 60px;
  }
}
.description-print-group .description-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 32px;
}
@media (max-width: 766px) {
  .description-print-group .description-item {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .description-print-group .description-item {
    text-align: left;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .description-print-group .description-item {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .description-print-group .description-item {
    margin-bottom: 32px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .description-print-group .description-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .description-print-group .description-item {
    width: 50%;
  }
  .description-print-group .description-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .description-print-group .description-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .description-print-group .description-item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .description-print-group .description-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .description-print-group .description-item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 767px) {
  .description-print-group .description-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 479px) {
  .description-print-group .description-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.description-print-group .description-item__image-block {
  margin-bottom: 10px;
  width: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .description-print-group .description-item__image-block {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .description-print-group .description-item__image-block {
    margin-bottom: 0;
  }
}
.description-print-group .description-item__text-block {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 14px;
  font-weight: 400;
  color: #2f3540;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .description-print-group .description-item__text-block {
    font-size: 16px;
    padding-left: 25px;
  }
}
@media (max-width: 479px) {
  .description-print-group .description-item__text-block {
    padding-left: 15px;
  }
}
.description-print-group .description-item__text-block strong {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

ol.cart-header {
  border: 0;
  margin: 0;
}
@media (min-width: 992px) {
  ol.cart-header {
    margin: 32px auto 0;
    border-bottom: 1px solid #caa448;
  }
}
@media (max-width: 766px) {
  ol.cart-header {
    padding: 0;
    list-style: none;
    list-style-position: inside;
    counter-reset: items;
  }
}
ol.cart-header li {
  vertical-align: bottom;
  position: relative;
  border: 0;
}
@media (max-width: 766px) {
  ol.cart-header li {
    padding: 0;
  }
}
@media (min-width: 767px) {
  ol.cart-header li {
    width: 25%;
  }
}
@media (max-width: 766px) {
  ol.cart-header li {
    display: block;
    opacity: 0;
    visibility: 0;
    height: 0;
    width: 0;
  }
}
ol.cart-header li:last-child:after {
  display: none;
}
ol.cart-header li strong,
ol.cart-header li a {
  padding: 12px 0;
  border: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}
ol.cart-header li strong span,
ol.cart-header li a span {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #797f87;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  text-transform: none;
}
@media (min-width: 767px) {
  ol.cart-header li strong span,
  ol.cart-header li a span {
    font-size: 16px;
  }
}
ol.cart-header li strong span:before,
ol.cart-header li a span:before {
  content: counter(items) ".";
  counter-increment: items;
  width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  font-size: 16px;
  color: #2f3540;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 500;
  border: 1px solid #caa448;
  margin-right: 12px;
}
@media (min-width: 767px) {
  ol.cart-header li strong span:before,
  ol.cart-header li a span:before {
    display: none;
    margin-right: 12px;
    width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 40px;
    font-size: 18px;
  }
}
ol.cart-header li strong:hover,
ol.cart-header li a:hover {
  border-bottom: 0;
}
ol.cart-header li strong:hover span,
ol.cart-header li a:hover span {
  color: #caa448;
}
@media (max-width: 766px) {
  ol.cart-header li.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
  }
}
ol.cart-header li.active strong,
ol.cart-header li.active a {
  border-bottom: 1px solid #caa448;
  font-weight: 600;
}
ol.cart-header li.active strong span,
ol.cart-header li.active a span {
  color: #2f3540;
  font-weight: 600;
}

#checkoutSidebar,
.sidebar-in-cart {
  margin-top: 20px;
}
@media (min-width: 767px) {
  #checkoutSidebar,
  .sidebar-in-cart {
    margin-top: 40px;
  }
}
#checkoutSidebar .order-summary-inner,
#checkoutSidebar .cart-content,
.sidebar-in-cart .order-summary-inner,
.sidebar-in-cart .cart-content {
  padding: 24px 24px;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #caa448;
}
#checkoutSidebar .order-summary-inner + .cart-content,
#checkoutSidebar .cart-content + .cart-content,
.sidebar-in-cart .order-summary-inner + .cart-content,
.sidebar-in-cart .cart-content + .cart-content {
  margin-top: 20px;
}
@media (min-width: 767px) {
  #checkoutSidebar .order-summary-inner + .cart-content,
  #checkoutSidebar .cart-content + .cart-content,
  .sidebar-in-cart .order-summary-inner + .cart-content,
  .sidebar-in-cart .cart-content + .cart-content {
    margin-top: 25px;
  }
}
#checkoutSidebar .order-summary-inner.checkout-box-wrapper,
#checkoutSidebar .cart-content.checkout-box-wrapper,
.sidebar-in-cart .order-summary-inner.checkout-box-wrapper,
.sidebar-in-cart .cart-content.checkout-box-wrapper {
  border: 1px solid #caa448;
  padding-bottom: 12px;
}
#checkoutSidebar .order-summary-inner .extra.cofidis,
#checkoutSidebar .cart-content .extra.cofidis,
.sidebar-in-cart .order-summary-inner .extra.cofidis,
.sidebar-in-cart .cart-content .extra.cofidis {
  min-height: auto;
  margin-bottom: 22px;
  margin-top: -15px;
  padding-left: 0;
  padding-right: 0;
}
#checkoutSidebar .order-summary-inner .extra.cofidis .installments,
#checkoutSidebar .cart-content .extra.cofidis .installments,
.sidebar-in-cart .order-summary-inner .extra.cofidis .installments,
.sidebar-in-cart .cart-content .extra.cofidis .installments {
  font-weight: 600;
  font-size: 14px;
  color: #39b54a;
}
#checkoutSidebar .order-summary-inner .extra.cofidis .installments strong,
#checkoutSidebar .cart-content .extra.cofidis .installments strong,
.sidebar-in-cart .order-summary-inner .extra.cofidis .installments strong,
.sidebar-in-cart .cart-content .extra.cofidis .installments strong {
  color: #39b54a;
  font-weight: 600;
}
#checkoutSidebar .order-summary-inner h4,
#checkoutSidebar .cart-content h4,
.sidebar-in-cart .order-summary-inner h4,
.sidebar-in-cart .cart-content h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.6;
  text-transform: none;
  font-size: 16px;
}
@media (min-width: 767px) {
  #checkoutSidebar .order-summary-inner h4,
  #checkoutSidebar .cart-content h4,
  .sidebar-in-cart .order-summary-inner h4,
  .sidebar-in-cart .cart-content h4 {
    font-size: 18px;
  }
}
#checkoutSidebar .order-summary-inner,
.sidebar-in-cart .order-summary-inner {
  border: 0;
}

@media (min-width: 992px) {
  .col-md-8 .cart-content {
    padding: 0 15px 40px;
  }
}

@media (max-width: 766px) {
  #checkoutContent .cart-content,
  #checkoutSidebar .cart-content {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
  }
}
.recapitulation-single > span {
  display: none;
}

@media (min-width: 480px) {
  .form-group > input.form-control,
  .form-group > select.form-control {
    width: 300px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .form-group > input.form-control,
  .form-group > select.form-control {
    width: 240px;
  }
}

.cart-content .form-group-tooltip {
  right: 10px;
  left: auto;
}
.cart-content .consents {
  margin-bottom: 15px;
}
.cart-content .consents label strong {
  text-transform: none;
  color: #caa448;
}
.cart-content .consents label a {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  color: #2f3540;
  text-decoration: underline;
}
.cart-content .co-box {
  position: relative;
  border-radius: 0;
  border: 1px solid #caa448;
  padding: 0 24px 24px;
  margin: 40px 0 45px;
}
@media (max-width: 766px) {
  .cart-content .co-box {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 479px) {
  .cart-content .co-box .shipping-billing-table {
    margin: 0 -21px;
  }
}
.cart-content .co-box .form-group label {
  font-size: 16px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  color: #2f3540;
  opacity: 1;
  margin-bottom: 5px;
}
@media (max-width: 766px) {
  .cart-content .co-box .form-group label {
    margin-bottom: 5px;
  }
}
.cart-content .co-box h4 {
  line-height: 1.4;
  margin-bottom: 25px;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  background: white;
  margin-top: 0;
  position: relative;
  top: -15px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cart-content .co-box h4 {
    margin-left: 0;
    padding-left: 40px;
  }
}
@media (max-width: 766px) {
  .cart-content .co-box h4 {
    top: -11px;
    font-size: 16px;
    margin-left: 0;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .cart-content .co-box h4 {
    margin-left: 0;
    padding-left: 40px;
  }
}
.cart-content .co-box h4:before {
  font-family: "grandbari";
  font-size: 20px;
  left: 10px;
  color: #caa448;
}
.cart-content .co-box.co-delivery-method .shipping-billing-table, .cart-content .co-box.co-payment-method .shipping-billing-table {
  margin: 0 -15px;
}
@media (min-width: 767px) {
  .cart-content .co-box.co-delivery-method .shipping-billing-table, .cart-content .co-box.co-payment-method .shipping-billing-table {
    margin: 0 -15px;
  }
}
.cart-content .co-box.co-delivery-method h4:before {
  display: block;
  content: "\e903";
}
.cart-content .co-box.co-payment-method h4:before {
  display: block;
  content: "\e901";
}
@media (max-width: 479px) {
  .cart-content .co-box.co-basic-information .col-sm-6:first-child {
    margin-bottom: 25px;
  }
}
.cart-content .co-box.co-basic-information h4 {
  padding-left: 15px;
}
.cart-content .co-box.co-basic-information h4:before {
  display: none;
}
.cart-content .co-box.co-contact-information {
  padding-top: 0;
}
.cart-content .co-box.co-contact-information h4:before {
  content: "\e902";
  font-family: "grandbari";
  font-size: 22px;
}
.cart-content .co-box.co-billing-address h4:before {
  display: block !important;
  content: "\e902";
  font-size: 22px;
}
.cart-content .co-box.co-billing-address > .form-group:last-child {
  margin-bottom: 0;
}
.cart-content .co-box.co-shipping-address h4:before {
  display: block !important;
  content: "\e902";
  font-size: 22px;
}
.cart-content .co-box.co-shipping-address > .form-group:last-child {
  margin-bottom: 0;
}
.cart-content .co-box.co-box-note h4:before {
  content: "\e902";
  font-size: 22px;
}
.cart-content .co-box .radio-wrapper.active .for-free {
  color: #caa448;
}
.cart-content .order-summary {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .cart-content .order-summary {
    padding: 0;
  }
}
.cart-content .order-summary .order-summary-inner {
  padding: 0 !important;
  border-radius: 0;
}
.cart-content .order-summary .checkout-box {
  display: none;
}

.co-box.co-box-note > .form-group {
  display: none !important;
}
.co-box.co-box-note p {
  display: block;
  width: 100%;
}
.co-box.co-box-note #note {
  visibility: visible;
  position: inherit;
  max-height: none;
  max-width: none;
  overflow: visible;
  -webkit-transform: scaleY(1) scaleX(1);
      -ms-transform: scaleY(1) scaleX(1);
          transform: scaleY(1) scaleX(1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.next-step {
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 766px) {
  .next-step {
    margin-bottom: 0;
  }
}
.next-step .next-step-forward {
  min-height: 45px;
  height: 45px;
  text-transform: none;
  font-size: 14px;
}
.next-step .next-step-forward .order-button-text {
  text-transform: none;
  font-size: 16px;
}
.next-step .next-step-forward:after {
  display: none;
}
.next-step .next-step-back {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  color: #2f3540;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
  border: 0;
  line-height: 1.2;
  font-size: 15px;
  min-height: auto;
  text-transform: none;
}
.next-step .next-step-back:hover {
  color: #caa448;
}
.next-step .next-step-back:hover:before {
  color: #caa448;
}
.next-step .next-step-back:after {
  display: none;
}
.next-step .next-step-back:before {
  content: "\e90f";
  top: 0;
  position: relative;
  font-family: "grandbari";
  margin-right: 8px;
  font-size: 14px;
  color: #2f3540;
}

@media (max-width: 479px) {
  .co-delivery-method .radio-wrapper .payment-info {
    width: 100%;
    padding-right: 0;
  }
}
.co-delivery-method .radio-wrapper .payment-info .payment-additional-text {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #797f87;
}
@media (max-width: 479px) {
  .co-delivery-method .radio-wrapper .payment-info .payment-additional-text {
    display: block;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .co-delivery-method .radio-wrapper .payment-info .payment-additional-text {
    font-size: 14px;
  }
}

.radio-wrapper {
  padding: 0;
  border: 0;
}
.radio-wrapper input[type=radio]:checked + label:before {
  background-color: #caa448;
}
.radio-wrapper input[type=radio]:checked + label:after {
  left: 13px;
  width: 14px;
  height: 14px;
  display: block;
}
.radio-wrapper input[type=radio] + label {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 5px;
  border-bottom: 0;
  min-height: 50px;
  margin-right: 0;
}
.radio-wrapper input[type=radio] + label:before {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 10px;
}
.radio-wrapper input[type=radio] + label:after {
  left: 16px;
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.radio-wrapper .payment-info b {
  color: #2f3540;
  text-transform: none;
  font-size: 14px;
}
@media (min-width: 480px) {
  .radio-wrapper .payment-info b {
    font-size: 16px;
  }
}
.radio-wrapper .payment-info .not-possible-info {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.radio-wrapper .payment-logo {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}
@media (min-width: 480px) {
  .radio-wrapper .payment-logo {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
.radio-wrapper .payment-logo img {
  max-width: 60px;
  max-height: 50px;
}
.radio-wrapper .payment-shipping-price {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  font-weight: 600;
  color: #2f3540;
  padding-left: 0;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 480px) {
  .radio-wrapper .payment-shipping-price {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .radio-wrapper .payment-shipping-price {
    font-size: 16px;
  }
}
.radio-wrapper .payment-shipping-price.for-free {
  color: #caa448;
}
.for-free {
  color: #caa448;
}

.order-summary-inner {
  padding: 25px;
  border-radius: 0;
  border: 1px solid #f0f1f2;
  background: #fff;
  margin-bottom: 25px;
}
.order-summary-inner:last-child {
  margin-bottom: 0;
}
@media (max-width: 766px) {
  .order-summary-inner {
    padding: 15px;
  }
}
.order-summary-inner h4 {
  margin-top: 0;
  color: #2f3540;
  text-transform: none;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.order-summary-inner .cart-items.gift-items {
  display: none;
}
.order-summary-inner .cart-items .cart-item {
  margin-bottom: 4px;
}
.order-summary-inner .cart-items .cart-item > div {
  border-right: 0;
  border-bottom-color: #f0f1f2;
  border: 0;
  padding: 4px 0;
}
.order-summary-inner .cart-items .cart-item .cart-item-name {
  text-transform: none;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .order-summary-inner .cart-items .cart-item .cart-item-name {
    font-size: 16px;
  }
}
.order-summary-inner .cart-items .cart-item .cart-item-name a {
  color: #2f3540;
  text-transform: none;
}
.order-summary-inner .cart-items .cart-item .cart-item-amount {
  padding-left: 0;
  text-align: center;
  color: #2f3540;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .order-summary-inner .cart-items .cart-item .cart-item-amount {
    font-size: 16px;
  }
}
.order-summary-inner .cart-items .cart-item .cart-item-amount .unit-value {
  padding-left: 0;
  color: inherit;
}
.order-summary-inner .cart-items .cart-item .cart-item-price {
  color: #2f3540;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .order-summary-inner .cart-items .cart-item .cart-item-price {
    font-size: 16px;
  }
}
.order-summary-inner .cart-items .recapitulation-single {
  display: none;
}
.order-summary-inner .order-recapitulation .recapitulation-single > span {
  display: none;
}
.order-summary-inner .order-recapitulation .recapitulation-single > strong {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 767px) {
  .order-summary-inner .order-recapitulation .recapitulation-single > strong {
    font-size: 16px;
  }
}
.order-summary-inner .order-recapitulation .recapitulation-single > strong small {
  margin-left: 5px;
  display: inline-block;
  color: white;
  font-size: 11px;
  font-weight: 600;
  font-family: "Outfit", Arial, sans-serif;
  background-color: #d32f2f;
  padding: 2px 5px;
  border-radius: 0;
  text-transform: uppercase;
}
.order-summary-inner .order-recapitulation .recapitulation-single > strong span {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  color: #2f3540;
  text-transform: lowercase;
  display: block;
  white-space: normal;
  text-align: right;
  font-size: 14px;
}
@media (min-width: 767px) {
  .order-summary-inner .order-recapitulation .recapitulation-single > strong span {
    font-size: 16px;
  }
}
.order-summary-inner .order-recapitulation .recapitulation-single > strong span.txt-red {
  color: #d32f2f;
}
.order-summary-inner .order-summary-item.helper {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  display: none;
}
.order-summary-inner .order-summary-item.helper > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
@media (min-width: 767px) {
  .order-summary-inner .order-summary-item.helper > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
@media (min-width: 1200px) {
  .order-summary-inner .order-summary-item.helper > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }
}
.order-summary-inner .order-summary-item.helper > div:last-child {
  font-weight: 600;
  font-weight: 16px;
  font-family: "Outfit", Arial, sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 160px);
          flex: 1 1 calc(100% - 160px);
}
@media (min-width: 767px) {
  .order-summary-inner .order-summary-item.helper > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 140px);
            flex: 1 1 calc(100% - 140px);
  }
}
@media (min-width: 1200px) {
  .order-summary-inner .order-summary-item.helper > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 190px);
            flex: 1 1 calc(100% - 190px);
  }
}
.order-summary-inner .order-summary-item.helper > div strong {
  text-transform: none;
  font-weight: 400;
}
.order-summary-inner .order-summary-item.price {
  border-top-color: #dedfe2;
  margin: 0;
  padding: 20px 0 0;
  border-width: 1px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 766px) {
  .order-summary-inner .order-summary-item.price {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.next-btn {
  text-align: center;
  margin-top: 25px;
}
.next-btn .btn {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  min-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1440px) {
  .next-btn .btn {
    min-width: 300px;
  }
}
.next-btn .btn .order-button-text {
  font-family: "Outfit", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.next-btn .btn:after {
  display: none;
}

.main-link-variant,
.main-link-surcharges {
  font-size: 90%;
  margin-top: 3px;
  text-transform: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  #checkoutSidebar,
  #checkoutContent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.id--17 .co-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.id--17 .co-box .form-option-block,
.id--17 .co-box #company-info {
  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;
}
.id--17 .co-box .form-group.form-group--login {
  margin-left: 10px;
  margin-right: 10px;
}
.id--17 .co-box > fieldset {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.id--17 .co-box > fieldset + .form-group {
  margin-top: 0;
}
.id--17 .co-box #note {
  width: 100%;
  padding: 0;
}
.id--17 .co-box #note label {
  display: block;
  margin-bottom: 6px;
}
.id--17 .co-box .form-group {
  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;
  margin-bottom: 20px;
  width: 100%;
  padding: 0;
}
@media (min-width: 767px) {
  .id--17 .co-box .form-group {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
.id--17 .co-box .form-group label {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.id--17 .co-box .form-group select,
.id--17 .co-box .form-group input {
  width: 100%;
}
.id--17 .co-box .form-group.w-50 {
  min-width: auto;
}
@media (min-width: 767px) {
  .id--17 .co-box .form-group.w-50 {
    width: 50%;
  }
}
.id--17 .co-box .form-group.w-66 {
  min-width: auto;
}
@media (min-width: 767px) {
  .id--17 .co-box .form-group.w-66 {
    width: 66.66%;
  }
}
.id--17 .co-box .form-group.w-33 {
  min-width: auto;
}
@media (min-width: 767px) {
  .id--17 .co-box .form-group.w-33 {
    width: 33.33%;
  }
}
.id--17 .co-box .form-group label {
  color: #2f3540;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.id--17 .co-box .form-group.phone-form-group .phone-combined-input {
  width: 100%;
}
@media (max-width: 479px) {
  .id--17 .co-box .form-group .phone-combined-input select {
    display: none;
  }
}
.id--17 .co-box.co-box-additional .form-group {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .price-wrapper {
    padding: 0;
  }
}
.price-wrapper .price-label {
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (min-width: 767px) {
  .price-wrapper .price-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (min-width: 1200px) {
  .price-wrapper .price-label {
    font-size: 16px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .price-wrapper .price-label {
    font-size: 13px;
  }
}
.price-wrapper .price-label.price-primary {
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
}
.price-wrapper .price-label.price-secondary {
  color: #797f87;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
}
.price-wrapper .price {
  font-size: 16px;
  color: #caa448;
  font-family: "Outfit", Arial, sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .price-wrapper .price {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .price-wrapper .price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
.price-wrapper .price.price-primary {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .price-wrapper .price.price-primary {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .price-wrapper .price.price-primary {
    font-size: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .price-wrapper .price.price-primary {
    font-size: 16px;
  }
}
.price-wrapper .price.price-secondary {
  font-weight: 400;
  font-size: 14px;
  color: #797f87;
}
@media (min-width: 992px) {
  .price-wrapper .price.price-secondary {
    font-size: 16px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .price-wrapper .price.price-secondary {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .cart-inner .delivery-time {
    padding: 5px 20px;
    text-align: center;
    display: block;
  }
}
.cart-inner .contact-box {
  min-height: auto;
  padding-left: 90px;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .cart-inner .contact-box {
    padding-left: 0;
  }
  .cart-inner .contact-box img {
    display: none;
  }
}
.cart-inner .contact-box > strong {
  display: none;
}
.cart-inner .contact-box > img {
  max-width: 80px;
  left: 0;
  top: 2px;
  display: none;
}
.cart-inner .contact-box ul li {
  word-break: normal;
  padding-top: 0;
  padding-bottom: 8px;
}
.cart-inner .contact-box ul li:last-child {
  padding-bottom: 0;
}
.cart-inner .contact-box ul li span,
.cart-inner .contact-box ul li a {
  color: #2f3540;
  font-size: 14px;
}
@media (max-width: 766px) {
  .cart-inner .contact-box ul li span,
  .cart-inner .contact-box ul li a {
    padding: 5px 0;
  }
}
@media (min-width: 767px) {
  .cart-inner .contact-box ul li span,
  .cart-inner .contact-box ul li a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .cart-inner .contact-box ul li span,
  .cart-inner .contact-box ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .cart-inner .contact-box ul li span,
  .cart-inner .contact-box ul li a {
    font-size: 16px;
  }
}
.cart-inner .contact-box ul li span:hover,
.cart-inner .contact-box ul li a:hover {
  text-decoration: underline;
  color: #caa448;
}
.cart-inner .contact-box ul li span {
  padding-left: 30px;
}
.cart-inner .contact-box ul li span.address:before, .cart-inner .contact-box ul li span.facebook:before, .cart-inner .contact-box ul li span.instagram:before, .cart-inner .contact-box ul li span.mail:before, .cart-inner .contact-box ul li span.tel:before {
  font-family: "grandbari";
  font-size: 20px;
  color: #2f3540;
  top: 11px;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
@media (max-width: 766px) {
  .cart-inner .contact-box ul li span.address:before, .cart-inner .contact-box ul li span.facebook:before, .cart-inner .contact-box ul li span.instagram:before, .cart-inner .contact-box ul li span.mail:before, .cart-inner .contact-box ul li span.tel:before {
    top: 13px;
  }
}
.cart-inner .contact-box ul li span.address small, .cart-inner .contact-box ul li span.facebook small, .cart-inner .contact-box ul li span.instagram small, .cart-inner .contact-box ul li span.mail small, .cart-inner .contact-box ul li span.tel small {
  display: block;
  font-size: 12px;
}
@media (min-width: 480px) {
  .cart-inner .contact-box ul li span.address small, .cart-inner .contact-box ul li span.facebook small, .cart-inner .contact-box ul li span.instagram small, .cart-inner .contact-box ul li span.mail small, .cart-inner .contact-box ul li span.tel small {
    font-size: 14px;
  }
}
.cart-inner .contact-box ul li span.mail a {
  word-break: break-all;
}
.cart-inner .contact-box ul li span.mail:before {
  content: "\e912";
  font-size: 22px;
}
.cart-inner .contact-box ul li span.instagram {
  display: none;
}
.cart-inner .contact-box ul li span.instagram:before {
  content: "\e910";
}
.cart-inner .contact-box ul li span.tel:before {
  content: "\e918";
  font-size: 22px;
}
.cart-inner .contact-box ul li.social-item .facebook:before {
  content: "\e90b";
  font-size: 20px;
}
.cart-inner .contact-box ul li.social-item .instagram:before {
  content: "\e910";
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .id--9 .cart-inner .col-md-8,
  .id--9 .cart-inner .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.id--9 .cart-content.checkout-box-wrapper {
  display: none;
}
.id--9 .sidebar-in-cart .cart-content {
  margin-left: 15px;
  margin-right: 15px;
}
.id--9 .cart-content.checkout-box-wrapper h4 {
  margin-bottom: 8px;
  font-size: 16px;
}
.id--9 .sidebar-in-cart .discount-coupon {
  padding: 15px 25px 25px;
  border-radius: 0;
  width: auto !important;
  margin: 0 15px 25px;
}
.id--9 .extras-col {
  margin: 0;
  width: auto;
  max-width: none;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 767px) {
  .id--9 .extras-col {
    width: 50%;
    max-width: 50%;
  }
}
.id--9 .extras-col .extra.delivery {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 320px;
  margin-left: auto;
  padding-right: 0;
  margin-top: 0;
}
@media (max-width: 766px) {
  .id--9 .extras-col .extra.delivery {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 766px) {
  .id--9 .extras-col .extra.delivery {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0;
    max-width: 280px;
    padding-left: 10px;
  }
}
.id--9 .extras-col .extra.delivery span {
  width: calc(100% - 50px);
}
.id--9 .extras-col-basket {
  margin: 0;
}
@media (max-width: 766px) {
  .id--9 .extras-col-basket {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 766px) {
  .id--9 .summary-wrapper {
    padding: 20px 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .id--9 .sidebar-in-cart {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .id--9 .cart-summary {
    padding: 10px 20px 20px;
  }
}
.id--9 .cart-summary > h4 {
  display: none;
}
.id--9 .extras-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.id--9 .extras-col + .extras-col {
  padding-left: 0;
}
.discount-coupon {
  max-width: 360px;
  margin-left: auto;
  text-align: right;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 766px) {
  .discount-coupon {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.discount-coupon:before {
  display: none;
}
.discount-coupon .h4 {
  width: auto;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 8px;
  color: #caa448;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
  font-size: 14px;
  display: none;
}
.discount-coupon .h4 + label {
  display: block;
}
.discount-coupon .h4:hover {
  text-decoration: underline;
}
.discount-coupon .applied-coupon {
  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;
}
.discount-coupon .applied-coupon form {
  position: relative;
  top: -5px;
}
.discount-coupon .applied-coupon form .btn {
  width: 25px;
  height: 25px;
  min-height: 25px;
}
.discount-coupon form {
  position: relative;
  display: block;
  margin-top: 5px;
}
.discount-coupon form:after {
  content: "\e929";
  font-family: "grandbari";
  position: absolute;
  top: 21px;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #797f87;
  font-size: 20px;
  display: none;
}
@media (min-width: 767px) {
  .discount-coupon form:after {
    display: block;
    left: 15px;
    font-size: 22px;
  }
}
.discount-coupon form input {
  background-color: white;
  border-radius: 20px;
  padding-right: 10px;
  padding: 10px 15px;
  padding-right: 90px;
  padding-left: 15px;
  font-size: 16px;
  height: 42px;
  min-height: 42px;
  color: #2f3540;
  width: 100%;
  font-family: "Outfit", Arial, sans-serif;
  border: 1px solid #f9f6f0;
}
@media (min-width: 767px) {
  .discount-coupon form input {
    padding: 10px 30px;
    padding-right: 90px;
    padding-left: 50px;
    font-size: 16px;
  }
}
.discount-coupon form input::-webkit-input-placeholder {
  color: #c3c9c6;
}
.discount-coupon form input::-moz-placeholder {
  color: #c3c9c6;
}
.discount-coupon form input:-ms-input-placeholder {
  color: #c3c9c6;
}
.discount-coupon form input::-ms-input-placeholder {
  color: #c3c9c6;
}
.discount-coupon form input::placeholder {
  color: #c3c9c6;
}
.discount-coupon form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.discount-coupon form input:focus::-moz-placeholder {
  color: transparent;
}
.discount-coupon form input:focus:-ms-input-placeholder {
  color: transparent;
}
.discount-coupon form input:focus::-ms-input-placeholder {
  color: transparent;
}
.discount-coupon form input:focus::placeholder {
  color: transparent;
}
.discount-coupon form .btn {
  height: 40px;
  position: absolute;
  background-color: transparent;
  border: transparent;
  color: #797f87;
  text-transform: none;
  font-weight: 400;
  line-height: 1.2;
  border: 0;
  top: 1px;
  right: 2px;
  padding: 5px 5px;
  min-height: 40px;
  font-size: 14px;
  color: white;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  width: 90px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent;
  color: #797f87;
}
.discount-coupon form .btn:hover {
  background-color: transparent;
  border: 0;
  color: #caa448;
}
.discount-coupon form .btn:before {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 25px;
  background-color: #f9f6f0;
}
.discount-coupon form .btn:after {
  display: none;
}

.ordering-process .custom-footer__newsletter {
  display: none;
}
.ordering-process #footer {
  margin-top: 80px;
}
.ordering-process .next-btn {
  padding-left: 15px;
  padding-right: 15px;
}
.ordering-process .next-btn .btn {
  width: 100%;
  background-color: #caa448;
  border: 1px solid #caa448;
  color: white;
}
.ordering-process .next-btn .btn:hover {
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
  color: #ffffff;
}
.ordering-process .next-btn .btn:after {
  content: "\e922";
  display: block;
  font-weight: 400;
  font-family: "grandbari";
  margin-left: 12px;
  font-size: 24px;
  color: #caa448;
}

.discount-coupon-checkbox {
  display: none;
}

.discount-coupon form {
  margin: 0;
}

@media (max-width: 766px) {
  .id--9 .cart-table thead {
    display: none;
  }
}
.id--9 .cart-table thead th {
  padding: 3px 5px 10px;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 2px solid #7a6b5a;
}
.id--9 .cart-table thead th:nth-child(4), .id--9 .cart-table thead th:nth-child(3) {
  text-align: center;
}
.id--9 .cart-table thead th:first-child {
  padding-left: 0;
}
@media (max-width: 766px) {
  .id--9 .cart-table tbody tr {
    position: relative;
  }
}
.id--9 .cart-table tbody tr:last-child {
  border-bottom: 1px solid #caa448;
}
.id--9 .cart-table tbody tr td {
  border-right: 0;
  padding: 25px 15px;
  border-top-width: 1px;
  border-top-color: #caa448;
}
@media (max-width: 766px) {
  .id--9 .cart-table tbody tr td {
    padding: 25px 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.id--9 .cart-table tbody tr td.cart-p-image {
  width: 75px;
  height: 75px;
  padding-left: 0;
}
@media (max-width: 766px) {
  .id--9 .cart-table tbody tr td.cart-p-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 75px;
            flex: 1 1 75px;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .id--9 .cart-table tbody tr td.cart-p-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 75px;
            flex: 1 1 75px;
  }
}
.id--9 .cart-table tbody tr td.cart-p-image a {
  display: block;
  width: 75px;
  height: 75px;
  background-color: white;
}
.id--9 .cart-table tbody tr td.cart-p-image a img {
  width: 75px;
  height: 75px;
  mix-blend-mode: multiply;
}
.id--9 .cart-table tbody tr td.p-name {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 75px);
          flex: 1 1 calc(100% - 75px);
}
.id--9 .cart-table tbody tr td.p-name .main-link {
  display: block;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  color: #2f3540;
  font-size: 14px;
  padding-right: 25px;
  line-height: 1.4;
  text-transform: none;
}
@media (min-width: 767px) {
  .id--9 .cart-table tbody tr td.p-name .main-link {
    font-size: 16px;
    margin-bottom: 0;
    padding-right: 0;
  }
}
.id--9 .cart-table tbody tr td.p-name .main-link .main-link-variant {
  font-size: 80%;
  margin-top: 0;
}
.id--9 .cart-table tbody tr td.p-name .show-related {
  font-size: 14px;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  margin-top: 4px;
}
@media (min-width: 767px) {
  .id--9 .cart-table tbody tr td.p-name .show-related {
    margin-top: 5px;
  }
}
.id--9 .cart-table tbody tr td.p-name .show-related:after {
  padding-left: 10px;
  font-size: 12px;
  top: -1px;
  position: relative;
}
.id--9 .cart-table tbody tr td.p-availability {
  display: none;
}
.id--9 .cart-table tbody tr td.p-availability .availability-label {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
}
.id--9 .cart-table tbody tr td.p-availability .availability-amount {
  display: none;
}
.id--9 .cart-table tbody tr td .quantity-form {
  text-align: center;
}
@media (max-width: 766px) {
  .id--9 .cart-table tbody tr td.p-quantity {
    padding-top: 15px;
  }
}
.id--9 .cart-table tbody tr td.p-price {
  font-size: 14px;
  font-weight: 400;
  color: #797f87;
}
@media (max-width: 766px) {
  .id--9 .cart-table tbody tr td.p-price {
    text-align: right;
  }
}
.id--9 .cart-table tbody tr td.p-price .unit-value {
  font-size: 14px;
  font-weight: 400;
  color: #2f3540;
}
.id--9 .cart-table tbody tr td .p-availability-content {
  display: block;
  margin-top: 5px;
}
.id--9 .cart-table tbody tr td .availability-label,
.id--9 .cart-table tbody tr td .p-label {
  font-size: 14px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  color: #2f3540;
}
.id--9 .cart-table tbody tr td .availability-amount {
  display: none;
}
@media (min-width: 767px) {
  .id--9 .cart-table tbody tr td.p-total {
    text-align: left;
    position: relative;
    padding-right: 35px;
  }
}
.id--9 .cart-table tbody tr td.p-total .p-price-content {
  display: none;
  color: #2f3540;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Outfit", Arial, sans-serif;
}
@media (min-width: 767px) {
  .id--9 .cart-table tbody tr td.p-total .p-price-content {
    display: block;
    padding-right: 25px;
  }
}
.id--9 .cart-table tbody tr td.p-total .p-price-content .price-final {
  color: #2f3540;
  font-size: 14px;
}
.id--9 .cart-table tbody tr td.p-total .p-price-content .unit-value {
  font-size: 14px;
  color: inherit;
}
.id--9 .cart-table tbody tr td.p-total > .price-final {
  display: block;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 766px) {
  .id--9 .cart-table tbody tr td.p-total > .price-final {
    margin-top: 4px;
  }
}
.id--9 .cart-table tbody tr td.p-total .remove-item {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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;
}
@media (min-width: 767px) {
  .id--9 .cart-table tbody tr td.p-total .remove-item {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
.id--9 .cart-table tbody tr td.p-total .remove-item:hover:before {
  color: #d32f2f;
}
.id--9 .cart-table tbody tr td.p-total .remove-item:before {
  color: #2f3540;
}

.cart-heading {
  padding-left: 0;
}

@media (max-width: 766px) {
  .id--9 .cart-empty {
    padding: 0 15px;
  }
}
@media (min-width: 767px) {
  .id--9 .cart-empty .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 766px) {
  .id--9 .cart-empty .col-md-4 {
    margin-top: 20px;
  }
}
.id--9 .cart-empty .empty-cart-boxes ul {
  padding-left: 0;
}
.id--9 .cart-empty .empty-cart-boxes ul li {
  display: block;
  list-style: none;
  padding-left: 0;
}
.id--9 .cart-empty .empty-cart-boxes ul li a {
  color: #2f3540;
  font-size: 14px;
  padding: 5px 0;
}
@media (min-width: 767px) {
  .id--9 .cart-empty .empty-cart-boxes ul li a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .id--9 .cart-empty .empty-cart-boxes ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .id--9 .cart-empty .empty-cart-boxes ul li a {
    font-size: 14px;
  }
}
.id--9 .cart-empty .empty-cart-boxes ul li a:hover {
  text-decoration: underline;
  color: #caa448;
}
.id--9 .cart-empty .cart-content {
  padding: 25px;
  border-radius: 0;
  border: 2px solid #caa448;
  background: #ffffff;
}
@media (max-width: 766px) {
  .id--9 .cart-empty .cart-content {
    padding: 15px;
  }
}
.id--9 .cart-empty .cart-content + .cart-content {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .id--9 .cart-empty .cart-content + .cart-content {
    margin-top: 25px;
  }
}
.id--9 .cart-empty .cart-content h4 {
  font-size: 18px;
  text-transform: none;
}
.id--9 .cart-empty .cart-content .search {
  min-width: auto;
}
.id--9 .cart-empty .cart-content .contact-box ul {
  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;
}
.id--9 .cart-empty .cart-content .contact-box ul li {
  padding: 6px 0;
}
.id--9 .cart-empty .cart-content .contact-box ul li:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.id--9 .cart-empty .cart-content .contact-box ul li span {
  padding-left: 40px;
  color: #2f3540;
  font-size: 14px;
}
.id--9 .cart-empty .cart-content .contact-box ul li span:before {
  width: 30px;
  font-size: 18px;
  color: #2f3540;
}
.id--9 .cart-empty .cart-content .contact-box ul li span a {
  color: #2f3540;
  font-size: 14px;
}

@media (max-width: 766px) {
  .id--15 .content-inner {
    padding: 0 15px;
  }
}
.id--15 .content-inner > p {
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center;
  font-size: 16px;
}
.id--15 .content-inner > h1 {
  padding-top: 40px;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: none;
}
.id--15 .reca-number {
  font-size: 16px;
  font-weight: 400;
}
.id--15 .reca-number strong {
  font-weight: 600;
}
.id--15 .order-complete-links .btn {
  margin-top: 20px;
  background-color: white;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
.id--15 .order-complete-links .btn:hover {
  color: var(--color-secondary-hover);
  background-color: #ffffff;
  border: 1px solid var(--color-secondary-hover);
}
.id--15 .order-summary-item {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  color: #2f3540;
}
@media (min-width: 767px) {
  .id--15 .order-summary-item {
    font-size: 16px;
  }
}
.id--15 .order-summary-item.total {
  margin-top: 25px;
}
.id--15 .order-summary-item.summary-thx {
  color: #caa448;
  margin-top: 15px;
  font-weight: 600;
  font-size: 24px;
}
.id--15 .co-box {
  position: relative;
  border-radius: 10px;
  border: 1px solid #caa448;
  padding: 0 24px 24px;
  margin: 45px 0;
}
@media (max-width: 766px) {
  .id--15 .co-box {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.id--15 .co-box h4 {
  line-height: 1.4;
  margin-bottom: 25px;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  background: white;
  margin-top: 0;
  position: relative;
  top: -15px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .id--15 .co-box h4 {
    margin-left: 0;
    padding-left: 40px;
  }
}
@media (max-width: 766px) {
  .id--15 .co-box h4 {
    top: -11px;
    font-size: 16px;
    margin-left: 0;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .id--15 .co-box h4 {
    margin-left: 0;
    padding-left: 40px;
  }
}
.id--15 .co-box h4:before {
  font-family: "grandbari";
  font-size: 20px;
  left: 10px;
  color: #caa448;
}
.id--15 .co-box.co-payment-method h4:before {
  content: "\e919";
}
.id--15 .co-box.co-order h4:before {
  content: "\e911";
}
.id--15 .contact-group,
.id--15 .order-summary-heading,
.id--15 .recapitulation-wrapper {
  max-width: 940px;
  margin: 0 auto;
}
.id--15 .contact-group {
  margin-bottom: 50px;
}
.id--15 .contact-group .box {
  width: 100%;
}
.id--15 .contact-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table {
  padding: 0;
  border-collapse: separate;
  border-radius: 0;
  overflow: hidden;
  display: block;
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table td,
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table th {
  padding: 8px 0;
  border-bottom: 0;
  font-size: 14px;
}
@media (min-width: 480px) {
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table td,
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table th {
    font-size: 16px;
  }
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table th {
  margin-right: 25px;
}
@media (max-width: 766px) {
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table th {
    min-width: 120px;
    margin-right: 25px;
  }
}
@media (min-width: 767px) {
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table th {
    min-width: 190px;
    margin-right: 40px;
  }
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table tr {
  display: inline-block;
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 767px) {
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table tr {
    width: 100%;
  }
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table tr:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 767px) {
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table tr:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table tr:last-child td,
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table tr:last-child th {
  display: inline-block;
  border: 0;
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table tr td,
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .recapitulation-table tr th {
  display: inline-block;
  width: auto;
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table {
  margin: 0;
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table tr td {
  border-right: 0;
  border-top-color: #caa448;
  padding: 16px 0;
}
@media (min-width: 767px) {
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table tr td {
    padding: 32px 0;
  }
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table tr td strong {
  font-weight: 600;
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .cart-p-image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .cart-p-image img {
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .cart-p-image {
    width: 140px;
  }
}
@media (min-width: 767px) and (min-width: 767px) {
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .cart-p-image img {
    width: 140px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .p-name {
  color: #2f3540;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
}
@media (min-width: 480px) {
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .p-name {
    padding-left: 30px;
    font-size: 16px;
  }
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .p-quantity {
  color: #2f3540;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .p-quantity {
    font-size: 14px;
  }
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .p-quantity strong,
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .p-quantity span {
  font-weight: 400;
  color: #797f87;
}
.id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .p-price {
  font-size: 14px;
  font-weight: 600;
  color: #2f3540;
}
@media (min-width: 480px) {
  .id--15 .recapitulation-wrapper:not(.reca-btn) .co-box .cart-table .p-price {
    font-size: 16px;
  }
}

.ordering-process.id--9 #fvstudio-delivery-info.show-info,
.content-window.cart-window #fvstudio-delivery-info.show-info {
  display: block;
}

.ordering-process.id--9 #fvstudio-delivery-info .extra.delivery,
.content-window.cart-window #fvstudio-delivery-info .extra.delivery {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  margin-left: 0;
}

.free-gift-title {
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 25px;
}

.radio-wrapper.active label > span b {
  color: #2f3540;
}

.id--16 .cart-content .box .radio-wrapper.inactive-child {
  display: none;
}
.id--16 .cart-content .box .radio-wrapper.active label .for-free {
  color: #caa448;
}
.id--16 .cart-content .box .radio-wrapper.active label .payment-info:before {
  color: #caa448;
}
@media (min-width: 480px) {
  .id--16 .cart-content .box .radio-wrapper#shipping-32 input[type=radio] + label .payment-info:before, .id--16 .cart-content .box .radio-wrapper#shipping-14 input[type=radio] + label .payment-info:before {
    content: "\e903";
    font-size: 30px;
  }
  .id--16 .cart-content .box .radio-wrapper#shipping-4 input[type=radio] + label .payment-info:before {
    content: "\e930";
  }
  .id--16 .cart-content .box .radio-wrapper[data-id=billing-5] input[type=radio] + label .payment-info:before, .id--16 .cart-content .box .radio-wrapper[data-id=billing-3] input[type=radio] + label .payment-info:before {
    content: "\e92f";
  }
  .id--16 .cart-content .box .radio-wrapper[data-id=billing-14] input[type=radio] + label .payment-info:before, .id--16 .cart-content .box .radio-wrapper[data-id=billing-17] input[type=radio] + label .payment-info:before, .id--16 .cart-content .box .radio-wrapper[data-id=billing-20] input[type=radio] + label .payment-info:before {
    content: "\e92e";
  }
}
.id--16 .cart-content .box .radio-wrapper input[type=radio]:checked + label > span b {
  color: #caa448;
}
.id--16 .cart-content .box .radio-wrapper input[type=radio]:checked + label:before {
  background-color: white;
  border-color: #caa448;
}
.id--16 .cart-content .box .radio-wrapper input[type=radio]:checked + label:after {
  background-color: #caa448;
}
.id--16 .cart-content .box .radio-wrapper input[type=radio] + label .payment-info {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  color: #2f3540;
  font-size: 16px;
  font-family: "Outfit", Arial, sans-serif;
  position: relative;
}
@media (min-width: 480px) {
  .id--16 .cart-content .box .radio-wrapper input[type=radio] + label .payment-info {
    padding-left: 50px;
  }
  .id--16 .cart-content .box .radio-wrapper input[type=radio] + label .payment-info:before {
    content: "";
    font-family: "grandbari";
    display: inline-block;
    margin-right: 10px;
    color: #2f3540;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.id--16 .cart-content .box .radio-wrapper input[type=radio] + label .payment-info b {
  font-weight: 700;
}
.id--16 .cart-content .box .radio-wrapper input[type=radio] + label .payment-logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
.id--16 .cart-content .box .radio-wrapper input[type=radio] + label .payment-shipping-price {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.id--16 .cart-content .box .radio-wrapper input[type=radio] + label:before {
  border-color: #dedfe2;
}
.id--16 .cart-content .box .radio-wrapper input[type=radio] + label:after {
  background-color: white;
}
.id--16 .cart-content .box .cart-toggle {
  color: #2f3540;
  text-decoration: underline;
  font-size: 14px;
}
@media (min-width: 481px) and (max-width: 767px) {
  body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li {
  border-radius: 4px;
  border-color: #f0f1f2;
  padding: 12px 12px;
  border-width: 1px;
}
@media (min-width: 481px) and (max-width: 767px) {
  body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li {
    width: calc(50% - 5px);
  }
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li:hover {
  border-width: 1px;
  border-color: #caa448;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li.active {
  border-width: 1px;
  border-color: #caa448;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li.active .btn .btn-classic {
  display: none;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li.active .btn .btn-selected {
  display: block;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li .btn {
  height: 32px;
  min-height: 32px;
  margin-top: 12px;
  min-width: 90px;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li .btn:after {
  display: none;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li .btn .btn-classic {
  display: block;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li .btn .btn-selected {
  display: none;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li .text-right {
  text-align: right;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li label {
  height: 100%;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li .free-gifts-img img {
  width: 72px;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li .free-gift-label {
  padding-left: 12px;
}
body.ordering-process.id--9 .free-gifts-wrapper ul.free-gifts li .free-gift-name {
  padding-right: 0;
  text-transform: none;
  font-size: 14px;
  color: #2f3540;
  line-height: 1.5;
  font-weight: 400;
}

.cart-toggle-unselected-options {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin: 15px -24px -24px;
  background: #fbf9f7;
  padding: 8px;
  padding-left: 35px;
}
.cart-toggle-unselected-options span {
  text-decoration: none;
}
.cart-toggle-unselected-options:after {
  display: none;
}
.cart-toggle-unselected-options:before {
  content: "\e906";
  margin-right: 5px;
  position: relative;
  top: 3px;
  font-family: "grandbari";
  color: #2f3540;
  font-size: 18px;
}

.id--17 .cart-content .form-group.form-group--login {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff7d2;
  border-radius: 4px;
  padding: 15px 15px 15px;
}
@media (min-width: 480px) {
  .id--17 .cart-content .form-group.form-group--login {
    padding: 25px 25px 25px;
  }
}
.id--17 .cart-content .form-group.form-group--login:before, .id--17 .cart-content .form-group.form-group--login:after {
  display: none;
}
.id--17 .cart-content .form-group.form-group--login .form-group--login-content {
  padding-left: 64px;
  position: relative;
  padding-right: 20px;
}
@media (max-width: 479px) {
  .id--17 .cart-content .form-group.form-group--login .form-group--login-content {
    margin-bottom: 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .id--17 .cart-content .form-group.form-group--login .form-group--login-content {
    max-width: 270px;
  }
}
.id--17 .cart-content .form-group.form-group--login .form-group--login-content:before {
  content: "\e91c";
  position: absolute;
  top: 50%;
  left: 0;
  color: #2f3540;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "grandbari";
  font-size: 40px;
}
.id--17 .cart-content .form-group.form-group--login .form-group--login-name {
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.id--17 .cart-content .form-group.form-group--login .form-group--login-text {
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 479px) {
  .id--17 .cart-content .form-group.form-group--login > div:last-child {
    width: 100%;
  }
}
.id--17 .cart-content .form-group.form-group--login .btn {
  background-color: #caa448;
  border: 1px solid #caa448;
  color: #ffffff;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  min-width: 180px;
}
@media (max-width: 479px) {
  .id--17 .cart-content .form-group.form-group--login .btn {
    width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .id--17 .cart-content .form-group.form-group--login .btn {
    min-width: 140px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .id--17 .cart-content .form-group.form-group--login .btn {
    min-width: 110px;
  }
}
.id--17 .cart-content .form-group.form-group--login .btn:hover {
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
  color: #ffffff;
}
.id--17 .cart-content .form-group.form-group--login .btn:after {
  display: none;
}
.id--17 .cart-content .co-box.co-box-additional {
  margin: 0;
  padding-bottom: 10px;
  border: 0;
  padding-top: 0;
  margin-top: -20px;
}
@media (max-width: 766px) {
  .id--17 .cart-content .co-box.co-box-additional {
    padding-left: 0;
    padding-right: 0;
  }
}

form:first-of-type .co-box.co-delivery-method {
  border: 1px solid #caa448;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .id--16 #checkoutSidebar {
    margin-top: 0;
  }
}

#checkoutSidebar {
  position: static !important;
  padding-bottom: 60px;
}
#checkoutSidebar .cart-content .form-group {
  padding: 0;
  margin-top: 15px;
}

@media (max-width: 766px) {
  #checkoutSidebar {
    padding: 0 15px;
    margin-bottom: 25px;
  }
}
#checkoutSidebar .form-group input[type=checkbox] + label {
  color: #2f3540;
}
#checkoutSidebar .form-group input[type=checkbox] + label a {
  color: #797f87;
}
#checkoutSidebar .form-group label.whole-width span.required-asterisk {
  color: #797f87;
}
#checkoutSidebar .form-group label.whole-width span.required-asterisk:before {
  display: none;
}
#checkoutSidebar .form-group label.whole-width span.required-asterisk a {
  color: #797f87;
}

.next-step-finish {
  white-space: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: none;
}
.next-step-finish.btn.btn-lg {
  line-height: 1.2;
}
.next-step-finish .order-button-text {
  text-transform: none;
  font-size: 16px;
}
.next-step-finish .order-button-suffix {
  font-size: 14px;
  margin-top: 4px;
  padding-bottom: 0;
}

.id--9 .products-related-block {
  padding: 0;
  margin-top: 40px;
  padding-top: 20px;
  position: relative;
}
.id--9 .products-related-block .swiper-arrow {
  top: 15px;
}
@media (max-width: 479px) {
  .id--9 .products-related-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.id--9 .products-related-block .products-related-header {
  color: #2f3540;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 0;
  font-size: 22px;
}
@media (min-width: 767px) {
  .id--9 .products-related-block .products-related-header {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .id--9 .products-related-block .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;
    margin: 0 -20px 0 -20px;
  }
}
@media (max-width: 479px) {
  .id--9 .products-related-block .products-block > div {
    padding: 0 8px 15px;
    margin-bottom: 20px;
    display: inline-block !important;
    vertical-align: top;
    width: 230px;
    max-width: 230px;
    white-space: normal;
  }
  .id--9 .products-related-block .products-block > div:first-child {
    margin-left: 10px;
  }
  .id--9 .products-related-block .products-block > div:last-child {
    margin-right: 10px;
  }
}
@media (min-width: 480px) {
  .id--9 .products-related-block .products-block > div {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.id--9 .products-related-block .products-block > div .p .p-bottom .prices {
  margin-top: 8px;
  margin-bottom: 8px;
}

#checkoutSidebar .cart-content.checkout-box-wrapper h4 {
  margin-bottom: 10px !important;
}

.form-group--login {
  margin-top: 30px;
}
.form-group--login p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (min-width: 767px) {
  .form-group--login p {
    font-size: 16px;
  }
}
.form-group--login p strong {
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
}
@media (min-width: 767px) {
  .form-group--login p strong {
    font-size: 20px;
  }
}
.form-group--login p a {
  text-decoration: underline;
}
.form-group--login .form-group--login-form .form-group {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-bottom: 0;
  min-width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}
.form-group--login .form-group--login-form .form-group label {
  font-size: 14px;
}
@media (min-width: 767px) {
  .form-group--login .form-group--login-form .form-group label {
    font-size: 16px;
  }
}
.form-group--login .form-group--login-form .form-group label #reg-info {
  display: block;
  font-size: 80%;
  font-weight: 400;
}
.form-group--login .form-group--login-form .form-group label:before {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 0;
  top: 0;
}
.form-group--login .form-group--login-form .form-group label:after {
  top: 3px;
  border: 0;
  left: 6px;
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.form-group--login .form-group--login-form .form-group input:checked + label {
  font-weight: 600;
}
.form-group--login .form-group--login-form .form-group input:checked + label:before {
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 0;
  background-color: white;
  border-color: #caa448;
}
.form-group--login .form-group--login-form .form-group input:checked + label:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  display: block;
  background-color: #caa448;
  border-color: #fff;
}

.p-price .price-final {
  color: #2f3540;
}

.id--17 .co-box.co-contact-information .form-group.consents-first label {
  display: block;
  padding-top: 5px;
  width: 100%;
}
.id--17 .co-box.co-contact-information .form-group.consents-first label span {
  color: black;
}
.id--17 .co-box.co-contact-information .form-group.consents-first .js-validator-msg {
  padding-left: 30px;
}

.cart-inner.cart-empty {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cart-inner.cart-empty .h1.cart-heading {
  display: block;
  text-align: center;
  margin-bottom: 16px;
  color: #2f3540;
  font-size: 24px;
}
.cart-inner.cart-empty .h1.cart-heading:before {
  display: block;
  content: "\e92d";
  font-family: "grandbari";
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: 300;
  color: #caa448;
  height: 60px;
}
.cart-inner.cart-empty .empty-cart-boxes,
.cart-inner.cart-empty .col-md-4 {
  display: none;
}
.cart-inner.cart-empty .col-md-8 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.cart-inner.cart-empty .cart-content {
  border: 0;
  text-align: center;
  padding: 0;
  background-color: transparent;
}
.cart-inner.cart-empty .cart-content p {
  display: block;
  margin-bottom: 25px;
  font-weight: 400;
  color: #2f3540;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 30px;
}
.reg-benefit-group {
  position: relative;
  margin: 12px 15px 24px;
}
@media (min-width: 992px) {
  .reg-benefit-group {
    margin: 24px 0 24px;
  }
}
.reg-benefit-group .h4 {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 24px;
  color: #2f3540;
  margin-top: 0;
  line-height: 1.4;
}
.reg-benefit-group .reg-benefit__image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  pointer-events: none;
}
.reg-benefit-group .reg-benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.reg-benefit-group .reg-benefit-item {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .reg-benefit-group .reg-benefit-item {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .reg-benefit-group .reg-benefit-item {
    margin-bottom: 32px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .reg-benefit-group .reg-benefit-item {
    width: 25%;
  }
}
.reg-benefit-group .reg-benefit-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reg-benefit-group .reg-benefit-item__image-block {
  margin-bottom: 25px;
  width: 65px;
}
.reg-benefit-group .reg-benefit-item__text-block {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #2f3540;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reg-benefit-group .reg-benefit-item__text-block strong {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.reg-benefit-group .reg-benefit-item__text-block p {
  font-size: 16px;
  font-weight: 400;
}

.content-modal h1 {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
}

#colorbox.is-advanced-modal #cboxContent {
  border: 0;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
}
@media (max-width: 479px) {
  #colorbox.is-advanced-modal .products-block > div {
    width: 100%;
    border-right: 0;
  }
}
#colorbox.is-advanced-modal .colorbox-html-content {
  padding: 0;
}
#colorbox.is-advanced-modal .advanced-order .h1 {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  #colorbox.is-advanced-modal .advanced-order .h1 {
    padding: 0 50px;
    font-size: 20px;
  }
}
@media (min-width: 767px) {
  #colorbox.is-advanced-modal .advanced-order .h1 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #colorbox.is-advanced-modal .advanced-order .h1 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  #colorbox.is-advanced-modal .advanced-order .h1 {
    font-size: 30px;
  }
}
#colorbox.is-advanced-modal .advanced-order .h1.advanced-order-suggestion {
  display: none;
}
#colorbox.is-advanced-modal .advanced-order .h1:before {
  display: block;
  content: "\e903";
  font-family: "grandbari";
  margin-bottom: 25px;
  font-size: 58px;
  color: #caa448;
  font-weight: 400;
}
#colorbox.is-advanced-modal .advanced-order .h2 {
  color: #2f3540;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 767px) {
  #colorbox.is-advanced-modal .advanced-order .h2 {
    font-size: 20px;
  }
}
#colorbox.is-advanced-modal .products-additional-group {
  padding: 0 20px;
  margin-top: 20px;
  padding-top: 20px;
  border: 0;
  border-top: 1px solid #ffffff;
}
#colorbox.is-advanced-modal .products-additional-group .h4.modal-title {
  color: #2f3540;
  text-align: center;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: 0;
}
#colorbox.is-advanced-modal .products-additional {
  border: 0;
}
#colorbox.is-advanced-modal .products-related .p .availability {
  display: block;
}
#colorbox.is-advanced-modal .products-block.products .product {
  background-color: white;
}
#colorbox.is-advanced-modal .products-block.products .product img {
  overflow: hidden;
  border-radius: 5px;
}
#colorbox.is-advanced-modal .products-block.products .product .p .p-bottom .prices {
  margin-bottom: 0;
}
#colorbox.is-advanced-modal .extras-wrap {
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (min-width: 767px) {
  #colorbox.is-advanced-modal .extras-wrap {
    margin-bottom: 30px;
    padding: 0 40px;
  }
}
#colorbox.is-advanced-modal .extras-wrap.extras-wrap-delivery {
  margin-bottom: 0;
}
#colorbox.is-advanced-modal .extras-wrap.extras-wrap-delivery .extra.delivery {
  margin-bottom: 15px;
}
#colorbox.is-advanced-modal .extras-wrap .extra.back-btn {
  margin: 0;
  margin: 0 10px;
}
#colorbox.is-advanced-modal .extras-wrap .extra.step {
  margin: 0;
  margin: 0 10px;
}
#colorbox.is-advanced-modal .extras-wrap .extra.delivery {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  #colorbox.is-advanced-modal .extras-wrap .extra.delivery {
    width: 100%;
    margin: 0 30px;
    margin-bottom: 25px;
  }
}

.extras-wrap .extra.back-btn {
  margin-top: 0;
}
.extras-wrap .extra.back-btn .btn {
  width: 100%;
  background-color: transparent;
  border: 0;
}
.extras-wrap .extra.back-btn .btn:hover {
  background: #ffffff;
}
.extras-wrap .extra.back-btn .btn:after {
  display: none;
}
.extras-wrap .extra.delivery {
  border-radius: 4px;
  padding: 7px 20px;
  line-height: 1.4;
  position: relative;
  margin: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.extras-wrap .extra.delivery:before {
  display: none;
}
.extras-wrap .extra.delivery span {
  position: relative;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #2f3540;
  font-size: 14px;
}
@media (min-width: 767px) {
  .extras-wrap .extra.delivery span {
    font-size: 16px;
  }
}
.extras-wrap .extra.delivery span:before {
  content: "\e903";
  font-family: "grandbari";
  margin-right: 5px;
  font-size: 22px;
  position: absolute;
  top: -3px;
  left: -50px;
  color: #2f3540;
  font-weight: 400;
}
@media (max-width: 766px) {
  .extras-wrap .extra.delivery span:before {
    left: -40px;
  }
}
.extras-wrap .extra.delivery span strong {
  font-size: 16px;
  font-weight: 400;
  color: #2f3540;
}
.extras-wrap .extra.gift {
  border-radius: 4px;
  background-color: #caa448;
  padding: 7px 20px;
  line-height: 1.4;
  position: relative;
  margin: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.extras-wrap .extra.gift:before {
  content: "\e915";
  font-family: "kavovnik";
  position: static;
  display: inline-block;
  color: #2f3540;
  font-size: 38px;
  margin-top: 0;
  margin-right: 20px;
}
.extras-wrap .extra.gift .price-range {
  margin-top: 15px;
}
.extras-wrap .extra.gift span {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 14px;
  color: #2f3540;
}
.extras-wrap .extra.gift span strong {
  font-size: 14px;
  color: #2f3540;
}
.extras-wrap .extra.step {
  margin-top: 0;
}
.extras-wrap .extra.step .btn {
  width: 100%;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
}
.extras-wrap .extra.step .btn:hover {
  color: #ffffff;
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
}

#cboxClose {
  background-color: #fff !important;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  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;
  color: white;
}
@media (min-width: 767px) {
  #cboxClose {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 20px;
  }
}
#cboxClose:before {
  top: 50%;
  left: 50%;
  font-size: 13px;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #2f3540;
}
@media (min-width: 767px) {
  #cboxClose:before {
    font-size: 15px;
  }
}

@media (max-width: 766px) {
  .btn.p-all {
    line-height: 1.2;
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  .table-column-2,
  .table-column-3 {
    margin: 0 -15px;
  }
}
@media (max-width: 766px) {
  .table-column-2,
  .table-column-3 {
    display: block;
  }
  .table-column-2 td,
  .table-column-3 td {
    display: block;
    width: 100%;
  }
  .table-column-2 tr,
  .table-column-2 tbody,
  .table-column-3 tr,
  .table-column-3 tbody {
    display: block;
  }
  .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 .table-order-last,
  .table-column-3 .table-order-last {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
}

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

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

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

.entrance-protection-inner h1 {
  color: #2f3540;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
}

.msg.msg-info {
  border-color: #caa448;
  color: #fff;
  background-color: #caa448;
}

.price-range {
  margin-top: 15px;
  height: 8px;
  background-color: #f0f1f1;
  border-radius: 20px;
}
.price-range div {
  border-radius: 20px;
  height: 8px;
  background-color: #caa448;
}

.popup-widget {
  padding-top: 0;
  max-height: none;
}

.login-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}

a.login-btn.facebook strong,
a.login-btn.google strong,
a.login-btn.seznam strong {
  padding-top: 10px 4px;
}

.social-login-buttons .form-group {
  margin-bottom: 10px;
}

.admin-logged .popup-widget.cart-widget {
  top: 100px;
}
@media (min-width: 767px) {
  .admin-logged .popup-widget.cart-widget {
    top: 80px;
  }
}
@media (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    margin-left: 40px;
    top: 112px;
  }
}
@media (min-width: 1200px) {
  .admin-logged .popup-widget.cart-widget {
    margin-left: 140px;
  }
}
@media (min-width: 1440px) {
  .admin-logged .popup-widget.cart-widget {
    margin-left: 260px;
  }
}
@media (min-width: 1600px) {
  .admin-logged .popup-widget.cart-widget {
    margin-left: 310px;
  }
}
@media (min-width: 1800px) {
  .admin-logged .popup-widget.cart-widget {
    margin-left: 310px;
  }
}
.admin-logged .popup-widget.login-widget {
  top: 100px;
}
@media (min-width: 767px) {
  .admin-logged .popup-widget.login-widget {
    top: 116px;
  }
}
@media (min-width: 992px) {
  .admin-logged .popup-widget.login-widget {
    top: 116px;
  }
}
@media (min-width: 992px) {
  .admin-logged.ordering-process .popup-widget.login-widget {
    border-top-right-radius: 0;
    margin-left: 36px;
  }
}
@media (min-width: 1200px) {
  .admin-logged.ordering-process .popup-widget.login-widget {
    margin-left: 139px;
  }
}
@media (min-width: 1440px) {
  .admin-logged.ordering-process .popup-widget.login-widget {
    margin-left: 259px;
  }
}
@media (min-width: 1600px) {
  .admin-logged.ordering-process .popup-widget.login-widget {
    margin-left: 309px;
  }
}
@media (min-width: 1800px) {
  .admin-logged.ordering-process .popup-widget.login-widget {
    margin-left: 310px;
  }
}

.popup-widget.cart-widget {
  top: 60px;
}
@media (min-width: 767px) {
  .popup-widget.cart-widget {
    top: 84px;
  }
}
@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 40px;
    top: 84px;
  }
}
@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    top: 87px;
    margin-left: 140px;
  }
}
@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 260px;
  }
}
@media (min-width: 1600px) {
  .popup-widget.cart-widget {
    margin-left: 310px;
  }
}
.popup-widget.login-widget {
  top: 60px;
}
@media (min-width: 767px) {
  .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 {
    border-top-right-radius: 0;
    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: 766px) {
  .popup-widget.login-widget {
    top: 50px;
  }
}

@media (min-width: 767px) {
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    border-radius: 0;
    overflow: hidden;
  }
}
@media (max-width: 766px) {
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    padding-top: 0;
  }
}

@media (max-width: 766px) {
  .login-wrapper .btn-login {
    width: 100%;
    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;
    margin-bottom: 20px;
  }
}

.cart-widget-inner.full .cart-widget-products .cart-widget-product {
  text-align: left;
  border-bottom: 0;
}

.popup-widget-inner:not(.cart-widget-inner) {
  border-radius: 0;
  border: 1px solid #caa448;
}
@media (max-width: 766px) {
  .popup-widget-inner:not(.cart-widget-inner) {
    border: 0;
  }
}

@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;
  }
}

.popup-widget {
  z-index: 9;
}
.popup-widget h2 {
  font-family: "Outfit", Arial, sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #2f3540;
}
.popup-widget input {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
}
.popup-widget input::-webkit-input-placeholder {
  color: #2f3540;
}
.popup-widget input::-moz-placeholder {
  color: #2f3540;
}
.popup-widget input:-ms-input-placeholder {
  color: #2f3540;
}
.popup-widget input::-ms-input-placeholder {
  color: #2f3540;
}
.popup-widget input::placeholder {
  color: #2f3540;
}
.popup-widget .btn {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
}
.popup-widget .btn:hover {
  color: #ffffff;
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
}
.popup-widget .btn:after {
  display: none;
}
.popup-widget .password-helper a {
  color: #2f3540;
  text-decoration: underline;
}
.popup-widget .password-helper a:hover {
  color: #caa448;
}

@media (min-width: 992px) {
  .popup-widget.login-widget {
    margin-left: -30px;
  }
  .popup-widget.login-widget:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .popup-widget.login-widget {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .popup-widget.login-widget {
    margin-left: 120px;
  }
}
@media (min-width: 1600px) {
  .popup-widget.login-widget {
    margin-left: 160px;
  }
}
@media (min-width: 1800px) {
  .popup-widget.login-widget {
    margin-left: 170px;
  }
}
@media (min-width: 2000px) {
  .popup-widget.login-widget {
    margin-left: 170px;
  }
}
.cart-widget-products .cart-widget-product {
  color: #2f3540;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.cart-widget .cart-free-total {
  margin: 0 15px;
  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;
  font-size: 14px;
  color: #2a302d;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: calc(100% - 30px);
  margin-top: 10px;
  padding-top: 10px;
}
.cart-widget .cart-free-total span {
  font-weight: 500;
}
.cart-widget .cart-free-total strong {
  color: #caa448;
  font-size: 16px;
  font-weight: 600;
}
.cart-widget .cart-free-shipping {
  margin: 0 15px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  color: #2f3540;
  margin-bottom: 10px;
  border-bottom: 1px solid #c3c9c6;
  width: calc(100% - 30px);
  bottom: 110px;
}
.cart-widget .cart-free-shipping strong {
  font-size: 14px;
  font-weight: 400;
  color: #caa448;
}
.cart-widget .cart-free-shipping div {
  padding: 10px 0;
  padding-left: 50px;
  line-height: 1.4;
  position: relative;
}
.cart-widget .cart-free-shipping div span {
  color: #caa448;
}
.cart-widget .cart-free-shipping div:before {
  content: "\e903";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: "grandbari";
  color: #caa448;
  font-size: 32px;
  font-weight: 400;
}
.cart-widget .cart-widget-button {
  padding: 50px 15px 15px;
}
.cart-widget .cart-widget-button.is-full {
  padding: 120px 15px 15px;
}
.cart-widget .cart-widget-button .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;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.cart-widget .cart-widget-button .btn:after {
  content: "\e92d";
  font-family: "grandbari";
  color: #caa448;
  font-size: 20px;
  margin-top: 1px;
}
.cart-widget .cart-widget-product-unit,
.cart-widget .cart-widget-product-amount {
  display: none !important;
}
.cart-widget .cart-widget-product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
}
.cart-widget .cart-widget-product-name strong {
  width: calc(100% - 85px);
}
.cart-widget .cart-widget-product-name strong a {
  font-weight: 500;
  font-size: 14px;
  color: #2f3540;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}
.cart-widget .cart-widget-product-name > span {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-weight: 500;
  font-size: 14px;
  color: #2a302d;
  display: inline-block;
  text-align: right;
}
.cart-widget .cart-widget-product-variant {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  color: #797f87;
  text-align: left;
}

.dkLabFavHeaderIconBtn em {
  background-color: #caa448;
  color: #2f3540;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 766px) {
  .dkLabFavHeaderIconBtn em {
    right: -10px;
  }
}

.benefits-group {
  position: relative;
  margin: 40px 0 40px;
  border-radius: 15px;
  background: #fbf9f7;
  padding: 12px 8px 30px;
}
@media (min-width: 767px) {
  .benefits-group {
    padding: 12px 16px 30px;
  }
}
.benefits-group .footer-banners {
  margin-top: 0;
}
.benefits-group .footer-banners img {
  mix-blend-mode: multiply;
}
.benefits-group .benefits__image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  pointer-events: none;
}

.type-posts-listing h1,
.type-posts-listing header h1,
.news-item-detail h1,
.news-item-detail header h1,
.type-page h1,
.type-page header h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  color: #2f3540;
}
@media (min-width: 767px) {
  .type-posts-listing h1,
  .type-posts-listing header h1,
  .news-item-detail h1,
  .news-item-detail header h1,
  .type-page h1,
  .type-page header h1 {
    margin-bottom: 10px;
    line-height: 1.25;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .type-posts-listing h1,
  .type-posts-listing header h1,
  .news-item-detail h1,
  .news-item-detail header h1,
  .type-page h1,
  .type-page header h1 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .type-posts-listing h1,
  .type-posts-listing header h1,
  .news-item-detail h1,
  .news-item-detail header h1,
  .type-page h1,
  .type-page header h1 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .type-posts-listing h1,
  .type-posts-listing header h1,
  .news-item-detail h1,
  .news-item-detail header h1,
  .type-page h1,
  .type-page header h1 {
    font-size: 52px;
  }
}
.type-posts-listing .contact-section h2,
.type-posts-listing .text h2,
.type-posts-listing article h2,
.type-posts-listing .article h2,
.news-item-detail .contact-section h2,
.news-item-detail .text h2,
.news-item-detail article h2,
.news-item-detail .article h2,
.type-page .contact-section h2,
.type-page .text h2,
.type-page article h2,
.type-page .article h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #2f3540;
}
@media (min-width: 767px) {
  .type-posts-listing .contact-section h2,
  .type-posts-listing .text h2,
  .type-posts-listing article h2,
  .type-posts-listing .article h2,
  .news-item-detail .contact-section h2,
  .news-item-detail .text h2,
  .news-item-detail article h2,
  .news-item-detail .article h2,
  .type-page .contact-section h2,
  .type-page .text h2,
  .type-page article h2,
  .type-page .article h2 {
    font-size: 18px;
  }
}
.type-posts-listing .contact-section h2.h2-big,
.type-posts-listing .text h2.h2-big,
.type-posts-listing article h2.h2-big,
.type-posts-listing .article h2.h2-big,
.news-item-detail .contact-section h2.h2-big,
.news-item-detail .text h2.h2-big,
.news-item-detail article h2.h2-big,
.news-item-detail .article h2.h2-big,
.type-page .contact-section h2.h2-big,
.type-page .text h2.h2-big,
.type-page article h2.h2-big,
.type-page .article h2.h2-big {
  font-size: 20px;
}
@media (min-width: 767px) {
  .type-posts-listing .contact-section h2.h2-big,
  .type-posts-listing .text h2.h2-big,
  .type-posts-listing article h2.h2-big,
  .type-posts-listing .article h2.h2-big,
  .news-item-detail .contact-section h2.h2-big,
  .news-item-detail .text h2.h2-big,
  .news-item-detail article h2.h2-big,
  .news-item-detail .article h2.h2-big,
  .type-page .contact-section h2.h2-big,
  .type-page .text h2.h2-big,
  .type-page article h2.h2-big,
  .type-page .article h2.h2-big {
    font-size: 30px;
  }
}
.type-posts-listing .contact-section h3,
.type-posts-listing .text h3,
.type-posts-listing article h3,
.type-posts-listing .article h3,
.news-item-detail .contact-section h3,
.news-item-detail .text h3,
.news-item-detail article h3,
.news-item-detail .article h3,
.type-page .contact-section h3,
.type-page .text h3,
.type-page article h3,
.type-page .article h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #2f3540;
}
.type-posts-listing .contact-section p,
.type-posts-listing .text p,
.type-posts-listing article p,
.type-posts-listing .article p,
.news-item-detail .contact-section p,
.news-item-detail .text p,
.news-item-detail article p,
.news-item-detail .article p,
.type-page .contact-section p,
.type-page .text p,
.type-page article p,
.type-page .article p {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2f3540;
}
.type-posts-listing .contact-section ul,
.type-posts-listing .text ul,
.type-posts-listing article ul,
.type-posts-listing .article ul,
.news-item-detail .contact-section ul,
.news-item-detail .text ul,
.news-item-detail article ul,
.news-item-detail .article ul,
.type-page .contact-section ul,
.type-page .text ul,
.type-page article ul,
.type-page .article ul {
  margin-bottom: 35px;
  padding-left: 20px;
}
.type-posts-listing .contact-section ul li,
.type-posts-listing .text ul li,
.type-posts-listing article ul li,
.type-posts-listing .article ul li,
.news-item-detail .contact-section ul li,
.news-item-detail .text ul li,
.news-item-detail article ul li,
.news-item-detail .article ul li,
.type-page .contact-section ul li,
.type-page .text ul li,
.type-page article ul li,
.type-page .article ul li {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2f3540;
}
.type-posts-listing .contact-section ul li::marker,
.type-posts-listing .text ul li::marker,
.type-posts-listing article ul li::marker,
.type-posts-listing .article ul li::marker,
.news-item-detail .contact-section ul li::marker,
.news-item-detail .text ul li::marker,
.news-item-detail article ul li::marker,
.news-item-detail .article ul li::marker,
.type-page .contact-section ul li::marker,
.type-page .text ul li::marker,
.type-page article ul li::marker,
.type-page .article ul li::marker {
  color: #2f3540;
  background-color: #797f87;
}
.type-posts-listing .contact-section ol,
.type-posts-listing .text ol,
.type-posts-listing article ol,
.type-posts-listing .article ol,
.news-item-detail .contact-section ol,
.news-item-detail .text ol,
.news-item-detail article ol,
.news-item-detail .article ol,
.type-page .contact-section ol,
.type-page .text ol,
.type-page article ol,
.type-page .article ol {
  margin-bottom: 35px;
  padding-left: 0;
  list-style: none;
  list-style-position: inside;
  counter-reset: item;
}
.type-posts-listing .contact-section ol li,
.type-posts-listing .text ol li,
.type-posts-listing article ol li,
.type-posts-listing .article ol li,
.news-item-detail .contact-section ol li,
.news-item-detail .text ol li,
.news-item-detail article ol li,
.news-item-detail .article ol li,
.type-page .contact-section ol li,
.type-page .text ol li,
.type-page article ol li,
.type-page .article ol li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2f3540;
  position: relative;
  padding-left: 25px;
}
.type-posts-listing .contact-section ol li:before,
.type-posts-listing .text ol li:before,
.type-posts-listing article ol li:before,
.type-posts-listing .article ol li:before,
.news-item-detail .contact-section ol li:before,
.news-item-detail .text ol li:before,
.news-item-detail article ol li:before,
.news-item-detail .article ol li:before,
.type-page .contact-section ol li:before,
.type-page .text ol li:before,
.type-page article ol li:before,
.type-page .article ol li:before {
  font-weight: 700;
  color: #caa448;
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  line-height: 1.4;
}
.type-posts-listing .contact-section .iframe-responsive,
.type-posts-listing .text .iframe-responsive,
.type-posts-listing article .iframe-responsive,
.type-posts-listing .article .iframe-responsive,
.news-item-detail .contact-section .iframe-responsive,
.news-item-detail .text .iframe-responsive,
.news-item-detail article .iframe-responsive,
.news-item-detail .article .iframe-responsive,
.type-page .contact-section .iframe-responsive,
.type-page .text .iframe-responsive,
.type-page article .iframe-responsive,
.type-page .article .iframe-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 56.25%;
}
.type-posts-listing .contact-section .iframe-responsive video,
.type-posts-listing .text .iframe-responsive video,
.type-posts-listing article .iframe-responsive video,
.type-posts-listing .article .iframe-responsive video,
.news-item-detail .contact-section .iframe-responsive video,
.news-item-detail .text .iframe-responsive video,
.news-item-detail article .iframe-responsive video,
.news-item-detail .article .iframe-responsive video,
.type-page .contact-section .iframe-responsive video,
.type-page .text .iframe-responsive video,
.type-page article .iframe-responsive video,
.type-page .article .iframe-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.type-posts-listing .contact-section video,
.type-posts-listing .text video,
.type-posts-listing article video,
.type-posts-listing .article video,
.news-item-detail .contact-section video,
.news-item-detail .text video,
.news-item-detail article video,
.news-item-detail .article video,
.type-page .contact-section video,
.type-page .text video,
.type-page article video,
.type-page .article video {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.type-posts-listing .contact-section table,
.type-posts-listing .text table,
.type-posts-listing article table,
.type-posts-listing .article table,
.news-item-detail .contact-section table,
.news-item-detail .text table,
.news-item-detail article table,
.news-item-detail .article table,
.type-page .contact-section table,
.type-page .text table,
.type-page article table,
.type-page .article table {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.type-posts-listing .contact-section table thead tr,
.type-posts-listing .text table thead tr,
.type-posts-listing article table thead tr,
.type-posts-listing .article table thead tr,
.news-item-detail .contact-section table thead tr,
.news-item-detail .text table thead tr,
.news-item-detail article table thead tr,
.news-item-detail .article table thead tr,
.type-page .contact-section table thead tr,
.type-page .text table thead tr,
.type-page article table thead tr,
.type-page .article table thead tr {
  background-color: #ffffff;
}
.type-posts-listing .contact-section table thead tr th,
.type-posts-listing .text table thead tr th,
.type-posts-listing article table thead tr th,
.type-posts-listing .article table thead tr th,
.news-item-detail .contact-section table thead tr th,
.news-item-detail .text table thead tr th,
.news-item-detail article table thead tr th,
.news-item-detail .article table thead tr th,
.type-page .contact-section table thead tr th,
.type-page .text table thead tr th,
.type-page article table thead tr th,
.type-page .article table thead tr th {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #2f3540;
  padding: 5px 0;
  text-align: right;
}
.type-posts-listing .contact-section table thead tr th:first-child,
.type-posts-listing .text table thead tr th:first-child,
.type-posts-listing article table thead tr th:first-child,
.type-posts-listing .article table thead tr th:first-child,
.news-item-detail .contact-section table thead tr th:first-child,
.news-item-detail .text table thead tr th:first-child,
.news-item-detail article table thead tr th:first-child,
.news-item-detail .article table thead tr th:first-child,
.type-page .contact-section table thead tr th:first-child,
.type-page .text table thead tr th:first-child,
.type-page article table thead tr th:first-child,
.type-page .article table thead tr th:first-child {
  text-align: left;
}
.type-posts-listing .contact-section table tbody tr td,
.type-posts-listing .text table tbody tr td,
.type-posts-listing article table tbody tr td,
.type-posts-listing .article table tbody tr td,
.news-item-detail .contact-section table tbody tr td,
.news-item-detail .text table tbody tr td,
.news-item-detail article table tbody tr td,
.news-item-detail .article table tbody tr td,
.type-page .contact-section table tbody tr td,
.type-page .text table tbody tr td,
.type-page article table tbody tr td,
.type-page .article table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #2f3540;
  padding: 5px 0;
  text-align: right;
}
.type-posts-listing .contact-section table tbody tr td:first-child,
.type-posts-listing .text table tbody tr td:first-child,
.type-posts-listing article table tbody tr td:first-child,
.type-posts-listing .article table tbody tr td:first-child,
.news-item-detail .contact-section table tbody tr td:first-child,
.news-item-detail .text table tbody tr td:first-child,
.news-item-detail article table tbody tr td:first-child,
.news-item-detail .article table tbody tr td:first-child,
.type-page .contact-section table tbody tr td:first-child,
.type-page .text table tbody tr td:first-child,
.type-page article table tbody tr td:first-child,
.type-page .article table tbody tr td:first-child {
  text-align: left;
}

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

.basic-description h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #caa448;
}
.basic-description > h3:first-child {
  display: none;
}
.basic-description > h3:first-child + h2 {
  margin-top: 20px;
}
.basic-description h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #caa448;
  font-family: "Outfit", Arial, sans-serif;
}
.basic-description p {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #2f3540;
  font-size: 16px;
}
@media (min-width: 767px) {
  .basic-description p {
    line-height: 1.5;
    font-size: 18px;
  }
}
.basic-description p a {
  color: #caa448;
  text-decoration: none;
}
.basic-description p a:hover {
  text-decoration: underline;
}
.basic-description ul {
  margin-bottom: 25px;
}
.basic-description ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2f3540;
}
@media (min-width: 767px) {
  .basic-description ul li {
    font-size: 18px;
  }
}
.basic-description ul li::marker {
  color: #2f3540;
  background-color: #2f3540;
}
.basic-description ol {
  margin-bottom: 25px;
}
.basic-description ol li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2f3540;
}
@media (min-width: 767px) {
  .basic-description ol li {
    font-size: 18px;
  }
}
.basic-description ol li::marker {
  color: #2f3540;
}
.basic-description img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
  border-radius: 0;
  overflow: hidden;
}
.basic-description .iframe-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  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: 0;
  overflow: hidden;
}
.basic-description video {
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}
.basic-description table {
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}
.basic-description table thead tr {
  background-color: #fbf9f7;
}
.basic-description table thead tr th {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #2f3540;
  padding: 15px 15px;
  text-align: right;
}
.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: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #2f3540;
  padding: 15px 15px;
  text-align: right;
}
.basic-description table tbody tr td:first-child {
  text-align: left;
}

.id--4 .content-inner {
  max-width: 460px;
}

.plus-gallery-group {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.plus-gallery-group .plus-gallery-wrap {
  width: 100%;
  margin: 0;
}
.plus-gallery-group .h4.homepage-group-title--left {
  font-size: 22px;
}
@media (min-width: 767px) {
  .plus-gallery-group .h4.homepage-group-title--left {
    font-size: 30px;
  }
}
.plus-gallery-group .h4.homepage-group-title--left:before {
  width: 170px;
}
.plus-gallery-group .swiper-arrow {
  top: 0;
}

.slider-group-gallery {
  width: 100%;
}
.slider-group-gallery .plus-gallery-item {
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  display: block;
  border: 0;
}
.slider-group-gallery .plus-gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  top: auto;
  border-radius: 20px;
}

.image-headline {
  position: relative;
  margin-bottom: 40px;
}
.image-headline img {
  width: 100%;
}
@media (max-width: 479px) {
  .image-headline img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.image-headline .contact-image-headline-text {
  position: relative;
  z-index: 1;
  color: #caa448;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}
@media (min-width: 480px) {
  .image-headline .contact-image-headline-text {
    font-size: 32px;
  }
}
@media (min-width: 767px) {
  .image-headline .contact-image-headline-text {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .image-headline .contact-image-headline-text {
    font-size: 64px;
  }
}
.image-headline .contact-image-headline-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  z-index: 0;
  background: black;
  -webkit-filter: blur(10px);
  filter: blur(40px);
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
.image-headline .contact-image-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.id--51 .content-inner h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #2f3540;
}
@media (min-width: 767px) {
  .id--51 .content-inner h1 {
    font-size: 36px;
  }
}
.id--51 .content-inner #ratingWrapper {
  width: 100%;
  padding-right: 0;
}
.id--51 .content-inner #ratingWrapper #rate-form {
  visibility: visible;
  position: static;
  max-height: none;
  max-width: none;
  overflow: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.id--51 .content-inner #ratingWrapper .rate-average-wrap .add-comment {
  display: none;
}
.id--51 .content-inner #ratingWrapper .rate-average-wrap .rate-average-inner {
  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;
}
.id--51 .content-inner #ratingWrapper .rate-average-wrap .rate-average {
  margin-bottom: 0;
  font-size: 20px !important;
  font-weight: 600;
  margin-right: 8px;
  color: #2a302d;
}
@media (min-width: 767px) {
  .id--51 .content-inner #ratingWrapper .rate-average-wrap .rate-average {
    margin-right: 15px;
    font-size: 24px !important;
  }
}
.id--51 .content-inner #ratingWrapper .rate-average-wrap .rate-star-wrap .stars {
  width: auto;
  margin-right: 10px;
  margin-bottom: 0px;
}
.id--51 .content-inner #ratingWrapper .rate-average-wrap .rate-star-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.id--51 .content-inner #ratingWrapper .rate-average-wrap .stars-label {
  font-size: 20px !important;
  font-weight: 600;
  margin-right: 8px;
  color: #2a302d;
}
@media (min-width: 767px) {
  .id--51 .content-inner #ratingWrapper .rate-average-wrap .stars-label {
    margin-right: 15px;
    font-size: 24px !important;
  }
}

.admin-logged.is-header-info-banner .popup-widget.cart-widget {
  top: 100px;
}
@media (min-width: 767px) {
  .admin-logged.is-header-info-banner .popup-widget.cart-widget {
    top: 160px;
  }
}
@media (min-width: 992px) {
  .admin-logged.is-header-info-banner .popup-widget.cart-widget {
    top: 155px;
  }
}
.admin-logged.is-header-info-banner .popup-widget.login-widget {
  top: 100px;
}
@media (min-width: 767px) {
  .admin-logged.is-header-info-banner .popup-widget.login-widget {
    top: 170px;
  }
}
@media (min-width: 992px) {
  .admin-logged.is-header-info-banner .popup-widget.login-widget {
    top: 160px;
  }
}

.is-header-info-banner .popup-widget.cart-widget {
  top: 100px;
}
@media (min-width: 767px) {
  .is-header-info-banner .popup-widget.cart-widget {
    top: 160px;
  }
}
@media (min-width: 992px) {
  .is-header-info-banner .popup-widget.cart-widget {
    top: 130px;
  }
}
.is-header-info-banner .popup-widget.login-widget {
  top: 100px;
}
@media (min-width: 767px) {
  .is-header-info-banner .popup-widget.login-widget {
    top: 170px;
  }
}
@media (min-width: 992px) {
  .is-header-info-banner .popup-widget.login-widget {
    top: 140px;
  }
}

@media (max-width: 766px) {
  .is-header-info-banner .popup-widget.login-widget {
    top: 90px;
  }
}

/* HEADER BANNER */
:root {
  --color-header-banner-info-bg: black;
  --color-header-banner-info-text-color: white;
}

.header-info-banner {
  position: relative;
  background-color: #000000;
  background-color: var(--color-header-banner-info-bg);
  color: white;
  color: var(--color-header-banner-info-text-color);
  font-size: 13px;
}
@media (max-width: 766px) {
  .header-info-banner {
    position: fixed;
    top: 60px;
    z-index: 9;
    width: 100%;
    left: 0;
  }
}

.header-info-banner__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 10px;
}

.header-info-banner__left-panel {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.header-info-banner__close {
  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;
  position: relative;
  width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  cursor: pointer;
}

.header-info-banner__close:before {
  content: "\e912";
  font-family: shoptet;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.header-info-banner__close:hover:before {
  /* color: red; */
}

.header-info-banner__text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: white;
  color: var(--color-header-banner-info-text-color);
  text-decoration: underline;
  line-height: 1.6;
}
.header-info-banner__text:before {
  content: "\e90c";
  font-family: "grandbari";
  font-size: 24px;
  margin-right: 5px;
  display: inline-block;
  height: 5px;
  line-height: 0;
  position: relative;
  top: 6px;
}
.header-info-banner__text strong {
  font-weight: 600;
}

.header-info-banner.no-text .header-info-banner__text {
  text-decoration: none;
}

.header-info-banner__text a {
  color: white;
  color: var(--color-header-banner-info-text-color);
}

.header-info-banner__text a:hover {
  text-decoration: none;
}

.header-info-banner__right-panel {
  text-align: right;
}

.header-info-banner__right-panel 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: 1px solid white;
  text-transform: uppercase;
  color: white;
  color: var(--color-header-banner-info-text-color);
  font-weight: 700;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 5px;
}

.header-info-banner__right-panel a:hover {
  background-color: black;
  border-color: black;
  color: white;
}

.header-info-banner.is-centered {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-info-banner.is-centered .header-info-banner__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 767px) {
  .header-info-banner__right-panel {
    margin-left: 15px;
  }
  .header-info-banner__left-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-left: -10px;
    margin-bottom: 0;
  }
  .header-info-banner__content {
    padding: 0;
    height: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-info-banner__right-panel a {
    padding: 4px 15px;
  }
  .header-info-banner {
    font-size: 14px;
  }
  .header-info-banner__right-panel a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-info-banner__close {
    position: absolute;
    top: 0;
    right: 0;
  }
  .type-index .overall-wrapper {
    padding-top: 95px;
  }
  .overall-wrapper {
    padding-top: 95px;
  }
}
@media (min-width: 767px) {
  .overall-wrapper {
    padding-top: 30px;
  }
}

@media (min-width: 767px) {
  body.is-header-info-banner .overall-wrapper {
    padding-top: 30px !important;
  }
}

@media (min-width: 767px) {
  .header-info-banner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.in-vyhledavani .content h2 {
  margin-bottom: 25px;
  color: #2f3540;
  line-height: 1.4;
}
.in-vyhledavani .content h2 strong {
  color: #caa448;
}
.in-vyhledavani .content h4.search-products-heading {
  text-transform: uppercase;
  text-align: center;
  font-family: "Outfit", Arial, sans-serif;
  color: #2f3540;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 22px;
}
@media (min-width: 767px) {
  .in-vyhledavani .content h4.search-products-heading {
    font-size: 30px;
  }
}

.search-results-groups .search-results-group {
  margin-bottom: 30px;
}
.search-results-groups .search-results-group#search-group-articles ul li a {
  position: relative;
  display: block;
  padding: 5px 5px;
  text-decoration: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 3px;
}
.search-results-groups .search-results-group h4 {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  color: #2f3540;
  font-weight: 16px;
}
.search-results-groups .search-results-group .search-results-group-list ul {
  padding-left: 0;
}
.search-results-groups .search-results-group .search-results-group-list ul li {
  list-style: none;
  padding-left: 0;
}
.search-results-groups .search-results-group .search-results-group-list ul li a {
  font-size: 14px;
  color: #2f3540;
}
.search-results-groups .search-results-group .search-results-group-list ul li a:hover {
  color: #caa448;
}
.search-results-groups .search-results-group .display-results-group {
  text-decoration: underline;
  color: #2f3540;
  font-size: 14px;
}
.search-results-groups .search-results-group .display-results-group:hover {
  color: #caa448;
}

.search-next-wrap a.btn {
  background-color: #caa448;
  border-color: #caa448;
  color: white;
}

.site-msg.information {
  background-color: #caa448;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 25px;
}
.site-msg.information .text {
  padding-right: 30px;
}
.site-msg.information .close::before {
  color: white;
}

.client-center-box ul li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}
.client-center-box ul li.logout {
  margin-bottom: 30px;
}
.client-center-box ul li a {
  color: #2f3540;
  padding: 2px 0;
  font-size: 16px;
}
.client-center-box a.btn-primary.btn,
.client-center-box .btn-primary.btn {
  min-height: 40px;
}

a,
.link-like {
  color: #caa448;
}

/* Tooltip block */
.p-detail-inner .p-info-wrapper .detail-parameters .advanced-parameter {
  position: relative;
}

.detail-parameters .advanced-parameter:focus .tooltip--block--top .tooltip__content,
.detail-parameters .advanced-parameter:hover .tooltip--block--top .tooltip__content {
  -webkit-transition: bottom 450ms ease;
  transition: bottom 450ms ease;
  bottom: 105%;
  top: auto;
}

.detail-parameters .advanced-parameter .tooltip--block--top .tooltip__content {
  top: auto;
  bottom: 90%;
  -webkit-transition: bottom 450ms ease;
  transition: bottom 450ms ease;
}

.detail-parameters .advanced-parameter .tooltip--block img {
  min-width: 250px;
}

@media (min-width: 767px) {
  .detail-parameters .advanced-parameter .tooltip--block img {
    min-width: 320px;
  }
}
.detail-parameters .advanced-parameter .tooltip--block--top .tooltip__content:after {
  bottom: -10px;
  top: auto;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}

.detail-parameters .advanced-parameter:focus .tooltip__content,
.detail-parameters .advanced-parameter:hover .tooltip__content {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: top 450ms ease;
  transition: top 450ms ease;
}

.tooltip--left {
  margin-left: auto;
  margin-right: 5px;
}

.tooltip--no {
  margin: 0;
}

.tooltip__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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;
  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
}

.tooltip__text--brown:focus .tooltip__text--small,
.tooltip__text--brown:hover .tooltip__text--small {
  color: #ffffff;
  background-color: var(--color-secondary);
}

.tooltip__text--brown .tooltip__text--small {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.tooltip__text--brown + .tooltip__content {
  background-color: var(--color-secondary);
}

.tooltip__text--brown + .tooltip__content:after {
  border-color: var(--color-secondary) transparent transparent transparent;
}

.tooltip__content {
  position: absolute;
  top: 90%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  min-width: 190px;
  background-color: white;
  -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.3);
          box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.3);
  padding-bottom: 10px;
  padding: 15px 15px;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: top 450ms ease;
  transition: top 450ms ease;
  z-index: 2;
}
@media (max-width: 479px) {
  .tooltip__content {
    min-width: 130px;
  }
}

.tooltip__content:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip__content strong {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
  display: block;
}
@media (max-width: 479px) {
  .tooltip__content strong {
    font-size: 12px;
  }
}

.tooltip__content ul {
  padding-left: 18px;
  margin: 0;
}
.tooltip__content ul li {
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 12px;
}
.tooltip__content ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .tooltip__content ul li {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .tooltip__content ul li {
    font-size: 11px;
  }
}

.type-page .headline-block.headline-block-about-futons {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 767px) {
  .type-page .headline-block.headline-block-about-futons {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.type-page .headline-block.headline-block-about-futons .benefits-list__item {
  width: 50%;
  padding: 15px 5px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .type-page .headline-block.headline-block-about-futons .benefits-list__item {
    width: 33.33%;
  }
}
@media (min-width: 767px) {
  .type-page .headline-block.headline-block-about-futons .benefits-list__item {
    padding: 15px;
    width: 33.33%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .type-page .headline-block.headline-block-about-futons .benefits-list__item {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .type-page .headline-block.headline-block-about-futons .benefits-list__item {
    width: 16.6666666667%;
  }
}
.type-page .headline-block.headline-block-about-futons .benefits-list {
  z-index: 1;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-page .headline-block.headline-block-about-futons img {
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .type-page .headline-block.headline-block-about-futons img {
    margin-bottom: 25px;
    width: 100px;
    height: 100px;
  }
}
.type-page .headline-block.headline-block-about-futons .benefits-list__title {
  font-size: 16px;
  font-family: "Outfit", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #2f3540;
  font-weight: 500;
}
@media (min-width: 767px) {
  .type-page .headline-block.headline-block-about-futons .benefits-list__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.type-page .headline-block.headline-block-about-futons p {
  margin-bottom: 0;
  font-size: 14px;
  color: #2f3540;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 767px) {
  .type-page .headline-block.headline-block-about-futons p {
    font-size: 16px;
  }
}

body .headline-block.headline-block-about-futons-ext {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
}
@media (min-width: 767px) {
  body .headline-block.headline-block-about-futons-ext {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body .headline-block.headline-block-about-futons-ext > * {
  z-index: 1;
  position: relative;
}
body .headline-block.headline-block-about-futons-ext:before {
  content: "";
  display: block;
  background: #f9f6f0;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: 0;
}
body .headline-block.headline-block-about-futons-ext h2 {
  font-size: 32px;
  font-family: "Outfit", Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 20px;
  color: #caa448;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 767px) {
  body .headline-block.headline-block-about-futons-ext h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  body .headline-block.headline-block-about-futons-ext h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  body .headline-block.headline-block-about-futons-ext h2 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  body .headline-block.headline-block-about-futons-ext h2 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  body .headline-block.headline-block-about-futons-ext h2 {
    font-size: 64px;
  }
}
body .headline-block.headline-block-about-futons-ext p {
  color: #2f3540;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
}
@media (min-width: 767px) {
  body .headline-block.headline-block-about-futons-ext p {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  body .headline-block.headline-block-about-futons-ext p {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  body .headline-block.headline-block-about-futons-ext p {
    font-size: 32px;
  }
}
body .headline-block.headline-block-about-futons-ext .benefits-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
body .headline-block.headline-block-about-futons-ext .benefits-list .benefits-list__item {
  width: 50%;
  padding: 15px 5px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  body .headline-block.headline-block-about-futons-ext .benefits-list .benefits-list__item {
    width: 50%;
  }
}
@media (min-width: 767px) {
  body .headline-block.headline-block-about-futons-ext .benefits-list .benefits-list__item {
    padding: 15px;
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  body .headline-block.headline-block-about-futons-ext .benefits-list .benefits-list__item {
    width: 25%;
  }
}
body .headline-block.headline-block-about-futons-ext .benefits-list .benefits-list__item a:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
body .headline-block.headline-block-about-futons-ext .benefits-list .benefits-list__item a,
body .headline-block.headline-block-about-futons-ext .benefits-list .benefits-list__item 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;
  max-width: 100px;
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
@media (min-width: 767px) {
  body .headline-block.headline-block-about-futons-ext .benefits-list .benefits-list__item a,
  body .headline-block.headline-block-about-futons-ext .benefits-list .benefits-list__item img {
    width: 200px;
    height: 200px;
    max-width: 200px;
  }
}
body .headline-block.headline-block-about-futons-ext .benefits-list .benefits-list__item .benefits-list__text {
  font-size: 18px;
  margin-top: 20px;
}
@media (min-width: 767px) {
  body .headline-block.headline-block-about-futons-ext .benefits-list .benefits-list__item .benefits-list__text {
    font-size: 24px;
  }
}
body .headline-block.headline-block-about-futons-ext .benefits-list > img {
  height: auto;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 100vw;
  width: 100vw;
}

.benefits-list.benefits-list-about-futons {
  position: relative;
  background: #f9f6f0;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  margin-top: 0;
  margin: 0;
}
.benefits-list.benefits-list-about-futons .benefits-list__item {
  z-index: 1;
  position: relative;
}
.benefits-list.benefits-list-about-futons:before {
  content: "";
  display: block;
  background: #f9f6f0;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: 0;
}

.custom-footer__banner25,
.custom-footer__banner5 {
  display: none;
}