/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-comments:before {
  content: "\f086";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-heart:before {
  content: "\f004";
}

.fa-user:before {
  content: "\f007";
}

.fa-check:before {
  content: "\f00c";
}

.fa-search:before {
  content: "\f002";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fad.fa-star:after {
  content: "\10f005";
}

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

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-clock:before {
  content: "\f017";
}

.fa-sliders-h:before {
  content: "\f1de";
}

/* NYA */
.fa-sort-up:before {
  content: "\f0de";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-xmark:before {
  content: "\f00d";
}
.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }
  
.fa-headset:before {
  content: "\f590"; }

.fa-bolt:before {
  content: "\f0e7"; }
  
.fa-bag-shopping:before {
  content: "\f290"; }


@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(/themes/main/design/css/webfonts/fa-brands-400.eot);
  src: url(/themes/main/design/css/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(/themes/main/design/css/webfonts/fa-brands-400.woff2) format("woff2"),
    url(/themes/main/design/css/webfonts/fa-brands-400.woff) format("woff"),
    url(/themes/main/design/css/webfonts/fa-brands-400.ttf) format("truetype"),
    url(/themes/main/design/css/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(/themes/main/design/css/webfonts/fa-light-300.eot);
  src: url(/themes/main/design/css/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),
    url(/themes/main/design/css/webfonts/fa-light-300.woff2) format("woff2"),
    url(/themes/main/design/css/webfonts/fa-light-300.woff) format("woff"),
    url(/themes/main/design/css/webfonts/fa-light-300.ttf) format("truetype"),
    url(/themes/main/design/css/webfonts/fa-light-300.svg#fontawesome) format("svg");
}

.fal {
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/themes/main/design/css/webfonts/fa-regular-400.eot);
  src: url(/themes/main/design/css/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(/themes/main/design/css/webfonts/fa-regular-400.woff2) format("woff2"),
    url(/themes/main/design/css/webfonts/fa-regular-400.woff) format("woff"),
    url(/themes/main/design/css/webfonts/fa-regular-400.ttf) format("truetype"),
    url(/themes/main/design/css/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(/themes/main/design/css/webfonts/fa-solid-900.eot);
  src: url(/themes/main/design/css/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(/themes/main/design/css/webfonts/fa-solid-900.woff2) format("woff2"),
    url(/themes/main/design/css/webfonts/fa-solid-900.woff) format("woff"),
    url(/themes/main/design/css/webfonts/fa-solid-900.ttf) format("truetype"),
    url(/themes/main/design/css/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}


@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  src: url(/themes/main/design/css/webfonts/fa-thin-100.woff2) format("woff2"),
    url(/themes/main/design/css/webfonts/fa-thin-100.ttf) format("truetype");
}
.fa-thin{
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}