/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \*************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss (1) ***!
  \*****************************************************************************************************************************************************************************************/
/* stylelint-disable */
/* stylelint-enable */
.datepicker {
  width: min-content;
}
.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 20;
  padding-top: 4px;
}
.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: hsl(0, 0%, 100%);
}
.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.datepicker-main {
  flex: auto;
  padding: 2px;
}

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: hsl(0, 0%, 96%);
}

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: hsl(0, 0%, 96%);
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700;
}

.datepicker-controls {
  display: flex;
}
.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}
.datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid gainsboro;
  border-radius: 4px;
  box-shadow: none;
  background-color: hsl(0, 0%, 100%);
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
}
.datepicker-controls .button:focus, .datepicker-controls .button:active {
  outline: none;
}
.datepicker-controls .button:hover {
  border-color: #b8b8b8;
  color: hsl(0, 0%, 21%);
}
.datepicker-controls .button:focus {
  border-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}
.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.datepicker-controls .button:active {
  border-color: #474747;
  color: hsl(0, 0%, 21%);
}
.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}
.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: bold;
}
.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}
.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}
.datepicker-footer .datepicker-controls .button {
  flex: auto;
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 2px;
  font-size: 0.75rem;
}
.datepicker-controls .view-switch {
  flex: auto;
}
.datepicker-controls .prev-button,
.datepicker-controls .next-button {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  flex: 0 0 14.2857142857%;
}
.datepicker-controls .prev-button.disabled,
.datepicker-controls .next-button.disabled {
  visibility: hidden;
}

.datepicker-view,
.datepicker-grid {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex-wrap: wrap;
  flex: auto;
}

.datepicker .days {
  display: flex;
  flex-direction: column;
  flex: auto;
}
.datepicker .days-of-week {
  display: flex;
}
.datepicker .week-numbers {
  display: flex;
  flex-direction: column;
  flex: 0 0 9.6774193548%;
}
.datepicker .weeks {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: auto;
}
.datepicker span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none;
}
.datepicker .dow {
  height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.datepicker .week {
  flex: auto;
  color: #b8b8b8;
  font-size: 0.75rem;
}

.datepicker-cell, .datepicker .days .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-cell {
  height: 2.25rem;
}
.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem;
}
.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
.datepicker-cell.focused:not(.selected) {
  background-color: #e9e9e9;
}
.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
  font-weight: 600;
}
.datepicker-cell.disabled {
  color: gainsboro;
}
.datepicker-cell.prev:not(.disabled), .datepicker-cell.next:not(.disabled) {
  color: hsl(0, 0%, 48%);
}
.datepicker-cell.prev.selected, .datepicker-cell.next.selected {
  color: #e6e6e6;
}
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: hsl(0, 0%, 96%);
}
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #efefef;
}
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e9e9e9;
}
.datepicker-cell.today:not(.selected) {
  background-color: hsl(171, 100%, 41%);
}
.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}
.datepicker-cell.today.focused:not(.selected) {
  background-color: #00ccad;
}
.datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
  background-color: #b8b8b8;
  color: #fff;
}
.datepicker-cell.range-end.focused:not(.selected), .datepicker-cell.range-start.focused:not(.selected) {
  background-color: #b3b3b3;
}
.datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 4px;
}
.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 4px 4px 0;
}
.datepicker-cell.range {
  border-radius: 0;
  background-color: gainsboro;
}
.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d7d7d7;
}
.datepicker-cell.range.disabled {
  color: #c6c6c6;
}
.datepicker-cell.range.focused {
  background-color: #d1d1d1;
}

.datepicker-input.in-edit {
  border-color: #276bda;
}
.datepicker-input.in-edit:focus, .datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(39, 107, 218, 0.2);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  background-color: #fff;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container, .col-12.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg {
  --cs-gutter-x: 15px;
  --cs-gutter-y: 0;
  width: 100%;
  padding-right: 15px;
  padding-right: var(--cs-gutter-x, 15px);
  padding-left: 15px;
  padding-left: var(--cs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container, .col-12.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1140px;
  }
}
@media (min-width: 1380px) {
  .container, .col-12.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1350px;
  }
}
@media (min-width: 1440px) {
  .container, .col-12.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1400px;
  }
}
.row {
  --cs-gutter-x: 30px;
  --cs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--cs-gutter-y) * -1);
  margin-right: calc(var(--cs-gutter-x) * -0.5);
  margin-left: calc(var(--cs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cs-gutter-x) * 0.5);
  padding-left: calc(var(--cs-gutter-x) * 0.5);
  margin-top: var(--cs-gutter-y);
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --cs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --cs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --cs-gutter-x: 0.3125rem;
}

.g-1,
.gy-1 {
  --cs-gutter-y: 0.3125rem;
}

.g-2,
.gx-2 {
  --cs-gutter-x: 15px;
}

.g-2,
.gy-2 {
  --cs-gutter-y: 15px;
}

.g-3,
.gx-3 {
  --cs-gutter-x: 30px;
}

.g-3,
.gy-3 {
  --cs-gutter-y: 30px;
}

.g-4,
.gx-4 {
  --cs-gutter-x: 45px;
}

.g-4,
.gy-4 {
  --cs-gutter-y: 45px;
}

.g-5,
.gx-5 {
  --cs-gutter-x: 90px;
}

.g-5,
.gy-5 {
  --cs-gutter-y: 90px;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

@media (min-width: 768px) {
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --cs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --cs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --cs-gutter-x: 0.3125rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --cs-gutter-y: 0.3125rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --cs-gutter-x: 15px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --cs-gutter-y: 15px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --cs-gutter-x: 30px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --cs-gutter-y: 30px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --cs-gutter-x: 45px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --cs-gutter-y: 45px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --cs-gutter-x: 90px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --cs-gutter-y: 90px;
  }
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 992px) {
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --cs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --cs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --cs-gutter-x: 0.3125rem;
  }
  .g-md-1,
  .gy-md-1 {
    --cs-gutter-y: 0.3125rem;
  }
  .g-md-2,
  .gx-md-2 {
    --cs-gutter-x: 15px;
  }
  .g-md-2,
  .gy-md-2 {
    --cs-gutter-y: 15px;
  }
  .g-md-3,
  .gx-md-3 {
    --cs-gutter-x: 30px;
  }
  .g-md-3,
  .gy-md-3 {
    --cs-gutter-y: 30px;
  }
  .g-md-4,
  .gx-md-4 {
    --cs-gutter-x: 45px;
  }
  .g-md-4,
  .gy-md-4 {
    --cs-gutter-y: 45px;
  }
  .g-md-5,
  .gx-md-5 {
    --cs-gutter-x: 90px;
  }
  .g-md-5,
  .gy-md-5 {
    --cs-gutter-y: 90px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --cs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --cs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --cs-gutter-x: 0.3125rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --cs-gutter-y: 0.3125rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --cs-gutter-x: 15px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --cs-gutter-y: 15px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --cs-gutter-x: 30px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --cs-gutter-y: 30px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --cs-gutter-x: 45px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --cs-gutter-y: 45px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --cs-gutter-x: 90px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --cs-gutter-y: 90px;
  }
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1380px) {
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --cs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --cs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --cs-gutter-x: 0.3125rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --cs-gutter-y: 0.3125rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --cs-gutter-x: 15px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --cs-gutter-y: 15px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --cs-gutter-x: 30px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --cs-gutter-y: 30px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --cs-gutter-x: 45px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --cs-gutter-y: 45px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --cs-gutter-x: 90px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --cs-gutter-y: 90px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --cs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --cs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --cs-gutter-x: 0.3125rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --cs-gutter-y: 0.3125rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --cs-gutter-x: 15px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --cs-gutter-y: 15px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --cs-gutter-x: 30px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --cs-gutter-y: 30px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --cs-gutter-x: 45px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --cs-gutter-y: 45px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --cs-gutter-x: 90px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --cs-gutter-y: 90px;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1920px) {
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --cs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --cs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --cs-gutter-x: 0.3125rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --cs-gutter-y: 0.3125rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --cs-gutter-x: 15px;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --cs-gutter-y: 15px;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --cs-gutter-x: 30px;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --cs-gutter-y: 30px;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --cs-gutter-x: 45px;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --cs-gutter-y: 45px;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --cs-gutter-x: 90px;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --cs-gutter-y: 90px;
  }
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
.container-sm {
  padding: 0 15px;
  margin: 0 auto;
  max-width: calc(34.0625rem + 30px);
}

.container-md {
  padding: 0 15px;
  margin: 0 auto;
  max-width: calc(41.25rem + 30px);
}

.container-lg {
  padding: 0 15px;
  margin: 0 auto;
  max-width: calc(55.625rem + 30px);
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  font-size: 1rem;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
.cookie-banner__title,
h4 {
  color: #222;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  margin-top: 0;
}
.h1 .icon.fa,
h1 .icon.fa,
.h2 .icon.fa,
h2 .icon.fa,
.h3 .icon.fa,
h3 .icon.fa,
.h4 .icon.fa,
.cookie-banner__title .icon.fa,
h4 .icon.fa {
  font-size: 0.857142857em;
}

.title-xxl {
  font-family: "Charter BT", sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  .title-xxl {
    font-size: 3.75rem;
  }
}

.title-xl {
  font-family: "Charter BT", sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  .title-xl {
    font-size: 2.5rem;
  }
}

.h1,
h1 {
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
}
@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 2.25rem;
  }
}

.h2,
h2 {
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .h3,
  h3 {
    font-size: 1.625rem;
  }
}

.h4, .cookie-banner__title,
h4 {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.625rem;
}
p.body-title {
  font-weight: 700;
  color: #222;
}
p + h3 {
  margin-top: 0.9375rem;
}

.text-intro, .blog-heading .large-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .text-intro, .blog-heading .large-title {
    font-size: 1.25rem;
  }
}

small,
.text-small {
  font-size: 0.875rem;
}

.caption, .blogs-row__list-card .content .category, .autocomplete-search .search-item__title {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.625rem;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  line-height: 1.2;
}

.caption-1 {
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  line-height: 1.2;
}

.caption-2, .form-control-help {
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  line-height: 1.2;
}

.discount-price {
  text-decoration: line-through;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  line-height: 1.2;
}
.discount-price + .price-sales {
  color: #fc0a01;
}

a {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
a:hover, a.hover {
  color: #555;
}
a .icon.fa {
  font-weight: 300;
}

.product-title {
  display: block;
  line-height: 1.2;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

[data-toggle=collapse] {
  cursor: pointer;
  overflow-anchor: none;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.accordion-item {
  margin-bottom: 0.3125rem;
}
.accordion-header {
  margin-bottom: 0;
  color: #222;
  font-weight: 600;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  background: transparent;
  border: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-button:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f106";
  font-size: 1.5rem;
  position: absolute;
  right: 0.9375rem;
}
.accordion-button.collapsed {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #222;
}
.accordion-button.collapsed:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
}
.accordion-button-small {
  padding: 0.625rem 0.9375rem;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  border: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  text-decoration: none;
}
.accordion-button-small:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f106";
  font-size: 1.5rem;
  right: 0.9375rem;
}
.accordion-button-small.collapsed {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-button-small.collapsed:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
}
.accordion-body {
  padding: 0.625rem 0.9375rem;
}
.accordion-body p {
  margin: 0;
}

.panel .panel-title {
  margin-bottom: 0;
}
.panel .panel-title a {
  display: block;
  color: inherit;
  position: relative;
}
.panel .panel-title a[data-toggle=collapse]:after {
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f106";
}
.panel .panel-title a[data-toggle=collapse].collapsed:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
}
.panel .panel-collapse {
  margin-top: 0.9375rem;
}

.panel-group > .panel {
  margin-bottom: 0.625rem;
}

.alert {
  padding: 0.9375rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}
.alert .icon {
  font-size: 1.25rem;
  margin-right: 0.9375rem;
}
.alert .alert-title {
  font-weight: 700;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0.4375rem;
  font-size: 1rem;
}
.alert .alert-text {
  margin-bottom: 0;
}
.alert .alert-text + .btn {
  margin-top: 0.9375rem;
}
.alert .btn {
  color: #ffffff;
  border: none;
}
.alert > .btn {
  margin-left: auto;
}

.alert-info {
  color: #4096EF;
  background-color: #ecf5fe;
}
.alert-info .btn {
  background-color: #4096EF;
}

.alert-success {
  color: #29c768;
  background-color: #eaf9f0;
}
.alert-success .btn {
  background-color: #29c768;
}

.alert-warning {
  color: #f90;
  background-color: #fff5e6;
}
.alert-warning .btn {
  background-color: #f90;
}

.alert-error {
  color: #fc0a01;
  background-color: #ffe7e6;
}
.alert-error .btn {
  background-color: #fc0a01;
}

.badge {
  background: #f9f9f6;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.25rem;
  text-align: center;
  display: inline-block;
  text-transform: none;
  white-space: nowrap;
  font-size: 1.0625rem;
}
.badge.badge-small {
  font-size: 0.625rem;
  padding: 0.125rem 0.4375rem;
  border-radius: 0.125rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 0.625rem;
}
.badge.badge-rounded {
  border-radius: 3.125rem;
}
.badge.badge-info {
  color: #ffffff;
  background: #4096EF;
}
.badge.badge-success {
  color: #ffffff;
  background: #29c768;
}
.badge.badge-warning {
  color: #ffffff;
  background: #f90;
}
.badge.badge-error {
  color: #ffffff;
  background: #fc0a01;
}

.tag {
  background: #f9f9f6;
  color: #000;
  padding: 0.375rem 0.625rem;
  display: inline-block;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.tag .close-btn {
  border: none;
  background: none;
  margin-left: 0.4375rem;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  color: #000;
}
.tag.hover, .tag:hover {
  background: #e9e9e9;
}
.tag.focus, .tag:focus {
  box-shadow: 0 0 0.25rem 0 #000;
}
.tag.disabled {
  color: #bebfc2;
  pointer-events: none;
}
.tag.disabled .close-btn {
  color: #bebfc2;
}

.status {
  line-height: 1.125rem;
  display: inline-flex;
  align-items: center;
  color: #999999;
  padding: 0.25rem 0.75rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid #e9e9e9;
  background: none;
  font-size: 0.875rem;
}
.status .fa.icon {
  font-weight: 900;
  margin-right: 0.3125rem;
  position: relative;
  font-size: 1.0625rem;
}

.status-success {
  border: 0.0625rem solid #29c768;
  background: none;
  color: #29c768;
}
.status-warning {
  border: 0.0625rem solid #f90;
  background: none;
  color: #f90;
}
.status-error {
  border: 0.0625rem solid #fc0a01;
  background: none;
  color: #fc0a01;
}
.breadcrumb-container {
  margin-bottom: 1.875rem;
  padding: 0.625rem 0;
  background: #f9f9f6;
}
@media (max-width: 991.98px) {
  .breadcrumb-container {
    display: none;
  }
}

.breadcrumb,
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
}

.breadcrumb > li,
.breadcrumb-item {
  font-size: 0.875rem;
}
.breadcrumb > li a,
.breadcrumb-item a {
  color: #555;
  text-decoration: none;
}
.breadcrumb > li.active,
.breadcrumb-item.active {
  color: #999999;
}
.breadcrumb > li + li::before,
.breadcrumb > li + .breadcrumb-item::before,
.breadcrumb-item + li::before,
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding: 0 0.625rem;
  color: #555;
  font-size: 1rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f105";
}

.btn {
  font-family: "Charter BT", sans-serif;
  letter-spacing: 0.03125rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  line-height: 1.375rem;
  border: 0.125rem solid;
  will-change: color, background-color, border-color, box-shadow;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
  font-weight: inherit;
  text-transform: none;
  display: inline-block;
  text-align: center;
  font-size: 1.0625rem;
}
.btn.btn-small, .button-input-group .btn {
  padding: 0.5rem 0.9375rem;
  font-size: 1rem;
}
.btn .icon.fa {
  font-weight: 300;
}

a.btn {
  text-decoration: none;
}

.btn-primary, .gdprcookie-buttons .btn-success {
  background: #fc0a01;
  border-color: #fc0a01;
  border-width: 0.125rem;
  color: #ffffff;
}
.btn-primary:hover, .gdprcookie-buttons .btn-success:hover, .btn-primary.hover, .gdprcookie-buttons .hover.btn-success {
  background: #a20601;
  border-color: #a20601;
  color: #ffffff;
}
.btn-primary:focus, .gdprcookie-buttons .btn-success:focus, .btn-primary.focus, .gdprcookie-buttons .focus.btn-success {
  outline: none;
  box-shadow: 0 0 0.25rem 0 #fc0a01;
}
.btn-primary:disabled, .gdprcookie-buttons .btn-success:disabled, .btn-primary.disabled, .gdprcookie-buttons .disabled.btn-success {
  background: #e9e9e9;
  border-color: #e9e9e9;
  color: #999999;
  cursor: default;
  box-shadow: none;
  pointer-events: none;
}
.btn-primary:disabled .icon, .gdprcookie-buttons .btn-success:disabled .icon, .btn-primary.disabled .icon, .gdprcookie-buttons .disabled.btn-success .icon {
  color: inherit;
}
.btn-primary .icon, .gdprcookie-buttons .btn-success .icon {
  color: inherit;
}

.btn-secondary {
  background: #000;
  border-color: #000;
  border-width: 0.125rem;
  color: #ffffff;
}
.btn-secondary:hover, .btn-secondary.hover {
  color: #ffffff;
  background: #555;
  border-color: #555;
}
.btn-secondary:hover .icon, .btn-secondary.hover .icon {
  color: inherit;
}
.btn-secondary:focus, .btn-secondary.focus {
  outline: none;
  box-shadow: 0 0 0.25rem 0 #000;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  background: #e9e9e9;
  border-color: #e9e9e9;
  color: #999999;
  cursor: default;
  box-shadow: none;
  pointer-events: none;
}
.btn-secondary:disabled .icon, .btn-secondary.disabled .icon {
  color: inherit;
}
.btn-secondary .icon {
  color: inherit;
}

.btn-default {
  background: #fff;
  border-color: #000;
  border-width: 0.125rem;
  color: #000;
}
.btn-default:hover, .btn-default.hover {
  background: #fff;
  border-color: #555;
  color: #555;
}
.btn-default:focus, .btn-default.focus {
  outline: none;
  box-shadow: none;
}
.btn-default:disabled, .btn-default.disabled {
  background: #fff;
  border-color: #e9e9e9;
  color: #999999;
  cursor: default;
  box-shadow: none;
  pointer-events: none;
}
.btn-default:disabled .icon, .btn-default.disabled .icon {
  color: inherit;
}
.btn-default .icon {
  color: inherit;
}

.btn-link {
  background: none;
  border: none;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
  font-size: 1rem;
}
.btn-link:hover, .btn-link.hover {
  color: #555;
}
.btn-link .icon.fa {
  font-weight: 300;
}

.card {
  border: 0.0625rem solid #f9f9f6;
  background-color: #f9f9f6;
  padding: 0.9375rem;
  border-radius: 0.25rem;
}
.card.selected {
  background-color: #ecf5fe;
  border-color: #4096EF;
}
.card._transparent {
  background-color: transparent;
}

.bg-brand-primary {
  background-color: #fc0a01;
}

.bg-brand-secondary {
  background-color: #000;
}

.bg-primary-1 {
  background-color: #36af84;
}

.bg-action-primary {
  background-color: #fc0a01;
}

.bg-action-primary-hover,
.bg-action-primary:hover {
  background-color: #a20601;
}

.bg-action-secondary {
  background-color: #000;
}

.bg-action-secondary-hover,
.bg-action-secondary:hover {
  background-color: #555;
}

.bg-action-link {
  background-color: #000;
}

.bg-action-link-hover,
.bg-action-link:hover {
  background-color: #555;
}

.bg-action-hotspot {
  background-color: #000;
}

.bg-action-hotspot-hover,
.bg-action-hotspot:hover {
  background-color: #ffffff;
}

.bg-neutral-1 {
  background-color: #999;
}

.bg-neutral-2 {
  background-color: #bebfc2;
}

.bg-neutral-3 {
  background-color: #e9e9e9;
}

.bg-background-1 {
  background-color: #fff !important;
}

.bg-background-2 {
  background-color: #f9f9f6 !important;
}

.bg-functional-mask {
  background-color: rgba(0, 0, 0, 0.35);
}

.bg-functional-tooltip {
  background-color: rgba(0, 0, 0, 0.85);
}

.bg-text-headings {
  background-color: #222;
}

.bg-text-body {
  background-color: #555;
}

.bg-text-muted {
  background-color: #999999;
}

.bg-text-placeholder {
  background-color: #bebfc2;
}

.bg-text-white {
  background-color: #ffffff;
}

.bg-functional-info {
  background-color: #4096EF !important;
}

.bg-functional-info-hover {
  background-color: #ecf5fe;
}

.bg-functional-warning {
  background-color: #f90 !important;
}

.bg-functional-warning-hover {
  background-color: #fff5e6;
}

.bg-functional-error {
  background-color: #fc0a01 !important;
}

.bg-functional-error-hover {
  background-color: #ffe7e6;
}

.bg-functional-success {
  background-color: #29c768 !important;
}

.bg-functional-success-hover {
  background-color: #eaf9f0;
}

.shadow-default {
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
}

.shadow-up-small {
  box-shadow: 0 -0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.05);
}

.shadow-down-small {
  box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.05);
}

.shadow-focus-primary {
  box-shadow: 0 0 0.25rem 0 #fc0a01;
}

.shadow-focus-secondary {
  box-shadow: 0 0 0.25rem 0 #000;
}

.shadow-focus-link {
  box-shadow: 0 0 0.25rem 0 #000;
}

.grid {
  display: grid;
}

.grid-columns-0 {
  grid-template-columns: repeat(0, 1fr);
}

.grid-columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.price-grid {
  grid-template-columns: 3fr 1fr;
}
.price-grid .grid-col {
  margin-bottom: 0.9375rem;
}
.price-grid .grid-col:nth-child(2n) {
  text-align: right;
}
.price-grid .description {
  margin-top: 0.3125rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  line-height: 1.2;
}
.price-grid input[type=radio] ~ .description {
  padding-left: 1.875rem;
}
.price-grid input[type=radio] ~ .btn {
  margin-top: 0.4375rem;
  margin-left: 1.875rem;
}

@media (max-width: 1199.98px) {
  .table--blocks-mobile thead {
    display: none;
  }
  .table--blocks-mobile tr {
    padding: 0.9375rem;
    display: grid;
    align-items: center;
    grid-auto-columns: 1fr;
    border: 0.0625rem solid #e9e9e9;
    border-radius: 0.25rem;
    position: relative;
  }
  .table--blocks-mobile tr:not(:last-of-type) {
    margin-bottom: 0.3125rem;
  }
  .table--blocks-mobile tr td {
    line-height: 1.5;
    white-space: nowrap;
    display: grid;
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
    padding: 0.3125rem 0;
    align-items: center;
    grid-template-columns: minmax(auto, 0.6fr) 1fr;
    border: none;
    font-size: 0.875rem;
  }
  .table--blocks-mobile tr td .badge {
    width: fit-content;
  }
  .table--blocks-mobile tr td::before {
    color: #999999;
    content: attr(data-title);
  }
  .table--blocks-mobile tr td.icon-btn-container {
    position: absolute;
    right: 0.9375rem;
    display: block;
    font-size: 1rem;
  }
  .table--blocks-mobile tr td.icon-btn-container::before {
    content: none;
  }
}
/*!
 * jQuery UI Datepicker @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  white-space: nowrap;
  color: inherit;
  padding: 0.5625rem 1.875rem 0.5625rem 0.625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
}
.dropdown-toggle::after {
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.3125rem;
  vertical-align: middle;
  content: "\f107";
}
.dropdown-toggle:hover {
  color: #555;
}
.dropdown-toggle::after {
  position: absolute;
  right: 0.625rem;
}

.dropdown-menu {
  position: absolute;
  z-index: 20;
  display: none;
  padding: 0.625rem 0rem;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 0.0625rem solid #e9e9e9;
  border-radius: 0.25rem;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  min-width: 100%;
  text-align: left;
}
.dropdown-menu.open {
  display: block;
}
.dropdown-menu--right {
  right: 0;
  left: auto;
}

.dropdown-menu > li > a,
.dropdown-item {
  display: block;
  clear: both;
  white-space: nowrap;
  padding: 0.3125rem 0.9375rem;
  text-decoration: none;
  color: inherit;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
a.dropdown-item:hover,
a.dropdown-item:focus {
  color: #555;
}

.dropdown-header {
  padding: 0.3125rem 0.9375rem;
  color: #999999;
}

.dropdown-menu .divider,
.dropdown-divider {
  height: 0.0625rem;
  width: 100%;
  background: #e9e9e9;
}

.open > .dropdown-menu {
  display: block;
}

.form-row {
  display: flex;
  gap: 0.9375rem;
}

.form-label {
  font-weight: 700;
  margin-bottom: 0.3125rem;
  margin-right: 0.5rem;
  display: block;
  font-size: 0.875rem;
}
.form-label .caption-2, .form-label .form-control-help {
  font-weight: 400;
  margin-left: 0.625rem;
}

.form-control {
  padding: 0 0.625rem;
  color: #555;
  font-size: inherit;
  font-family: "Montserrat", sans-serif;
  height: 2.5rem;
  border-radius: 0.1875rem;
  width: 100%;
  border: 0.0625rem solid #e9e9e9;
  transition-property: border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.form-control.focus, .form-control:focus, .form-control.focus-visible {
  outline: none;
  border-color: #000;
}
.form-control.focus, .form-control:focus, .form-control:focus-visible {
  outline: none;
  border-color: #000;
}
.form-control.disabled, .form-control:disabled {
  background: #f9f9f6;
  color: #999999;
}
.form-control .icon.fa {
  font-weight: 300;
}
.form-control::placeholder {
  color: #bebfc2;
}
.form-control.focus ~ .input-group-icon, .form-control:focus ~ .input-group-icon, .form-control.focus-visible ~ .input-group-icon {
  border-color: #000;
}
.form-control.focus ~ .input-group-icon, .form-control:focus ~ .input-group-icon, .form-control:focus-visible ~ .input-group-icon {
  border-color: #000;
}
.form-control.disabled ~ .input-group-icon, .form-control:disabled ~ .input-group-icon {
  background: #f9f9f6;
}

.form-select {
  padding: 0 0.625rem;
  background-color: #fff;
  color: #555;
  font-size: inherit;
  font-family: "Montserrat", sans-serif;
  height: 2.5rem;
  border-radius: 0.1875rem;
  width: 100%;
  border: 0.0625rem solid #e9e9e9;
  transition-property: border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.form-select.focus, .form-select:focus, .form-select.focus-visible {
  outline: none;
  border-color: #000;
}
.form-select.focus, .form-select:focus, .form-select:focus-visible {
  outline: none;
  border-color: #000;
}
.form-select.disabled, .form-select:disabled {
  background: #f9f9f6;
  color: #999999;
}
.form-select .icon.fa {
  font-weight: 300;
}

.form-select-container {
  position: relative;
}
.form-select-container::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0.625rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.form-select-container select {
  appearance: none;
  -webkit-appearance: unset;
}

textarea.form-control {
  font-family: "Montserrat", sans-serif;
  color: #555;
  padding: 0.625rem;
}

/* INPUT GROUP (FORM ELEMENT WRAPPER) */
.input-group {
  position: relative;
  margin-bottom: 0.9375rem;
}
.input-group > .icon {
  color: #bebfc2;
  position: absolute;
  top: 0;
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.icon-input-group .icon {
  left: 0.625rem;
}
.icon-input-group .form-control {
  padding-left: 2.125rem;
}

.password-input-group input[type=password] {
  font-size: 1.8125rem;
  font-family: "Font Awesome 5 Pro";
  letter-spacing: 0.125rem;
}
.password-input-group > .icon {
  color: #000;
  right: 0.625rem;
  cursor: pointer;
}
.password-input-group > .icon.fa {
  font-weight: 300;
}
.password-input-group .form-control {
  padding-right: 2.25rem;
}
.password-input-group .form-control.is-valid, .password-input-group .form-control.is-invalid {
  padding-right: 3.75rem;
  background-position: right 2.25rem center;
}

.button-input-group .form-control {
  height: calc(
  2.5rem + (0.1875rem * 2) + (0.0625rem * 2) + (0.125rem * 2)
);
}
.button-input-group .btn {
  position: absolute;
  top: 0.1875rem;
  right: 0.1875rem;
  padding: 0.625rem 0.9375rem;
}

/* VALIDATION */
.is-valid.form-control, .is-valid.form-select, .is-valid.form-dropdown .dropdown-toggle {
  border-color: #29c768;
}

input.form-control.is-valid {
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2329c768' d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}

.is-invalid ~ .form-control-feedback {
  display: block;
}
.is-invalid.form-control, .is-invalid.form-select, .is-invalid.form-dropdown .dropdown-toggle, .is-invalid.form-check, .is-invalid.form-radio {
  border-color: #fc0a01;
}

input.form-control.is-invalid {
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23fc0a01' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}

.form-control-help {
  font-weight: 400;
  margin-top: 0.1875rem;
  width: 100%;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  line-height: 1.2;
}

.form-control-feedback {
  font-weight: 400;
  display: block;
  color: #fc0a01;
  margin-top: 0.1875rem;
  width: 100%;
  transform: translateY(-100%);
  opacity: 0;
  z-index: -1;
  transition-property: max-height, opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  max-height: 0;
  overflow: hidden;
  will-change: transform, opacity, max-height;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  line-height: 1.2;
}
.form-control-feedback.validation-error, .form-control-feedback.show {
  display: block;
  transform: translateY(0);
  opacity: 1;
  max-height: 3.125rem;
}

/* DROPDOWN */
.form-dropdown {
  width: 100%;
}
.form-dropdown img {
  width: 1.9375rem;
  margin-right: 0.625rem;
}
.form-dropdown .icon {
  margin-right: 0.625rem;
}
.form-dropdown img,
.form-dropdown label {
  pointer-events: none;
}
.form-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #555;
  font-size: inherit;
  font-family: "Montserrat", sans-serif;
  height: 2.5rem;
  border-radius: 0.1875rem;
  width: 100%;
  border: 0.0625rem solid #e9e9e9;
  transition-property: border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.form-dropdown .dropdown-toggle.focus, .form-dropdown .dropdown-toggle:focus, .form-dropdown .dropdown-toggle.focus-visible {
  outline: none;
  border-color: #000;
}
.form-dropdown .dropdown-toggle.focus, .form-dropdown .dropdown-toggle:focus, .form-dropdown .dropdown-toggle:focus-visible {
  outline: none;
  border-color: #000;
}
.form-dropdown .dropdown-toggle.disabled, .form-dropdown .dropdown-toggle:disabled {
  background: #f9f9f6;
  color: #999999;
}
.form-dropdown .dropdown-toggle .icon.fa {
  font-weight: 300;
}
.form-dropdown .dropdown-menu li {
  padding: 0.5625rem 0.625rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.form-dropdown .dropdown-menu li.hidden {
  display: none;
}
.form-dropdown .dropdown-menu li:hover, .form-dropdown .dropdown-menu li:focus {
  color: #fc0a01;
}
.form-dropdown .dropdown-menu li input {
  display: none;
}
.form-dropdown .dropdown-menu li img,
.form-dropdown .dropdown-menu li .icon {
  pointer-events: none;
}

/* CHECKBOX */
.form-check {
  border-radius: 0.1875rem;
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #e9e9e9;
  transition: border-width 0.3s ease-in-out;
  appearance: none;
  position: relative;
  float: left;
  background: #fff;
  cursor: pointer;
}
.form-check.hover, .form-check:hover {
  border-color: #000;
}
.form-check.focus, .form-check:focus {
  box-shadow: 0 0 0.25rem 0 #000;
}
.form-check:checked {
  border-color: #000;
}
.form-check[type=radio]:checked {
  border-width: 0.3125rem;
}
.form-check.hover[type=radio]:checked {
  border-color: #000;
}
.form-check[type=radio]:checked:hover {
  border-color: #000;
}
.form-check[type=checkbox]:checked {
  background: #000;
}
.form-check[type=checkbox]:checked::after {
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-check:checked.hover, .form-check:checked:hover {
  border-color: #000;
}
.form-check:disabled {
  background-color: #f9f9f6;
  pointer-events: none;
}
.form-check:disabled:checked {
  opacity: 0.35;
}
.form-check:disabled ~ .form-check-label {
  color: #bebfc2;
}
.form-check:after {
  content: none;
  left: 0.3125rem;
}

.form-check-label {
  display: inline-block;
  margin-left: 0.625rem;
  user-select: none;
  cursor: pointer;
}

/* RADIO */
.form-radio {
  border-radius: 50%;
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #e9e9e9;
  transition: border-width 0.3s ease-in-out;
  appearance: none;
  position: relative;
  float: left;
  background: #fff;
  cursor: pointer;
}
.form-radio.hover, .form-radio:hover {
  border-color: #000;
}
.form-radio.focus, .form-radio:focus {
  box-shadow: 0 0 0.25rem 0 #000;
}
.form-radio:checked {
  border-color: #000;
}
.form-radio[type=radio]:checked {
  border-width: 0.3125rem;
}
.form-radio.hover[type=radio]:checked {
  border-color: #000;
}
.form-radio[type=radio]:checked:hover {
  border-color: #000;
}
.form-radio[type=checkbox]:checked {
  background: #000;
}
.form-radio[type=checkbox]:checked::after {
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-radio:checked.hover, .form-radio:checked:hover {
  border-color: #000;
}
.form-radio:disabled {
  background-color: #f9f9f6;
  pointer-events: none;
}
.form-radio:disabled:checked {
  opacity: 0.35;
}
.form-radio:disabled ~ .form-check-label {
  color: #bebfc2;
}

/* NUMBER INPUT */
.number-input {
  height: calc(
  2.5rem + (0.1875rem * 2) + (0.0625rem * 2) + (0.125rem * 2)
);
  display: flex;
  width: fit-content;
  padding: 0rem 0.1875rem;
  border-radius: 3.125rem;
  border: 0.0625rem solid #e9e9e9;
  will-change: border-color, box-shadow;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: none;
}
.number-input.hover, .number-input:hover, .number-input.active, .number-input[focus-within] {
  border-color: #000;
}
.number-input.hover, .number-input:hover, .number-input.active, .number-input:focus-within {
  border-color: #000;
}
.number-input.active, .number-input[focus-within] {
  box-shadow: none;
}
.number-input.active, .number-input:focus-within {
  box-shadow: none;
}
.number-input.disabled {
  pointer-events: none;
}
.number-input.disabled input {
  background: transparent;
  color: #999999;
}
.number-input.disabled .number-btn {
  background: #f9f9f6;
  color: #999999;
}
.number-input * + * {
  margin-left: 0.375rem;
}
.number-input * + *:first-child {
  margin-left: 0;
}
.number-input input {
  border: none;
  text-align: center;
  width: 3.4375rem;
  height: 100%;
  padding: 0;
  appearance: none;
  -moz-appearance: textfield; /* For FireFox */
}
.number-input input::-webkit-inner-spin-button, .number-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}
.number-input .number-btn {
  border: none;
  width: calc(2.5rem + (0.0625rem * 2));
  background: #f9f9f6;
  color: #000;
  border-radius: 3.125rem;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.number-input .number-btn:focus, .number-input .number-btn:hover, .number-input .number-btn.hover {
  outline: none;
  background: #000;
  color: #fff;
}
.number-input .number-btn:active {
  box-shadow: 0 0 0.25rem 0 #000;
}
.number-input + .caption-2, .number-input + .form-control-help {
  margin-top: 0.1875rem;
}

/* TOGGLE */
.input-toggle {
  height: 0;
  margin: 0;
  overflow: visible;
  position: static;
  width: 0;
  display: none;
}
.input-toggle + .input-toggle-container {
  position: relative;
  padding-left: calc(2.25rem + 0.625rem);
  display: block;
}
.input-toggle + .input-toggle-container::after, .input-toggle + .input-toggle-container::before {
  position: absolute;
  height: 1.25rem;
  content: "";
}
.input-toggle + .input-toggle-container::after {
  height: 1rem;
  width: 1rem;
  background: #fff;
  border-radius: 1rem;
  top: calc((1.25rem - 1rem) / 2);
  bottom: calc((1.25rem - 1rem) / 2);
  left: calc((1.25rem - 1rem) / 2);
  box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  font-size: calc(1.25rem / 2);
  line-height: calc(1rem + ((1.25rem - 1rem) / 2));
  line-height: calc(1rem + calc((1.25rem - 1rem) / 2));
  color: #bebfc2;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00d";
}
.input-toggle + .input-toggle-container::before {
  left: 0;
  width: 2.25rem;
  border-radius: 1.25rem;
  background: #f9f9f6;
  border: 0.0625rem solid #e9e9e9;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.input-toggle + .input-toggle-container.hover::before, .input-toggle + .input-toggle-container:hover::before {
  background: #bebfc2;
}
.input-toggle.hover + .input-toggle-container::before {
  background: #bebfc2;
}
.input-toggle + .input-toggle-container:hover::before {
  background: #bebfc2;
}
.input-toggle.focus + .input-toggle-container::before, .input-toggle:focus + .input-toggle-container::before {
  box-shadow: 0 0 0.25rem 0 #000;
}
.input-toggle:checked + .input-toggle-container::after {
  transform: translateX(calc(2.25rem - 1rem - ((1.25rem - 1rem) / 2) * 2));
  transform: translateX(calc(2.25rem - 1rem - calc((1.25rem - 1rem) / 2) * 2));
  content: "\f00c";
  color: #000;
}
.input-toggle:checked + .input-toggle-container::before {
  border-color: #000;
  background: #000;
}
.input-toggle:checked.hover + .input-toggle-container::before {
  background: #000;
}
.input-toggle:checked + .input-toggle-container:hover::before {
  background: #000;
}
.input-toggle:disabled + .input-toggle-container, .input-toggle.disabled + .input-toggle-container {
  opacity: 0.35;
  pointer-events: none;
}

/* FORM BUTTONS */
.form-button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 1.875rem;
}

.cs-order-form-container {
  display: flex;
  justify-content: flex-end;
  gap: 0.9375rem;
}
.cs-order-form [type=submit] .icon-error,
.cs-order-form [type=submit] .icon-success,
.cs-order-form [type=submit] .icon-pending {
  display: none;
}
.cs-order-form [type=submit]._call-error .icon-initial, .cs-order-form [type=submit]._call-pending .icon-initial, .cs-order-form [type=submit]._call-success .icon-initial {
  display: none;
}
.cs-order-form [type=submit]._call-error {
  background: #fc0a01;
  border-color: #fc0a01;
}
.cs-order-form [type=submit]._call-error .icon-error {
  display: inline-block;
}
.cs-order-form [type=submit]._call-pending .icon-pending {
  display: inline-block;
}
.cs-order-form [type=submit]._call-success {
  background: #29c768;
  border-color: #29c768;
}
.cs-order-form [type=submit]._call-success .icon-success {
  display: inline-block;
}
.cs-order-form [type=submit] .icon-initial {
  display: inline-block;
}

.gdprcookie {
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  background-color: #fff;
  max-width: 40em;
  padding: 0.9375rem;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  z-index: 150;
  width: 100%;
}
.gdprcookie .h1,
.gdprcookie .h2 {
  display: block;
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .gdprcookie .h1,
  .gdprcookie .h2 {
    font-size: 2rem;
  }
}

.gdprcookie-buttons {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
}
.gdprcookie-buttons button:last-of-type {
  padding: 0;
  background: none;
  border: none;
  font-size: inherit;
  color: #000;
  cursor: pointer;
}
.gdprcookie-buttons button:last-of-type:hover, .gdprcookie-buttons button:last-of-type.hover {
  color: #555;
}
.gdprcookie-types ul {
  margin: 0.9375rem 0 0;
  list-style: none;
  padding: 0;
}
.gdprcookie-types li {
  margin-bottom: 0.9375rem;
}
.gdprcookie-types input[type=checkbox] {
  position: absolute;
  margin-left: -1.25rem;
  visibility: hidden;
}
.gdprcookie-types input[type=checkbox] + label {
  position: relative;
  font-weight: bold;
  padding-left: 1.875rem;
  cursor: pointer;
}
.gdprcookie-types input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #e9e9e9;
}
.gdprcookie-types input[type=checkbox] + label::after {
  font-weight: normal;
  content: attr(title);
  display: block;
  padding: 0.3125rem 0rem 0rem 1.875rem;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  line-height: 1.2;
}
.gdprcookie-types input[type=checkbox]:checked + label::before {
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.25rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
}
.gdprcookie-types input[type=checkbox]:disabled + label {
  cursor: default;
}
.icon.fa {
  font-weight: 300;
}

.icon-large {
  font-size: 3.125rem;
}
.icon-success {
  color: #29c768;
}
.icon-warning {
  color: #f90;
}
.icon-error {
  color: #fc0a01;
}

.fa-left {
  margin-right: 0.3125rem;
}

.fa-right {
  margin-left: 0.3125rem;
}

.fa-left-sm {
  margin-right: 0.125rem;
}

.fa-right-sm {
  margin-left: 0.125rem;
}

.fa-left-lg {
  margin-right: 0.625rem;
}

.fa-right-lg {
  margin-left: 0.625rem;
}

.icon-btn {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  background: #f9f9f6;
  text-decoration: none;
  color: #000;
  border: none;
  font-size: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-btn.hover, .icon-btn:hover {
  color: #555;
}
.icon-btn .icon.fa {
  font-weight: 300;
}
.icon-btn.icon-btn-error.hover, .icon-btn.icon-btn-error:hover {
  color: #fc0a01;
}
.icon-btn.icon-btn-close {
  background: #fff;
}

.header-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.header-btn .icon {
  position: relative;
  font-size: 1.375rem;
}
.header-btn .super {
  background: #f9f9f6;
  font-size: 0.625rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  position: absolute;
  top: -0.4583333333rem;
  left: 0.9166666667rem;
  border: 0.125rem solid #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-btn .super:not(.fa) {
  font-family: "Montserrat", sans-serif;
}
.header-btn .caption, .header-btn .blogs-row__list-card .content .category, .blogs-row__list-card .content .header-btn .category, .header-btn .autocomplete-search .search-item__title, .autocomplete-search .header-btn .search-item__title {
  display: block;
  margin-top: 0.3125rem;
  color: inherit;
}

@media (max-width: 991.98px) {
  .social-icons {
    margin: 0 0 0.9375rem;
  }
}
@media (min-width: 992px) {
  .social-icons {
    margin: 1.875rem 0;
  }
}
.social-icons a {
  border: 0.0625rem solid #e9e9e9;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  will-change: color, background-color, border-color;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.social-icons a:hover, .social-icons a.hover {
  color: #000;
  background: #000;
  border-color: #000;
}

.list {
  margin: 0;
  padding-left: 1.25rem;
}
.list li {
  margin-bottom: 0.625rem;
}

.list-unstyled, .list-steps {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.list-unstyled li, .list-steps li {
  margin-bottom: 0.625rem;
}

.list-checked {
  margin: 0;
  padding-left: 1.5625rem;
  list-style: none;
}
.list-checked li {
  position: relative;
  margin-bottom: 0.625rem;
}
.list-checked li::before {
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: -1.5625rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
}

.list-inline {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 1.25rem;
}
.list-inline.payment-icons {
  gap: 0.3125rem;
}
.list-inline.payment-icons img {
  width: 2.5rem;
}

.list-steps {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
}
.list-steps.size-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.list-steps.size-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.list-steps:before, .list-steps:after {
  content: "";
  display: block;
  height: 0.1875rem;
  position: absolute;
  top: 0.5625rem;
}
.list-steps:before {
  background: #f9f9f6;
  width: 100%;
}
.list-steps:after {
  background: #4096EF;
}
.list-steps.completed-33:after {
  width: 37%;
}
.list-steps.completed-50:after {
  width: 50%;
}
.list-steps.completed-66:after {
  width: 62%;
}
.list-steps.completed-100:after {
  width: 100%;
}
.list-steps li {
  display: inline-block;
  z-index: 1;
  text-align: center;
}
.list-steps li:before {
  background: #fff;
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.1875rem solid #f9f9f6;
  margin-bottom: 0.3125rem;
}
.list-steps li.active:before {
  border-color: #4096EF;
}
.list-steps li.complete:before {
  background: #4096EF;
  border-color: #4096EF;
  color: white;
  font-size: 0.625rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-steps li:first-child {
  text-align: left;
}
.list-steps li:last-child {
  text-align: right;
}

.to-top-link {
  cursor: pointer;
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.to-top-link:hover, .to-top-link.hover {
  color: #555;
}
.to-top-link .icon.fa {
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .to-top-link {
    text-align: center;
    margin-top: 1.875rem;
    visibility: hidden;
  }
  .to-top-link.scrolling {
    visibility: visible;
    visibility: initial;
  }
}
@media (min-width: 992px) {
  .to-top-link {
    right: 1.25rem;
    position: absolute;
    bottom: -4.6875rem;
  }
  .to-top-link.scrolling {
    position: fixed;
    bottom: 4.375rem;
  }
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.modal-backdrop.in {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}

.modal {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: none;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  outline: 0;
}
.modal.static {
  overflow: visible;
  position: static;
  display: block;
  height: auto;
}
.modal.in {
  display: block;
}
.modal.animate {
  opacity: 1;
}
.modal.static {
  opacity: 1;
}
.modal.static .modal-dialog {
  margin: 0;
}

.modal-dialog {
  position: relative;
  pointer-events: none;
  margin: 1.875rem auto;
  width: 37.5rem;
  max-width: calc(100% - 30px);
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.modal-dialog.modal-sm {
  width: 24rem;
}
.modal-dialog.modal-lg {
  width: 50rem;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  outline: 0;
  overflow: hidden;
  border-radius: 0;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f6;
  padding: 0.9375rem;
}
.modal-header .icon-btn {
  background-color: #fff;
}

.modal-close {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  font-size: inherit;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
}

.modal-title {
  font-weight: 700;
  font-family: "Charter BT", sans-serif;
  margin: 0;
  font-size: 1.125rem;
}

.modal-body {
  padding: 0.9375rem;
}

.modal-footer {
  padding: 0rem 0.9375rem 0.9375rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-footer .btn + .btn {
  margin-left: 0.9375rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.875rem;
}
.nav a {
  text-decoration: none;
}

.nav-item a {
  color: #555;
  text-decoration: none;
}

.subnav {
  position: absolute;
  display: none;
  background: #fff;
  border: 0.0625rem solid #e9e9e9;
  list-style: none;
  padding: 0.625rem 0rem;
}
.subnav li {
  padding: 0.3125rem 0.9375rem;
}

.nav a.active + .subnav {
  display: block;
}

.vertical-nav li {
  margin-top: 0;
  margin-bottom: 0;
}
.vertical-nav li a {
  padding: 0.75rem 0.625rem;
  display: block;
  text-decoration: none;
}
.vertical-nav .nav-item {
  margin-bottom: 0.3125rem;
}
.vertical-nav .nav-item a {
  color: inherit;
  background: #fff;
  will-change: background-color;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
.vertical-nav .nav-item a .icon {
  color: inherit;
}

.mobile-menu-toggle {
  cursor: pointer;
}
.mobile-menu-toggle .bar {
  display: block;
  margin: 0.3125rem;
  height: 0.1875rem;
  line-height: 0.375rem;
  font-size: 1.0625rem;
  color: #000;
  transition: transform ease-in-out 0.3s;
}
.mobile-menu-toggle.open .bar:first-child {
  transform: translateY(0.5rem) rotate(135deg);
}
.mobile-menu-toggle.open .bar:nth-child(2) {
  transform: scale(0);
}
.mobile-menu-toggle.open .bar:last-child {
  transform: translateY(-0.5rem) rotate(-135deg);
}

.mobile-navigation {
  position: fixed;
  width: 100%;
  left: -100%;
  height: 100%;
  z-index: 100;
  transition: left ease-in-out 0.3s;
}
.mobile-navigation.open {
  left: 0;
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 0.9375rem;
  border-top: 0.0625rem solid #e9e9e9;
}
.mobile-menu .mobile-nav-item {
  margin-bottom: 0;
}
.mobile-menu > .mobile-nav-item > .mobile-menu {
  left: -100%;
  transition: left ease-in-out 0.3s;
}
.mobile-menu > .mobile-nav-item > .mobile-menu.open {
  left: 0;
}

.mobile-nav-item a {
  display: flex;
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid #e9e9e9;
  text-decoration: none;
  color: #555;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav-item .icon {
  float: right;
}
.mobile-nav-item.title {
  margin: 0 -0.9375rem;
  padding: 0.9375rem;
  background: #f9f9f6;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.mobile-nav-item.title .icon {
  float: left;
}

.pagination {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .pagination {
    margin-top: 3.125rem;
  }
}

.page-item {
  background: none;
  color: #555;
  border-color: transparent;
  border-width: 0;
  border-radius: 50%;
  padding: 0.25rem 0.625rem;
  width: 1.875rem;
  height: 1.875rem;
  border-style: solid;
  margin-left: calc(0.625rem / 2);
  margin-right: calc(0.625rem / 2);
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-item.active, .page-item.active.hover, .page-item.active:hover {
  color: #ffffff;
  border-color: transparent;
  background: #000;
}
.page-item.hover, .page-item:hover {
  background: #f9f9f6;
  color: #555;
  border-color: transparent;
}
.page-item.disabled {
  color: #999999;
  pointer-events: none;
}
.page-item.disabled.active {
  background: #e9e9e9;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  background: none;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  border-radius: 3.125rem;
  text-align: center;
  color: #555;
  cursor: pointer;
  padding: 0.125rem 0.625rem 0.1875rem;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  height: 1.875rem;
  font-size: 0.875rem;
}
.page-btn:first-of-type {
  margin-right: 0.625rem;
}
.page-btn:last-of-type {
  margin-left: 0.625rem;
}
.page-btn .angle {
  position: relative;
  top: 0.0625rem;
}
.page-btn.hover, .page-btn:hover {
  background: #f9f9f6;
  color: #555;
  border-color: transparent;
  border-width: 0;
}
.page-btn.disabled, .page-btn:disabled {
  color: #bebfc2;
  cursor: default;
  background: none;
}

.product-tile .product-description {
  height: 3.75rem;
  overflow: hidden;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
.product-tile .product-rating .review-star {
  color: #000;
}

/* stylelint-disable declaration-no-important */
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.m--15 {
  margin: -0.9375rem !important;
}

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

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

.mx-1 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}

.mx-2 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.mx-3 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}

.mx-4 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.mx-5 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}

.mx--15 {
  margin-right: -0.9375rem !important;
  margin-left: -0.9375rem !important;
}

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

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

.my-1 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.my-2 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-3 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.my-4 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.my-5 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.my--15 {
  margin-top: -0.9375rem !important;
  margin-bottom: -0.9375rem !important;
}

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

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

.mt-1 {
  margin-top: 0.3125rem !important;
}

.mt-2 {
  margin-top: 0.625rem !important;
}

.mt-3 {
  margin-top: 0.9375rem !important;
}

.mt-4 {
  margin-top: 1.875rem !important;
}

.mt-5 {
  margin-top: 3.125rem !important;
}

.mt--15 {
  margin-top: -0.9375rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.3125rem !important;
}

.me-2 {
  margin-right: 0.625rem !important;
}

.me-3 {
  margin-right: 0.9375rem !important;
}

.me-4 {
  margin-right: 1.875rem !important;
}

.me-5 {
  margin-right: 3.125rem !important;
}

.me--15 {
  margin-right: -0.9375rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.3125rem !important;
}

.mb-2 {
  margin-bottom: 0.625rem !important;
}

.mb-3 {
  margin-bottom: 0.9375rem !important;
}

.mb-4 {
  margin-bottom: 1.875rem !important;
}

.mb-5 {
  margin-bottom: 3.125rem !important;
}

.mb--15 {
  margin-bottom: -0.9375rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.3125rem !important;
}

.ms-2 {
  margin-left: 0.625rem !important;
}

.ms-3 {
  margin-left: 0.9375rem !important;
}

.ms-4 {
  margin-left: 1.875rem !important;
}

.ms-5 {
  margin-left: 3.125rem !important;
}

.ms--15 {
  margin-left: -0.9375rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

.p--15 {
  padding: -0.9375rem !important;
}

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

.px-1 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}

.px-2 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.px-3 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}

.px-4 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.px-5 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.px--15 {
  padding-right: -0.9375rem !important;
  padding-left: -0.9375rem !important;
}

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

.py-1 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.py-2 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-3 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.py-4 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-5 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.py--15 {
  padding-top: -0.9375rem !important;
  padding-bottom: -0.9375rem !important;
}

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

.pt-1 {
  padding-top: 0.3125rem !important;
}

.pt-2 {
  padding-top: 0.625rem !important;
}

.pt-3 {
  padding-top: 0.9375rem !important;
}

.pt-4 {
  padding-top: 1.875rem !important;
}

.pt-5 {
  padding-top: 3.125rem !important;
}

.pt--15 {
  padding-top: -0.9375rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.3125rem !important;
}

.pe-2 {
  padding-right: 0.625rem !important;
}

.pe-3 {
  padding-right: 0.9375rem !important;
}

.pe-4 {
  padding-right: 1.875rem !important;
}

.pe-5 {
  padding-right: 3.125rem !important;
}

.pe--15 {
  padding-right: -0.9375rem !important;
}

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

.pb-1 {
  padding-bottom: 0.3125rem !important;
}

.pb-2 {
  padding-bottom: 0.625rem !important;
}

.pb-3 {
  padding-bottom: 0.9375rem !important;
}

.pb-4 {
  padding-bottom: 1.875rem !important;
}

.pb-5 {
  padding-bottom: 3.125rem !important;
}

.pb--15 {
  padding-bottom: -0.9375rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.3125rem !important;
}

.ps-2 {
  padding-left: 0.625rem !important;
}

.ps-3 {
  padding-left: 0.9375rem !important;
}

.ps-4 {
  padding-left: 1.875rem !important;
}

.ps-5 {
  padding-left: 3.125rem !important;
}

.ps--15 {
  padding-left: -0.9375rem !important;
}

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.text-strong {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #ffffff;
}

.underline {
  text-decoration: underline;
}

.text-start {
  text-align: left !important;
}

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

.text-end {
  text-align: right !important;
}

.text-vertical-center {
  display: flex;
  align-items: center;
}

.flex {
  display: flex;
}

.full-width {
  width: 100%;
}

.auto-width {
  width: auto;
}

.width-content {
  width: fit-content;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
.clickable {
  cursor: pointer;
}

pre {
  overflow-x: auto;
  font-family: monospace;
  border: 0.0625rem solid #e9e9e9;
  background: #f9f9f6;
  border-radius: 0.25rem;
  padding: 0.625rem;
}

hr {
  border: none;
  height: 0.0625rem;
  background: #e9e9e9;
  margin: 1.875rem 0;
}

details summary {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  cursor: pointer;
  font-weight: bold;
}
details summary::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
}
details[open] summary::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f106";
}

/* stylelint-enable */
.sidebar-backdrop {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.sidebar-backdrop.in {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}

.sidebar {
  display: none;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  outline: 0;
}
.sidebar.static {
  overflow: visible;
  position: static;
  display: block;
  height: auto;
}
.sidebar.in {
  display: block;
}
.sidebar.animate .sidebar-dialog {
  right: 0;
}
.sidebar.static .sidebar-dialog {
  position: static;
  right: 0;
}

.sidebar-dialog {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: auto;
  padding: 0;
  width: 25.875rem;
  right: -25.875rem;
  transition: right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  max-width: 100%;
}
.sidebar-dialog.sidebar-md {
  width: 51.75rem;
  right: -51.75rem;
}
.sidebar-dialog.sidebar-lg {
  width: 77.625rem;
  right: -77.625rem;
}

.sidebar-content {
  background-color: #fff;
  border: none;
  overflow: hidden;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f6;
  padding: 0.9375rem;
}
.sidebar-header .icon-btn {
  background-color: #fff;
}

.sidebar-title {
  margin: 0;
}

.sidebar-body {
  padding: 0.9375rem;
}

.sidebar-footer {
  padding: 0.9375rem;
  background: #fff;
  box-shadow: 0 -0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-footer .btn + .btn {
  margin-left: 0.9375rem;
}

.table {
  border-collapse: collapse;
  width: 100%;
}
.table th {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.625rem;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  line-height: 1.2;
}
.table thead th {
  text-align: left;
}
.table th,
.table td {
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid #e9e9e9;
}
.table th:not(:last-of-type),
.table td:not(:last-of-type) {
  padding-right: 0.9375rem;
}
.table tr.has-subrow td {
  border-bottom: none;
  padding-bottom: 0;
}
.table + h3, .table + .h3 {
  margin-top: 1.875rem;
}

.table-striped {
  border-collapse: collapse;
  border: 0.0625rem solid #e9e9e9;
  border-radius: 0.25rem;
}
.table-striped tr:nth-of-type(odd) td,
.table-striped tr:nth-of-type(odd) th {
  background-color: #f9f9f6;
}
.table-striped th,
.table-striped td {
  background-color: #fff;
  padding: 0.625rem;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs {
  background: none;
  border-bottom: 0.0625rem solid #e9e9e9;
  font-size: 0.875rem;
}

.nav-link,
.nav-tabs a {
  color: #000;
  font-weight: inherit;
  border-bottom: 0.0625rem solid transparent;
  padding: 0.625rem 0.625rem 0.75rem 0.625rem;
  gap: 0.625rem;
}
.nav-link.hover, .nav-link:hover,
.nav-tabs a.hover,
.nav-tabs a:hover {
  background: #f9f9f6;
  color: #555;
}
.nav-link.disabled,
.nav-tabs a.disabled {
  color: #bebfc2;
  pointer-events: none;
}

.nav-item.active .nav-link,
.nav-tabs li.active a {
  background: none;
  color: #000;
  border-bottom: 0.125rem solid #fc0a01;
}
.nav-item.active .nav-link.hover, .nav-item.active .nav-link:hover,
.nav-tabs li.active a.hover,
.nav-tabs li.active a:hover {
  color: #555;
  background: #f9f9f6;
  border-color: #a20601;
}
.nav-item.active .nav-link.disabled,
.nav-tabs li.active a.disabled {
  color: #bebfc2;
  pointer-events: none;
  border-color: #e9e9e9;
}

.tooltip {
  position: absolute;
  z-index: 10;
  display: block;
  word-wrap: break-word;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.tooltip.in {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top {
  padding: 0.3125rem 0;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 0.3125rem 0.3125rem 0;
  border-top-color: rgba(0, 0, 0, 0.85);
}

.tooltip.right {
  padding: 0 0.3125rem;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -0.3125rem;
  border-width: 0.3125rem 0.3125rem 0.3125rem 0;
  border-right-color: rgba(0, 0, 0, 0.85);
}

.tooltip.bottom {
  padding: 0.3125rem 0;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: rgba(0, 0, 0, 0.85);
}

.tooltip.left {
  padding: 0 0.3125rem;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -0.3125rem;
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-left-color: rgba(0, 0, 0, 0.85);
}

.tooltip-inner {
  max-width: 12.5rem;
  padding: 0.3125rem 0.625rem;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

/* stylelint-disable declaration-no-important */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 991.98px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1379.98px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1380px) {
  .visible-lg {
    display: block !important;
  }
}

.hidden {
  display: none !important;
}

@media (max-width: 991.98px) {
  .hidden-xs,
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1379.98px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1380px) {
  .hidden-lg {
    display: none !important;
  }
}

/* stylelint-enable */
.tree-suggestions {
  padding: 0.625rem;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.3125rem;
  grid-row-gap: 0.3125rem;
}
.tree-suggestions .suggestion-item {
  background: #fff;
  padding: 0.625rem;
}

.search-result-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
}
.search-result-options .form-select {
  width: auto;
}

.num-products-found {
  color: #999999;
  margin-bottom: 0;
}

.filter-choice {
  background-color: #f9f9f6;
  margin-bottom: 0.625rem;
  padding: 0.9375rem;
}
.filter-choice .h3 {
  font-size: 1.125rem;
}
.filter-choice hr, .filter-choice + hr {
  display: none;
}
.filter-choice .list-group-item {
  color: inherit;
}
.filter-choice .list-group-item span {
  font-weight: 300;
  margin-right: 0.3125rem;
}
.filter-choice > a,
.filter-choice .list-group-item {
  display: block;
  margin-top: 0.625rem;
}

.categories {
  background-color: #f9f9f6;
  margin-bottom: 0.625rem;
  padding: 0.9375rem;
}
.categories h3 {
  font-size: 1.125rem;
}
.categories .list-unstyled, .categories .list-steps {
  margin: 0;
}
.categories .list-unstyled li, .categories .list-steps li {
  margin-top: 0.625rem;
}
.categories .list-unstyled li a, .categories .list-steps li a {
  color: inherit;
}
.categories + hr {
  display: none;
}

.filters > h3 {
  display: none;
}
.filters > .panel-group > .panel {
  background-color: #f9f9f6;
  margin-bottom: 0.625rem;
  padding: 0.9375rem;
}
.filters .list-group-item {
  position: relative;
  display: block;
  margin-bottom: 0.625rem;
  color: inherit;
}
.filters .list-group-item .badge {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.filters .checkbox-button {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin-right: 0.4375rem;
}
.filters .checkbox-button span {
  color: transparent;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.25rem;
  display: block;
}
.filters .checkbox-button span.checked {
  color: black;
}

.panel-collapse .panel-nested {
  margin-bottom: 0;
}
.panel-collapse .panel-nested .panel-collapse + .panel-heading a {
  padding: 0;
  margin-top: 0.625rem;
  border: none;
}
.panel-collapse .panel-nested .panel-collapse + .panel-heading a .more {
  display: inline;
}
.panel-collapse .panel-nested .panel-collapse + .panel-heading a .less {
  display: none;
}
.panel-collapse .panel-nested .panel-collapse.in + .panel-heading a .more {
  display: none;
}
.panel-collapse .panel-nested .panel-collapse.in + .panel-heading a .less {
  display: inline;
}

.cms-tools-toggle {
  width: 1.875rem;
  height: 1.875rem;
  position: fixed;
  top: 50vh;
  right: 0;
  margin-right: -0.0625rem;
  background: #f9f9f6;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border: 0.0625rem solid #e9e9e9;
  cursor: pointer;
  transition: right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: calc(100 - 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-tools-toggle.active {
  right: 25.875rem;
}
.cms-tools-toggle.active:after {
  content: "\f105";
}
.cms-tools-toggle:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f104";
}

.cms-tools-grid {
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
}
.cms-tools-grid > * {
  align-items: baseline;
}

.cms-tools-btn {
  font-size: 1.0625rem;
  padding: 0.125rem 0.5rem;
}

.fixed-height-scroll {
  height: 12.5rem;
  overflow-y: scroll;
  word-break: break-word;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.modal .close, .modal .modal-header .close {
  position: absolute;
  right: 0.9375rem;
  color: #000;
  background-color: #f9f9f6;
  border-radius: 50%;
  border: none;
  font-size: inherit;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
}

.alert .close, .alert .modal .modal-header .close, .modal .modal-header .alert .close {
  background: transparent;
  border: none;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  display: inline-flex;
  padding: 0;
  margin-right: 0.625rem;
}
.alert .close .fa {
  font-weight: 300;
}

.overlay-mask {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.overlay-mask.is-visible {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}

.overlay-sidebar {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: auto;
  padding: 0;
  width: 25.875rem;
  right: -25.875rem;
  transition: right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 100;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .overlay-sidebar {
    width: 100vw;
    right: -100vw;
  }
}
.overlay-sidebar.is-visible {
  right: 0;
}
.overlay-sidebar._with-maps {
  right: -100%;
  width: 100%;
  max-width: 100%;
  overflow-y: hidden;
}
@media (min-width: 992px) {
  .overlay-sidebar._with-maps {
    max-width: 80%;
  }
}
.overlay-sidebar._with-maps.is-visible {
  right: 0;
}
.overlay-sidebar._with-maps .overlay-menu {
  padding-left: 25px;
  padding-right: 25px;
}

.overlay-sidebar-header {
  background: #f9f9f6;
  padding: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overlay-sidebar-header .h4, .overlay-sidebar-header .cookie-banner__title {
  margin: 0;
}

.overlay-sidebar-footer {
  background: #fff;
  padding: 0.9375rem;
  box-shadow: 0 -0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.05);
  margin-top: auto;
}

.overlay-sidebar-content {
  padding: 0.9375rem;
}

#party-sidebar .list-group {
  display: flex;
  flex-direction: column;
}
#party-sidebar .list-group a.list-group-item {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem;
  margin-bottom: 0.3125rem;
  background-color: #ecf5fe;
  border: 0.0625rem solid #ecf5fe;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  font-size: 0.875rem;
}
#party-sidebar .list-group a.list-group-item:hover {
  border-color: #000;
}
#party-sidebar .list-group a.list-group-item:last-child {
  margin-bottom: 0;
}
#party-sidebar .list-group a.list-group-item small {
  margin-top: 0.3125rem;
  color: #555;
}

.account-sidebar .nav-item a:hover {
  background: #000;
  color: #ffffff;
}

.stock-indication {
  font-size: 0.875rem;
}
.stock-indication .stock-positive {
  color: #29c768;
}

.tree-suggestions {
  padding: 0.625rem;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.3125rem;
  grid-row-gap: 0.3125rem;
}
.tree-suggestions .suggestion-item {
  background: #fff;
  padding: 0.625rem;
}

.search-result-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
}
.search-result-options .form-select {
  width: auto;
}

.num-products-found {
  color: #999999;
  margin-bottom: 0;
}

.filter-choice {
  background-color: #f9f9f6;
  margin-bottom: 0.625rem;
  padding: 0.9375rem;
}
.filter-choice .h3 {
  font-size: 1.125rem;
}
.filter-choice hr, .filter-choice + hr {
  display: none;
}
.filter-choice .list-group-item {
  color: inherit;
}
.filter-choice .list-group-item span {
  font-weight: 300;
  margin-right: 0.3125rem;
}
.filter-choice > a,
.filter-choice .list-group-item {
  display: block;
  margin-top: 0.625rem;
}

.categories {
  background-color: #f9f9f6;
  margin-bottom: 0.625rem;
  padding: 0.9375rem;
}
.categories h3 {
  font-size: 1.125rem;
}
.categories .list-unstyled, .categories .list-steps {
  margin: 0;
}
.categories .list-unstyled li, .categories .list-steps li {
  margin-top: 0.625rem;
}
.categories .list-unstyled li a, .categories .list-steps li a {
  color: inherit;
}
.categories + hr {
  display: none;
}

.filters > h3 {
  display: none;
}
.filters > .panel-group > .panel {
  background-color: #f9f9f6;
  margin-bottom: 0.625rem;
  padding: 0.9375rem;
}
.filters .list-group-item {
  position: relative;
  display: block;
  margin-bottom: 0.625rem;
  color: inherit;
}
.filters .list-group-item .badge {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.filters .checkbox-button {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin-right: 0.4375rem;
}
.filters .checkbox-button span {
  color: transparent;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.25rem;
  display: block;
}
.filters .checkbox-button span.checked {
  color: black;
}

.panel-collapse .panel-nested {
  margin-bottom: 0;
}
.panel-collapse .panel-nested .panel-collapse + .panel-heading a {
  padding: 0;
  margin-top: 0.625rem;
  border: none;
}
.panel-collapse .panel-nested .panel-collapse + .panel-heading a .more {
  display: inline;
}
.panel-collapse .panel-nested .panel-collapse + .panel-heading a .less {
  display: none;
}
.panel-collapse .panel-nested .panel-collapse.in + .panel-heading a .more {
  display: none;
}
.panel-collapse .panel-nested .panel-collapse.in + .panel-heading a .less {
  display: inline;
}

@media (max-width: 991.98px) {
  .compare-detail {
    width: 65rem;
    overflow-y: scroll;
  }
}
.compare-detail .compare-group {
  padding: 0.9375rem 0rem;
  border-top: 0.0625rem solid #e9e9e9;
}
.compare-detail .compare-group:last-child {
  border-bottom: 0.0625rem solid #e9e9e9;
}
.compare-detail .compare-group-title button {
  text-decoration: none;
}
.compare-detail .compare-group-title button.toggled .icon {
  transform: rotate(180deg);
}
.compare-detail .compare-row {
  display: flex;
  flex-direction: row;
  border-bottom: 0.0625rem solid #e9e9e9;
}
@media (max-width: 991.98px) {
  .compare-detail .compare-row {
    flex-direction: column;
  }
}
.compare-detail .compare-row:nth-child(even) {
  background-color: #f9f9f6;
}
.compare-detail .compare-row:last-child {
  border-bottom: none;
}
.compare-detail .compare-row-title {
  flex: 0 0 20%;
  padding: 0.625rem 0.9375rem;
  border-right: 0.0625rem solid #e9e9e9;
}
@media (max-width: 991.98px) {
  .compare-detail .compare-row-title {
    padding: 0.625rem 0.9375rem 0rem 0.9375rem;
  }
}
.compare-detail .compare-row-item-list {
  flex: 0 0 80%;
  display: flex;
}
.compare-detail .compare-row-item {
  flex: 0 0 25%;
  padding: 0.625rem 0.9375rem;
  border-right: 0.0625rem solid #e9e9e9;
}
.compare-detail .no-border {
  border: none;
}

.compare-item {
  position: relative;
}
@media (max-width: 991.98px) {
  .compare-item.empty {
    display: none;
  }
}
.compare-item .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 7.1875rem auto auto;
  grid-template-areas: "image" "title" "info";
}
.compare-item .grid-image {
  grid-area: image;
}
.compare-item .grid-title {
  grid-area: title;
}
.compare-item .grid-info {
  grid-area: info;
}
.compare-item img {
  width: 100%;
  object-fit: cover;
  max-height: 6.25rem;
}
.compare-item .btn-close {
  position: absolute;
  top: 0;
  right: 0;
}
.compare-item a {
  text-decoration: none;
  color: #555;
}

.compare-preview {
  width: 50rem;
  max-width: 100vw;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.compare-preview .compare-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0.9375rem;
  background-color: #000;
}
.compare-preview .compare-header .toggle-collapse {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
}
.compare-preview .compare-header .icon {
  font-size: 1.25rem;
  line-height: 90%;
}
.compare-preview .compare-content {
  display: grid;
  background-color: #fff;
  border: 0.0625rem solid #e9e9e9;
  border-top: none;
}
@media (max-width: 991.98px) {
  .compare-preview .compare-content {
    grid-template-rows: repeat(4, auto);
  }
}
@media (min-width: 992px) {
  .compare-preview .compare-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.compare-preview .compare-item {
  padding: 0.9375rem;
}
@media (max-width: 991.98px) {
  .compare-preview .compare-item {
    border-bottom: 0.0625rem solid #e9e9e9;
  }
}
@media (min-width: 992px) {
  .compare-preview .compare-item {
    border-right: 0.0625rem solid #e9e9e9;
  }
}
@media (max-width: 991.98px) {
  .compare-preview .compare-item .grid {
    grid-template-columns: 4.0625rem 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "image title" "image info";
  }
}
.compare-preview .compare-item:nth-child(4) {
  border: none;
}
@media (max-width: 991.98px) {
  .compare-preview .compare-item img {
    max-width: 3.125rem;
  }
}
.compare-preview .compare-item .btn-close {
  margin: 0.9375rem;
}
.compare-preview.collapsed .compare-content {
  display: none;
}
.compare-preview.collapsed .icon {
  transform: rotate(180deg);
}

[data-jsx=order-templates-history] .order-templates-history {
  padding: 0.9375rem;
  background-color: #f9f9f6;
}
[data-jsx=order-templates-history] .order-templates-history .tab-contents {
  padding: 0.9375rem 0;
}
[data-jsx=order-templates-history] .order-templates {
  margin-bottom: 0.9375rem;
}
[data-jsx=order-templates-history] .order-templates .flex-templates {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
[data-jsx=order-templates-history] .order-templates .flex-template {
  display: flex;
  justify-content: space-between;
  border: 0.0625rem solid #e9e9e9;
  padding: 0.9375rem;
  background-color: #fff;
}
[data-jsx=order-templates-history] .order-templates .template-label {
  display: flex;
  align-items: center;
}
[data-jsx=order-templates-history] .order-templates .icon.fa-star {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
[data-jsx=order-templates-history] .order-templates .icon.fa-star.fas {
  color: #000;
}
[data-jsx=order-templates-history] .order-templates .icon.fa-star.fa {
  color: #e9e9e9;
}
[data-jsx=order-templates-history] .order-templates .loading {
  color: #bebfc2;
}
[data-jsx=order-templates-history] .order-history {
  padding: 0rem 0.9375rem 0.9375rem 0.9375rem;
  background-color: #fff;
}
[data-jsx=order-templates-history] .no-order-templates,
[data-jsx=order-templates-history] .loading-order-templates,
[data-jsx=order-templates-history] .no-order-history,
[data-jsx=order-templates-history] .loading-order-history {
  padding: 0.9375rem;
}

[data-jsx=autocomplete-search] {
  display: flex;
  align-items: center;
  flex: 1;
}

.autocomplete-search {
  position: relative;
  width: 100%;
  transition: box-shadow ease-in-out 0.3s;
}
.autocomplete-search.active {
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.autocomplete-search .input-group {
  margin: 0;
}
.autocomplete-search .input-group .form-control {
  padding-left: 2.875rem;
  transition: border-bottom-color ease-in-out 0.3s;
}
.autocomplete-search .input-group .form-control:focus {
  border-color: #e9e9e9;
  border-bottom-color: #000;
}
.autocomplete-search .input-group .form-control::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.autocomplete-search .input-group .icon {
  left: 1.25rem;
  top: 0.0625rem;
  font-size: 1rem;
}
.autocomplete-search .input-group .icon.has-search-term {
  color: #555;
}
.autocomplete-search .icon-btn {
  right: 0.625rem;
  left: auto;
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.autocomplete-search .icon-btn .icon {
  font-size: 0.75rem;
  line-height: 1.375rem;
}

.autocomplete-search__results {
  position: absolute;
  background: white;
  width: 100%;
  padding: 0.625rem;
  max-height: 50vh;
  height: auto;
  overflow-y: auto;
  transition-property: box-shadow, max-height, padding, border-width;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  border-radius: 0rem 0rem 0.1875rem 0.1875rem;
  border: 0.0625rem solid #e9e9e9;
}
.autocomplete-search__results._hide {
  display: block !important;
}
.autocomplete-search__results._hide {
  max-height: 0;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
}
.autocomplete-search__results.active {
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.autocomplete-search__results .loader-icon {
  padding: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.autocomplete-search .search-item {
  padding-bottom: 0.9375rem;
  font-size: 1rem;
}
.autocomplete-search .search-item:last-of-type {
  padding: 0;
}
.autocomplete-search .search-item__title {
  padding: 0rem 0.625rem 0.3125rem;
}
.autocomplete-search .search-item__content-item {
  padding: 0.625rem;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: white;
  transition: background-color ease-in-out 0.3s;
  color: #555;
  text-decoration: none;
}
.autocomplete-search .search-item__content-item .icon {
  transition: color 0.3s ease-in-out;
  color: #999999;
}
.autocomplete-search .search-item__content-item .icon.fa-angle-right {
  opacity: 0;
  color: #000;
  font-weight: 400;
  transition: opacity 0.3s ease-in-out;
}
.autocomplete-search .search-item__content-item:hover {
  color: #555;
  background-color: #ecf5fe;
}
.autocomplete-search .search-item__content-item:hover .icon {
  color: inherit;
}
.autocomplete-search .search-item__content-item:hover .icon.fa-angle-right {
  opacity: 1;
  color: #000;
}
.autocomplete-search .search-item__content-item img {
  width: 3.125rem;
  height: 3.125rem;
  overflow: hidden;
  object-fit: cover;
  margin-right: 0.9375rem;
}

.lazyload-loader {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(235, 235, 235, 0.937254902);
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
}
.lazyload-loader::after {
  animation: fa-spin 2s linear infinite;
  color: black;
  font-size: 1.875rem;
  content: "\f110";
  font-family: "Font Awesome 5 Pro";
}

.product {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .product {
    display: grid;
    grid-template-columns: 7.8125rem 1fr;
    grid-template-areas: "image content" "image footer" "line line";
  }
}
.product a {
  display: block;
  position: relative;
}
.product p {
  margin: 0;
}
.product__wishlist .icon {
  pointer-events: none;
}
.product__wishlist.active .icon {
  font-weight: 900;
}
.product__header {
  grid-area: image;
  position: relative;
}
.product__header-actions {
  padding: 0.625rem;
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  z-index: 1;
}
.product__header-tags {
  padding: 0.625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125rem;
}
@media (max-width: 991.98px) {
  .product__header-tags {
    padding: 0.3125rem 0rem;
    position: static;
  }
}
.product-rating {
  font-size: 0.75rem;
  line-height: 0.75rem;
  display: flex;
  gap: 0.3125rem;
  color: #ecc030;
  margin-bottom: 0.3125rem;
}
.product-rating.no-rating {
  color: #999999;
}
.product-rating__count {
  color: #555;
}
.product__image {
  border-radius: 0.25rem;
  width: 100%;
  height: 15.625rem;
  object-fit: contain;
  background-color: #f9f9f6;
}
@media (max-width: 991.98px) {
  .product__image {
    max-height: 7.8125rem;
  }
}
.product-description {
  font-size: 0.875rem;
}
.product__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 0rem 0.625rem;
  grid-area: content;
}
@media (max-width: 991.98px) {
  .product__content {
    padding: 0;
  }
}
.product .stock-indication {
  margin-top: auto;
}
.product-price {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.5rem;
}
.product-price__sale {
  font-weight: bold;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .product-price__sale {
    font-size: 1.25rem;
  }
}
.product-price__discount {
  text-decoration: line-through;
  color: #999999;
  font-size: 0.75rem;
}
.product-price__discount + .product-price__sale {
  color: #fc0a01;
}
.product__footer {
  grid-area: footer;
  padding: 0rem 0.625rem;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .product__footer {
    padding: 0;
  }
}
.product hr {
  grid-area: line;
}

[data-jsx=order-templates-sidebar] .order-templates .flex-templates {
  display: flex;
  flex-direction: column;
  padding: 0rem 0.9375rem;
}
[data-jsx=order-templates-sidebar] .order-templates .flex-template {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.0625rem solid #e9e9e9;
  padding: 0.9375rem 0rem;
}
[data-jsx=order-templates-sidebar] .order-templates .flex-template:last-child {
  border: none;
}
[data-jsx=order-templates-sidebar] .order-templates .template-label {
  display: flex;
  align-items: center;
}
[data-jsx=order-templates-sidebar] .order-templates .icon.fa-star {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
[data-jsx=order-templates-sidebar] .order-templates .icon.fa-star.fas {
  color: #000;
}
[data-jsx=order-templates-sidebar] .order-templates .icon.fa-star.fa {
  color: #e9e9e9;
}
[data-jsx=order-templates-sidebar] .order-templates .loading {
  color: #bebfc2;
}
[data-jsx=order-templates-sidebar] .order-history {
  padding: 0rem 0.9375rem 0.9375rem 0.9375rem;
  background-color: #fff;
}
[data-jsx=order-templates-sidebar] .no-order-templates,
[data-jsx=order-templates-sidebar] .loading-order-templates {
  padding: 0.9375rem;
}
[data-jsx=order-templates-sidebar] .new-order-template {
  padding: 1.875rem 0.9375rem 0.9375rem 0.9375rem;
  background-color: #f9f9f6;
}
[data-jsx=order-templates-sidebar] .new-order-template .btn-group {
  display: flex;
}
[data-jsx=order-templates-sidebar] .new-order-template .btn-group > .btn {
  flex: 1 1 50%;
}
[data-jsx=order-templates-sidebar] .new-order-template .btn-group > .btn:first-child {
  margin-right: 0.9375rem;
}
[data-jsx=order-templates-sidebar] .toggle-order-template-form {
  margin: 0rem 0.9375rem;
  padding: 0.9375rem 0rem;
  border-top: 0.0625rem solid #e9e9e9;
}

.cms-tools-toggle {
  width: 1.875rem;
  height: 1.875rem;
  position: fixed;
  top: 50vh;
  right: 0;
  margin-right: -0.0625rem;
  background: #f9f9f6;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border: 0.0625rem solid #e9e9e9;
  cursor: pointer;
  transition: right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: calc(100 - 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-tools-toggle.active {
  right: 25.875rem;
}
.cms-tools-toggle.active:after {
  content: "\f105";
}
.cms-tools-toggle:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f104";
}

.cms-tools-grid {
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
}
.cms-tools-grid > * {
  align-items: baseline;
}

.cms-tools-btn {
  font-size: 1.0625rem;
  padding: 0.125rem 0.5rem;
}

.fixed-height-scroll {
  height: 12.5rem;
  overflow-y: scroll;
  word-break: break-word;
}

.compare-toggle {
  display: flex;
  align-items: center;
  padding: 0.1875rem 0.3125rem;
  background: #fff;
  border-radius: 0.1875rem;
}
.compare-toggle[data-checked=yes] {
  opacity: 1;
}

.product-tags {
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  grid-gap: 0.3125rem;
  grid-row-gap: 0.3125rem;
}
@media (min-width: 992px) {
  .product-tags {
    position: absolute;
    justify-content: flex-start;
    padding: 0.9375rem;
  }
}

.variants {
  display: flex;
  gap: 0.625rem;
}
.variants a {
  text-decoration: none;
}
.variants a:hover {
  text-decoration: underline;
}

.variant {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid #e9e9e9;
  border-radius: 0.75rem;
  transition: outline-color ease-in-out 0.3s;
  outline: 0.125rem solid transparent;
  outline-offset: 0.0625rem;
}
.variant.active, .variant:hover {
  outline-color: #222;
}
@media (max-width: 991.98px) {
  .variant {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.product-price {
  display: flex;
  flex-wrap: wrap;
}
.product-price__discount {
  grid-area: discount;
}
.product-price__discount + .product-price__sale:not(.product-price__sale--is-red) {
  color: #222;
}
.product-price__sale {
  grid-area: sale;
  color: #222;
}
.product-price__sale--is-red {
  color: #fc0a01;
}
.product-price__uom {
  flex: 100%;
}
.product-price--col, .product-price--tile {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto auto;
}
.product-price--col {
  grid-template-areas: "discount sale" "uom uom";
  column-gap: 0.625rem;
}
.product-price--col .product-price__uom {
  display: flex;
  justify-content: end;
}
.product-price--tile {
  grid-template-areas: "discount discount" "sale uom";
}

.brand-primary {
  color: #fc0a01;
}

.bg-brand-primary {
  background: #fc0a01;
}

.brand-secondary {
  color: #000;
}

.bg-brand-secondary {
  background: #000;
}

.primary-1 {
  color: #36af84;
}

.bg-primary-1 {
  background: #36af84;
}

.action-primary {
  color: #fc0a01;
}

.bg-action-primary {
  background: #fc0a01;
}

.action-hover-primary {
  color: #a20601;
}

.bg-action-hover-primary {
  background: #a20601;
}

.action-secondary {
  color: #000;
}

.bg-action-secondary {
  background: #000;
}

.action-hover-secondary {
  color: #555;
}

.bg-action-hover-secondary {
  background: #555;
}

.action-link {
  color: #000;
}

.bg-action-link {
  background: #000;
}

.action-hover-link {
  color: #555;
}

.bg-action-hover-link {
  background: #555;
}

.action-hotspot {
  color: #000;
}

.bg-action-hotspot {
  background: #000;
}

.action-hover-hotspot {
  color: #ffffff;
}

.bg-action-hover-hotspot {
  background: #ffffff;
}

.neutral-1 {
  color: #999;
}

.bg-neutral-1 {
  background: #999;
}

.neutral-2 {
  color: #bebfc2;
}

.bg-neutral-2 {
  background: #bebfc2;
}

.neutral-3 {
  color: #e9e9e9;
}

.bg-neutral-3 {
  background: #e9e9e9;
}

.background-1 {
  color: #fff;
}

.bg-background-1 {
  background: #fff;
}

.background-2 {
  color: #f9f9f6;
}

.bg-background-2 {
  background: #f9f9f6;
}

.text-headings {
  color: #222;
}

.bg-text-headings {
  background: #222;
}

.text-body {
  color: #555;
}

.bg-text-body {
  background: #555;
}

.text-muted {
  color: #999999;
}

.bg-text-muted {
  background: #999999;
}

.text-placeholder {
  color: #bebfc2;
}

.bg-text-placeholder {
  background: #bebfc2;
}

.text-white {
  color: #ffffff;
}

.bg-text-white {
  background: #ffffff;
}

.functional-info {
  color: #4096EF;
}

.bg-functional-info {
  background: #4096EF;
}

.background-info {
  color: #ecf5fe;
}

.bg-background-info {
  background: #ecf5fe;
}

.functional-warning {
  color: #f90;
}

.bg-functional-warning {
  background: #f90;
}

.background-warning {
  color: #fff5e6;
}

.bg-background-warning {
  background: #fff5e6;
}

.functional-error {
  color: #fc0a01;
}

.bg-functional-error {
  background: #fc0a01;
}

.background-error {
  color: #ffe7e6;
}

.bg-background-error {
  background: #ffe7e6;
}

.functional-success {
  color: #29c768;
}

.bg-functional-success {
  background: #29c768;
}

.background-success {
  color: #eaf9f0;
}

.bg-background-success {
  background: #eaf9f0;
}

.functional-review {
  color: #ecc030;
}

.bg-functional-review {
  background: #ecc030;
}

.functional-tooltip {
  color: rgba(0, 0, 0, 0.85);
}

.bg-functional-tooltip {
  background: rgba(0, 0, 0, 0.85);
}

.functional-mask {
  color: rgba(0, 0, 0, 0.35);
}

.bg-functional-mask {
  background: rgba(0, 0, 0, 0.35);
}

.action-focus-primary {
  color: #36af84;
}

.bg-action-focus-primary {
  background: #36af84;
}

.action-default {
  color: #ff4500;
}

.bg-action-default {
  background: #ff4500;
}

.action-default-transparent {
  color: rgba(255, 69, 0, 0.1);
}

.bg-action-default-transparent {
  background: rgba(255, 69, 0, 0.1);
}

.action-hover-default {
  color: #ff7d4c;
}

.bg-action-hover-default {
  background: #ff7d4c;
}

.text-blueish {
  color: #323D5B;
}

.bg-text-blueish {
  background: #323D5B;
}

.background-1-transparent-40 {
  color: rgba(255, 255, 255, 0.4);
}

.bg-background-1-transparent-40 {
  background: rgba(255, 255, 255, 0.4);
}

.background-3 {
  color: #e1e1dc;
}

.bg-background-3 {
  background: #e1e1dc;
}

.background-4 {
  color: #000;
}

.bg-background-4 {
  background: #000;
}

.hero-overlay {
  color: rgba(0, 0, 0, 0.2);
}

.bg-hero-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.icon-background {
  display: flex !important;
}

.icon-background {
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  font-size: 1.375rem;
}
.icon-small {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 1.375rem;
}

.social-icons {
  gap: 0.9375rem;
}
.social-icons a {
  border: 0.125rem solid #fff;
  color: #ffffff;
}
.social-icons a:hover, .social-icons a.hover {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.icon-btn .icon.fa {
  font-weight: 400;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.caption, .blogs-row__list-card .content .category, .autocomplete-search .search-item__title {
  font-weight: 600;
}

.caption-2, .form-control-help {
  font-family: "Charter BT", sans-serif;
  font-style: italic;
}

.menu-item {
  font-weight: 500;
}

.discount-price {
  font-size: 0.75rem;
}

.quote, .quote-widget__text, .editor-content blockquote {
  font-family: "Charter BT", sans-serif;
  font-style: italic;
  line-height: 1.2;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .quote, .quote-widget__text, .editor-content blockquote {
    font-size: 1.75rem;
  }
}

.text-bold {
  font-weight: bold;
}

.product-title {
  font-size: 1.0625rem;
}
.product-title.h1 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .product-title.h1 {
    font-size: 1.625rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  font-weight: bold;
  font-style: italic;
  min-height: 3rem;
}
.btn.btn-small, .button-input-group .btn {
  min-height: 2.5rem;
}

.btn-link:hover {
  color: #000;
}

.btn-default-inverted {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-default-inverted:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.btn-square {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  padding: 0;
}
.btn-square__small {
  min-width: 1.625rem;
  max-width: 1.625rem;
  max-height: 1.625rem;
}

.icon-btn .icon {
  pointer-events: none;
}

.form-check:hover, .form-check:checked:hover {
  border-color: #000;
}
.form-check:checked:hover {
  background: #555;
}

.form-radio[type=radio]:checked:hover {
  border-color: #555;
}

.input-toggle:checked + .input-toggle-container:hover::before,
.input-toggle:checked.hover + .input-toggle-container::before {
  background: #555;
}

.number-input {
  background-color: #fff;
}
.number-input.hover, .number-input:hover, .number-input.active, .number-input[focus-within] {
  border-color: #e9e9e9;
}
.number-input.hover, .number-input:hover, .number-input.active, .number-input:focus-within {
  border-color: #e9e9e9;
}
.number-input .icon-btn,
.number-input .number-btn {
  border: none;
  background: #f9f9f6;
  color: #000;
  border-radius: 3.125rem;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.number-input .icon-btn:focus, .number-input .icon-btn:hover, .number-input .icon-btn.hover,
.number-input .number-btn:focus,
.number-input .number-btn:hover,
.number-input .number-btn.hover {
  outline: none;
  background: #000;
  color: #fff;
}
.number-input .icon-btn:active,
.number-input .number-btn:active {
  box-shadow: 0 0 0.25rem 0 #000;
}
.number-input + .caption-2, .number-input + .form-control-help {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #555;
  font-size: 0.875rem;
}

.form-dropdown.open .dropdown-toggle {
  border-color: #000;
}

.cs-order-form-container {
  justify-content: flex-start;
}
.cs-order-form button[type=submit] .icon-update {
  display: none;
}
.cs-order-form button[type=submit]._call-update {
  background: #29c768;
  border-color: #29c768;
}
.cs-order-form button[type=submit]._call-update .icon-initial {
  display: none;
}
.cs-order-form button[type=submit]._call-update .icon-update {
  display: inline-block;
}
.cs-order-form button[type=submit] .btn-text {
  color: #fff;
}

textarea.form-control {
  height: auto;
}

.form-label {
  margin-bottom: 0.1875rem;
}

.dropdown-toggle::after,
a::after,
li::after,
button::after,
.input-toggle-container::after,
input::after {
  font-family: "Font Awesome 6 Pro" !important;
}

.img-hotspot-wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .img-hotspot-wrapper {
    margin: 0rem -0.9375rem;
  }
}
.img-hotspot-wrapper .img-responsive {
  width: 100%;
}
.img-hotspot-wrapper .hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
}

.play-button,
.hotspot-target {
  z-index: 2 !important;
}

.play-button,
.hotspot-target {
  color: #ffffff;
  border-radius: 50%;
  padding: 0.625rem;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 1.25rem;
  transition-property: padding, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  height: 3.75rem;
  width: 3.75rem;
  text-decoration: none;
  cursor: pointer;
}
.play-button:focus, .play-button.hover, .play-button:hover,
.hotspot-target:focus,
.hotspot-target.hover,
.hotspot-target:hover {
  padding: 0;
  color: #fc0a01;
}
.play-button::before,
.hotspot-target::before {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition-property: width, height;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  font-weight: 400;
  line-height: normal;
}

.hotspot-modal .cs-order-form-container {
  margin-top: 0.9375rem;
  justify-content: flex-start;
}
.hotspot-modal .icon-btn._template {
  width: 100%;
  justify-content: flex-start;
}
.hotspot-modal .icon-btn._template i {
  font-size: 1.375rem;
}
.hotspot-modal .icon-btn._template span {
  text-decoration: underline;
  margin-left: 0.3125rem;
}
.hotspot-modal .product__image {
  height: 15.625rem;
}
@media (max-width: 991.98px) {
  .hotspot-modal .product__image-container {
    display: block;
    margin-bottom: 1.875rem;
  }
  .hotspot-modal .product__image-container .product__image {
    width: 100%;
    object-fit: cover;
    margin: auto;
    max-height: none;
    max-height: initial;
  }
}

.nav-tabs {
  gap: 0;
  border-width: 0.125rem;
}
@media (max-width: 991.98px) {
  .nav-tabs {
    flex-wrap: initial;
    white-space: nowrap;
    overflow-y: auto;
  }
  .nav-tabs::-webkit-scrollbar {
    display: none;
  }
}
.nav-tabs a {
  border-bottom: 0.125rem solid #e9e9e9;
  margin-bottom: -0.125rem;
  display: block;
  font-size: 0.875rem;
}
.nav-tabs a.active {
  border-bottom: 0.125rem solid #fc0a01;
  background: transparent;
}

.nav-item.active .nav-link,
.nav-tabs a.active {
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .tab-content .shipment .products .table thead tr {
    display: flex;
    justify-content: space-between;
  }
  .tab-content .shipment .products .table tbody tr {
    display: flex;
    justify-content: space-between;
  }
}

.nav-item a {
  color: #ffffff;
  padding: 0.53125rem 0rem;
}
.nav-item a.hover, .nav-item a:hover {
  color: #fc0a01;
  background: transparent;
}

.panel .panel-title {
  font-size: 1rem;
  font-weight: 400;
  color: #222;
}
.panel .panel-title a {
  text-decoration: underline;
}
.panel .panel-title a[data-toggle=collapse]::after {
  font-size: 1rem;
  font-weight: 400;
}

.accordion-button {
  font-family: "Montserrat", sans-serif;
}

.tooltip-inner {
  border-radius: 0.1875rem;
}

@font-face {
  font-family: "Charter BT";
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  src: url("../fonts/Chartrn.ttf") format("truetype");
}
@font-face {
  font-family: "Charter BT";
  font-style: italic;
  font-display: swap;
  font-weight: normal;
  src: url("../fonts/Chartri.ttf") format("truetype");
}
@font-face {
  font-family: "Charter BT";
  font-style: normal;
  font-display: swap;
  font-weight: bold;
  src: url("../fonts/Chartrk.ttf") format("truetype");
}
@font-face {
  font-family: "Charter BT";
  font-style: italic;
  font-display: swap;
  font-weight: bold;
  src: url("../fonts/Chartrki.ttf") format("truetype");
}
@media print {
  header,
  footer,
  aside {
    display: none;
  }
  .print-section {
    display: block;
  }
}
.breadcrumb > li.active,
.breadcrumb-item.active {
  font-weight: bold;
  color: #555;
}

.badge {
  font-family: "Charter BT", sans-serif;
  font-weight: bold;
  line-height: 1.17;
  background: #000;
  color: #ffffff;
}
.badge.badge-small {
  font-family: "Montserrat", sans-serif;
  padding: 0.1875rem 0.4375rem;
  line-height: 0.5625rem;
}
.badge.badge-rounded:not(.badge-small) {
  padding: 0.25rem 0.9375rem;
}

.status {
  padding: 0.1875rem 0.4375rem;
}
.status .fa.icon {
  font-size: 0.75rem;
  line-height: normal;
}

.tag {
  border-radius: 0.125rem;
}

.play-button {
  height: 5rem;
  width: 5rem;
}
.play-button::before {
  font-size: 1.5rem;
  padding-left: 1.375rem;
  padding-right: 1.0625rem;
}
.play-button:hover {
  padding: 0.3125rem;
}
.play-button:focus {
  color: #ffffff;
  padding: 0.625rem;
}

.cms-tools-handle {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 999;
}

.toastify {
  display: inline-block;
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 1.25rem);
  z-index: 999999;
}
.toastify.on {
  opacity: 1;
}
.toastify-close {
  opacity: 0.4;
  padding: 0 0.3125rem;
}
.toastify-right {
  right: 0.9375rem;
}
.toastify-left {
  left: 0.9375rem;
}
@media (max-width: 767.98px) {
  .toastify-left, .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
.toastify-top {
  top: -9.375rem;
}
.toastify-bottom {
  bottom: -9.375rem;
}
.toastify-rounded {
  border-radius: 1.5625rem;
}
.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -0.4375rem 0.3125rem;
  border-radius: 0.125rem;
}
.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

hr.vertical {
  display: inline-flex;
  height: auto;
  width: 0.0625rem;
  align-self: stretch;
  margin: 0;
}
hr.horizontal {
  background-color: #fc0a01;
  height: 0.1875rem;
  width: 4.6875rem;
  margin: 0 auto;
}

.no-decoration {
  text-decoration: none;
}

.underline {
  text-decoration: underline !important;
}

.text-headings {
  color: #222 !important;
}

.text-body {
  color: #555 !important;
}

@media (max-width: 1199.98px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .visible-tablet {
    display: block !important;
  }
}

.hidden-desktop {
  display: none !important;
}
@media (max-width: 1379.98px) {
  .hidden-desktop {
    display: block !important;
  }
}

.hidden-above-1200 {
  display: block !important;
}
@media (min-width: 1200px) {
  .hidden-above-1200 {
    display: none !important;
  }
}

.hidden-xxl {
  display: none !important;
}
@media (max-width: 1439.98px) {
  .hidden-xxl {
    display: block !important;
  }
}

.visible-desktop {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-desktop {
    display: block !important;
  }
}

.visible-xxl {
  display: none !important;
}
@media (min-width: 1440px) {
  .visible-xxl {
    display: block !important;
  }
}

.logo-large {
  width: 12.5rem;
}

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

.divider-vertical {
  height: auto;
  width: 0.0625rem;
  background-color: #e9e9e9;
  align-self: stretch;
}

.pagination {
  margin-top: 1.875rem !important;
}

.gutted {
  gap: var(--cs-gutter-y) var(--cs-gutter-x);
}

.gap-1 {
  --cs-gutter-y: 0.3125rem;
  --cs-gutter-x: 0.3125rem;
}

.decoration-none {
  text-decoration: none;
}

.custom-base-extras-body {
  display: none;
}

.stretched-link::after {
  position: absolute;
  content: "";
}

.full-3 {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (max-width: 991.98px) {
  .alert .alert-text + .btn {
    width: fit-content;
  }
}

@media (max-width: 1199.98px) {
  .container, .col-12.container {
    max-width: 60rem;
  }
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 768px) {
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1380px) {
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
@media (min-width: 1440px) {
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
}
@media (min-width: 1920px) {
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
}
/* stylelint-disable declaration-no-important */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

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

@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

.hidden {
  display: none !important;
}

@media (max-width: 767.98px) {
  .hidden-xs,
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* stylelint-enable */
.fragments-header {
  overflow: hidden;
}

/* stylelint-disable */
@media (min-width: 1200px) {
  .container, .col-12.container {
    max-width: 1500px;
  }
}
/* stylelint-enable */
#party-sidebar .list-group a.list-group-item {
  background-color: #f9f9f6;
  border: 0.0625rem solid transparent;
}
#party-sidebar .list-group a.list-group-item:hover {
  background-color: #ecf5fe;
  border-color: #4096EF;
}

.cs-cms-toggle {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 69;
  font-size: 1rem;
  color: #ffffff;
  background-color: #fc0a01;
  padding: 0.78125rem 0.9375rem;
  border: none;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  transform-origin: center;
  transform: rotate(-90deg) translateY(100%) translateX(50%);
  -webkit-font-smoothing: antialiased;
}

.styleguide .navigation {
  background: #f9f9f6;
  padding: 1.875rem;
  position: fixed;
  height: 100%;
  width: 18.75rem;
}
.styleguide .navigation .content-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: calc(100vh - 1.875rem);
  overflow-y: scroll;
}
.styleguide .navigation .content-scroll::-webkit-scrollbar {
  display: none;
}
.styleguide .nav-title {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
.styleguide .nav-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1.875rem;
}
.styleguide .nav-item-link {
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  display: block;
  background-color: #fff;
  padding: 0.625rem;
  margin-bottom: 0.3125rem;
  color: #555;
  text-decoration: none;
  border-radius: 0.25rem;
}
.styleguide .nav-item-link:hover {
  background-color: #e9e9e9;
}
.styleguide .nav-item.active .nav-item-link {
  background-color: #000;
  color: #fff;
}
.styleguide .page {
  margin-left: 18.75rem;
  width: calc(100vw - 18.75rem - (100vw - 100%));
  padding: 3.125rem;
}
.styleguide .page-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.styleguide .page-header .dev-toggle {
  font-size: 0.75rem;
  padding: 0.125rem 0.3125rem;
  line-height: normal;
  font-weight: 700;
  float: right;
  margin: 0.625rem 1.875rem;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.styleguide .page-h1 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.styleguide pre {
  display: block;
  padding: 0.625rem;
  font-size: 0.8125rem;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f9f9f6;
  border: 0.0625rem solid #bebfc2;
  border-radius: 0.25rem;
}
.styleguide .card {
  margin-bottom: 1.875rem;
}
.styleguide hr {
  height: 0.0625rem;
  border: none;
  background-color: #f9f9f6;
  margin: 1.875rem 0;
}
.styleguide code {
  font-size: 0.875rem;
}
.styleguide .mt-small {
  margin-top: 1.25rem;
}
.styleguide .mt-medium {
  margin-top: 3.125rem;
}
.styleguide .mt-large {
  margin-top: 6.25rem;
}
.styleguide .padded-row {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.styleguide .color-block {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.5rem;
  position: relative;
  border: 0.0625rem solid #e9e9e9;
}
.styleguide .color-block .hex {
  position: absolute;
  bottom: 0.3125rem;
  margin: 0;
  right: 0.5rem;
  text-transform: uppercase;
}
.styleguide .color-block-small {
  display: flex;
}
.styleguide .color-block-small > .left,
.styleguide .color-block-small > .right {
  width: 50%;
  height: 0.9375rem;
  margin-top: 0.3125rem;
}
.styleguide .color-block-small > .left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.styleguide .color-block-small > .right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.styleguide .shadow-block {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.5rem;
}
.styleguide .color-title {
  text-transform: capitalize;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.styleguide .color-list-pointers {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.styleguide .color-list-pointers li {
  margin-bottom: 0.125rem;
}
.styleguide .color-list-pointers li::before {
  display: inline-block;
  content: "-";
  margin-right: 0.3125rem;
}
.styleguide .grid-item {
  background-color: #e9e9e9;
  border: 0.0625rem solid #bebfc2;
  padding: 0.9375rem;
  margin: 0;
  border-radius: 0.25rem;
  text-align: center;
  overflow: hidden;
}
.styleguide .text-properties th {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  padding-right: 0.9375rem;
  color: #999999;
}
.styleguide .mobile h1 {
  font-size: 1.625rem;
}
.styleguide .mobile h2 {
  font-size: 1.375rem;
}
.styleguide .mobile h3 {
  font-size: 1.25rem;
}
.styleguide .mobile h4 {
  font-size: 1.125rem;
}
.styleguide .mobile p {
  font-size: 1rem;
}
.styleguide .mobile p.text-small {
  font-size: 0.875rem;
}
.styleguide .mobile p.caption, .styleguide .mobile .blogs-row__list-card .content p.category, .blogs-row__list-card .content .styleguide .mobile p.category, .styleguide .mobile .autocomplete-search p.search-item__title, .autocomplete-search .styleguide .mobile p.search-item__title {
  font-size: 0.625rem;
}
.styleguide .mobile p.caption-1 {
  font-size: 0.875rem;
}
.styleguide .mobile p.caption-2, .styleguide .mobile p.form-control-help {
  font-size: 0.875rem;
}
.styleguide .mobile p.discount-price {
  font-size: 0.75rem;
}
.styleguide .mobile p.product-title {
  font-size: 1.0625rem;
}
.styleguide .mobile p.product-title.text-small {
  font-size: 0.9375rem;
}
.styleguide .mobile p.text-intro, .styleguide .mobile .blog-heading p.large-title, .blog-heading .styleguide .mobile p.large-title {
  font-size: 1.125rem;
}
.styleguide .spacing-block {
  background-color: #e9e9e9;
  padding: 0.625rem;
  border-radius: 0.25rem;
}
.styleguide .modal.static,
.styleguide .sidebar.static {
  margin-bottom: 1.25rem;
}
.styleguide .modal + button,
.styleguide .sidebar + button {
  margin-bottom: 1.875rem;
}
.styleguide .styleguide-inset {
  padding: 1.875rem;
  border-radius: 1rem;
}

@media (max-width: 767.98px) {
  .marketing-content {
    margin: 0;
  }
}

.banner-between-products {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 0.3125rem;
}
.banner-between-products__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-between-products__content {
  padding: 0.9375rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  color: var(--cs-color-text-white);
  min-height: 15.625rem;
}
.banner-between-products__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.banner-between-products__title {
  color: white;
  font-size: 1.625rem;
  margin-top: auto;
  margin-bottom: auto;
}
.banner-between-products__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.9375rem;
}

.newsletter {
  display: flex;
  flex-flow: column;
  gap: 0.9375rem;
  padding: 1.875rem 0rem;
  max-width: 55.625rem;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 1.875rem;
  }
}

.cta-block {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  row-gap: 0.9375rem;
  /* stylelint-disable */
  container-name: cta-container;
  container-type: inline-size;
  /* stylelint-enable */
}
@media (min-width: 768px) {
  .cta-block {
    justify-content: center;
    flex-flow: row wrap;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1380px) {
  .cta-block {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cta-block__maintitle {
  text-align: center;
  margin-bottom: 1.875rem;
}
.cta-block__items {
  display: flex;
  flex-flow: column wrap;
  flex: 0 1 25%;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (max-width: 1199.98px) {
  .cta-block__items {
    flex: 1 1 calc(50% - 1.875rem);
  }
}
@media (max-width: 991.98px) {
  .cta-block__items {
    flex: initial;
  }
}
@container (width <= 1380px) {
  .cta-block__items {
    flex: 0 1 25%;
  }
}
@container (width <= 1200px) {
  .cta-block__items {
    flex: 1 1 calc(50% - 1.875rem);
  }
}
@container (width <= 512px) {
  .cta-block__items {
    flex: initial;
  }
}
.cta-block__content {
  display: flex;
}
.cta-block__image {
  overflow: hidden;
}
.cta-block__image .img-responsive {
  transition: transform 0.3s ease-in-out;
  height: 19.6875rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .cta-block__image .img-responsive {
    height: 9.375rem;
  }
}
.cta-block__image .img-responsive:hover {
  transform: scale(1.05);
}
.cta-block__title {
  margin-top: 0.9375rem;
}
.cta-block__description {
  margin-bottom: 0.9375rem;
}
.cta-block__buttons {
  margin-top: auto;
}

.image-block .rounded-corners {
  border-radius: 0.375rem;
}
.image-block img {
  width: 100%;
}

.categories-widget__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.46875rem;
  row-gap: 1.875rem;
}
@media (min-width: 992px) {
  .categories-widget__container {
    margin: 0 -0.9375rem;
  }
}
.categories-widget__category {
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 0 0.46875rem;
}
.categories-widget__category:hover h4 {
  color: #555;
}
@media (min-width: 768px) {
  .categories-widget__category {
    width: calc(50% - 0.9375rem);
  }
}
@media (min-width: 1200px) {
  .categories-widget__category {
    margin: 0 0.9375rem;
    width: calc(33% - 1.875rem);
  }
}
@media (min-width: 1380px) {
  .categories-widget__category {
    width: calc(20% - 1.875rem);
  }
}
.categories-widget__category .product-image--wrapper {
  margin-bottom: 0.3125rem;
}
@media (min-width: 992px) {
  .categories-widget__category .product-image--wrapper {
    margin-bottom: 0.625rem;
  }
}
.categories-widget__category .product-image--wrapper .product-image {
  height: 9.375rem;
  width: 100%;
  border-radius: 0.3125rem;
  object-fit: cover;
}

.container-fluid .hero-carousel, .container-lg .hero-carousel, .container-xl .hero-carousel, .container-xxl .hero-carousel {
  margin: 0rem -0.9375rem;
}
.container-fluid .hero-carousel .container .row, .container-lg .hero-carousel .container .row, .container-xl .hero-carousel .container .row, .container-xxl .hero-carousel .container .row {
  margin: 0;
}

.hero-carousel {
  height: 100%;
}
.hero-carousel .container {
  position: relative;
  z-index: 3;
}
.hero-carousel__slide {
  display: inline-flex !important;
}
.hero-carousel__slide {
  position: relative;
  min-width: 100%;
  justify-content: center;
  width: 100%;
}
.hero-carousel__slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.hero-carousel__slide-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero-carousel__slide-content {
  padding: 6.25rem 0rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .hero-carousel__slide-content {
    padding: 4.6875rem 0rem;
  }
}
.hero-carousel__slide-content.align-center {
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .hero-carousel__slide-content.align-center .button-container {
    justify-content: center;
  }
  .hero-carousel__slide-content.align-center .button-container .btn {
    width: 100%;
  }
}
.hero-carousel__slide-content-title {
  padding: 0 0.625rem;
  border-radius: 0.1875rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  width: fit-content;
}
.hero-carousel__slide-content-intro {
  color: #ffffff;
  filter: drop-shadow(0 0.3125rem 1.875rem rgba(0, 0, 0, 0.5));
}
.hero-carousel__slide-content .button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}

.thumbnail {
  position: relative;
  display: flex;
}
.thumbnail img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
}
.thumbnail .play-button {
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  border: none;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.account-item {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 1200px) {
  .account-item {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
}
.account-item__account {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .account-item__account {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .account-item__account {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
  }
}
.account-item__favorites {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .account-item__favorites {
    grid-template-columns: repeat(3, 1fr);
  }
}
.account-item .nav-item {
  display: flex;
  background-color: #f9f9f6;
  padding: 0.625rem 0.65625rem;
  margin: 0;
  border-radius: 0.125rem;
}
.account-item .nav-item a {
  color: #555;
  padding: 0;
  font-weight: 500;
}
.account-item .nav-item a .fa {
  color: #222;
  font-weight: 400;
}
.account-item .nav-item__favorite {
  padding: 0.9375rem;
  background-color: #000;
  border: 0.0625rem solid #000;
}
.account-item .nav-item__favorite-info {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
}
.account-item .nav-item__favorite-info p {
  color: #ffffff;
}
.account-item .nav-item__favorite-info-title {
  font-weight: 700;
}
.account-item .nav-item__favorite a {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
  align-items: center;
  width: 100%;
  font-weight: 400;
}
.account-item .nav-item__favorite a .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 1.3125rem;
  min-width: 2.625rem;
  height: 2.625rem;
}

.faq {
  padding-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .faq {
    display: flex;
    justify-content: space-between;
    padding: 3.125rem 0 4.6875rem;
  }
}
.faq__container {
  flex: 1;
}
.faq__menu {
  background-color: #f9f9f6;
  padding: 0.9375rem;
  height: auto;
}
@media (min-width: 992px) {
  .faq__menu {
    border-radius: 0.125rem;
    width: 19.6875rem;
    margin-right: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  .faq__menu {
    margin: 0rem -0.9375rem 1.875rem;
    padding: 0.9375rem 0rem;
    height: auto;
  }
}
.faq__menu-list {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .faq__menu-list {
    display: flex;
    justify-content: left;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    padding: 0rem 0.9375rem;
  }
  .faq__menu-list::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    height: 0;
    appearance: none;
    display: none;
  }
}
.faq__menu-list li {
  background-color: #fff;
  margin-bottom: 0.3125rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.125rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .faq__menu-list li {
    margin-bottom: 0;
    margin-right: 0.3125rem;
  }
}
.faq__menu-list li a {
  padding: 0.625rem;
  color: #555;
  display: block;
  transition: color 300ms ease-in;
  text-decoration: none;
}
.faq__menu-list li a .icon {
  line-height: normal;
}
.faq__menu-list li a i {
  font-size: 1.125rem;
  color: #555;
  transition: color 300ms ease-in;
}
.faq__menu-list li a:focus {
  outline: none;
}
@media (min-width: 992px) {
  .faq__menu-list li a {
    display: flex;
    align-items: center;
  }
  .faq__menu-list li a .icon {
    width: 1.4375rem;
    text-align: center;
    margin-right: 0.3125rem;
  }
}
@media (max-width: 991.98px) {
  .faq__menu-list li a {
    text-align: center;
  }
  .faq__menu-list li a i {
    display: block;
    margin-bottom: 0.3125rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.faq__menu-list li.active {
  background-color: #000;
}
.faq__menu-list li.active a,
.faq__menu-list li.active a i {
  color: #fff;
}
.faq__menu-list li:hover:not(.active) a,
.faq__menu-list li:hover:not(.active) a i {
  color: #fc0a01;
}
.faq__items {
  margin-top: 0.625rem;
}
.faq__item {
  background-color: #f9f9f6;
  border-radius: 0.125rem;
}
.faq__item.panel:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.faq__item.panel {
  margin-bottom: 0;
}
.faq__item-header-toggle {
  width: 100%;
  background-color: #f9f9f6;
  border-radius: 0.125rem;
  border: none;
  padding: 0.625rem 0.9375rem;
  text-align: left;
  font-weight: bold;
  color: #222;
  display: block;
  position: relative;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .faq__item-header-toggle {
    font-size: 1rem;
  }
}
.faq__item-header-toggle[data-toggle=collapse][aria-expanded=true]::after {
  content: "\f106";
}
.faq__item-header-toggle[data-toggle=collapse]::after, .faq__item-header-toggle[data-toggle=collapse].collapsed::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5rem;
  color: #222;
  font-weight: 300;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9375rem;
  position: absolute;
}
@media (max-width: 991.98px) {
  .faq__item-header-toggle[data-toggle=collapse]::after, .faq__item-header-toggle[data-toggle=collapse].collapsed::after {
    font-size: 1.125rem;
  }
}
.faq__item-body {
  padding: 0.9375rem;
}
@media (max-width: 991.98px) {
  .faq__item-body {
    font-size: 1rem;
  }
}
.faq__item .collapse:not(.in) {
  display: none;
}
.faq__item .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 350ms ease;
}

.widget-page-header {
  --height: 17.1875rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0rem -0.9375rem;
  height: var(--height);
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1199.98px) {
  .widget-page-header {
    --height: auto;
  }
}
.widget-page-header .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.widget-page-header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
.widget-page-header .inner h1 {
  margin: 0;
  padding: 3.125rem 0;
}

.googlemaps-widget {
  height: 27.1875rem;
}
@media (min-width: 992px) {
  .googlemaps-widget {
    height: 30.625rem;
  }
}
.googlemaps-widget iframe {
  width: 100%;
  height: 100%;
}

.quote-widget {
  text-align: center;
  padding: 1.875rem;
}
.quote-widget__image {
  margin: 0 auto 0.9375rem;
  background: #f9f9f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
}
.quote-widget__image img {
  height: 2.5rem;
  width: auto;
}
.quote-widget__text {
  margin: 0;
}

.recipe-prep {
  background-color: #f9f9f6;
  padding: 0.9375rem;
}
@media (min-width: 992px) {
  .recipe-prep {
    padding: 1.875rem;
  }
}
.recipe-prep__container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media (min-width: 992px) {
  .recipe-prep__items {
    flex-basis: calc(50% - 0.9375rem);
  }
}
.recipe-prep__items-list {
  display: grid;
  grid-template-columns: max-content auto;
  grid-gap: 0.625rem 0.3125rem;
  gap: 0.625rem 0.3125rem;
}
@media (min-width: 1200px) {
  .recipe-prep__items-list {
    gap: 0.625rem;
    align-items: center;
  }
}
.recipe-prep__items-list span {
  width: auto;
}
.recipe-prep__items-list span.extra-desc-margin {
  margin-left: 0.3125rem;
}
@media (min-width: 992px) {
  .recipe-prep__items-list span.extra-desc-margin {
    margin-right: 0.3125rem;
  }
}
.recipe-prep__items-list i {
  font-size: 0.1875rem;
  vertical-align: middle;
}

.testimonials {
  margin: 0rem -0.9375rem;
  padding: 3.125rem 0rem;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}
@media (min-width: 992px) {
  .testimonials {
    padding: 4.6875rem 0rem;
  }
}
.testimonials__title {
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .testimonials__title {
    margin-bottom: 1.875rem;
  }
}
.testimonials__title h2 {
  color: #fff;
}
.testimonials__item {
  background-color: #fff;
  border-radius: 0.375rem;
  height: 100%;
  padding: 0.9375rem;
}
@media (min-width: 992px) {
  .testimonials__item {
    padding: 1.875rem;
  }
}
.testimonials__item > div {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.testimonials__item-image {
  border-radius: 3.125rem;
  overflow: hidden;
  margin-right: 0.625rem;
}
.testimonials__item-image img {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: cover;
}
.testimonials .swiper {
  overflow: visible;
}
.testimonials .carousel-navigation {
  margin-top: 1.875rem;
}

.blogs-row {
  margin-bottom: 1.875rem;
  /* stylelint-disable */
  container-name: blogs-container;
  container-type: inline-size;
  /* stylelint-enable */
}
@media (max-width: 991.98px) {
  .blogs-row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.blogs-row:not(.blogs-row__overview) .blogs-row__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .blogs-row:not(.blogs-row__overview) .blogs-row__list {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (min-width: 1200px) {
  .blogs-row:not(.blogs-row__overview) .blogs-row__list {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (min-width: 1380px) {
  .blogs-row:not(.blogs-row__overview) .blogs-row__list {
    grid-template-columns: repeat(4, minmax(auto, 1fr));
  }
}
.blogs-row__overview {
  padding: 3.125rem 0rem;
}
@media (max-width: 991.98px) {
  .blogs-row__overview {
    padding: 1.875rem 0rem;
  }
}
.blogs-row__title {
  margin-bottom: 1.875rem;
}
@media (max-width: 991.98px) {
  .blogs-row__title {
    margin-bottom: 0.9375rem;
  }
}
.blogs-row__list {
  grid-gap: 0.9375rem 0 !important;
  gap: 0.9375rem 0 !important;
}
.blogs-row__list {
  --items-per-row-desktop: 4;
  --items-per-row: var(--items-per-row-desktop);
  --basis: calc(100% / var(--items-per-row));
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1380px) {
  .blogs-row__list {
    grid-template-columns: repeat(4, minmax(auto, 1fr));
  }
}
@media (min-width: 1200px) {
  .blogs-row__list {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (min-width: 992px) {
  .blogs-row__list {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
.blogs-row__list-card {
  flex: 0 1;
  flex-basis: var(--basis);
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 991.98px) {
  .blogs-row__list-card:not(.__recipes) {
    flex-direction: row;
    border-bottom: 0.0625rem solid #e9e9e9;
    padding: 0.9375rem;
  }
  .blogs-row__list-card:not(.__recipes) .blog-image-container {
    height: 6.25rem;
    width: 6.25rem;
  }
}
.blogs-row__list-card.__recipes .title {
  margin-top: 0.3125rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .blogs-row__list-card.__recipes .title {
    margin-top: 0.625rem;
  }
}
.blogs-row__list-card.__recipes .blog-image-container {
  height: 10.9375rem;
}
.blogs-row__list-card .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.blogs-row__list-card .blog-image-container {
  height: 12.5rem;
  width: auto;
}
@media (min-width: 992px) {
  .blogs-row__list-card .blog-image-container {
    overflow: hidden;
  }
}
.blogs-row__list-card .blog-image-container:hover .blog-image {
  transform: scale(1.05);
}
.blogs-row__list-card .content {
  padding: 0.9375rem;
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .blogs-row__list-card .content {
    padding: 0 0 0 0.9375rem;
    flex: 1;
  }
}
.blogs-row__list-card .content .category {
  color: #000;
}
@media (max-width: 991.98px) {
  .blogs-row__list-card .content .category {
    margin-top: 0rem;
  }
}
.blogs-row__list-card .content .title {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
}
.blogs-row__list-card .content .description {
  color: #555;
  font-size: 0.875rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blogs-row__list-card .content .publish-date {
  margin-bottom: 0;
  margin-top: 0.9375rem;
}
@media (min-width: 992px) {
  .blogs-row__list-card .content .publish-date {
    margin-top: 1.875rem;
  }
}
.blogs-row__list-card .content .link {
  text-decoration: underline;
  margin-top: auto;
  padding-top: 0.9375rem;
}
@media (min-width: 992px) {
  .blogs-row__list-card .content .link {
    padding-top: 1.875rem;
  }
}

@media (min-width: 992px) {
  .multiple-blogs-in-row[\:has\(.blogs-row\)] {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem;
  }
  .multiple-blogs-in-row[\:has\(.blogs-row\)] {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem;
  }
  .multiple-blogs-in-row:has(.blogs-row) {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem;
  }
  .multiple-blogs-in-row[\:has\(.blogs-row\)] > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
  .multiple-blogs-in-row[\:has\(.blogs-row\)] > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
  .multiple-blogs-in-row:has(.blogs-row) > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
  .multiple-blogs-in-row[\:has\(.blogs-row\)] > [class*=col] .container {
    padding-left: 0;
    padding-right: 0;
  }
  .multiple-blogs-in-row[\:has\(.blogs-row\)] > [class*=col] .container {
    padding-left: 0;
    padding-right: 0;
  }
  .multiple-blogs-in-row:has(.blogs-row) > [class*=col] .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .multiple-blogs-in-row[\:has\(.blogs-row\)] > [class*=col]:first-of-type .container .blogs-row {
    margin-bottom: 0;
  }
  .multiple-blogs-in-row:has(.blogs-row) > [class*=col]:first-of-type .container .blogs-row {
    margin-bottom: 0;
  }
}
.multiple-blogs-in-row[\:has\(.blogs-row\)] > [class*=col]:first-of-type .container .blogs-row .blogs-row__list {
  /* stylelint-disable */
  /* stylelint-enable */
}
.multiple-blogs-in-row:has(.blogs-row) > [class*=col]:first-of-type .container .blogs-row .blogs-row__list {
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (max-width: 1379.98px) {
  .multiple-blogs-in-row[\:has\(.blogs-row\)] > [class*=col]:first-of-type .container .blogs-row .blogs-row__list {
    --items-per-row: 1;
  }
  .multiple-blogs-in-row:has(.blogs-row) > [class*=col]:first-of-type .container .blogs-row .blogs-row__list {
    --items-per-row: 1;
  }
}
@media (max-width: 991.98px) {
  .multiple-blogs-in-row[\:has\(.blogs-row\)] > [class*=col]:first-of-type .container .blogs-row .blogs-row__list {
    --items-per-row: 1;
  }
  .multiple-blogs-in-row:has(.blogs-row) > [class*=col]:first-of-type .container .blogs-row .blogs-row__list {
    --items-per-row: 1;
  }
}
@container (width <= 1000px) {
  .multiple-blogs-in-row[\:has\(.blogs-row\)] > [class*=col]:first-of-type .container .blogs-row .blogs-row__list {
    --items-per-row: 1;
  }
  .multiple-blogs-in-row:has(.blogs-row) > [class*=col]:first-of-type .container .blogs-row .blogs-row__list {
    --items-per-row: 1;
  }
}
@container (width <= 750px) {
  .multiple-blogs-in-row[\:has\(.blogs-row\)] > [class*=col]:first-of-type .container .blogs-row .blogs-row__list {
    --items-per-row: 1;
  }
  .multiple-blogs-in-row:has(.blogs-row) > [class*=col]:first-of-type .container .blogs-row .blogs-row__list {
    --items-per-row: 1;
  }
}

.activity {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0.9375rem;
}
@media (min-width: 1200px) {
  .activity {
    gap: 1.875rem;
  }
}
.activity-item {
  display: flex;
  flex-direction: row;
  gap: 0.9375rem;
  border: 0.125rem solid #000;
  border-radius: 0.375rem;
  padding: 0.9375rem;
}
@media (min-width: 1200px) {
  .activity-item {
    flex-direction: column;
    padding: 1.875rem;
    min-height: 19.6875rem;
    margin-bottom: 0;
  }
}
.activity-item-title {
  border-right: 0.0625rem dashed #e9e9e9;
  padding-right: 0.9375rem;
}
@media (min-width: 1200px) {
  .activity-item-title {
    border-right: 0;
    border-bottom: 0.0625rem dashed #e9e9e9;
    padding: 0rem 0rem 0.9375rem;
  }
}
.activity-item__wrapper {
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  flex: 1;
}
@media (max-width: 991.98px) {
  .activity-item__wrapper {
    flex-direction: column;
  }
}

.cta-group-blocks {
  padding: 3.125rem 0rem;
  margin: 0rem -0.9375rem;
}
@media (min-width: 992px) {
  .cta-group-blocks {
    padding: 4.6875rem 0rem;
  }
}
.cta-group-blocks__wrapper {
  max-width: 62.8125rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 991.98px) {
  .cta-group-blocks__wrapper {
    padding: 0rem 2.1875rem;
  }
}
@media (min-width: 768px) {
  .cta-group-blocks__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cta-group-blocks__title {
  margin-bottom: 0.9375rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cta-group-blocks__title {
    margin-bottom: 1.875rem;
  }
}
.cta-group-blocks__item {
  text-align: center;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .cta-group-blocks__item {
    flex: 1;
  }
}
.cta-group-blocks__item-image {
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.cta-group-blocks__item-image img {
  height: 10.9375rem;
  object-fit: cover;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.cta-group-blocks__item-image:hover img {
  transform: scale(1.05);
}

.shop-highlights {
  --gap: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}
@media (min-width: 768px) {
  .shop-highlights {
    --gap: 1.875rem;
  }
}

.shop-highlight {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  flex: 0 1 calc(50% - var(--gap) / 2);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.625rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .shop-highlight {
    flex-basis: calc(25% - var(--gap) * 3 / 4);
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.shop-highlight img {
  height: 3.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: scale-down;
}

.header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 50;
}
.header .dropdown-menu {
  right: 0;
}

.header-logo img {
  width: auto;
  height: 3.4375rem;
}
@media (max-width: 1379.98px) {
  .header-logo img {
    height: 2.5rem;
  }
}

@media (max-width: 1379.98px) {
  .main-page {
    padding-top: 8.75rem;
  }
}
@media (min-width: 1380px) {
  .main-page {
    padding-top: 9.1875rem;
  }
}

.product-scanner {
  margin-left: 0.625rem;
}

.product-scanner > button {
  padding: 0.4375rem 0.75rem;
  height: 2.5rem;
}

.mobile-menu__sub {
  position: fixed;
  top: 4.375rem;
}
.mobile-menu-toggle {
  display: none;
  margin-right: 0.9375rem;
}
.mobile-menu .open {
  overflow-y: scroll;
}
.mobile-menu .open > .mobile-menu.open .mobile-nav-item {
  opacity: 0;
}
.mobile-menu > .mobile-nav-item > .mobile-menu.open {
  z-index: 1;
}

.mobile-nav-item.button {
  border-bottom: 0.0625rem solid #e9e9e9;
}
.mobile-nav-item.button a {
  width: 100%;
  color: #ff4500;
  border-color: #ff4500;
  justify-content: center;
  font-weight: 500;
}
.mobile-nav-item.title {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav-item.title .icon {
  position: absolute;
  left: 0.9375rem;
}
.mobile-nav-item.title + .mobile-nav-item {
  padding-top: 3.375rem;
}
.mobile-nav-item.all a {
  justify-content: flex-start;
  border-bottom: 0;
  text-decoration: underline;
}
.mobile-nav-item.all a span::before {
  display: inline-block;
  text-decoration: none;
}

.mobile-navigation {
  top: 7.875rem;
  transition-property: top, left;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  /* TOGGLE */
}
.mobile-navigation.scrolling {
  top: 4.375rem;
}
@media (min-width: 992px) {
  .mobile-navigation {
    top: 6rem;
  }
  .mobile-navigation.scrolling {
    top: 6rem;
  }
}
.mobile-navigation .mobile-nav-link__btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile-navigation .mobile-nav-link .icon {
  background: none;
  font-size: 1rem;
  height: auto;
  width: auto;
  border-radius: 0;
}
.mobile-navigation .mobile-sub-menu,
.mobile-navigation .mobile-sub-menu-bg {
  margin: 0;
}
.mobile-navigation .mobile-sub-menu {
  margin-bottom: 0;
}
.mobile-navigation .mobile-sub-menu .btn {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.mobile-navigation .mobile-sub-menu .btn-icon-default .icon {
  background-color: rgba(255, 69, 0, 0.1);
}
.mobile-navigation .mobile-sub-menu .btn-link {
  border: 0.0625rem solid #000;
}
.mobile-navigation .mobile-sub-menu-bg {
  background: #f9f9f6;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 0.9375rem;
  height: 100%;
}
.mobile-navigation .mobile-sub-menu-bg .list-unstyled, .mobile-navigation .mobile-sub-menu-bg .list-steps {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 1.875rem;
}
.mobile-navigation .mobile-sub-menu-bg li {
  margin: 0;
}
.mobile-navigation .mobile-sub-menu-bg a {
  color: #555;
  text-decoration: none;
}
.mobile-navigation .mobile-sub-menu-bg .dashed {
  border-color: #bebfc2;
}
.mobile-navigation .input-toggle + .input-toggle-container {
  padding-right: calc(2.25rem + 0.625rem);
  padding-left: 0;
  line-height: 1.3;
  font-size: 0.875rem;
}
.mobile-navigation .input-toggle + .input-toggle-container::after {
  left: auto;
  left: initial;
  right: 1.125rem;
}
.mobile-navigation .input-toggle + .input-toggle-container::before {
  left: auto;
  left: initial;
  right: 0;
}
.mobile-navigation .input-toggle:checked + .input-toggle-container::after {
  transform: translateX(1rem);
}

@media (hover: none) {
  .header-main > .container {
    max-width: 100%;
  }
  .header .hidden-mobile {
    display: none !important;
  }
  .header .hidden-desktop,
  .mobile-navigation.hidden-desktop {
    display: block !important;
  }
}
.header-main {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (max-width: 1199.98px) {
  .header-main .grid {
    grid-template-rows: auto auto;
    grid-template-areas: "logo buttons" "search search";
    gap: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .header-main .grid {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo search buttons";
    gap: 0 3.125rem;
  }
}
@media (min-width: 1440px) {
  .header-main .grid {
    gap: 0 4.6875rem;
  }
}
.header-main .grid-logo {
  grid-area: logo;
}
.header-main .grid-header-btns {
  grid-area: buttons;
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 991.98px) {
  .header-main .grid-header-btns {
    gap: 1.25rem;
  }
}
.header-main .grid-header-btns .caption, .header-main .grid-header-btns .autocomplete-search .search-item__title, .autocomplete-search .header-main .grid-header-btns .search-item__title, .header-main .grid-header-btns .blogs-row__list-card .content .category, .blogs-row__list-card .content .header-main .grid-header-btns .category {
  margin-top: 0;
}
.header-main .grid-header-btns .icon {
  color: #000;
  transition: color 0.3s ease-in-out;
}
.header-main .grid-header-btns a:hover .icon {
  color: #555;
}
.header-main .grid-header-btns .fa-shopping-basket {
  color: #fc0a01;
}
.header-main .grid-header-btns .fa-shopping-basket .super {
  color: #555;
}
.header-main .grid-header-btns .fa-shopping-basket .super.bg-functional-success {
  color: #ffffff;
}
.header-main .header-btn .super {
  top: -0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.header-main .header-btn .super span {
  font-size: 0.625rem;
}
.header-main .grid-search {
  grid-area: search;
  display: flex;
  align-items: center;
}
.header-main .grid-search .header-search {
  width: 100%;
}
.header-main .grid-search .header-search .autocomplete-search .fa-search {
  top: 0;
  height: 3.4375rem;
}
.header-main .grid-search .header-search .autocomplete-search .form-control {
  padding-top: 0.84375rem;
  padding-bottom: 0.84375rem;
  height: 3.4375rem;
  border: none;
  border-bottom: 0.125rem solid #000;
  border-radius: 0;
  background-color: #fff;
}
.header-main .grid-search .header-search .autocomplete-search .form-control::-webkit-search-decoration {
  display: none;
}
.header-main .grid-search .header-search .autocomplete-search.active {
  box-shadow: none;
}
.header-main .grid-search .header-search .autocomplete-search .input-group .icon {
  color: #000;
}
.header-main .grid-search .header-search .autocomplete-search .input-group .icon-btn .icon {
  color: #555;
}
.header-main .grid-search .header-search .autocomplete-search .input-group .icon-btn:hover .fa-times {
  color: #fc0a01;
}
.header-main .grid-search .header-search .autocomplete-search__results {
  border: none;
  border-radius: 0;
}
.header-main .grid-search .header-search .search-item__content-item img {
  object-fit: contain;
}
.header-main .grid-search .header-search .search-item__content .fa-search {
  background: transparent;
  height: auto;
  width: auto;
  font-size: inherit;
  line-height: normal;
}
.header-main .grid-search .header-search .search-item__content .fa-angle-right {
  border: none;
  background-color: transparent;
  line-height: 1.875rem;
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .header-main .grid-search {
    align-items: end;
    height: 3.4375rem;
    transition: height ease-in-out 0.3s;
  }
  .header-main .grid-search .header-search {
    padding-top: 0;
  }
  .header-main .grid-search.scrolling {
    height: 0;
  }
}
.header-main .account-options {
  gap: 1.875rem;
}
@media (hover: none) {
  .header-main .account-options .basket-btn {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .header-main .account-options .basket-btn {
    padding-right: 0.5rem;
  }
}

.header-bottom {
  background: #000;
  padding: 0.6875rem 0rem;
}
.header-bottom .nav-item .icon {
  width: auto;
  height: auto;
}
.header-bottom .catalog-dropdown_dropdown .catalog-menu {
  display: flex;
  flex-direction: row;
}

.nav .subnav {
  --bp-width: 86.375rem;
  --max-width: 100vw;
  position: fixed;
  border: none;
  background: transparent;
  left: calc((100vw - var(--bp-width)) / 2);
  width: var(--bp-width);
  padding: 0.6875rem 0rem 0rem;
  height: 80vh;
}
@media screen and (max-width: 84.375rem) {
  .nav .subnav {
    --bp-width: 70rem;
  }
}
@media screen and (max-width: 75rem) {
  .nav .subnav {
    --bp-width: 69rem;
  }
}
@media screen and (max-width: 62rem) {
  .nav .subnav {
    --bp-width: 100vw;
  }
}
.nav .subnav.open {
  display: block;
}
.nav .subnav-inner {
  display: grid;
  grid-template-columns: 15rem 1fr;
  height: 80vh;
}
.nav .subnav-inner > ul {
  overflow-y: auto;
}
.nav .subnav-small {
  position: absolute;
  left: -50%;
  width: fit-content;
  min-width: max-content;
  padding: 1rem 0rem 0rem;
}
.nav .subnav-small .subnav-inner {
  background: #fff;
  grid-template-columns: auto 1fr;
  padding: 1.875rem;
  height: fit-content;
}
.nav .subnav-small a {
  color: #555;
}
.nav .subnav-small a:hover {
  color: #ff4500;
}
.nav .subnav .subsubnav {
  display: none;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
}
.nav .subnav .subsubnav.open {
  display: flex;
}
.nav .subnav .subsubnav > div {
  flex: 1 0 14.2857142857%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .nav .subnav .subsubnav > div {
    flex: 1 0 50%;
  }
}
.nav .subnav .subsubnav a,
.nav .subnav .subsubnav strong {
  font-size: 0.875rem;
}
.nav .subnav .subsubnav-grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.nav .subnav .subsubnav-grid.open {
  display: grid;
}
.nav .subnav .subsubnav-item {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.nav .subnav .subsubnav-item img {
  width: 100%;
  height: 4.6875rem;
  object-fit: cover;
}
.nav .subnav .subsubnav-item a {
  color: #555;
}
.nav .subnav .subsubnav-wrapper {
  align-items: flex-start;
  gap: 0.9375rem;
  width: 100%;
  padding: 1.5625rem 1.25rem;
  display: flex;
  background-color: #f9f9f6;
}

.header-navigation .nav-item {
  position: relative;
}
.header-navigation .nav-item::after {
  content: "";
  height: 0.125rem;
  width: 100%;
  border-radius: 0;
  background: #fc0a01;
  position: absolute;
  left: 0;
  bottom: 0rem;
  opacity: 0;
  transform: translateY(0.3125rem);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
.header-navigation .nav-item .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  height: 100%;
  gap: 0;
  padding: 0;
}
.header-navigation .nav-item .nav-link:not(.header-navigation .nav-item .nav-link.btn) {
  border-bottom: none;
}
.header-navigation .nav-item .nav-link .icon {
  transition: transform ease-in-out 0.3s;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}
.header-navigation .nav-item-megamenu .nav-link {
  padding: 0.40625rem 0.9375rem;
  font-weight: 700;
  border-bottom-width: 0.125rem;
}
.header-navigation .nav-item:hover::after,
.header-navigation .nav-item._active::after {
  opacity: 1;
  transform: translateY(0);
}
.header-navigation .nav-item:hover > .nav-link,
.header-navigation .nav-item._active > .nav-link {
  color: white;
}
.header-navigation .nav-item:hover > .nav-link .icon,
.header-navigation .nav-item._active > .nav-link .icon {
  transform: rotateZ(-180deg);
}
.header-navigation .nav-item-megamenu:hover::after,
.header-navigation .nav-item-megamenu._active::after {
  opacity: 0;
}
.header-navigation .nav-item-megamenu:hover .nav-link,
.header-navigation .nav-item-megamenu._active .nav-link {
  color: #222;
  background-color: #fff;
}
.header-navigation .subnav-first-list > li {
  margin: 0;
  padding: 0;
}
.header-navigation .subnav-first-list > li .nav-link {
  line-height: 1.5;
  display: block;
  padding: 0.9375rem;
  transition: background-color 0.3s ease-in-out;
  letter-spacing: normal;
  margin: 0;
  font-weight: 400;
}
.header-navigation .subnav-first-list > li .nav-link:hover {
  color: inherit;
}
.header-navigation .subnav-first-list > li._active .nav-link {
  font-weight: bold;
  background-color: #f9f9f6;
}
.header-navigation .subsubnav a:hover {
  text-decoration: underline;
}

.mobile-nav-item a {
  font-weight: 500;
}

.account-sidebar .vertical-nav .nav-item {
  font-weight: 500;
}

.mobile-navigation {
  height: calc(100% - 4.375rem);
  top: 4.375rem;
}

.footer {
  margin-top: 3.125rem;
  border-top: 0.0625rem solid #e9e9e9;
}
@media (max-width: 1199.98px) {
  .footer {
    margin-top: 1.875rem;
  }
}
.footer .container-fluid, .footer .container-lg, .footer .container-xl, .footer .container-xxl {
  padding-left: 0;
  padding-right: 0;
}
.footer .container-fluid > .row, .footer .container-lg > .row, .footer .container-xl > .row, .footer .container-xxl > .row {
  margin: 0;
}
.footer-top {
  background-color: #f9f9f6;
  border-top: 0.0625rem solid #e9e9e9;
  padding: 1.875rem 0rem;
}
.footer-main {
  background-color: #000;
  /* Must be removed from the client, but we want to convinse them that is should be back - R.Ruessink
  background-image: url("../img/logo-transparent-black-red.svg");
  background-repeat: no-repeat;
  background-position: right rem-calc(30) top 0;
  background-size: auto;
  */
  padding: 3.125rem 0rem 3.75rem 0rem;
}
@media (min-width: 1200px) {
  .footer-main {
    /* Must be removed from the client, but we want to convinse them that is should be back - R.Ruessink
    background-image: url("../img/logo-transparent-red-black.svg");
    background-position: rem-calc(40 0);
    */
    padding: 3.125rem 0rem;
  }
}
.footer-main .accordion-item {
  border-bottom: 0.0625rem solid #e9e9e9;
}
@media (min-width: 992px) {
  .footer-main .accordion-item {
    border: none;
  }
  .footer-main .accordion-item .collapse {
    display: block;
  }
}
.footer-main .accordion-button {
  padding: 0.625rem 0rem;
  font-family: inherit;
  text-align: left;
}
.footer-main .accordion-button.collapsed {
  color: #ffffff;
}
.footer-main .accordion-button::after {
  right: 0;
}
@media (min-width: 992px) {
  .footer-main .accordion-button::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer-main .accordion-button {
    padding-top: 0;
    pointer-events: none;
  }
}
.footer-main .accordion-body {
  padding: 0;
}
.footer-main .accordion-body ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  background-color: #fff;
  padding: 0.9375rem 0rem;
}
@media (min-width: 992px) {
  .footer-bottom {
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0.625rem 0rem;
  }
}
.footer-logo img {
  height: 2.5rem;
  width: auto;
}
@media (min-width: 992px) {
  .footer-logo img {
    height: 3.4375rem;
  }
}
.footer-menu {
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .footer-menu {
    margin-top: 0;
  }
}
.footer .social-icons {
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .footer .social-icons {
    margin-bottom: 0;
  }
}
.footer .login-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.625rem;
}
.footer .login-btn .icon {
  font-size: 1.25rem;
}

.order-history-table {
  border-radius: 0.125rem;
  border: 0.0625rem solid #e9e9e9;
  padding: 0.9375rem;
}
.order-history-table > * + * {
  margin-top: 0.3125rem;
}

.order-history__product {
  display: flex;
  align-items: center;
  padding: 0.9375rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #e9e9e9;
  font-size: 0.875rem;
}
.order-history__product-date {
  flex: 6;
}
.order-history__product-quantity {
  flex: 3;
  text-align: right;
}
.order-history__product-reference {
  flex: 0 0 7.8125rem;
  text-align: right;
}
.order-history__product--header {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  font-size: 0.625rem;
  color: #999;
  margin-bottom: 0.625rem;
}

.sidebar .purchased-before-app .order-history-table {
  border: none;
  padding: 0;
}

.product-tags {
  gap: 0.3125rem;
}

.product-details {
  margin-top: 3.125rem;
}
.product-details .pdp-header .product-brand {
  color: #999999;
  text-decoration: none;
}
.product-details .pdp-header .product-brand:hover {
  color: #555;
}
.product-details .pdp-header .product-brand__img {
  max-height: 2.8125rem;
  width: 100%;
}
.product-details .pdp-header .product-code {
  color: #999999;
}
.product-details .related-products {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  margin-left: calc(var(--cs-gutter-x) * -1);
  margin-right: calc(var(--cs-gutter-x) * -1);
}
.product-details .related-products__title {
  text-align: center;
}
.product-details .related-products h2 {
  margin-bottom: 0.625rem;
}
.product-details .related-products .product {
  height: 100%;
  display: flex;
}
.product-details .related-products .product-price {
  margin-top: auto;
}
.product-details .related-products .product .stock-indication {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .product-details .related-products .product__header .icon-btn._template {
    right: 0.625rem;
  }
  .product-details .related-products .product__header .compare-toggle {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    top: 0.9375rem;
    left: 0.625rem;
  }
  .product-details .related-products .product__header .dashed {
    display: none;
  }
  .product-details .related-products .product-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: none;
    padding: 0rem 0rem 0.9375rem;
    height: 100%;
    background-color: #f9f9f6;
  }
  .product-details .related-products .product-inner:hover .compare-toggle {
    opacity: 1;
  }
  .product-details .related-products .product__main {
    gap: 0.9375rem;
    padding: 0.9375rem;
  }
  .product-details .related-products .product__main-info {
    gap: 0.3125rem;
  }
  .product-details .related-products .product__main .featured-attributes {
    margin: 0;
  }
  .product-details .related-products .product__footer {
    justify-content: center;
    padding: 0rem 0.625rem;
  }
  .product-details .related-products .product__footer .variant-order-btn a {
    padding: 0.40625rem 1.25rem;
  }
  .product-details .related-products .product__image {
    height: 10.9375rem;
    max-height: 10.9375rem;
  }
  .product-details .related-products .product-tags {
    position: absolute;
    bottom: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.product-details .order-form-wrapper {
  padding: 0.9375rem;
  background: #f9f9f6;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.product-details .order-form-wrapper .cs-order-form-container {
  justify-content: flex-start;
}
.product-details .order-form-wrapper .cs-order-form-container button[type=submit] {
  width: auto;
  padding: 0.75rem 1.25rem;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .product-details .order-form-wrapper .order-form__button-text {
    display: inline;
  }
}
.product-details .unauthorized-message {
  padding: 1.875rem;
  border: 0.125rem solid #000;
  border-radius: 0.375rem;
}
@media (max-width: 991.98px) {
  .product-details .cs-order-form-container .btn-text {
    display: none !important;
  }
}
.product-details .order-matrix {
  gap: 1.875rem;
}
.product-details .order-matrix table th {
  text-align: center;
  font-weight: bold;
  color: inherit;
  min-width: 4.6875rem;
  text-transform: none;
  font-size: 1rem;
}
[dir="ltr"] .product-details .order-matrix table td,[dir="ltr"] 
.product-details .order-matrix table th{
  padding-left: 0rem;
  padding-right: 0.3125rem;
}
[dir="rtl"] .product-details .order-matrix table td,[dir="rtl"] 
.product-details .order-matrix table th{
  padding-right: 0rem;
  padding-left: 0.3125rem;
}
.product-details .order-matrix table td,
.product-details .order-matrix table th {
  border: none;
  padding-top: 0rem;
  padding-bottom: 0.3125rem;
}
.product-details .order-matrix tbody th {
  text-align: left;
}
.product-details [data-video-provider=vimeo] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-details .product-images {
  overflow: hidden;
  display: flex;
  gap: 0.625rem;
}
.product-details .product-images .swiper-slide {
  cursor: pointer;
}
.product-details .product-images__thumbnails {
  min-width: 4.6875rem;
  width: 4.6875rem;
}
.product-details .product-images__thumbnails .swiper-slide {
  width: 4.6875rem;
  height: 4.6875rem;
  border: 0.0625rem solid #e9e9e9;
  transition: border-color 0.3s ease-in-out;
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.product-details .product-images__thumbnails .swiper-slide.swiper-slide-thumb-active {
  border: 0.0625rem solid #000;
}
.product-details .product-images__thumbnails .swiper-slide:hover iframe,
.product-details .product-images__thumbnails .swiper-slide:hover img {
  transform: scale(1.05);
}
.product-details .product-images__thumbnails .swiper-slide img {
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details .product-images__main {
  border: none;
  width: 100%;
  height: 12.5rem;
}
@media (min-width: 1200px) {
  .product-details .product-images__main {
    height: 28.125rem;
  }
}
.product-details .product-images__main .swiper-slide {
  padding: 0;
}
.product-details .product-images__main .swiper-slide > div:not(.content-wrapper):not(.video-overlay) {
  height: 100%;
}
.product-details .product-images__main .swiper-slide iframe,
.product-details .product-images__main .swiper-slide img {
  width: 100%;
  height: 100%;
}
.product-details .product-images__main .swiper-slide img {
  object-fit: contain;
  padding: 0.125rem;
}
.product-details .product-images__main .video-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-details .product-images__main .video-overlay .icon.fa {
  line-height: 5rem !important;
}
.product-details .product-images__main .video-overlay .icon.fa {
  border-radius: 2.5rem;
  width: 5rem;
  height: 5rem;
  text-align: center;
  font-size: 1.625rem;
}
.product-details .product-images--vertical {
  flex-direction: column-reverse;
}
.product-details .product-images--vertical .product-images__thumbnails {
  width: 100%;
  min-width: 0;
  min-width: initial;
  height: 4.6875rem;
}
.product-details .product-images--vertical .product-images__thumbnails .swiper-slide {
  margin-bottom: 0;
  margin-right: 0.625rem;
}
.product-details .lightbox-modal .modal-body {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.75rem;
}
.product-details .lightbox-modal .product-images__main {
  flex: 1;
  border: none;
  margin-bottom: 0.9375rem;
}
.product-details .lightbox-modal .product-images__main .swiper-slide {
  height: auto;
  padding: 0;
}
.product-details .lightbox-modal .product-images__main .swiper-slide iframe,
.product-details .lightbox-modal .product-images__main .swiper-slide img {
  height: 100%;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
.product-details .lightbox-modal .product-images__main .swiper-slide .content-wrapper {
  height: 100%;
  width: 100%;
  max-width: 105rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.product-details .lightbox-modal .product-images__main .swiper-slide img {
  object-fit: contain;
}
.product-details .lightbox-modal .product-images__thumbnails {
  width: auto;
  max-width: 100%;
}
.product-details .lightbox-modal .product-images__thumbnails .swiper-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.product-details .lightbox-modal .product-images__thumbnails .swiper-slide {
  width: 5.9375rem;
  height: 5.9375rem;
  margin-bottom: 0;
}
.product-details .lightbox-modal .product-images__thumbnails .swiper-slide:not(:last-child) {
  margin-right: 0.625rem;
}
.product-details .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
}
.product-details .video-overlay .icon.fa {
  font-weight: 900;
  text-align: center;
}
.product-details .video-overlay .play-icon {
  text-indent: 0.3125rem;
}
.product-details .video-overlay .pause-icon {
  text-indent: 0;
}
.product-details .video-overlay.isHoverable {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.product-details .video-overlay.isHoverable.isPaused, .product-details .video-overlay.isHoverable:hover {
  opacity: 1;
}
.product-details .video-overlay.isHoverable:not(.isPaused) .play-icon {
  display: none;
}
.product-details .video-overlay.isPaused .play-icon {
  display: flex;
}
.product-details .video-overlay.isPaused .pause-icon {
  display: none;
}
.product-details .video-overlay .icon-btn-small {
  line-height: 1.9375rem !important;
}
.product-details .video-overlay .icon-btn-small {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.875rem;
}
.product-details .specifications .table tr {
  padding: 0.625rem 0rem;
}
.product-details .specifications .table tr td {
  width: 50%;
  border-bottom: none;
  font-size: 0.875rem;
}
.product-details .specifications .accordion-body img {
  width: 100%;
  max-width: 4.375rem;
  height: 100%;
}
.product-details .accordion-item.voedingswaarden table td,
.product-details .accordion-item.voedingswaarden #product-downloads table tr,
.product-details .accordion-item.downloads table td,
.product-details .accordion-item.downloads #product-downloads table tr {
  border-bottom: none;
}
.product-details .voedingswaarden .table tr {
  padding: 0.625rem 0rem;
}
.product-details .voedingswaarden .table tr td {
  width: 50%;
  border-bottom: none;
  font-size: 0.875rem;
}
.product-details .accordion-item.downloads {
  margin-top: 3.125rem;
}
.product-details .sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background: #fff;
  box-shadow: 0 -0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.05);
  z-index: 89;
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@supports (-webkit-touch-callout: none) {
  .product-details .sticky-bar {
    padding-bottom: 1.875rem;
  }
}
.product-details .sticky-bar._hidden {
  transform: translateY(100%);
  opacity: 0;
}
.product-details .sticky-bar-top {
  transition-property: transform, opacity, top;
  box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.05);
  top: 9.1875rem;
  bottom: auto;
  z-index: 40;
}
.product-details .sticky-bar-top._hidden {
  transform: translateY(-100%);
}
@media (max-width: 1379.98px) {
  .product-details .sticky-bar-top {
    transition-property: transform, opacity;
    box-shadow: 0 -0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.05);
    top: auto;
    bottom: 0;
    z-index: 89;
  }
  .product-details .sticky-bar-top._hidden {
    transform: translateY(1100%);
  }
}
.product-details .sticky-bar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 992px) {
  .product-details .sticky-bar .container {
    gap: 1.875rem;
  }
}
.product-details .sticky-bar-inner {
  display: grid;
  grid-template-columns: 3.125rem 1fr 1fr;
  grid-template-rows: repeat(2 auto);
  grid-template-areas: "title title price" "image forms forms";
  width: 100%;
  grid-row-gap: 0.625rem;
  row-gap: 0.625rem;
}
@media (min-width: 992px) {
  .product-details .sticky-bar-inner {
    grid-template-columns: 4.6875rem 1fr auto auto;
    grid-template-areas: "image title price forms";
    align-items: center;
    row-gap: 0;
    column-gap: 0.625rem;
  }
}
.product-details .sticky-bar-image {
  grid-area: image;
}
@media (max-width: 991.98px) {
  .product-details .sticky-bar-image {
    object-fit: contain;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.product-details .sticky-bar-title {
  grid-area: title;
  color: #222;
}
.product-details .sticky-bar-price {
  grid-area: price;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .product-details .sticky-bar-price {
    justify-content: flex-start;
    margin-right: 1.25rem;
  }
}
.product-details .sticky-bar-forms {
  grid-area: forms;
  display: flex;
  justify-content: flex-end;
  gap: 0.9375rem;
}
@media (min-width: 992px) {
  .product-details .sticky-bar-forms {
    justify-content: flex-start;
  }
}
.product-details .sticky-bar-forms ._template {
  border: 0.125rem solid #000;
  border-radius: 0.375rem;
  width: 3.25rem;
  height: 3.25rem;
}
@media (min-width: 992px) {
  .product-details .sticky-bar-forms ._template {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.product-details .sticky-bar-forms ._template span {
  display: none;
}
.product-details .product-tiers {
  display: grid;
  grid-gap: 0.1875rem;
  gap: 0.1875rem;
}
.product-details .product-tiers .product-tier {
  font-size: 0.875rem;
  background: #fff;
  border: 0.0625rem solid #e9e9e9;
  gap: 0.625rem;
  border-radius: 0.125rem;
  padding: 0.625rem 0.9375rem;
  display: flex;
  align-items: center;
  transition-property: border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
.product-details .product-tiers .product-tier * {
  pointer-events: none;
}
.product-details .product-tiers .product-tier__qty {
  min-width: 4.6875rem;
}
.product-details .product-tiers .product-tier .divider-vertical {
  transition: inherit;
}
.product-details .product-tiers .product-tier__inner {
  transition: inherit;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.product-details .product-tiers .product-tier:hover, .product-details .product-tiers .product-tier.active {
  border-color: #4096EF;
  background-color: #ecf5fe;
}
.product-details .product-tiers .product-tier:hover .divider-vertical, .product-details .product-tiers .product-tier.active .divider-vertical {
  background-color: #4096EF;
}
.product-details .product-tiers .product-tier__discount {
  margin-left: auto;
}
.product-details .product-tiers .product-tier__price {
  font-weight: bold;
}
.product-details .product-tiers--grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
}
.product-details .product-tiers--grid .product-tier {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.3125rem;
}
.product-details .product-tiers--grid .product-tier:hover, .product-details .product-tiers--grid .product-tier.active {
  background-color: transparent;
}
.product-details .product-tiers--grid .product-tier:hover .product-tier__inner, .product-details .product-tiers--grid .product-tier.active .product-tier__inner {
  background-color: #ecf5fe;
  border-color: #4096EF;
}
.product-details .product-tiers--grid .product-tier__inner {
  font-size: 0.875rem;
  background: #fff;
  border: 0.0625rem solid #e9e9e9;
  gap: 0.625rem;
  border-radius: 0.125rem;
  padding: 0.625rem 0.9375rem;
  display: flex;
  align-items: center;
  transition-property: border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  width: 100%;
  flex-direction: column;
}
.product-details .product-tiers--grid .product-tier__inner * {
  pointer-events: none;
}
.product-details .product-tiers--grid .product-tier__inner__qty {
  min-width: 4.6875rem;
}
.product-details .product-tiers--grid .product-tier__inner .divider-vertical {
  transition: inherit;
}
.product-details .product-tiers--grid .product-tier__inner__inner {
  transition: inherit;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.product-details .product-tiers--grid .product-tier__inner:hover, .product-details .product-tiers--grid .product-tier__inner.active {
  border-color: #4096EF;
  background-color: #ecf5fe;
}
.product-details .product-tiers--grid .product-tier__inner:hover .divider-vertical, .product-details .product-tiers--grid .product-tier__inner.active .divider-vertical {
  background-color: #4096EF;
}
.product-details .product-tiers--grid .product-tier__discount {
  background-color: transparent;
  border: none;
  margin-left: 0;
  margin-left: initial;
}
.product-details .product-tiers--grid .divider-vertical {
  height: 0.0625rem;
  width: 100%;
}
.product-details .variant-filters {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.product-details .variant-filters .form-select-container {
  max-width: 25rem;
}
.product-details .variant-filter-product {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 0.09375rem solid #f9f9f6;
  padding: 0.09375rem;
  display: inline-block;
  transition: border-color 0.3s ease-in-out;
}
.product-details .variant-filter-product:hover, .product-details .variant-filter-product:active {
  border-color: #222;
}
.product-details .variant-filter-product span {
  display: block;
  width: 1.25rem;
  border-radius: 1.25rem;
  height: 1.25rem;
  background: transparent;
}
.product-details .product_history .btn-link {
  display: none;
}
.product-details .product_history .bg-background-1 {
  padding: 0.3125rem 0.9375rem 0.9375rem;
}
.product-details .product_history .nav-tabs .nav-item {
  margin-bottom: -0.125rem;
  font-weight: bold;
}
.product-details .product_history .nav-tabs .nav-item .nav-link {
  border: none;
  margin: 0;
  color: #000;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.product-details .product_history .nav-tabs .nav-item .nav-link .badge {
  margin-left: 0.625rem;
}
.product-details .product_history .nav-tabs .nav-item.active .nav-link {
  color: #000;
  font-weight: bold;
  border-bottom: 0.125rem solid #fc0a01;
}
.product-details .product_history .tab-contents > div {
  padding: 0.9375rem;
}
.product-details .product_history .table {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-details .product_history .table tbody tr,
.product-details .product_history .table thead tr {
  padding: 0.9375rem;
  display: flex;
}
.product-details .product_history .table tbody tr th,
.product-details .product_history .table tbody tr td,
.product-details .product_history .table thead tr th,
.product-details .product_history .table thead tr td {
  border: none;
  flex: 1;
  padding: 0;
}
.product-details .product_history .table tbody tr th:first-child,
.product-details .product_history .table tbody tr td:first-child,
.product-details .product_history .table thead tr th:first-child,
.product-details .product_history .table thead tr td:first-child {
  width: 50%;
  flex: none;
}
.product-details .product_history .table thead tr {
  padding: 0 0.9375rem 0.9375rem;
}
.product-details .product_history .table tbody tr {
  border: 0.0625rem solid;
  border-radius: 0.125rem;
}
.product-details .product_history .table tbody tr:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.product-details .product_history .table tbody tr td:last-child a {
  color: #000;
  text-decoration: underline;
}
.product-details .product_history .order-templates .flex-templates {
  margin-bottom: 0.9375rem;
}
.product-details .product_history .order-templates .flex-templates .flex-template {
  border: 0.0625rem solid;
  padding: 0.9375rem;
  margin-bottom: 0.3125rem;
  border-radius: 0.125rem;
  position: relative;
}
.product-details .product_history .order-templates .flex-templates .flex-template .icon {
  color: #000;
}
.product-details .product_history .order-templates .flex-templates .flex-template .icon.fa {
  font-weight: 300;
}
.product-details .product_history .order-templates .flex-templates .flex-template .icon.fa-spinner {
  position: absolute;
  top: 1.0625rem;
  right: 0.9375rem;
}
.product-details .product_history .order-templates label {
  font-weight: normal;
  margin-bottom: 0;
}
.product-details .product_history .order-templates a {
  font-size: 1rem;
}
.product-details .product_history .order-templates input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.product-details .product_history .order-templates input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
}
.product-details .product_history .order-templates input[type=checkbox] + label::before {
  border: 0.0625rem solid;
  border-radius: 0.125rem;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 700;
  font-family: "Font Awesome 6 Pro";
}
.product-details .product_history .order-templates input[type=checkbox] + label:hover::before {
  border-color: #000;
}
.product-details .product_history .order-templates input[type=checkbox]:disabled + label,
.product-details .product_history .order-templates input[type=checkbox]:disabled + label:hover {
  cursor: not-allowed;
}
.product-details .product_history .order-templates input[type=checkbox]:disabled:checked + label::before,
.product-details .product_history .order-templates input[type=checkbox]:disabled:checked + label:hover::before {
  opacity: 0.35;
}
.product-details .product_history .order-templates input[type=checkbox]:focus + label::before {
  box-shadow: 0 0 0.25rem #000;
}
.product-details .product_history .order-templates input[type=checkbox]:checked + label::before {
  border-color: #000;
  background: #000;
  content: "\f00c";
  line-height: 1.125rem;
  text-align: center;
  font-size: 0.625rem;
}
.product-details .well {
  border: 0.125rem solid #000;
  padding: 0.9375rem;
  border-radius: 0.375rem;
}
@media (min-width: 1200px) {
  .product-details .well {
    padding: 1.875rem;
  }
}
.product-details .well--light {
  color: #222;
  border-color: #e1e1dc;
}
.product-details .well--light .icon {
  font-size: 1.875rem;
}
.product-details__media {
  position: relative;
}
.product-details__media .product-tags {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  left: auto;
  z-index: 10;
  width: fit-content;
}
.product-details__order {
  margin-bottom: 3.125rem;
}
.product-details__order-ordering {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.product-details__order-ordering .cs-order-form {
  margin-top: 1.875rem;
}
.product-details__order-ordering .orderform-wrapper {
  display: flex;
  align-items: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 0.625rem;
}
@media (max-width: 767.98px) {
  .product-details__order-ordering .orderform-wrapper {
    flex-wrap: wrap;
  }
}
.product-details__order-ordering .orderform-wrapper ._template {
  border: 0.125rem solid #000;
  border-radius: 0.375rem;
  width: 3.25rem;
  height: 3.25rem;
}
@media (min-width: 992px) {
  .product-details__order-ordering .orderform-wrapper ._template {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.product-details__order-ordering .orderform-wrapper ._template span {
  display: none;
}
.product-details__info {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 992px) {
  .product-details__info {
    gap: 3.125rem;
  }
}
.product-details__relevant {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 992px) {
  .product-details > .container:not(:nth-last-child(2)) {
    margin-bottom: 3.125rem;
  }
}
.product-details .order-header__title > * {
  margin-bottom: 0.3125rem;
}
@media (max-width: 767.98px) {
  .product-details__order {
    margin-top: 1.875rem;
  }
}
.product-details__order > * {
  margin-bottom: 1.875rem;
}
.product-details__order .cross-sell {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
}
.product-details__info, .product-details__relevant {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .product-details__info, .product-details__relevant {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
}
.product-details__info > div, .product-details__relevant > div {
  flex: 1;
  overflow: hidden;
}
.product-details__relevant .ingredients-block > .allergenen {
  margin-top: 1.875rem;
}
.product-details__order-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
@media (max-width: 991.98px) {
  .product-details__order-header .product-brand img {
    width: auto;
    width: initial;
  }
}
.product-details .product-related.in-columns .price-row {
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 1199.98px) {
  .product-details .product-related.in-columns {
    gap: 0.9375rem;
    grid-template-columns: auto 1fr;
    grid-template-areas: "header main" "footer footer";
  }
}
.product-details .nav-tabs {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: visible;
}
.product-details .nav-tabs-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.product-details .nav-tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.product-details .tab-pane__inner {
  padding-top: 1.875rem;
}
.product-details__info .product-related-container .product-tags,
.product-details__info .product-related-container [data-js=order-template-sidebar-toggle],
.product-details__info .product-recommendations .product-tags,
.product-details__info .product-recommendations [data-js=order-template-sidebar-toggle], .product-details__order .product-related-container .product-tags,
.product-details__order .product-related-container [data-js=order-template-sidebar-toggle],
.product-details__order .product-recommendations .product-tags,
.product-details__order .product-recommendations [data-js=order-template-sidebar-toggle] {
  display: none;
}

@keyframes scroll-indicator {
  0%, 70%, 80%, 90%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50% {
    transform: translate3d(-0.625rem, 0, 0);
  }
  20%, 40%, 60% {
    transform: translate3d(0.625rem, 0, 0);
  }
}
.scroll-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  padding: 0.625rem 0;
  font-size: 0.75rem;
  animation: scroll-indicator 4s infinite;
}
@media (min-width: 992px) {
  .scroll-indicator {
    display: none;
  }
}

form.autocomplete-search::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.3);
}
form.autocomplete-search > * {
  z-index: 2;
}
form.autocomplete-search.active::before, form.autocomplete-search.open::before {
  opacity: 1;
  z-index: 1;
}

.main-page > .breadcrumb {
  margin: 0;
}
@media (max-width: 991.98px) {
  .main-page > .breadcrumb {
    padding-left: 0;
  }
}

.breadcrumb {
  display: flex;
  padding: 0.625rem 0rem;
  border: none;
  margin: 0;
  background: transparent;
}
.breadcrumb-widget {
  margin: 0rem -0.9375rem 0rem;
}
.breadcrumb::after {
  content: "";
  height: 1.25rem;
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .breadcrumb::after {
    height: 0.9375rem;
  }
}
.breadcrumb--search::after {
  content: none;
}
.breadcrumb__items {
  color: #555;
  margin-bottom: 0;
}
.breadcrumb__items li {
  margin-bottom: 0;
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb__items li, .breadcrumb__items li > * {
  color: inherit;
  text-decoration: none;
}
.breadcrumb__items li a:hover {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .breadcrumb__items li {
    display: none;
    color: #000;
    font-size: 1rem;
  }
  .breadcrumb__items li a {
    text-decoration: underline;
  }
}
.breadcrumb__items li:not(.visible-xs)::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #555;
  padding: 0 0.625rem;
  font-weight: 400;
}
.breadcrumb__items li.active {
  font-weight: bold;
}
.breadcrumb__items li:last-of-type::after {
  content: none;
}
.breadcrumb-container {
  padding: 0;
  background: #e1e1dc;
  margin-bottom: 3.125rem;
}
@media (max-width: 991.98px) {
  .breadcrumb-container {
    margin-bottom: 1.875rem;
  }
}

.back-to-link,
.divider {
  color: #000;
  display: inline-flex;
  flex-wrap: wrap;
  border-radius: 3.125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  align-items: center;
  font-size: 0.875rem;
}
.back-to-link:hover,
.divider:hover {
  color: #555;
}
.back-to-link a .icon,
.divider a .icon {
  height: 1.375rem;
  width: 1.375rem;
  border-radius: rem-cacl(22);
  margin-right: 0.3125rem;
}

.divider {
  margin: 0.625rem 0rem;
  padding: 0;
  color: #e9e9e9;
  border-left: 0.0625rem solid #e9e9e9;
}

.fluid-container.breadcrumb-container.flex + *[\:has\(.widget-page-header\)] {
  margin-top: -3.125rem;
}

.fluid-container.breadcrumb-container.flex + *:has(.widget-page-header) {
  margin-top: -3.125rem;
}

.my-assortment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #e9e9e9;
  margin-bottom: 0.9375rem;
  color: #222;
}
.my-assortment .input-toggle-container {
  height: 1.25rem;
}

.filters .list-group a {
  text-decoration: none;
}
.filters .list-group a .form-check {
  pointer-events: none;
}
.filters .panel-nested .panel-collapse {
  margin-top: -0.9375rem;
  margin-bottom: 1.875rem;
}

.options {
  position: relative;
}
.options-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  right: 0;
  background: #fff;
  min-width: 14.0625rem;
  box-shadow: 0rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
  padding: 0.75rem;
  margin-top: 0.3125rem;
  z-index: 1;
}
.options-menu.open {
  display: flex;
}
.options-menu > li {
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #e9e9e9;
  margin-bottom: 0.625rem;
}
.options-menu > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.options-menu > li > a {
  padding: 0;
  margin: 0;
}

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

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

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

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-right: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

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

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

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

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

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

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

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

.carousel-navigation {
  gap: 1.875rem;
  padding: 0.125rem;
  margin-top: 0.9375rem;
  border-radius: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  background: #f9f9f6;
}
.carousel-navigation__prev, .carousel-navigation__next {
  background-color: #000;
  cursor: pointer;
  height: 2.375rem;
  width: 2.375rem;
  border-radius: 2.375rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-navigation__prev::after, .carousel-navigation__prev::before, .carousel-navigation__next::after, .carousel-navigation__next::before {
  pointer-events: none;
  display: flex;
  position: absolute;
  z-index: 1;
  opacity: 0;
  align-items: center;
  height: 100%;
  transform-origin: left;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  color: #555;
  font-size: 0.875rem;
}
.carousel-navigation__prev:hover, .carousel-navigation__next:hover {
  color: #555;
}
.carousel-navigation__prev::before {
  content: attr(data-text);
  left: 0;
}
@media (min-width: 992px) {
  .carousel-navigation__prev:hover::before {
    opacity: 1;
    transform: translateX(calc(-2.375rem - 1.875rem));
  }
}
.carousel-navigation__next::after {
  transform-origin: right;
  content: attr(data-text);
  right: 0;
}
@media (min-width: 992px) {
  .carousel-navigation__next:hover::after {
    opacity: 1;
    transform: translateX(calc(2.375rem + 0.625rem));
    right: -2.5rem;
  }
}

.promo-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.promo-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: #000;
  transition-property: background-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
.promo-pagination-bullet:hover {
  background-color: #555;
}
.promo-pagination-bullet:focus {
  box-shadow: 0 0 0.25rem 0 #000;
}
.promo-pagination-bullet.active {
  background-color: #fc0a01;
}
.promo-pagination-bullet.active:hover {
  background-color: #fc0a01;
}

.swiper-slide {
  height: auto;
}

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

@media (max-width: 991.98px) {
  .promotions {
    margin: 0rem -0.9375rem;
  }
}
.promotions .product {
  height: 100%;
  display: flex;
}
.promotions .product-price {
  margin-top: auto;
}
.promotions .product .stock-indication {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .promotions .product__header .icon-btn._template {
    right: 0.625rem;
  }
  .promotions .product__header .compare-toggle {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    top: 0.9375rem;
    left: 0.625rem;
  }
  .promotions .product__header .dashed {
    display: none;
  }
  .promotions .product-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: none;
    padding: 0rem 0rem 0.9375rem;
    height: 100%;
    background-color: #f9f9f6;
  }
  .promotions .product-inner:hover .compare-toggle {
    opacity: 1;
  }
  .promotions .product__main {
    gap: 0.9375rem;
    padding: 0.9375rem;
  }
  .promotions .product__main-info {
    gap: 0.3125rem;
  }
  .promotions .product__main .featured-attributes {
    margin: 0;
  }
  .promotions .product__footer {
    justify-content: center;
    padding: 0rem 0.625rem;
  }
  .promotions .product__footer .variant-order-btn a {
    padding: 0.40625rem 1.25rem;
  }
  .promotions .product__image {
    height: 10.9375rem;
    max-height: 10.9375rem;
  }
  .promotions .product-tags {
    position: absolute;
    bottom: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.modal .modal-dialog.modal-fullscreen {
  width: 100vw;
  overflow: hidden;
  max-width: 100vw;
  height: calc(100 * 1vh);
  height: calc(100 * var(--vh, 1vh));
  margin: 0;
}
.modal .modal-dialog.modal-fullscreen .modal-content {
  height: 100%;
}
.modal .modal-dialog.modal-sm {
  width: 24rem;
  max-width: calc(100vw - 1.875rem);
}
@media (max-width: 991.98px) {
  .modal .modal-dialog.modal-sm {
    height: auto;
  }
}
.modal .modal-dialog.modal-lg {
  width: 51.875rem;
  max-width: calc(100vw - 1.875rem);
}
@media (max-width: 991.98px) {
  .modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    width: 100%;
  }
  .modal .modal-dialog .modal-content {
    height: 100%;
  }
}
.modal .modal-content {
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.modal .modal-header {
  background: #f9f9f6;
  border: none;
  padding: 0.9375rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.modal .modal-header .close {
  width: 2.625rem;
  height: 2.625rem;
  background-color: #fff;
  margin-left: auto;
  position: static;
}
.modal .modal-title {
  font-size: 1.125rem;
  color: #222;
  margin-right: auto;
}
.modal .modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 0.9375rem;
}
.modal .modal-footer {
  background-color: #ffffff;
  border: transparent;
  padding-top: 0.9375rem;
  margin: 0;
}

.confirm-alert-modal .modal-header {
  flex-direction: row;
}
.confirm-alert-modal .modal-header::before {
  content: "";
}

#loader .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
}
#loader .modal-header {
  display: none;
}
#loader .modal-content {
  background-color: transparent;
  color: #ffffff;
  font-size: 3.125rem;
}

.speedorder {
  width: 46.875rem;
  max-width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.speedorder .form-control {
  background-color: transparent;
  background-color: initial;
}
.speedorder .input-group {
  margin-bottom: 0;
}
.speedorder-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.speedorder-dropzone {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  row-gap: 0.9375rem;
}
.speedorder-container {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 991.98px) {
  .speedorder tr td {
    vertical-align: top;
  }
}
.speedorder-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 90;
}
.speedorder-loader i {
  font-size: 2.25rem;
}
.speedorder__dropzone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.3125rem;
  padding: 0.9375rem;
  height: 100%;
  cursor: pointer;
  transition-property: border-width, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  border: 0.0625rem dashed #bebfc2;
}
.speedorder__dropzone i.icon {
  font-size: 1.5rem;
  color: #4096ef;
  font-weight: 300;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.speedorder__dropzone.dragging, .speedorder__dropzone:hover {
  border-color: #ecc030;
}
.speedorder__dropzone span {
  text-decoration: underline;
}
.speedorder__dropzone, .speedorder__dropzone:active, .speedorder__dropzone:focus {
  text-decoration: none;
}
.speedorder__dropzone > div {
  text-align: center;
}
@media (max-width: 991.98px) {
  .speedorder__dropzone {
    flex-direction: row;
    height: auto;
    gap: 0.625rem;
  }
  .speedorder__dropzone > div {
    font-size: 0;
  }
  .speedorder__dropzone > div span {
    display: block;
    font-size: 1rem;
  }
  .speedorder__dropzone > div span::first-letter {
    text-transform: uppercase;
  }
}
.speedorder__actions {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  flex-wrap: wrap;
  margin-top: 0.9375rem;
}
.speedorder__actions a {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  text-decoration: none;
}
.speedorder__actions a span {
  text-decoration: underline;
}
.speedorder__actions .btn {
  margin-left: auto;
}
.speedorder__actions .btn .icon {
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .speedorder__actions .btn-primary, .speedorder__actions .gdprcookie-buttons .btn-success, .gdprcookie-buttons .speedorder__actions .btn-success {
    flex: 100%;
    margin-top: 0.9375rem;
  }
}
.speedorder__btn {
  border: none;
  background: none;
}
.speedorder__btn.focus-visible {
  outline: 0.125rem solid #ecc030;
  outline-offset: 0.125rem;
}
.speedorder__btn:focus-visible {
  outline: 0.125rem solid #ecc030;
  outline-offset: 0.125rem;
}
.speedorder__product-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
}
.speedorder__product-content .product-price {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.1875rem;
}
@media (max-width: 991.98px) {
  .speedorder__product-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .speedorder__product-content .product-price {
    justify-content: inherit;
    align-items: center;
    flex-direction: row;
    gap: 0.625rem;
  }
  .speedorder__product-content .product-price__uom {
    line-height: inherit;
  }
}
.speedorder__product-title {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 991.98px) {
  .speedorder__product-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3125rem;
  }
}
.speedorder__product .icon, .speedorder__empty-line .icon {
  font-weight: 300;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.speedorder__product .icon:hover, .speedorder__empty-line .icon:hover {
  color: #fc0a01;
}
@media (max-width: 991.98px) {
  .speedorder__product .icon, .speedorder__empty-line .icon {
    line-height: 5.625rem;
  }
}
.speedorder__empty-line td {
  border: none;
}
.speedorder__empty-line:not(:last-of-type) td {
  padding-bottom: 0;
}
.speedorder .product-price__uom {
  display: block;
}
.speedorder .icon-wrapper {
  height: 1.5rem;
  overflow: visible;
}
.speedorder .icon-success-wrapper {
  font-size: 1.375rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #29c768;
  color: #fff;
  margin-bottom: 0.9375rem;
}
.speedorder-sidebar .sidebar-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.speedorder-sidebar .sidebar-body {
  flex: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.speedorder-sidebar .sidebar-body hr {
  margin: 0;
}
.speedorder-sidebar .sidebar-body .input-group .form-label {
  margin-bottom: 0.625rem;
}
.speedorder-sidebar .sidebar-body .input-group div:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.speedorder #speedorder-error-sidebar .sidebar-dialog {
  right: 0;
}
.speedorder #speedorder-error-sidebar .sidebar-dialog .status {
  margin-top: 0.625rem;
}
.speedorder #speedorder-error-sidebar .sidebar-dialog .speedorder-import-error-line {
  padding-top: 0;
}

.speedorder-import-error-line {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.speedorder-import-error-line:first-of-type {
  padding-top: 0;
}
.speedorder-import-error-line__content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.is-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}

.loader-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.cookie-banner {
  --offset: 0.9375rem;
  position: fixed;
  bottom: var(--offset);
  right: var(--offset);
  left: auto;
  max-width: 31.25rem;
  width: calc(100% - var(--offset) * 2);
  background: white;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .cookie-banner {
    padding: 0.9375rem;
  }
}
.cookie-banner._hidden {
  transform: translateY(calc(100% + 0.9375rem));
}
.cookie-banner__title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
.cookie-banner__title .icon.icon-background {
  display: flex;
  height: 3.125rem;
  width: 3.125rem;
  font-weight: 300;
  font-size: 1.375rem;
  background-color: #f9f9f6;
}
.cookie-banner__cookie-types {
  margin-top: 0.9375rem;
}
.cookie-banner__cookie-type {
  margin-bottom: 0.1875rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #e9e9e9;
}
.cookie-banner__cookie-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  padding: 0.625rem;
}
.cookie-banner__cookie-title > div {
  margin-left: auto;
}
.cookie-banner__cookie-title > span {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex: 1;
}
.cookie-banner__cookie-title > span::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f068";
  font-weight: 300;
}
.cookie-banner__cookie-title > span.collapsed::before {
  content: "\f067";
}
.cookie-banner__cookie-title > span.no-collapse {
  padding-left: 1.375rem;
}
.cookie-banner__cookie-title > span.no-collapse::before {
  content: none;
}
.cookie-banner__cookie-title .input-toggle-container {
  height: 1.25rem;
  padding-left: 2.25rem;
}
.cookie-banner__cookie-description.collapse {
  display: block;
}
.cookie-banner__cookie-description-inner {
  background: #f9f9f6;
  padding: 0.625rem 0.625rem 0.625rem 2rem;
  border-radius: 0rem 0rem 0.1875rem 0.1875rem;
  font-size: 0.875rem;
}
.cookie-banner__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
  margin-top: 1.875rem;
  justify-content: flex-end;
}
.cookie-banner__buttons .btn {
  justify-content: center;
}
.cookie-banner__buttons .btn {
  flex: 1 0 40%;
}
.cookie-banner__buttons :last-child {
  flex: 100%;
}

.cookie-sidebar .sidebar-header .icon-btn {
  min-width: 2.625rem;
}
.cookie-sidebar .sidebar-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cookie-sidebar .sidebar-body {
  overflow-y: auto;
  flex: 100%;
}
.cookie-sidebar .sidebar-body::-webkit-scrollbar {
  display: none;
}
.cookie-sidebar .sidebar-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
.cookie-sidebar .sidebar-footer .btn {
  flex: 1 0 40%;
  justify-content: center;
  margin: 0;
}
.cookie-sidebar .sidebar-footer .btn:last-of-type {
  flex: 100%;
}

.search-result-options {
  justify-content: flex-end;
  border-top: 0.0625rem solid #e9e9e9;
  border-bottom: 0.0625rem solid #e9e9e9;
  padding: 0.625rem 0rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 991.98px) {
  .search-result-options {
    margin-bottom: 2.8125rem;
  }
}

.num-products-found {
  color: #555;
  font-weight: bold;
}

.sorting-dropdown {
  display: flex;
  align-items: center;
}
.sorting-dropdown-title {
  width: 100%;
}
.sorting-dropdown .dropdown-toggle {
  border: none;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1.5625rem;
  height: auto;
}
.sorting-dropdown .dropdown-toggle::after {
  font-weight: 400;
  height: 100%;
  font-size: 1rem;
}
.sorting-dropdown .dropdown-menu {
  flex-direction: column;
  gap: 0.625rem;
  width: 10rem;
  right: 0;
  padding: 0.9375rem 0.625rem;
}
.sorting-dropdown .dropdown-menu a {
  color: #555;
  text-decoration: none;
}
.sorting-dropdown .dropdown-menu a:hover {
  color: #a20601;
}
.sorting-dropdown .dropdown-menu.open {
  display: flex;
}

.divider-vertical {
  margin: 0rem 0.9375rem;
}

.filters a label,
.categories a label {
  pointer-events: none;
}
.filters .badge,
.categories .badge {
  display: none;
}

.categories h3 {
  font-size: 1rem;
}
.categories .list-unstyled li, .categories .list-steps li {
  margin: 0.9375rem 0rem;
}

.filters .panel .panel-title a {
  text-decoration: none;
  font-weight: bold;
}
.filters .panel-group .panel {
  background-color: inherit;
  margin-bottom: 0;
  padding: 0;
}
.filters .panel-group .panel__divider {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.filters .panel-group .panel .panel-body {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.filters .panel-group .list-group {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.filters .panel-group .show-more-toggle {
  margin-top: 0;
}
.filters .panel-group .panel-collapse .panel-nested .panel-collapse + .panel-heading a {
  margin-top: 0;
}

.filters-mobile-toggle {
  position: relative;
  width: 100%;
  left: auto;
  left: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  margin-bottom: 0.9375rem;
}

.panel-collapse .panel-nested .panel-collapse + .panel-heading a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  min-height: 0;
  min-height: initial;
  display: block;
}

.tree-suggestions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
.tree-suggestions__title {
  font-size: 1rem;
}
.tree-suggestions .suggestion-item {
  text-decoration: none;
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .tree-suggestions .suggestion-item {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: calc(50% - 0.5rem);
  }
}
@media (max-width: 991.98px) {
  .tree-suggestions {
    grid-template-columns: 1fr;
  }
}

.plp-page-header {
  margin-bottom: 1.875rem;
}

.search-result-blogs {
  --items-per-row: 3;
  display: grid;
  grid-template-columns: repeat(var(--items-per-row), 1fr);
}
@media (max-width: 1199.98px) {
  .search-result-blogs {
    --items-per-row: 2;
  }
}
@media (max-width: 991.98px) {
  .search-result-blogs {
    --items-per-row: 1;
  }
}

.search-result-contents {
  border: 0.0625rem solid #e9e9e9;
  padding: 0.9375rem;
  margin-bottom: 0.625rem;
}
.search-result-contents a {
  text-decoration: none;
}
.search-result-contents a b {
  text-decoration: underline;
}

.lazyload-loader {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #bebfc2;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
}
.lazyload-loader::after {
  animation: fa-spin 2s linear infinite;
  color: black;
  font-size: 1.875rem;
  content: "\f110";
  font-family: "Font Awesome 5 Pro";
}

@media (max-width: 991.98px) {
  .product {
    display: flex;
    flex-basis: initial;
  }
}
@media (max-width: 767.98px) {
  .product {
    margin-top: 0;
  }
}
.product a.btn {
  display: inline-flex;
}
.product-inner {
  position: relative;
  display: grid;
  grid-template-columns: 7.8125rem auto;
  grid-template-areas: "image content" "image footer";
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  padding: 0.9375rem 0rem;
  border-bottom: 0.0625rem solid #e9e9e9;
  background: transparent;
  transition: border-color 0.3s ease-in-out;
  width: 100%;
}
.product-inner:hover {
  border-color: #e9e9e9;
}
.product__header {
  grid-area: image;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  width: 100%;
  padding: 0;
}
.product__header .icon-btn._template {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 1;
  background: #f9f9f6;
}
.product__header .icon-btn._template span {
  display: none;
}
.product__header .product__wishlist,
.product__header .template__add {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background: #f9f9f6;
}
.product__footer {
  grid-area: footer;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.1875rem;
  width: 100%;
  padding: 0;
}
.product__footer .variant-order-btn a {
  height: 3rem;
  padding: 0.40625rem 1.25rem;
  display: flex;
}
.product__footer .variant-order-btn a i {
  background: rgba(255, 255, 255, 0.4);
  height: 2.1875rem;
  width: 2.1875rem;
  border-radius: 2.1875rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .product__footer .number-input {
    width: 9.375rem;
  }
}
.product__main {
  flex: 1;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 0.9375rem;
  grid-area: content;
}
.product__main * > * {
  margin-bottom: 0;
}
.product__main-info {
  gap: 0.625rem;
  align-items: flex-start;
}
.product__main-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0.625rem;
}
.product__main .featured-attributes {
  margin: 0.3125rem 0rem;
}
.product__image {
  border-radius: 0.25rem;
  width: 100%;
  object-fit: contain;
  height: 7.8125rem;
  background: none;
}

@media (min-width: 768px) {
  .product__header .icon-btn._template {
    right: 0.625rem;
  }
  .product-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: none;
    padding: 0rem 0rem 0.9375rem;
    background: #f9f9f6;
    height: 100%;
  }
  .product__main {
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0rem 0.625rem 0.9375rem;
  }
  .product__main-info {
    gap: 0.3125rem;
    align-items: flex-start;
  }
  .product__main .featured-attributes {
    margin: 0;
  }
  .product__footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0rem 0.625rem;
  }
  .product__footer .variant-order-btn a {
    padding: 0.40625rem 1.25rem;
  }
  .product__image {
    height: 10.9375rem;
  }
}
.product--inline {
  position: static;
  position: initial;
  height: auto;
}
.product--inline .product-inner {
  display: grid;
  grid-template-columns: 4.6875rem auto;
  grid-template-areas: "image content";
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  padding: 0.9375rem;
  background-color: #f9f9f6;
}
.product--inline .product__footer {
  width: auto;
  width: initial;
  justify-self: flex-end;
  flex-wrap: nowrap;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .product--inline .product__footer .cs-order-form-container {
    gap: 0.625rem;
    flex-wrap: wrap;
  }
}
.product--inline .product__image {
  height: 4.6875rem;
}
.product--inline .product__main {
  padding: 0;
}
.product--inline .product__main-inner {
  width: auto;
  flex: 1;
  white-space: nowrap;
}

.product-related {
  display: grid;
  grid-template-columns: 4.6875rem 1fr;
  grid-template-rows: repeat(2 auto);
  grid-template-areas: "header main " "footer footer";
  background-color: #f9f9f6;
  grid-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  grid-row-gap: 1.875rem;
  row-gap: 1.875rem;
  padding: 0.9375rem;
}
@media (min-width: 992px) {
  .product-related {
    grid-template-columns: 4.6875rem 1fr auto;
    grid-template-rows: auto;
    grid-template-areas: "header main footer";
    row-gap: 0rem;
  }
}
.product-related header {
  grid-area: header;
}
.product-related header .product__image {
  width: 4.6875rem;
  height: 4.6875rem;
}
.product-related main {
  grid-area: main;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex: 1;
}
.product-related footer {
  grid-area: footer;
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
  margin-left: auto;
}
.product-related-container {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.product-recommanded .cs-order-form-container .number-input {
  display: none;
}
.product-recommanded .cs-order-form-container .btn {
  min-width: 3rem;
  min-height: 3rem;
  width: 3rem;
  height: 3rem;
}

.product-recommendations .product:first-of-type {
  margin-bottom: 0.9375rem;
}

/* stylelint-disable-next-line */
.product__image--hover {
  visibility: hidden;
  opacity: 0;
}

.product__image-container {
  background-color: white;
}

.product__image-container--hover {
  position: relative;
}
.product__image-container--hover .product__image {
  transition: visibility 0s, opacity 0.3s ease-in-out;
  transition-delay: 200ms;
}
.product__image-container--hover .product__image--hover {
  position: absolute;
  top: 0;
  left: 0;
}
.product__image-container--hover:hover .product__image--hover {
  visibility: visible;
  opacity: 1;
}
.product__image-container--hover:hover .product__image:not(.product__image--hover) {
  visibility: hidden;
  opacity: 0;
}

.blog-heading {
  margin-top: 3.125rem;
}
@media (max-width: 991.98px) {
  .blog-heading {
    margin-top: 1.875rem;
  }
}
.blog-heading-container {
  text-align: center;
  margin-bottom: 1.875rem;
}
.blog-heading-container .breadcrumbs-container {
  text-align: left;
}
@media (max-width: 991.98px) {
  .blog-heading-container .breadcrumbs-container {
    text-align: center;
  }
  .blog-heading-container .breadcrumbs-container .back-to-link {
    margin: 0;
  }
}
.blog-heading__image img {
  height: 31.25rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .blog-heading__image img {
    height: 21.875rem;
  }
}
.blog-heading .blog-title {
  margin: 0.625rem 0;
  padding: 0 0.9375rem;
}
.blog-heading__tags {
  display: flex;
  justify-content: center;
  column-gap: 0.625rem;
}

.confirmation {
  margin-bottom: -1.875rem;
}
@media (min-width: 992px) {
  .confirmation {
    margin-bottom: -3.125rem;
  }
}
.confirmation-succes {
  position: relative;
  padding: 1.875rem 0rem;
}
@media (min-width: 1200px) {
  .confirmation-succes {
    padding: 3.125rem 0rem 4.6875rem;
  }
}
.confirmation-detail {
  padding: 3.125rem 0rem;
  background: #f9f9f6;
}
@media (min-width: 1200px) {
  .confirmation-detail {
    padding: 4.6875rem 0rem;
  }
}

.checkout-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.checkout-page main {
  flex: 1;
}
.checkout-page-total > div {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .checkout-page-total > div {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .checkout-page-sidebar {
    position: sticky;
    top: 10.25rem;
  }
}

.checkout-header {
  padding: 0.9375rem;
  border-bottom: 0.125rem solid #f9f9f6;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .checkout-header {
    padding: 1.875rem;
    margin-bottom: 3.125rem;
  }
}
.checkout-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-header-logo {
  height: 2.5rem;
}
@media (min-width: 1200px) {
  .checkout-header-logo {
    height: 3.25rem;
  }
}

.checkout-footer {
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .checkout-footer {
    margin-top: 4.6875rem;
  }
}
.checkout-footer-top {
  display: flex;
  justify-content: center;
  padding: 0.9375rem 0rem;
}
@media (min-width: 1200px) {
  .checkout-footer-top {
    display: none;
  }
}
.checkout-footer-main {
  background-color: #000;
  /* Must be removed from the client, but we want to convinse them that is should be back - R.Ruessink
  background-image: url("../img/logo-transparent-black-red.svg");
  background-repeat: no-repeat;
  background-position: right rem-calc(30) top 0;
  background-size: auto;
  */
  padding: 3.125rem 0rem 0.9375rem 0rem;
}
@media (min-width: 1200px) {
  .checkout-footer-main {
    /* Must be removed from the client, but we want to convinse them that is should be back - R.Ruessink
    background-image: url("../img/logo-transparent-red-black.svg");
    background-position: rem-calc(40 0);
    */
    padding: 3.125rem 0rem;
  }
}
.checkout-footer-main__logo {
  margin-bottom: 1.875rem;
}
.checkout-footer-main__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
}
@media (min-width: 1200px) {
  .checkout-footer-main__content {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.basket-page {
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .basket-page {
    margin-top: 3.125rem;
  }
}
.basket-page-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9375rem;
  background: #f9f9f6;
  padding: 0.9375rem 0rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1380px) {
  .basket-page-options {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .basket-page-sidebar {
    position: sticky;
    top: 12.3125rem;
  }
}
.basket-page-divider {
  margin: 0;
}
@media (min-width: 1200px) {
  .basket-page-divider {
    margin: 4.6875rem 0rem 0rem;
  }
}
.basket-page-divider.no-products {
  margin: 3.125rem 0rem 0rem;
}
@media (min-width: 1200px) {
  .basket-page-divider.no-products {
    margin: 4.6875rem 0rem 0rem;
  }
}
.basket-page .promotions .container {
  border: none;
}

.price-grid {
  padding: 0rem 0.9375rem;
}
.price-grid .grid-col:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.price-grid .description {
  margin-top: 0.125rem;
}

.grouped {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1440px) {
  .grouped {
    margin-bottom: 3.125rem;
  }
}
.grouped-item-date {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background: #f9f9f6;
  padding: 0.625rem 0.9375rem;
}
.grouped-item-header {
  display: none;
}
@media (min-width: 1440px) {
  .grouped-item-header {
    display: grid;
    grid-template-columns: 4.6875rem 1fr 8.1875rem 9.375rem 5.875rem;
    grid-column: 1fr;
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
    grid-template-areas: ". product price quantity total";
    padding: 0.9375rem 0rem;
    border-bottom: 0.0625rem solid #e9e9e9;
  }
  .grouped-item-header * {
    margin-bottom: 0;
  }
}
.grouped-item-header .col-product {
  grid-area: product;
}
.grouped-item-header .col-price {
  grid-area: price;
}
.grouped-item-header .col-quantity {
  grid-area: quantity;
}
.grouped-item-header .col-total {
  grid-area: total;
}
.grouped-item-products {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.grouped-item-footer {
  display: flex;
  justify-content: space-between;
}
.grouped-item-footer > * {
  margin-bottom: 0;
}

.product-table {
  margin: 1.25rem 0rem 0rem;
  padding: 0;
}
@media (min-width: 1440px) {
  .product-table {
    margin: 1.25rem 0rem 3.125rem;
  }
}
.product-table__body {
  display: grid;
  grid-column-gap: 0.625rem;
  column-gap: 0.625rem;
  grid-row-gap: 1.5625rem;
  row-gap: 1.5625rem;
  grid-template-columns: 3.125rem 1fr auto 1fr 3.125rem;
  grid-template-rows: repeat(2 auto);
  grid-template-areas: "picture product product product delete" "price price quantity subtotal subtotal";
  border-bottom: 0.0625rem solid #e9e9e9;
  padding: 0.9375rem 0rem;
}
@media (min-width: 1440px) {
  .product-table__body {
    column-gap: 0.9375rem;
    row-gap: 0;
    grid-template-rows: 3rem auto auto;
    grid-template-columns: 4.6875rem 1fr 8.1875rem 9.375rem 5.875rem;
    grid-template-areas: "picture product price quantity subtotal" "picture product . quantity ." "picture product . quantity delete";
  }
}
.product-table__body .col-picture img {
  max-width: 3.125rem;
  max-height: 3.125rem;
}
@media (min-width: 1440px) {
  .product-table__body .col-picture img {
    max-width: 4.6875rem;
    max-height: 4.6875rem;
  }
}
.product-table__body .col-picture {
  grid-area: picture;
}
.product-table__body .col-product {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  grid-area: product;
}
.product-table__body .col-product input {
  width: auto;
}
.product-table__body .col-price {
  grid-area: price;
}
.product-table__body .col-quantity {
  grid-area: quantity;
  display: flex;
  flex-direction: column;
}
.product-table__body .col-quantity.disabled .form-control {
  background: transparent;
}
.product-table__body .col-price-caption {
  grid-area: price-cap;
}
.product-table__body .col-quantity-caption {
  grid-area: quantity-cap;
}
.product-table__body .col-sub-caption {
  grid-area: sub-cap;
}
.product-table__body .col-delete {
  grid-area: delete;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1440px) {
  .product-table__body .col-delete {
    justify-content: flex-start;
    display: none;
  }
}
.product-table__body .col-subtotal {
  grid-area: subtotal;
}
.product-table__body .col-price,
.product-table__body .col-subtotal {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .product-table__body .col-price,
  .product-table__body .col-subtotal {
    justify-content: center;
  }
}

.succes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  background: #29c768;
  color: #ffffff;
  width: 100%;
  padding: 1.875rem 0.9375rem;
  border-radius: 0.25rem;
}
.succes-icon {
  font-size: 3.125rem;
}

.product-succes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0.625rem;
  border-radius: 0.125rem;
  margin-bottom: 0.3125rem;
}
.product-succes:last-of-type {
  margin-bottom: 0.9375rem;
}
.product-succes .image {
  display: flex;
  align-items: center;
  height: 2.5rem;
  margin-right: 0.625rem;
}
.product-succes .price {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.product-succes .qty {
  width: 1.875rem;
  text-align: right;
}

.order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625rem;
  padding: 0rem 0.9375rem;
}

.list-steps {
  margin-bottom: 1.875rem;
}
.list-steps::after {
  background: #000;
}
.list-steps li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
.list-steps li.active::before {
  border-color: #000;
}
.list-steps li.complete::before {
  border-color: #000;
  background: #000;
}
.list-steps li:first-child {
  align-items: flex-start;
}
.list-steps li:last-child {
  align-items: flex-end;
}
.list-steps li:last-child.active::before {
  color: #fff;
  border-color: #000;
  background: #000;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.625rem;
  font-weight: 300;
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-steps li p {
  margin-bottom: 0;
}

.datepicker-header .datepicker-controls .button {
  font-family: inherit;
}

:root {
  --cse-banner-primary-background-color: #fc0a01;
  --cse-banner-secondary-background-color: #000;
  --cse-banner-success-background-color: #7aaf36;
  --cse-banner-info-background-color: #4096ef;
  --cse-banner-error-background-color: ##FC0A01;
  --cse-banner-warning-background-color: #f90;
  --cs-font-family-body: $font-family-base;
}

.fa-margin-left {
  margin-right: 0.3125rem;
}

.fa-margin-right {
  margin-left: 0.3125rem;
}

.fa-margin-left-sm {
  margin-right: 0.3125rem;
}

.fa-margin-right-sm {
  margin-left: 0.3125rem;
}

.fa-margin-left-lg {
  margin-right: 0.3125rem;
}

.fa-margin-right-lg {
  margin-left: 0.3125rem;
}

.fa-star::before {
  content: "\f005" !important;
}

.gutted {
  gap: var(--cs-gutter-y) var(--cs-gutter-x);
}

csc-notification-banner p {
  margin: 0 !important;
}

/* ERROR PAGES */
.error-template {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 1.875rem;
  margin-bottom: 0rem;
}
@media (min-width: 1200px) {
  .error-template {
    margin-top: 3.125rem;
    margin-bottom: 1.5625rem;
  }
}
.error-template > *,
.error-template h1 {
  color: #323D5B;
}
.error-template p {
  margin-bottom: 0;
}
.error-template p:first-of-type {
  margin-bottom: 0.625rem;
}
.error-template .fa-circle-exclamation, .error-template__code {
  color: #4096EF;
}
.error-template .fa-circle-exclamation {
  font-size: 3.125rem;
}

:root {
  --cs-font-family-body: "Montserrat", sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  --cs-font-family-headings: "Montserrat", sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  --cs-color-background-secondary: #ecf5fe;
  --cse-button-secondary-background-color: #4096EF;
  --cse-button-secondary-border-color: #4096EF;
  --cs-font-heading-1-font-size-mobile: 26px;
  --cs-font-heading-1-font-size: 36px;
  --cs-font-heading-1-font-weight: bold;
}
