* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
img:not(.image-wide) {
  max-width: 100%;
  height: auto;
}
:before,
:after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: border-box;
  height: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
pre {
  overflow: auto;
}
pre.debug {
  font-size: 14px !important;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"] {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  box-shadow: 0 0 0 30px #fff inset;
}
.clear {
  *zoom: 1;
  clear: both;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.lloader {
  background: #fff url(images/loader.svg) no-repeat center center;
}
.lloader img {
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.lloader.loaded {
  background: #fff;
}
.lloader.loaded img {
  opacity: 1;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
:root {
  --gray: #333132;
  --grayLight: #454344;
  --grayLighter: #8c8c8c;
  --grayDark: #242323;
  --red: #f92e4d;
  --orange: #fca13e;
  --green: #00bfc0;
  --yellow: #f5df4d;
  --blue: #8c99ff;
  --home: var(--green);
  --gaming: var(--orange);
  --gamingBg: #0d0d0d;
  --sound: var(--yellow);
  --smart: var(--blue);
  --font: "Calibri", Arial, Helvetica, sans-serif;
  --fonti: "icomoon";
  --rootFontSize: 62.5%;
  --fontSize: 1.8rem;
  --lineHeight: 1.4;
  --borderRadius: 0.4rem;
  --cmsWrapperWidth: 76rem;
  --sideOffset: 4%;
  --sideOffsetLarge: 10%;
  --msclub-image-height: 0;
  --inputPadding: 2rem;
  --borderColor: #eaeaea;
  --borderHoverColor: var(--grayDark);
  --textColor: var(--gray);
  --linkColor: var(--gray);
  --linkHoverColor: #000;
  --errorColor: var(--red);
  --warningColor: var(--orange);
  --successColor: var(--green);
}
@media (max-width: 1600px) {
  :root {
    --sideOffset: 3%;
    --sideOffsetLarge: 8%;
  }
}
@media (max-width: 1300px) {
  :root {
    --sideOffset: 3rem;
    --sideOffsetLarge: 3rem;
    --cmsWrapperWidth: 75%;
  }
}
@media (max-width: 990px) {
  :root {
    --fontSize: 1.6rem;
    --sideOffset: 1.5rem;
    --sideOffsetLarge: 1.5rem;
  }
}
@media (max-width: 700px) {
  :root {
    --inputPadding: 1.5rem;
  }
}
.icon-arrow-down2 {
  content: "\e924";
}
.icon-pin4 {
  content: "\e923";
}
.icon-filter {
  content: "\e922";
}
.icon-close {
  content: "\e921";
}
.icon-arrow-down {
  content: "\e900";
}
.icon-arrow-left {
  content: "\e901";
}
.icon-arrow-right {
  content: "\e902";
}
.icon-attach {
  content: "\e903";
}
.icon-check {
  content: "\e904";
}
.icon-compare {
  content: "\e905";
}
.icon-customer-service {
  content: "\e906";
}
.icon-danger-red {
  content: "\e907";
}
.icon-email {
  content: "\e908";
}
.icon-fb {
  content: "\e909";
}
.icon-file {
  content: "\e90a";
}
.icon-gaming {
  content: "\e90b";
}
.icon-headphones {
  content: "\e90c";
}
.icon-instagram {
  content: "\e90d";
}
.icon-keyboard {
  content: "\e90e";
}
.icon-link {
  content: "\e90f";
}
.icon-mail {
  content: "\e910";
}
.icon-manufacturing {
  content: "\e911";
}
.icon-mouse {
  content: "\e912";
}
.icon-mouse-pad {
  content: "\e913";
}
.icon-phone {
  content: "\e914";
}
.icon-pin {
  content: "\e915";
}
.icon-power-bank {
  content: "\e916";
}
.icon-power-cable {
  content: "\e917";
}
.icon-power-supply {
  content: "\e918";
}
.icon-recommended {
  content: "\e919";
}
.icon-rewards {
  content: "\e91a";
}
.icon-search {
  content: "\e91b";
}
.icon-speaker {
  content: "\e91c";
}
.icon-ventilator {
  content: "\e91d";
}
.icon-viber {
  content: "\e91e";
}
.icon-whatsapp {
  content: "\e91f";
}
.icon-youtube {
  content: "\e920";
}
.fz0 {
  font-size: 0;
}
.image-left,
.alignleft {
  float: left;
  margin: 5px 20px 10px 0px;
}
.image-right,
.alignright {
  float: right;
  margin: 5px 0px 10px 20px;
}
.red {
  color: var(--red);
}
.green {
  color: var(--green);
}
.orange {
  color: var(--orange);
}
.tel,
.tel a,
a[href^="tel"] {
  color: var(--textColor);
  cursor: default;
  text-decoration: none;
}
.list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 1.5rem;
}
.list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 2.8rem;
}
.list li:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  background: var(--gray);
  top: 1.7rem;
  left: 0;
}
.first-title {
  margin-top: 0;
  padding-top: 0;
}
.extra {
  font-size: 2.2rem;
}
@media (max-width: 990px) {
  .extra {
    font-size: 2rem;
  }
}
.extra2,
.extra3 {
  padding: 3rem 5rem;
  margin-bottom: 2.5rem;
  border-radius: var(--borderRadius);
}
@media (max-width: 990px) {
  .extra2,
  .extra3 {
    padding: 2rem 3rem;
  }
}
.extra2 {
  background: var(--gray);
  color: #fff;
}
.extra2 a {
  color: #fff;
}
.extra3 {
  background: #f3f3f3;
}
.image-wide {
  position: relative;
  width: 180%;
  margin-left: -40%;
  height: auto;
  display: block;
  border-radius: var(--borderRadius);
}
@media (max-width: 1600px) {
  .image-wide {
    width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 1300px) {
  .image-wide {
    width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 990px) {
  .image-wide {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    border-radius: 0;
  }
}
.image-link {
  text-decoration: none;
}
.image-title {
  display: block;
  text-align: center;
}
.image-title {
  text-align: center;
  font-size: 1.5rem;
  padding-top: 8px;
  color: var(--grayLighter);
}
.wrapper {
  flex-grow: 1;
  margin-inline: var(--sideOffsetLarge);
}
@media (min-width: 1500px) {
  .wrapper {
    max-width: 141rem;
    margin: auto;
  }
}
.wrapper-wide {
  margin-inline: var(--sideOffset);
}
.toggle-icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
.toggle-icon:after,
.toggle-icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2rem;
  left: 0;
  top: 0;
  background: var(--gray);
}
.toggle-icon:before {
  width: 0.2rem;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.toggle-icon:after {
  top: 50%;
  transform: translate(0, -50%);
}
html {
  font-size: var(--rootFontSize);
}
body {
  background-color: #fff;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-position: center 0;
  color: var(--textColor);
  background-size: 100% auto;
  font: var(--fontSize)/var(--lineHeight) var(--font);
}
@media (max-width: 990px) {
  body {
    background-image: none;
  }
}
a {
  color: var(--linkColor);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 0.2rem;
}
a:hover {
  color: var(--linkHoverColor);
}
ul,
ol {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
  padding-bottom: 1.5rem;
  padding-top: 4rem;
  line-height: 1.2;
}
@media (max-width: 990px) {
  h1,
  h2,
  h3,
  h4 {
    padding-top: 2rem;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: none;
}
h1 {
  font-size: 4.5rem;
  line-height: 1.1;
  padding: 0;
  letter-spacing: -1px;
}
@media (max-width: 1300px) {
  h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 990px) {
  h1 {
    font-size: 2.8rem;
  }
}
h2 {
  font-size: 3.7rem;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 990px) {
  h2 {
    font-size: 2.4rem;
  }
}
h3 {
  font-size: 3rem;
}
@media (max-width: 990px) {
  h3 {
    font-size: 2.2rem;
  }
}
h4 {
  font-size: 2.5rem;
}
p {
  padding-bottom: 2rem;
}
label {
  padding: 0 0 4px 0;
  display: inline-block;
}
select {
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background-image: url(../images/icons/arrow-down.svg);
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: right 2.5rem center;
}
select::-ms-expand {
  display: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding-inline: var(--inputPadding);
  border: 1px solid var(--borderColor);
  height: 5.8rem;
  border-radius: var(--borderRadius);
  font-family: var(--font);
  font-size: var(--fontSize);
  line-height: normal;
  color: var(--textColor);
  transition: border-color 0.3s;
}
@media (max-width: 700px) {
  input,
  textarea,
  select {
    height: 5rem;
  }
}
input:disabled,
textarea:disabled,
input:disabled + label,
.disabled {
  cursor: not-allowed !important;
  color: #ccc;
}
@media (min-width: 990px) {
  input:hover,
  textarea:hover,
  select:hover,
  input:focus,
  textarea:focus,
  select:focus {
    border-color: var(--borderHoverColor);
    outline: 0;
  }
}
input[type="submit"],
button {
  border: none;
  display: inline-block;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  height: auto;
  border: none;
}
textarea {
  height: 12rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 19px;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: -9999px;
  display: inline;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  position: relative;
  padding: 0.4rem 0 0 3.8rem;
  line-height: 1.3;
  font-size: 1.5rem;
  text-align: left;
  margin: 0;
}
input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0.2rem;
  color: transparent;
  border: 1px solid var(--borderColor);
  left: 0;
  text-align: center;
  top: 0;
  content: "\e904";
  font: 1rem/1 var(--fonti);
  border-radius: var(--borderRadius);
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
input[type="radio"] + label:before {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 200px;
  color: #fff;
  border: 1px solid var(--borderColor);
  left: 0;
  text-align: center;
  top: 0;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
input[type="checkbox"]:checked + label:before {
  background: var(--gray);
  color: #fff;
  border-color: var(--gray);
}
input[type="radio"]:checked + label:before {
  background: #000;
  box-shadow: inset 0 0 0 5px #fff;
}
.form-label p,
.wpcf7-form p,
.form-label .field,
.wpcf7-form .field {
  position: relative;
  padding-bottom: 10px;
}
.form-label label,
.wpcf7-form label {
  position: absolute;
  top: 2rem;
  font-size: var(--fontSize);
  line-height: 1;
  left: var(--inputPadding);
  padding: 0;
  cursor: text;
  z-index: 40;
  width: auto;
  text-align: left;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 700px) {
  .form-label label,
  .wpcf7-form label {
    top: 1.7rem;
  }
}
.form-label .focus label,
.wpcf7-form .focus label,
.form-label .ffl-floated label,
.wpcf7-form .ffl-floated label {
  top: 0.7rem;
  font-size: 1.3rem;
  color: var(--grayLight);
}
.form-label .focus input,
.wpcf7-form .focus input,
.form-label .ffl-floated input,
.wpcf7-form .ffl-floated input {
  padding-top: 1.6rem;
}
.form-label .focus textarea,
.wpcf7-form .focus textarea,
.form-label .ffl-floated textarea,
.wpcf7-form .ffl-floated textarea {
  padding-top: 3rem;
}
.form-label input:-webkit-autofill,
.wpcf7-form input:-webkit-autofill {
  padding-top: 1.6rem;
}
.form-label input:-webkit-autofill + label,
.wpcf7-form input:-webkit-autofill + label {
  top: 0.6rem;
  font-size: 1.6rem;
  color: var(--grayLight);
}
.form-label input[type="text"],
.wpcf7-form input[type="text"],
.form-label input[type="password"],
.wpcf7-form input[type="password"],
.form-label input[type="email"],
.wpcf7-form input[type="email"],
.form-label input[type="number"],
.wpcf7-form input[type="number"] {
  display: block;
  width: 100%;
}
.form-label .form-failure-message,
.wpcf7-form .form-failure-message {
  height: 240px;
}
.form-label input[type="radio"]:disabled + label,
.wpcf7-form input[type="radio"]:disabled + label {
  color: #ccc;
}
.form-label input[type="checkbox"] ~ .error,
.wpcf7-form input[type="checkbox"] ~ .error {
  padding-left: var(--inputPadding);
}
.form-label .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.3rem;
  padding-left: var(--inputPadding);
  display: block;
  padding-top: 0.3rem;
  font-weight: bold;
  color: var(--errorColor);
}
.form-label.submitting button,
.wpcf7-form.submitting button {
  pointer-events: none;
  background-image: url(../images/loader.gif);
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.form-label.submitting button span,
.wpcf7-form.submitting button span {
  opacity: 0;
}
.field-file {
  height: 6rem;
  border: 1px solid var(--borderColor);
  border-radius: var(--borderRadius);
  padding: 0 !important;
}
@media (max-width: 700px) {
  .field-file {
    height: 5rem;
  }
}
.field-file:before {
  content: "\e903";
  font: 2rem/1 var(--fonti);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: var(--inputPadding);
}
@media (max-width: 700px) {
  .field-file:before {
    font-size: 1.7rem;
  }
}
.field-file span {
  height: 100%;
  width: 100%;
  display: block;
}
.field-file input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.field-file label {
  left: calc(var(--inputPadding) + 3.5rem);
}
.choosen-file {
  display: block;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0 0 var(--inputPadding);
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .cp,
.slick-slider .pp,
.slick-slider .ep {
  width: 100%;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow {
  background: #fff;
  box-shadow: 0 5px 40px 0 rgba(51, 49, 50, 0.2);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  min-height: 0;
  top: 0;
  left: -8.5rem;
  padding: 0;
  font-size: 0;
  z-index: 10;
  transition: background-color 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1300px) {
  .slick-arrow {
    left: -2rem;
    width: 5rem;
    height: 5rem;
  }
}
.slick-arrow:after {
  content: "\e901";
  font: 2.2rem/1 var(--fonti);
  color: var(--gray);
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1300px) {
  .slick-arrow:after {
    font-size: 1.8rem;
  }
}
.slick-arrow:hover {
  background: var(--gray);
}
.slick-arrow:hover:after {
  color: #fff;
}
.slick-arrow.slick-disabled {
  cursor: default;
  visibility: hidden;
}
.slick-next {
  left: auto;
  right: -8.5rem;
}
@media (max-width: 1300px) {
  .slick-next {
    right: -2rem;
  }
}
.slick-next:after {
  transform: scaleX(-1);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  list-style: none;
  margin: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  margin: 3rem 0.5rem 0;
}
@media (max-width: 990px) {
  .slick-dots li {
    margin-top: 2rem;
  }
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots button {
  width: 1.4rem;
  height: 1.4rem;
  background: var(--gray);
  opacity: 0.25;
  padding: 0;
  min-height: 0;
  border: 1px solid transparent;
  font-size: 0;
}
.slick-dots .slick-active button {
  opacity: 1;
  background: var(--gray);
  position: relative;
}
.slick-dots .slick-active button:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100px;
  top: -5px;
  left: -5px;
  border: 2px solid var(--gray);
}
.related-slider .slick-arrow {
  top: 70px;
}
.related-slider .pp {
  margin-left: 40px;
}
.related-slider .slick-list {
  margin-left: -40px;
}
.table {
  width: 100%;
  border-spacing: 0;
  margin: 10px 0px 20px;
}
.table th {
  font-weight: bold;
  text-align: left;
  padding: 6px 0;
  border-bottom: 1px solid var(--grayLighter);
}
.table td {
  border-bottom: 1px solid var(--grayLighter);
  padding: 6px 0;
  font-size: 1.6rem;
}
.table.stripe tbody tr:nth-child(even) {
  background: #e9e9e9;
}
.table-wrapper {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: auto;
}
.table-wrapper .table {
  margin-bottom: 35px;
}
.error {
  color: var(--errorColor);
  display: block;
  padding: 5px 0 0 0;
  font-size: 14px;
  line-height: 19px;
}
.global-error,
.global-success,
.global-warning,
.wpcf7 form .wpcf7-response-output {
  font-size: 1.5rem;
  margin: 2rem 0 0 0;
  line-height: 1.2;
  padding: 1.5rem 1.5rem 1.5rem 5.5rem;
  min-height: 5rem;
  border: 0;
  border-radius: var(--borderRadius);
  background: var(--errorColor) url(../images/icons/danger-white.svg) no-repeat
    20px 12px;
  background-size: 25px auto;
  color: #fff;
  position: relative;
}
.global-success {
  background-color: var(--successColor);
  background-image: url(../images/icons/check.svg);
  background-size: 20px auto;
  background-position: 20px center;
}
.field_error_input,
.field_error_input_radio,
.wpcf7-not-valid {
  border-color: var(--errorColor);
}
.btn,
input[type="submit"],
button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 1.5rem 3.5rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  border-radius: 100px;
  background: var(--gray);
  color: #fff;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 990px) {
  .btn,
  input[type="submit"],
  button {
    min-height: 5rem;
    font-size: 1.6rem;
  }
}
.btn:hover,
input[type="submit"]:hover,
button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.btn > span,
input[type="submit"] > span,
button > span {
  display: flex;
  align-items: center;
}
.btn > span:after,
input[type="submit"] > span:after,
button > span:after {
  content: "\e902";
  font: 0.5rem/1 var(--fonti);
  margin-left: 7px;
}
.btn-white {
  background: #fff;
  border: 2px solid #eaeaea;
  color: var(--textColor);
}
.btn-white:hover {
  color: var(--textColor);
}
.btn-green {
  background: var(--green);
}
.btn-orange {
  background: var(--orange);
}
.btn-blue {
  background: var(--blue);
}
.btn-yellow {
  background: var(--yellow);
  color: var(--textColor);
}
.btn-yellow:hover {
  color: var(--textColor);
}
.btn-border {
  background: none;
  border: 2px solid #fff;
  transition:
    background 0.3s,
    color 0.3s;
}
.btn-border:hover {
  background: #fff;
  color: var(--textColor);
}
.btn-download {
  display: flex;
  justify-content: start;
  padding-left: 7rem;
  font-weight: normal;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 1.3rem;
}
@media (max-width: 990px) {
  .btn-download {
    padding-left: 5.5rem;
    padding-right: 5rem;
  }
}
.btn-download:before {
  content: "";
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/icons/pdf.svg) no-repeat;
  background-size: contain;
  left: 3.5rem;
  top: 1.5rem;
}
@media (max-width: 990px) {
  .btn-download:before {
    left: 2rem;
    top: 1.3rem;
  }
}
.btn-download:after {
  content: "\e924";
  display: flex;
  align-items: center;
  justify-content: center;
  font: 1.3rem/1 var(--fonti);
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #000;
  border-radius: 100px;
  position: absolute;
  top: 1.6rem;
  right: 3.5rem;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 990px) {
  .btn-download:after {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.1rem;
    right: 2rem;
  }
}
.btn-download:hover {
  background: #f5f5f5;
}
.btn-download:hover:after {
  background: var(--gray);
  color: #fff;
}
.header {
  height: 6rem;
  align-items: center;
  background: var(--gray);
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 200;
}
@media (max-width: 1300px) {
  .header {
    height: 5rem;
  }
}
.logo {
  width: 6.5rem;
  height: 2.8rem;
  margin: -0.5rem 10rem 0 var(--sideOffset);
  background: url(../images/logo.svg) no-repeat 0 0;
  background-size: contain;
  display: block;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1600px) {
  .logo {
    margin-right: 4rem;
    width: 5.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 1300px) {
  .logo {
    width: 4rem;
    height: 2rem;
    margin-right: 3rem;
    margin-top: 0;
  }
}
@media (max-width: 990px) {
  .logo {
    width: 5rem;
    height: 2.5rem;
    margin-right: 0;
  }
}
.header-right {
  margin-left: auto;
  display: flex;
  height: 100%;
}
.sw {
  position: relative;
  height: 100%;
  border-left: 1px solid var(--grayLight);
}
@media (max-width: 1300px) {
  .sw {
    border: 0;
  }
}
@media (max-width: 990px) {
  .sw {
    order: 1;
  }
}
.sw.active {
  position: absolute;
  height: 6rem;
  top: 0;
  right: 0;
  width: 47rem;
}
@media (max-width: 1300px) {
  .sw.active {
    height: 5rem;
  }
}
@media (max-width: 990px) {
  .sw.active {
    z-index: 100;
    left: 0;
    width: auto;
  }
}
.sw.active .sw-toggle {
  position: absolute;
  top: 0;
  left: 0;
}
.sw.active .sw-toggle:before {
  content: "\e921";
  font-size: 1.1rem;
}
.sw.active .sw-form {
  display: block;
  width: 47rem;
}
@media (max-width: 990px) {
  .sw.active .sw-form {
    width: 100%;
  }
}
.sw-toggle,
.sw-btn {
  width: 6rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  z-index: 10;
  background: none;
  min-height: 0;
}
@media (max-width: 1300px) {
  .sw-toggle,
  .sw-btn {
    width: 4rem;
  }
}
.sw-toggle:before,
.sw-btn:before {
  content: "\e91b";
  font: 1.5rem/1 var(--fonti);
}
@media (max-width: 990px) {
  .sw-toggle:before,
  .sw-btn:before {
    font-size: 1.6rem;
  }
}
.sw-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.sw-form {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: none;
  background: var(--grayDark);
  border-left: 1px solid var(--grayLight);
}
@media (max-width: 990px) {
  .sw-form {
    border: 0;
  }
}
.sw-input {
  height: 100%;
  width: 100%;
  border: 0;
  font-size: 1.8rem;
  color: #fff;
  padding-right: 6rem;
  padding-left: 5rem;
  background: none;
  border-radius: 0;
}
@media (max-width: 1300px) {
  .sw-input {
    font-size: 1.4rem;
  }
}
.sw-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px var(--grayDark) inset;
  box-shadow: 0 0 0 30px var(--grayDark) inset;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.sw-close {
  display: block;
  width: 36px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sw-close:before,
.sw-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  top: 30px;
  left: 19px;
  transform: rotate(45deg);
}
.sw-close:after {
  transform: rotate(-45deg);
}
.main,
.overlay {
  position: relative;
}
@media (min-width: 990px) {
  .main:after,
  .overlay:after {
    content: "";
    position: absolute;
    display: block;
    width: auto;
    height: 70rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    background: linear-gradient(180deg, transparent, #fff);
  }
  .main > .wrapper,
  .overlay > .wrapper {
    position: relative;
    z-index: 1;
  }
}
.main {
  padding-bottom: 10rem;
}
@media (max-width: 1600px) {
  .main {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1300px) {
  .main {
    padding-bottom: 6rem;
  }
}
@media (max-width: 990px) {
  .main {
    padding-bottom: 4rem;
  }
}
.page-header {
  text-align: center;
  padding: 4rem var(--sideOffset);
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1300px) {
  .page-header {
    padding-block: 3rem;
  }
}
@media (max-width: 990px) {
  .page-header {
    padding-block: 2rem;
    text-align: left;
  }
}
.page-header h1 {
  max-width: var(--cmsWrapperWidth);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .page-header h1 {
    max-width: none;
  }
}
.page-header.has-bg {
  padding-top: 13rem;
  color: #fff;
  margin-bottom: 4rem;
}
@media (max-width: 1600px) {
  .page-header.has-bg {
    padding-top: 7rem;
  }
}
@media (max-width: 1300px) {
  .page-header.has-bg {
    padding-top: 4rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 990px) {
  .page-header.has-bg {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .page-header.has-bg .bc {
    justify-content: center;
    padding-left: 0;
  }
}
.page-header.has-bg .bc a {
  color: #fff;
}
.page-header.has-bg .bc a:after {
  background: #fff;
}
.page-header.has-bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.page-header.left {
  text-align: left;
  padding-left: 0;
}
.page-header.left h1 {
  max-width: none;
}
.page-header.left .bc {
  justify-content: start;
}
.wrapper-cms {
  max-width: var(--cmsWrapperWidth);
  margin: auto;
}
@media (max-width: 990px) {
  .wrapper-cms {
    max-width: none;
    padding: 0 var(--sideOffset);
  }
}
.cms-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 1.5rem;
}
.cms-content ul li {
  position: relative;
  padding: 0.4rem 0 0.4rem 2.8rem;
}
.cms-content ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  background: var(--gray);
  top: 1.7rem;
  left: 0;
}
@media (max-width: 990px) {
  .cms-content ul {
    margin-left: 0;
  }
}
.cms-content ol {
  margin: 0 0 1.5rem 3.5rem;
}
@media (max-width: 990px) {
  .cms-content ol {
    margin-left: 2rem;
  }
}
.cms-content ol li {
  padding: 0.4rem 0;
}
.cms-content iframe {
  width: 100%;
}
@media (min-width: 990px) {
  .home {
    background: url(../images/bg-home.png) repeat-y center 0;
    background-size: 100% auto;
  }
}
.home .main {
  padding: 0;
}
.home .main:after {
  display: none;
}
.bc {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .bc {
    justify-content: start;
    font-size: 1.3rem;
  }
}
.bc li:last-child a {
  padding: 0;
  margin: 0;
  opacity: 0.5;
  pointer-events: none;
  text-decoration: none;
}
.bc li:last-child a:after {
  display: none;
}
.bc a {
  position: relative;
  padding-right: 14px;
  margin-right: 8px;
}
.bc a:after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 2px;
  top: 8px;
  right: 0px;
  background: var(--gray);
  opacity: 0.6;
}
.bc span {
  opacity: 0.5;
}
.lw {
  position: relative;
  height: 100%;
  border-left: 1px solid var(--grayLight);
}
@media (max-width: 1300px) {
  .lw {
    border: 0;
  }
}
@media (max-width: 990px) {
  .lw {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
}
@media (max-width: 990px) {
  .lw.active {
    background: var(--grayDark);
  }
}
.lw.active .lw-dd {
  display: block;
}
.lw-toggle {
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  padding: 0 2.5rem;
  display: flex;
  height: 100%;
  color: #fff;
  align-items: center;
}
@media (max-width: 1600px) {
  .lw-toggle {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1300px) {
  .lw-toggle {
    padding-left: 0;
  }
}
@media (max-width: 990px) {
  .lw-toggle {
    padding-left: var(--sideOffset);
  }
}
.lw-toggle:hover {
  color: #fff;
}
.lw-toggle span::first-letter {
  text-transform: uppercase;
}
.lw-toggle:after {
  content: "\e900";
  font: 0.5rem/1 var(--fonti);
  width: 0.8rem;
  height: 0.5rem;
  color: #fff;
  margin-left: 3.5rem;
}
@media (max-width: 1600px) {
  .lw-toggle:after {
    margin-left: 1rem;
  }
}
.lw-dd {
  display: none;
  list-style: none;
  background: #fff;
  position: absolute;
  top: 100%;
  font-size: 1.4rem;
  padding: 1rem 0;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: auto;
  min-width: 100%;
  border-radius: 0 0 var(--borderRadius) var(--borderRadius);
}
.lw-dd:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #fff;
  position: absolute;
  top: -0.5rem;
  left: 2.5rem;
}
.lw-dd .active {
  display: none;
}
.lw-dd a {
  display: block;
  text-decoration: none;
  padding: 0.3rem 2.5rem;
}
@media (max-width: 1600px) {
  .lw-dd a {
    padding-inline: 1.5rem;
  }
}
.lw-dd a::first-letter {
  text-transform: uppercase;
}
.lw-dd a:hover {
  text-decoration: underline;
}
.nav {
  list-style: none;
  margin: 0 0 0 -2rem;
  padding: 0;
  font-size: 1.5rem;
  height: 100%;
  display: flex;
}
@media (max-width: 1300px) {
  .nav {
    font-size: 1.4rem;
  }
}
@media (max-width: 990px) {
  .nav {
    display: none;
    margin: 0;
    font-size: 1.6rem;
    height: auto;
    padding-bottom: 1.5rem;
  }
}
.nav .toggle-icon {
  display: none;
}
.nav > li {
  position: relative;
}
@media (max-width: 990px) {
  .nav > li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}
.nav > li > a {
  display: flex;
  color: #fff;
  text-decoration: none;
  align-items: center;
  padding: 0 2rem;
  height: 100%;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 990px) {
  .nav > li > a {
    transition:
      background-color 0.3s,
      color 0.3s;
  }
}
@media (max-width: 1600px) {
  .nav > li > a {
    padding: 0 1.2rem;
  }
}
@media (max-width: 1300px) {
  .nav > li > a {
    padding: 0 0.5rem;
  }
}
@media (max-width: 990px) {
  .nav > li > a {
    color: var(--textColor);
    text-transform: none;
    padding: 0.2rem var(--sideOffset);
  }
}
@media (min-width: 1300px) {
  .nav > li:hover > a {
    background: #242323;
  }
  .nav > li:hover .nav-container,
  .nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease 0.2s;
  }
}
@media (max-width: 1300px) {
  .nav > li.active .nav-container,
  .nav > li.active > ul {
    opacity: 1;
    visibility: visible;
    max-height: 150rem;
  }
  .nav > li.active > a {
    color: #fff;
  }
  .nav > li.active > a .toggle-icon:before {
    display: none;
  }
  .nav > li.active > a .toggle-icon:after {
    background: #fff !important;
  }
}
@media (max-width: 990px) {
  .nav > li.active > a:after {
    content: "";
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    background: #fff;
    transform: rotate(45deg);
    left: 2rem;
    bottom: -0.4rem;
  }
  .nav > li.active > a:before {
    background: #fff !important;
  }
}
.nav > li > ul {
  background: #fff;
  list-style: none;
  width: 100%;
  position: absolute;
  z-index: 100;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 var(--borderRadius) var(--borderRadius);
  text-align: center;
  padding: 1.5rem 0;
  opacity: 0;
  visibility: hidden;
}
.nav > li > ul:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: -4px;
  margin-left: -5px;
  left: 50%;
  background: #fff;
}
.nav > li > ul a {
  text-decoration: none;
  display: block;
  padding: 1px 0;
}
.nav > li > ul a:hover {
  text-decoration: underline;
}
.nav .nav-cat {
  position: static;
}
@media (max-width: 990px) {
  .nav .nav-cat {
    border-bottom: 1px solid var(--borderColor);
    width: 100%;
  }
  .nav .nav-cat .toggle-icon {
    display: none;
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
}
@media (max-width: 990px) and (max-width: 990px) {
  .nav .nav-cat .toggle-icon {
    display: block;
  }
}
.nav .nav-cat > a {
  position: relative;
  font-weight: bold;
}
@media (max-width: 990px) {
  .nav .nav-cat > a {
    padding: 1.5rem var(--sideOffset) 1.5rem 2.6rem;
  }
}
.nav .nav-cat > a:before {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: 3px;
  top: 0;
  left: 2rem;
  right: 2rem;
  background: var(--home);
}
@media (max-width: 1600px) {
  .nav .nav-cat > a:before {
    left: 1.2rem;
    right: 1.2rem;
  }
}
@media (max-width: 1300px) {
  .nav .nav-cat > a:before {
    left: 0.5rem;
    right: 0.5rem;
  }
}
@media (max-width: 990px) {
  .nav .nav-cat > a:before {
    right: auto;
    bottom: 0;
    left: 1.5rem;
    width: 3px;
    height: auto;
    top: 2rem;
    bottom: 1.9rem;
  }
}
.nav .nav-cat.theme-home.active > a {
  background: var(--home);
}
.nav .nav-cat.theme-home.active > a:after {
  background: var(--home);
}
@media (min-width: 990px) {
  .nav .nav-cat.theme-home:hover > a {
    background: var(--home);
  }
}
.nav .nav-cat.theme-gaming > a:before,
.nav .nav-cat.theme-gaming.active > a,
.nav .nav-cat.theme-gaming.active > a:after,
.nav .nav-cat.theme-gaming .nav-cnt {
  background: var(--gaming);
}
.nav .nav-cat.theme-gaming .nav-container {
  border-color: var(--gaming);
}
@media (min-width: 990px) {
  .nav .nav-cat.theme-gaming:hover > a {
    background: var(--gaming);
  }
}
.nav .nav-cat.theme-sound > a:before,
.nav .nav-cat.theme-sound.active > a,
.nav .nav-cat.theme-sound.active > a:after,
.nav .nav-cat.theme-sound .nav-cnt {
  background: var(--sound);
}
.nav .nav-cat.theme-sound.active > a {
  color: var(--textColor);
}
.nav .nav-cat.theme-sound.active > a .toggle-icon:after {
  background: var(--textColor) !important;
}
.nav .nav-cat.theme-sound .nav-container {
  border-color: var(--sound);
}
.nav .nav-cat.theme-sound .nav-cnt {
  color: var(--textColor);
}
@media (min-width: 990px) {
  .nav .nav-cat.theme-sound:hover > a {
    background: var(--sound);
  }
  .nav .nav-cat.theme-sound:hover > a {
    color: var(--textColor);
  }
}
@media (max-width: 990px) {
  .nav .nav-cat.theme-sound.active > a:before {
    background: var(--textColor) !important;
  }
}
.nav .nav-cat.theme-smart > a:before,
.nav .nav-cat.theme-smart.active > a,
.nav .nav-cat.theme-smart.active > a:after,
.nav .nav-cat.theme-smart .nav-cnt {
  background: var(--smart);
}
.nav .nav-cat.theme-smart .nav-container {
  border-color: var(--smart);
}
@media (min-width: 990px) {
  .nav .nav-cat.theme-smart:hover > a {
    background: var(--smart);
  }
}
@media (min-width: 990px) {
  .menu-item-home {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .nav-offset {
    margin-top: 1.5rem;
  }
}
.nav-container {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 6rem;
  left: 0;
  right: 0;
  background: #fff url(../images/bg.png) no-repeat 0 0;
  background-size: 100% auto;
  border-top: 4px solid var(--home);
  z-index: 100;
}
@media (max-width: 1300px) {
  .nav-container {
    top: 5rem;
  }
}
@media (max-width: 990px) {
  .nav-container {
    position: relative;
    top: auto;
    background: none;
    border: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
  }
}
.nav-container .nav-submenu {
  opacity: 1;
  display: block;
  position: relative;
}
.nav-cnt {
  background: var(--home);
  color: #fff;
  padding-block: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 1300px) {
  .nav-cnt {
    padding-block: 1.5rem;
  }
}
@media (max-width: 990px) {
  .nav-cnt {
    display: none;
  }
}
.nav-cnt p {
  padding: 0;
}
.wrapper-nav {
  padding: 4rem 0 1rem;
}
@media (max-width: 1300px) {
  .wrapper-nav {
    padding: 2.5rem 0 1rem;
  }
}
@media (max-width: 990px) {
  .wrapper-nav {
    padding: 0;
    margin: 0;
  }
}
.submenu {
  list-style: none;
}
.nav-cat .submenu0 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 990px) {
  .nav-cat .submenu0 {
    display: block;
  }
}
.nav-cat .submenu0 li {
  padding: 0.2rem 0;
}
@media (max-width: 990px) {
  .nav-cat .submenu0 li {
    padding: 0;
  }
}
.nav-cat .submenu0 > li {
  padding-left: 5rem;
  padding-bottom: 4rem;
  position: relative;
  width: 20%;
}
@media (max-width: 1300px) {
  .nav-cat .submenu0 > li {
    padding-bottom: 2.5rem;
    padding-left: 4rem;
  }
}
@media (max-width: 990px) {
  .nav-cat .submenu0 > li {
    border-bottom: 1px solid var(--borderColor);
    width: 100%;
    padding: 0;
  }
  .nav-cat .submenu0 > li:last-child {
    border: 0;
  }
}
.nav-cat .submenu0 > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .nav-cat .submenu0 > li > a {
    display: block;
    padding: 1.4rem 0 1.4rem 4.3rem;
  }
  .nav-cat .submenu0 > li > a:hover {
    text-decoration: none;
  }
}
.nav-cat .submenu0 > li.active > a .toggle-icon:before {
  display: none;
}
.nav-cat .submenu0 > li.active ul {
  max-height: 150rem;
  padding-bottom: 1.5rem;
  margin-top: -0.6rem;
}
.nav-cat .submenu0 ul {
  padding-top: 0.2rem;
}
@media (max-width: 990px) {
  .nav-cat .submenu0 ul {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-left: 4.3rem;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-cat .submenu0 ul a {
    display: block;
    padding: 0.3rem 0;
  }
}
.nav-cat .submenu0 a {
  text-decoration: none;
}
.nav-cat .submenu0 a:hover {
  text-decoration: underline;
}
.submenu-image {
  position: absolute;
  top: -0.7rem;
  left: 0;
  width: 3.5rem;
  height: 5rem;
}
@media (max-width: 1300px) {
  .submenu-image {
    width: 3rem;
    height: 3.6rem;
  }
}
@media (max-width: 990px) {
  .submenu-image {
    width: 2.2rem;
    height: 2.6rem;
    left: 1.3rem;
    top: 1.2rem;
    padding: 0;
  }
}
.submenu-image img {
  max-height: 100%;
  width: auto;
  display: block;
  margin: auto;
}
.btn-toggle-nav {
  display: none;
  order: 3;
}
.mobile-nav-container {
  display: none;
}
@media (max-width: 990px) {
  .btn-toggle-nav {
    width: 5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    order: 3;
  }
  .btn-toggle-nav span,
  .btn-toggle-nav span:after,
  .btn-toggle-nav span:before {
    content: "";
    position: absolute;
    display: block;
    width: 19px;
    height: 2px;
    background: #fff;
    left: 0;
    top: 0;
  }
  .btn-toggle-nav span {
    position: relative;
  }
  .btn-toggle-nav span:before {
    top: -0.6rem;
  }
  .btn-toggle-nav span:after {
    top: 0.6rem;
  }
  .active-nav .btn-toggle-nav span {
    background: transparent !important;
  }
  .active-nav .btn-toggle-nav span:after,
  .active-nav .btn-toggle-nav span:before {
    background: #fff;
  }
  .active-nav .btn-toggle-nav span:after {
    transform: rotate(45deg);
    top: 0;
  }
  .active-nav .btn-toggle-nav span:before {
    transform: rotate(-45deg);
    top: 0;
  }
  .active-nav .btn-toggle-nav:after {
    content: "";
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--gray);
    transform: rotate(45deg);
    bottom: -0.4rem;
    left: 50%;
    margin-left: -0.4rem;
  }
  .active-nav #wpadminbar {
    display: none !important;
  }
  .active-nav > *:not(.header):not(.mobile-nav-container) {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    margin: 0;
  }
  .active-nav .logo {
    display: none;
  }
  .active-nav .lw {
    display: block;
  }
  .active-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .active-nav .mobile-nav-container {
    display: block;
    background: url(../images/bg-menu.jpg);
    background-size: 450px auto;
    position: fixed;
    top: 5rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  .active-nav .nav {
    display: block;
    background: #fff;
  }
}
.mobile-nav-footer {
  text-align: center;
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--borderColor);
}
.mobile-nav-phone {
  font-weight: bold;
}
.mobile-nav-contact a {
  text-decoration: none;
}
.share {
  margin: 2.5rem 0 0;
  font-size: 1.5rem;
  line-height: 1;
}
.ss-label {
  padding: 0 0 1.5rem;
}
.share-icons {
  display: flex;
}
.ss-item,
.social-item {
  font-size: 0;
  width: 5rem;
  background: #fff;
  position: relative;
  text-decoration: none;
  height: 5rem;
  border: 2px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
  margin-right: 0.5rem;
  transition:
    border-color 0.3s,
    background-color 0.3s;
}
@media (max-width: 990px) {
  .ss-item,
  .social-item {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.ss-item:before,
.social-item:before {
  content: "\e909";
  font: 1.7rem/1 var(--fonti);
  color: #000;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.ss-item:hover,
.social-item:hover {
  background: var(--gray);
  border-color: var(--gray);
}
.ss-item:hover:before,
.social-item:hover:before {
  color: #fff;
}
.ss-item > span,
.social-item > span {
  display: none;
}
.ss-wp:before {
  content: "\e91f";
}
.ss-viber:before {
  content: "\e91e";
}
.ss-mail:before {
  content: "\e910";
  font-size: 1.4rem;
}
.ss-link:before {
  content: "\e90f";
}
.hero {
  margin-bottom: 6.5rem;
}
@media (max-width: 990px) {
  .hero {
    margin-bottom: 4rem;
  }
}
.hero-wrapper {
  margin: calc(var(--sideOffset) + 16rem);
}
@media (max-width: 1600px) {
  .hero-wrapper {
    margin: calc(var(--sideOffset) + 10rem);
  }
}
@media (max-width: 1300px) {
  .hero-wrapper {
    margin: calc(var(--sideOffset) + 8rem);
  }
}
@media (max-width: 700px) {
  .hero-wrapper {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
.hero-slider {
  overflow: hidden;
  max-height: 800px;
}
.hero-slider.slick-initialized {
  max-height: none;
}
.hero-slider .slick-arrow {
  width: 6rem;
  height: 6rem;
  background: transparent;
  border: 2px solid var(--gray);
  top: 50%;
  transform: translate(0, -50%);
  transition:
    background-color 0.3s,
    color 0.3s;
}
@media (max-width: 1300px) {
  .hero-slider .slick-arrow {
    height: 4.8rem;
    width: 4.8rem;
  }
}
.hero-slider .slick-arrow:after {
  font-size: 2.2rem;
  color: var(--gray);
}
.hero-slider .slick-arrow:hover {
  background: var(--gray);
}
.hero-slider .slick-arrow:hover:after {
  color: #fff;
}
@media (max-width: 700px) {
  .hero-slider .slick-arrow {
    display: none !important;
  }
}
.hero-slider .slick-prev {
  left: var(--sideOffset);
}
.hero-slider .slick-next {
  right: var(--sideOffset);
}
.hero-slider .slick-dots {
  position: absolute;
  bottom: 5.5rem;
  left: 0;
  right: 0;
  padding: 0;
}
@media (max-width: 1300px) {
  .hero-slider .slick-dots {
    bottom: 3rem;
  }
}
.hero-slider .slick-dots button {
  opacity: 0.5;
}
.hero-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.hero-slider .btn {
  transition:
    background-color 0.3s,
    color 0.3s,
    opacity 0.3s;
}
.hero-slide {
  position: relative;
}
.hero-slide img {
  display: block;
  width: 100%;
}
.hero-slide a {
  text-decoration: none;
  color: var(--textColor);
}
[data-theme="dark"] {
  color: #fff;
}
[data-theme="dark"] a {
  color: #fff;
}
[data-theme="dark"] .btn {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
[data-theme="dark"] .btn:hover {
  background: #fff;
  color: var(--textColor);
}
[data-theme="dark"] .slick-arrow {
  border-color: #fff;
}
[data-theme="dark"] .slick-arrow:after {
  color: #fff;
}
[data-theme="dark"] .slick-arrow:hover {
  background: #fff;
}
[data-theme="dark"] .slick-arrow:hover:after {
  color: var(--gray);
}
[data-theme="dark"] .slick-dots button {
  background: #fff;
}
[data-theme="dark"] .slick-dots .slick-active button {
  background: #fff;
}
[data-theme="dark"] .slick-dots .slick-active button:after {
  border-color: #fff;
}
.hero-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  .hero-body {
    align-items: flex-start;
    top: 4rem;
  }
}
.hero-cnt {
  max-width: 62rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .hero-cnt {
    font-size: 1.8rem;
  }
}
@media (max-width: 990px) {
  .hero-cnt {
    max-width: 40rem;
  }
}
@media (max-width: 700px) {
  .hero-cnt {
    max-width: none;
    padding: 0 3rem;
  }
}
.hero-title {
  font-size: 9.4rem;
  line-height: 0.9;
  padding-bottom: 3rem;
}
@media (max-width: 1300px) {
  .hero-title {
    font-size: 7.3rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 990px) {
  .hero-title {
    font-size: 4rem;
    padding-bottom: 1.3rem;
  }
}
@media (max-width: 700px) {
  .hero-title {
    font-size: 3.6rem;
  }
}
.hero-headline {
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 0 0 1rem 0.6rem;
}
@media (max-width: 990px) {
  .hero-headline {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 700px) {
  .hero-btn {
    display: none;
  }
}
.section {
  padding-bottom: 11rem;
}
@media (max-width: 1600px) {
  .section {
    padding-bottom: 8rem;
  }
}
@media (max-width: 990px) {
  .section {
    padding-bottom: 4rem;
  }
}
.section-header {
  text-align: center;
  padding-bottom: 4rem;
}
@media (max-width: 1300px) {
  .section-header {
    padding-bottom: 3rem;
  }
}
@media (max-width: 990px) {
  .section-header {
    padding-bottom: 2rem;
  }
}
.section-headline {
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
@media (max-width: 990px) {
  .section-headline {
    font-size: 1.4rem;
    padding-bottom: 0.7rem;
  }
}
.page-headline {
  padding-bottom: 0.5rem;
  padding-top: 4rem;
  color: var(--grayLighter);
}
@media (max-width: 1300px) {
  .page-headline {
    padding-top: 3rem;
  }
}
@media (max-width: 990px) {
  .page-headline {
    padding-top: 2rem;
  }
}
.section-title {
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .section-title {
    font-size: 3.8rem;
  }
}
@media (max-width: 990px) {
  .section-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 700px) {
  .section-promo-categories {
    margin: 0;
  }
}
.popular-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 1600px) {
  .popular-categories {
    gap: 2rem;
  }
}
@media (max-width: 990px) {
  .popular-categories {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .popular-categories {
    gap: 0;
  }
}
.promo {
  position: relative;
  display: block;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1300px) {
  .promo {
    font-size: 1.8rem;
  }
}
.promo:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: 40%;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: var(--borderRadius);
  background: transparent;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.promo:hover {
  color: #fff;
  z-index: 10;
}
@media (min-width: 990px) {
  .promo:hover {
    box-shadow: 0 10px 40px 0 rgba(51, 49, 50, 0.5);
  }
  .promo:hover .promo-cat {
    color: var(--home);
  }
  .promo:hover .promo-cat:before {
    width: 100%;
  }
  .promo:hover.promo-gaming .promo-cat {
    color: var(--gaming);
  }
  .promo:hover.promo-sound .promo-cat {
    color: var(--sound);
  }
  .promo:hover.promo-smart .promo-cat {
    color: var(--smart);
  }
}
.promo.promo-gaming .promo-cat:before {
  background: var(--gaming);
}
.promo.promo-sound .promo-cat:before {
  background: var(--sound);
}
.promo.promo-smart .promo-cat:before {
  background: var(--smart);
}
.promo-image {
  position: relative;
}
.promo-image img {
  width: 100%;
  display: block;
  border-radius: var(--borderRadius);
}
@media (max-width: 700px) {
  .promo-image img {
    border-radius: 0;
  }
}
.promo-cnt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  padding: 3rem;
}
@media (max-width: 1300px) {
  .promo-cnt {
    padding: 2rem;
  }
}
@media (max-width: 990px) {
  .promo-cnt {
    padding: 1.5rem;
  }
}
@media (max-width: 700px) {
  .promo-cnt {
    padding: 2.5rem;
  }
}
.promo-cat {
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-top: 1.6rem;
  margin-top: 1rem;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 990px) {
  .promo-cat {
    font-size: 1.4rem;
    padding-top: 1.2rem;
    margin-top: 0.7rem;
  }
}
.promo-cat:before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 0.3rem;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  background: var(--home);
  margin: auto;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 990px) {
  .promo-cat:before {
    width: 2rem;
    height: 0.2rem;
  }
}
.promo-items {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -1rem;
  margin-bottom: 8rem;
}
@media (max-width: 1600px) {
  .promo-items {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1300px) {
  .promo-items {
    margin-bottom: 5rem;
  }
}
@media (max-width: 990px) {
  .promo-items {
    margin-bottom: 2rem;
  }
}
@media (max-width: 700px) {
  .promo-items {
    display: block;
    margin-inline: 0;
  }
}
.promo-item {
  margin: 1rem;
}
@media (max-width: 1300px) {
  .promo-item {
    margin: 0.5rem;
  }
}
@media (max-width: 700px) {
  .promo-item {
    margin: 0 !important;
    width: 100% !important;
  }
}
.promo-medium {
  width: calc(50% - 2rem);
}
@media (max-width: 1300px) {
  .promo-medium {
    width: calc(50% - 1rem);
  }
}
.promo-small {
  width: calc((100% / 3) - 2rem);
}
@media (max-width: 1300px) {
  .promo-small {
    width: calc((100% / 3) - 1rem);
  }
}
@media (max-width: 1300px) {
  .wrapper-promo {
    margin-inline: 3.5rem;
  }
}
@media (max-width: 990px) {
  .wrapper-promo {
    margin-inline: 2rem;
  }
}
@media (max-width: 700px) {
  .wrapper-promo {
    margin: 0;
  }
}
.products-slider {
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .products-slider {
    overflow: auto;
    display: flex;
    padding: 0 1.5rem 1.5rem;
    margin-inline: -1.5rem;
    margin-bottom: 2rem;
  }
  .products-slider::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0.2rem;
  }
  .products-slider::-webkit-scrollbar-track {
    margin-inline: 1.5rem;
    border-color: var(--borderColor);
  }
  .products-slider::-webkit-scrollbar-thumb {
    background-color: var(--gray);
  }
}
.products-slider .cp {
  margin-left: 2rem;
  display: flex;
}
@media (max-width: 1300px) {
  .products-slider .cp {
    margin-left: 1.5rem;
  }
}
@media (max-width: 990px) {
  .products-slider .cp {
    margin: 0 0 0 -1px;
    border-radius: 0;
    width: 18rem;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 700px) {
  .products-slider .cp {
    width: 14.5rem;
  }
}
.products-slider .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1300px) {
  .products-slider .slick-arrow {
    top: 25%;
  }
}
.products-slider .slick-list {
  margin-left: -2rem;
  padding-right: 0.1rem;
}
@media (max-width: 1300px) {
  .products-slider .slick-list {
    margin-left: -1.5rem;
  }
}
.products-slider .slick-track,
.products-slider .slick-list {
  display: flex;
}
.products-slider .slick-list {
  overflow: visible;
}
.products-slider .slick-slide:not(.slick-active) {
  visibility: hidden;
}
.cw-btns {
  text-align: center;
  padding-top: 6rem;
}
@media (max-width: 1300px) {
  .cw-btns {
    padding-top: 2rem;
  }
}
@media (max-width: 990px) {
  .cw-btns {
    padding-top: 0;
  }
}
.section-cw {
  content-visibility: auto;
  contain-intrinsic-size: 70rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cp {
  display: block;
  background: #fff;
  font-size: 1.5rem;
  border: 1px solid var(--borderColor);
  border-radius: var(--borderRadius);
  display: flex;
  flex-direction: column;
  color: var(--textColor);
  position: relative;
  z-index: 0;
}
@media (min-width: 1300px) {
  .cp:hover {
    border-color: var(--home);
    z-index: 5;
  }
  .cp:hover .cp-category span:after {
    width: 100%;
  }
  .cp:hover .cp-compare {
    border-color: var(--home);
    display: block;
  }
}
@media (max-width: 990px) {
  .cp {
    font-size: 1.4rem;
  }
}
@media (max-width: 700px) {
  .cp {
    border-radius: 0;
    margin: -1px 0 0 -1px;
  }
}
.cp[data-theme="gaming"] .cp-category span:after,
.cp[data-theme="gaming"] .cp-badge {
  background: var(--gaming);
}
@media (min-width: 1300px) {
  .cp[data-theme="gaming"]:hover {
    border-color: var(--gaming);
  }
  .cp[data-theme="gaming"]:hover .cp-compare {
    border-color: var(--gaming);
  }
}
.cp[data-theme="sound"] .cp-category span:after,
.cp[data-theme="sound"] .cp-badge {
  background: var(--sound);
}
.cp[data-theme="sound"] .cp-badge {
  color: var(--textColor);
}
@media (min-width: 1300px) {
  .cp[data-theme="sound"]:hover {
    border-color: var(--sound);
  }
  .cp[data-theme="sound"]:hover .cp-compare {
    border-color: var(--sound);
  }
}
.cp[data-theme="smart"] .cp-category span:after,
.cp[data-theme="smart"] .cp-badge {
  background: var(--smart);
}
@media (min-width: 1300px) {
  .cp[data-theme="smart"]:hover {
    border-color: var(--smart);
  }
  .cp[data-theme="smart"]:hover .cp-compare {
    border-color: var(--smart);
  }
}
.cp-badges {
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  top: 1.8rem;
  left: 1.8rem;
  right: 1.8rem;
}
@media (max-width: 1300px) {
  .cp-badges {
    left: 0.7rem;
    top: 0.7rem;
    flex-direction: column;
    align-items: start;
  }
}
.cp-badge {
  background: var(--home);
  z-index: 10;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 0 1rem;
  border-radius: var(--borderRadius);
  font-weight: bold;
}
@media (max-width: 1300px) {
  .cp-badge {
    margin-bottom: 0.3rem;
  }
}
@media (min-width: 1300px) {
  .cp-badge-special {
    margin-left: auto;
  }
}
.cp-attrs {
  list-style: none;
  margin: 0;
  padding-top: 0.5rem;
  flex-grow: 1;
}
.cp-attrs li {
  position: relative;
  padding-left: 2.2rem;
  padding-bottom: 0.2rem;
}
.cp-attrs li:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  left: 0;
  top: 0.9rem;
  background: var(--gray);
}
.cp-title {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 990px) {
  .cp-title {
    font-size: 1.6rem;
  }
}
.cp-title a {
  text-decoration: none;
  color: var(--textColor);
}
.cp-category {
  font-size: 0;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media (max-width: 990px) {
  .cp-category {
    font-size: 1.4rem;
  }
}
.cp-category span {
  position: relative;
  padding-bottom: 0.4rem;
  display: inline-block;
  font-size: 1.5rem;
}
.cp-category span:not(:last-child) {
  display: none;
}
.cp-category span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  bottom: 0;
  left: 0;
  background: var(--home);
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.cp-cnt {
  padding: 0 10% 8%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 1300px) {
  .cp-cnt {
    padding: 0 7% 7%;
  }
}
.cp-image {
  position: relative;
  z-index: 1;
}
.cp-image a {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  .cp-image a {
    height: 17rem;
  }
}
@media (max-width: 990px) {
  .cp-image a {
    height: 14rem;
  }
}
.cp-image img {
  display: block;
  max-height: 90%;
  width: auto;
  margin: auto;
}
.cp-price {
  padding-top: 3rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media (max-width: 990px) {
  .cp-price {
    padding-top: 1rem;
    font-size: 1.6rem;
  }
}
.cp-price-note {
  font-weight: normal;
  font-size: 1.3rem;
}
@media (max-width: 990px) {
  .cp-price-note {
    font-size: 1.2rem;
  }
}
.cp-compare {
  position: absolute;
  bottom: -60px;
  left: -1px;
  right: -1px;
  padding: 1rem 2.5rem 2rem;
  background: #fff;
  display: none;
  border: 1px solid var(--borderColor);
  border-top: 0;
  border-radius: 0 0 var(--borderRadius) var(--borderRadius);
  transition: border-color 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1300px) {
  .cp-compare {
    display: none !important;
  }
}
.btn-compare.btn-cp-compare {
  min-height: 4.4rem;
  font-size: 1.5rem;
  display: flex;
}
.btn-compare.btn-cp-compare:before {
  font-size: 1.1rem;
  margin-right: 0.8rem;
  top: 0.1rem;
  position: relative;
}
.section-msclub {
  content-visibility: auto;
  contain-intrinsic-size: 950rem;
}
.ms-club-btns {
  text-align: center;
  padding-top: 3.5rem;
}
@media (max-width: 990px) {
  .ms-club-btns {
    padding-top: 2rem;
  }
}
.ms-club-slider .slick-arrow {
  top: calc((var(--msclub-image-height) / 2) - 3rem);
}
@media (max-width: 990px) {
  .ms-club-slider .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  .ms-club-slider .slick-prev {
    left: 3rem;
  }
  .ms-club-slider .slick-next {
    right: 3rem;
  }
}
.pp-club {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--textColor);
}
.pp-club:hover {
  color: var(--textColor);
}
.pp-club-image {
  position: relative;
}
.pp-club-image:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: 15rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  border-radius: var(--borderRadius);
}
.pp-club-image img {
  display: block;
  width: 100%;
  border-radius: var(--borderRadius);
}
.pp-club-title {
  font-size: 3.7rem;
  line-height: 1.1;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media (max-width: 1300px) {
  .pp-club-title {
    font-size: 3rem;
  }
}
@media (max-width: 990px) {
  .pp-club-title {
    font-size: 2rem;
  }
}
.pp-club-cnt {
  max-width: 88rem;
  margin: auto;
  position: relative;
  padding-top: 2rem;
}
@media (max-width: 1300px) {
  .pp-club-cnt {
    max-width: 65rem;
  }
}
@media (max-width: 990px) {
  .pp-club-cnt {
    padding-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.pp-club-cnt p {
  padding: 0;
}
.pp-club-date {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -4.5rem;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 990px) {
  .pp-club-date {
    font-size: 1.4rem;
    top: -3rem;
  }
}
.p-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  row-gap: 5rem;
}
@media (max-width: 1300px) {
  .p-items {
    gap: 2rem;
  }
}
@media (max-width: 700px) {
  .p-items {
    display: block;
  }
}
.pw-btns {
  text-align: center;
  padding-top: 5rem;
}
@media (max-width: 1300px) {
  .pw-btns {
    padding-top: 3rem;
  }
}
@media (max-width: 990px) {
  .pw-btns {
    padding-top: 2rem;
  }
}
@media (max-width: 700px) {
  .pw-btns {
    padding-top: 0;
  }
}
.section-blog {
  content-visibility: auto;
  contain-intrinsic-size: 70rem;
}
.p-categories {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.btn-category {
  margin: 0 0.7rem;
}
.p-page-header .bc {
  padding: 0;
}
.nav-links {
  padding: 60px 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .nav-links {
    padding-top: 30px;
  }
}
@media (max-width: 700px) {
  .nav-links {
    padding: 30px var(--sideOffset) 0;
    justify-content: space-between;
  }
  .nav-links .page-numbers:not(.prev):not(.next) {
    display: none;
  }
  .nav-links .next {
    margin-left: auto;
  }
}
.nav-links .current,
.nav-links a {
  border: 1px solid var(--borderColor);
  border-radius: var(--borderRadius);
  margin: 4px;
  text-decoration: none;
  padding: 10px 20px;
  color: var(--grayLighter);
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 700px) {
  .nav-links .current,
  .nav-links a {
    margin: 0;
  }
}
.nav-links a:hover {
  border-color: var(--textColor);
  color: var(--textColor);
}
.nav-links .current {
  color: #000;
  border-color: #000;
}
.p-pagination .nav-links {
  padding-inline: 0;
}
.load-more-bar {
  width: 20rem;
  height: 0.4rem;
  background: var(--borderColor);
  border-radius: 100px;
  margin: auto;
}
.load-more-progress {
  display: block;
  height: 100%;
  border-radius: 100px;
  background: var(--gray);
}
.load-more-loading {
  display: none;
  background: url(../images/loader-dark.gif) no-repeat center center;
  background-size: contain;
  height: 6rem;
  margin: 3rem 0 1rem;
}
.load-more-loading.active {
  display: block;
}
.btn-load-more {
  margin-top: 5rem;
}
@media (max-width: 990px) {
  .btn-load-more {
    margin-top: 2rem;
  }
}
.btn-load-more.disabled {
  display: none;
}
.btn-load-more-cnt {
  text-align: center;
  grid-column: 1/-1;
}
.pp {
  text-decoration: none;
  color: var(--grayLight);
  text-align: center;
  font-size: 1.5rem;
  display: block;
}
@media (max-width: 990px) {
  .pp {
    margin-bottom: 1rem;
  }
}
@media (max-width: 700px) {
  .pp {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.pp:hover {
  color: var(--grayLight);
}
@media (min-width: 1300px) {
  .pp:hover img {
    color: var(--grayLight);
    box-shadow: 0 10px 40px 0 rgba(51, 49, 50, 0.3);
  }
  .pp:hover .pp-category span {
    background: var(--gray);
    color: #fff;
  }
}
.pp-image img {
  transition:
    opacity 0.3s,
    box-shadow 0.3s;
  display: block;
  width: 100%;
  border-radius: var(--borderRadius);
}
.pp-cnt {
  padding: 4% 10% 0;
  position: relative;
}
@media (max-width: 1300px) {
  .pp-cnt {
    padding: 4% 6%;
  }
}
.pp-title {
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: bold;
  color: var(--gray);
}
@media (max-width: 1300px) {
  .pp-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 990px) {
  .pp-title {
    font-size: 2rem;
    line-height: 1.1;
  }
}
.pp-desc {
  padding: 3% 0 0;
}
.pp-desc p {
  padding: 0;
}
@media (max-width: 990px) {
  .pp-desc {
    padding-top: 2%;
  }
}
.pp-category {
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3rem;
}
@media (max-width: 700px) {
  .pp-category {
    top: -4.5rem;
  }
}
.pp-category span {
  border-radius: 100px;
  background: #fff;
  padding: 0.4rem 1.5rem;
  display: inline-block;
  transition:
    color 0.3s,
    background 0.3s;
}
.pp-msclub .pp-club-date {
  top: -4rem;
}
@media (max-width: 1300px) {
  .pp-msclub .pp-club-date {
    top: -3.5rem;
  }
}
.single .page-header {
  padding-top: 2rem;
}
.single .main {
  padding-bottom: 0;
}
.single:not(.single-app_products) .main:after {
  display: none;
}
@media (max-width: 1300px) {
  .pd-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 990px) {
  .pd-title {
    font-size: 2.4rem;
  }
}
.post-categories {
  list-style: none;
  padding: 2rem 0 1rem;
  margin: 0;
  display: flex;
  justify-content: center;
}
.post-categories li {
  margin: 0 0.5rem;
}
.post-categories a {
  background: var(--gray);
  border-radius: 100px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.5rem 1.5rem;
}
.pd-header {
  text-align: center;
  padding: 2.5rem 0 3.5rem;
}
@media (max-width: 990px) {
  .pd-header {
    padding: 2rem var(--sideOffset);
  }
}
.pd-header .bc .on {
  display: none;
}
.pd-header .bc li:nth-last-child(2) a {
  padding-right: 0;
  margin-right: 0;
}
.pd-header .bc li:nth-last-child(2) a:after {
  display: none;
}
@media (max-width: 990px) {
  .pd-header .bc {
    justify-content: center;
  }
}
.pd-body {
  padding-bottom: 10rem;
}
@media (max-width: 1300px) {
  .pd-body {
    padding-bottom: 6rem;
  }
}
@media (max-width: 990px) {
  .pd-body {
    padding-bottom: 4rem;
  }
}
.pd-short-desc {
  text-align: center;
  padding-top: 1rem;
}
.pd-short-desc p {
  padding: 0;
}
.pd-image {
  margin-bottom: 3.5rem;
}
@media (max-width: 1300px) {
  .pd-image {
    margin-bottom: 2rem;
  }
}
@media (max-width: 990px) {
  .pd-image {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.pd-image img {
  display: block;
  margin: auto;
  border-radius: var(--borderRadius);
}
@media (max-width: 990px) {
  .pd-image img {
    border-radius: 0;
  }
}
.pd-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  font-size: 1.5rem;
}
@media (max-width: 1300px) {
  .pd-info {
    padding-bottom: 2rem;
  }
}
.btn-return {
  position: relative;
  padding-left: 2.6rem;
}
.btn-return:before {
  content: "\e902";
  font: 0.6rem/1 var(--fonti);
  position: absolute;
  top: 0.6rem;
  left: 0;
  transform: scaleX(-1);
}
.pd-date {
  color: var(--grayLighter);
}
.pd-related {
  border-top: 1px solid var(--borderColor);
  background: #fff;
  padding: 8rem 0 10rem;
}
@media (max-width: 1300px) {
  .pd-related {
    padding: 5rem 0 6rem;
  }
}
@media (max-width: 990px) {
  .pd-related {
    padding: 3rem 0;
  }
}
.related-title {
  font-size: 3.7rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3.5rem;
}
@media (max-width: 1300px) {
  .related-title {
    font-size: 3.2rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 990px) {
  .related-title {
    font-size: 2.4rem;
  }
}
.related-btns {
  text-align: center;
  padding-top: 4rem;
}
@media (max-width: 1300px) {
  .related-btns {
    padding-top: 3rem;
  }
}
.pd-event-date {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 3rem;
}
@media (max-width: 1300px) {
  .pd-event-date {
    padding-top: 2rem;
  }
}
@media (max-width: 990px) {
  .pd-event-date {
    font-size: 1.4rem;
  }
}
.page-template-page-products .main {
  padding-bottom: 0;
}
.page-template-page-products .main:after {
  display: none;
}
.page-template-page-products .cw-btns {
  display: none;
}
.c-desc {
  max-width: var(--cmsWrapperWidth);
  margin: auto;
  padding-top: 2rem;
}
@media (max-width: 990px) {
  .c-desc {
    max-width: 80%;
  }
}
@media (max-width: 700px) {
  .c-desc {
    max-width: 100%;
  }
}
.category-item {
  padding-block: 0;
}
.category-item img {
  margin-right: 10px;
  max-height: 27px;
  max-width: 25px;
  width: auto;
  min-width: 25px;
  transition: filter 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  opacity: 0.8;
}
.category-item:hover img {
  filter: invert(1);
  opacity: 1;
}
.category-item-image {
  display: flex;
  align-items: center;
}
.nav-categories {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0 0 8rem;
  flex-wrap: wrap;
  max-width: 140rem;
  margin-inline: auto;
}
@media (max-width: 1600px) {
  .nav-categories {
    padding-bottom: 6rem;
  }
}
@media (max-width: 990px) {
  .nav-categories {
    padding-bottom: 3rem;
  }
}
@media (max-width: 700px) {
  .nav-categories {
    padding: 0 var(--sideOffset) 3rem;
  }
}
.nav-categories li {
  padding: 0 0.6rem 1.2rem;
}
@media (max-width: 700px) {
  .nav-categories li {
    width: 100%;
    padding: 0 0 1rem;
  }
  .nav-categories li .btn {
    display: flex;
  }
}
.nav-categories .category-item-home {
  background: var(--home);
}
.nav-categories .category-item-gaming {
  background: var(--gaming);
}
.nav-categories .category-item-sound {
  background: var(--sound);
  color: var(--textColor);
}
.nav-categories .category-item-smart {
  background: var(--smart);
}
.nav-subcategories {
  padding-bottom: 3rem;
}
@media (max-width: 990px) {
  .nav-subcategories {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    justify-content: flex-start;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .nav-subcategories li {
    padding: 0 1rem 0 0;
  }
  .nav-subcategories::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 2px;
  }
  .nav-subcategories::-webkit-scrollbar-track {
    background: var(--borderColor);
  }
  .nav-subcategories::-webkit-scrollbar-thumb {
    background-color: var(--gray);
    border-radius: 5px;
  }
}
@media (max-width: 700px) {
  .nav-subcategories::-webkit-scrollbar-track {
    margin-inline: var(--sideOffset);
  }
}
.nav-subcategories .btn {
  border-width: 1px;
  transition:
    border-color 0.3s,
    background-color 0.3s,
    color 0.3s;
}
.nav-subcategories .btn:hover {
  background: var(--home);
  border-color: var(--home);
  color: #fff;
}
.nav-subcategories .active {
  display: none;
}
.nav-subcategories-bottom {
  padding-bottom: 0;
  padding-top: 7rem;
}
@media (max-width: 990px) {
  .nav-subcategories-bottom {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    padding-top: 3rem;
  }
}
.nav-subcategories-gaming .btn:hover {
  background: var(--gaming);
  border-color: var(--gaming);
}
.nav-subcategories-sound .btn:hover {
  background: var(--sound);
  border-color: var(--sound);
  color: #000;
}
.nav-subcategories-smart .btn:hover {
  background: var(--smart);
  border-color: var(--smart);
}
.no-products {
  text-align: center;
  grid-column: 1/-1;
}
.c-body {
  display: flex;
}
@media (max-width: 990px) {
  .c-body {
    display: block;
  }
}
.c-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1300px) {
  .c-items {
    gap: 1.5rem;
  }
}
@media (max-width: 700px) {
  .c-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.c-sidebar {
  width: 27rem;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 2rem;
}
@media (max-width: 1600px) {
  .c-sidebar {
    width: 22rem;
  }
}
@media (max-width: 1300px) {
  .c-sidebar {
    margin-right: 1.5rem;
    width: 18rem;
  }
}
@media (max-width: 990px) {
  .c-sidebar {
    display: none;
  }
}
.c-main {
  flex-grow: 1;
}
@media (max-width: 700px) {
  .c-wrapper {
    margin-inline: 0;
  }
  .wrapper-categories {
    margin: 0;
  }
}
.cf-body {
  border: 1px solid var(--borderColor);
  background: #fff;
  border-radius: var(--borderRadius);
  margin-bottom: 2rem;
}
@media (max-width: 1300px) {
  .cf-body {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 990px) {
  .cf-body {
    margin: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--borderColor);
  }
}
.cf-body-title {
  border-bottom: 1px solid var(--borderColor);
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 1.8rem 2.5rem;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .cf-body-title {
    padding-inline: 1.5rem;
  }
}
@media (max-width: 990px) {
  .cf-body-title {
    display: none;
  }
}
.cf-body-title-filter:before {
  content: "\e922";
  font: 2.1rem/1 var(--fonti);
  color: var(--textColor);
  margin-right: 1rem;
  position: relative;
  top: -1px;
}
.no-filter .cf-body-filters {
  display: none;
}
.cf-categories-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}
.cf-categories-nav > li {
  border-bottom: 1px solid var(--borderColor);
}
.cf-categories-nav > li > a {
  padding: 1.3rem 2.5rem;
  min-height: 4.9rem;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .cf-categories-nav > li > a {
    padding: 1.3rem 3.5rem 1.3rem 1.5rem;
  }
}
.cf-categories-nav > li:last-child {
  border: 0;
}
.cf-categories-nav > li.active ul {
  max-height: 100rem;
  padding-bottom: 1.5rem;
  margin-top: -0.7rem;
}
.cf-categories-nav > li.active > a .toggle-icon:before {
  display: none;
}
.cf-categories-nav a {
  text-decoration: none;
  display: block;
  position: relative;
}
.cf-categories-nav .toggle-icon {
  position: absolute;
  top: 1.8rem;
  right: 2.5rem;
}
@media (max-width: 1300px) {
  .cf-categories-nav .toggle-icon {
    right: 1.5rem;
  }
}
.cf-categories-nav ul {
  padding: 0 0 0 5.9rem;
  margin: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1300px) {
  .cf-categories-nav ul {
    padding-left: 4.9rem;
  }
}
.cf-categories-nav ul a {
  padding: 0.2rem 4rem 0.2rem 0;
  display: block;
}
.cf-categories-nav ul a:hover {
  color: var(--textColor);
  text-decoration: underline;
}
.cf-categories-nav ul .active a {
  text-decoration: underline;
}
.cf-categories-nav ul .all a {
  color: var(--grayLighter);
}
.cf-counter {
  position: absolute;
  top: 0.5rem;
  right: 2.5rem;
  font-size: 1.2rem;
  color: var(--grayLighter);
}
@media (max-width: 1300px) {
  .cf-counter {
    right: 1.5rem;
  }
}
.cf-category-item-image {
  width: 2.3rem;
  height: 2.3rem;
  margin-right: 1rem;
}
.cf-category-item-image img {
  max-height: 100%;
  width: auto;
  display: block;
  margin: auto;
  opacity: 0.7;
}
.btn-toggle-filter {
  display: none;
  align-items: center;
  position: relative;
  height: 5rem;
  border: 1px solid var(--borderColor);
  border-radius: 100px;
  line-height: 1;
  padding: 0 2rem;
  order: 1;
  width: 100%;
}
@media (max-width: 990px) {
  .btn-toggle-filter {
    display: flex;
  }
}
.btn-toggle-filter:after {
  content: "\e922";
  font: 1.8rem/1 var(--fonti);
  top: 0;
  right: 0;
  margin-left: auto;
}
.c-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  height: 5.8rem;
  padding-left: 1.5rem;
}
@media (max-width: 990px) {
  .c-toolbar {
    flex-wrap: wrap;
    height: auto;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .c-toolbar {
    margin-inline: var(--sideOffset);
  }
}
@media (max-width: 990px) {
  .c-toolbar-counter-wrapper {
    order: 3;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0 0;
  }
}
.c-toolbar-counter {
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--borderColor);
  border-radius: 100px;
  height: 2.7rem;
  padding: 0 1.3rem;
  color: var(--grayLighter);
}
.c-toolbar-counter strong {
  color: var(--textColor);
}
.c-sort {
  width: 27rem;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1300px) {
  .c-sort {
    width: 17rem;
  }
}
@media (max-width: 990px) {
  .c-sort {
    order: 2;
    width: 50%;
    height: 5rem;
  }
}
.c-sort select {
  border-radius: 100px;
  padding: 0 3rem;
}
@media (max-width: 1300px) {
  .c-sort select {
    padding: 0 2.5rem;
  }
}
@media (max-width: 990px) {
  .c-sort select {
    height: 100%;
    border-radius: 0 100px 100px 0;
    margin-left: -1px;
    padding-left: 1.5rem;
  }
}
.cf-filters .searchandfilter h4 {
  padding: 1.5rem 2.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  cursor: default;
}
@media (max-width: 1300px) {
  .cf-filters .searchandfilter h4 {
    padding-inline: 1.5rem;
  }
}
.cf-filters .searchandfilter h4 .toggle-icon {
  position: absolute;
  top: 1.8rem;
  right: 2.5rem;
}
@media (max-width: 1300px) {
  .cf-filters .searchandfilter h4 .toggle-icon {
    right: 1.5rem;
  }
}
.cf-filters .searchandfilter ul {
  display: block;
}
.cf-filters .searchandfilter li {
  padding: 0;
  display: block;
}
.cf-filters .searchandfilter label {
  padding: 0.1rem 2rem 0 3rem !important;
  line-height: 1.2;
  width: 100%;
}
.cf-filters .searchandfilter .sf-count {
  position: absolute;
  top: 0.5rem;
  right: 0;
  font-size: 1.2rem;
  color: #8c8c8c;
  line-height: 1;
  display: none;
}
.cf-filters .searchandfilter > ul > li {
  border-top: 1px solid var(--borderColor);
  padding: 0;
  display: none;
  margin-top: -1px;
}
.cf-filters .searchandfilter > ul > li.has-items {
  display: block;
}
.cf-filters .searchandfilter > ul > li:first-child {
  border: 0;
}
.cf-filters .searchandfilter > ul > li.active h4 .toggle-icon:before {
  display: none;
}
.cf-filters .searchandfilter > ul > li.active ul {
  max-height: 25rem;
  padding-bottom: 1rem;
}
.cf-filters .searchandfilter > ul ul {
  overflow: auto;
  max-height: 0;
  padding-left: 2.5rem;
  margin-right: 1rem;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1300px) {
  .cf-filters .searchandfilter > ul ul {
    padding-left: 1.5rem;
  }
}
.cf-filters .searchandfilter > ul ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 2px;
}
.cf-filters .searchandfilter > ul ul::-webkit-scrollbar-track {
  margin-bottom: 10px;
  background: var(--borderColor);
}
.cf-filters .searchandfilter > ul ul::-webkit-scrollbar-thumb {
  background-color: var(--gray);
  border-radius: 5px;
}
.cf-filters .searchandfilter > ul ul li {
  padding: 0 1.4rem 0.9rem 0;
  display: flex;
  position: relative;
}
@media (max-width: 1300px) {
  .cf-filters .searchandfilter > ul ul li {
    padding-right: 0.5rem;
  }
}
.cf-active {
  border-radius: 100px;
  border: 1px solid var(--borderColor);
  margin-bottom: 2rem;
  background: #f3f3f3;
  display: none;
  padding: 1.5rem 1.7rem 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .cf-active {
    border-radius: 0;
    margin-inline: -1.5rem;
    padding-inline: var(--sideOffset);
  }
}
@media (max-width: 700px) {
  .cf-active {
    margin: 0;
    border-inline: 0;
    justify-content: center;
  }
}
.cf-active h4,
.cf-active .sf-count {
  display: none;
}
.cf-active .searchandfilter li {
  padding: 0;
  margin: 0;
}
.cf-active .searchandfilter > ul ul {
  max-height: none;
  overflow: visible;
}
.cf-active .searchandfilter > ul ul li:not(.sf-option-active) {
  display: none;
}
.cf-active .searchandfilter > ul ul li {
  margin: 0 1rem 1rem 0;
}
.cf-active .searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
}
.cf-active .searchandfilter > ul ul li label,
.cf-active .cf-active-item {
  text-decoration: none;
  background: #fff;
  border-radius: 100px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0 1.3rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.cf-active .searchandfilter > ul ul li label:before,
.cf-active .cf-active-item:before {
  content: "\e921";
  font: 0.9rem/1 var(--fonti);
  color: var(--red);
  font-weight: bold;
  background: 0;
  width: auto;
  height: auto;
  border: 0;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
}
.cf-active .searchandfilter > ul ul li label:hover,
.cf-active .cf-active-item:hover {
  background: var(--red);
  color: #fff;
}
.cf-active .searchandfilter > ul ul li label:hover:before,
.cf-active .cf-active-item:hover:before {
  color: #fff;
}
.cf-active .cf-clear-all {
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.cf-active.active {
  display: flex;
}
.m-filter-title {
  display: none;
}
@media (max-width: 990px) {
  .active-filter #wpadminbar {
    display: none !important;
  }
  .active-filter > *:not(.c-sidebar):not(.m-filter-title) {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    margin: 0;
  }
  .active-filter .m-filter-title {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 5rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid var(--borderColor);
  }
  .active-filter .m-filter-title:before {
    content: "\e922";
    font: 1.8rem/1 var(--fonti);
    margin-left: var(--sideOffset);
    margin-right: 1rem;
  }
  .active-filter .m-filter-title:after {
    content: "\e921";
    font: 1.3rem/1 var(--fonti);
    margin-left: auto;
    margin-right: 1.5rem;
  }
  .active-filter .c-sidebar {
    display: block;
    position: fixed;
    top: 5rem;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
  }
}
.cd-main {
  display: flex;
  padding-bottom: 8rem;
}
@media (max-width: 1600px) {
  .cd-main {
    padding-bottom: 6rem;
  }
}
@media (max-width: 990px) {
  .cd-main {
    display: block;
    padding-bottom: 3rem;
  }
}
.cd-col1 {
  flex-grow: 0;
  flex-shrink: 0;
  width: 70rem;
  margin-right: 12rem;
  text-align: center;
  position: relative;
}
@media (max-width: 1600px) {
  .cd-col1 {
    width: 55rem;
    margin-right: 8rem;
  }
}
@media (max-width: 1300px) {
  .cd-col1 {
    width: 46rem;
    margin-right: 6rem;
  }
}
@media (max-width: 990px) {
  .cd-col1 {
    width: 100%;
    margin: 0;
    padding-bottom: 1.5rem;
  }
}
.cd-bc .bc {
  justify-content: start;
  padding: 2rem 0 3rem;
}
@media (max-width: 990px) {
  .cd-bc .bc {
    padding: 1.5rem 0 2rem;
  }
  .cd-bc .bc li:last-child {
    display: none;
  }
  .cd-bc .bc li:nth-last-child(2) a {
    padding: 0;
    margin: 0;
  }
  .cd-bc .bc li:nth-last-child(2) a:after {
    display: none;
  }
}
.cd-bc .bc li:last-child a {
  pointer-events: all;
  opacity: 1;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
}
.cd-title {
  font-size: 3rem;
  padding: 0 0 1rem;
}
@media (max-width: 1300px) {
  .cd-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 990px) {
  .cd-title {
    font-size: 2rem;
  }
}
.cd-info {
  display: flex;
  align-items: center;
  padding-bottom: 1.8rem;
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 700px) {
  .cd-info {
    display: block;
  }
}
.cd-info > div {
  margin-right: 1rem;
}
.cd-code {
  position: relative;
  padding-right: 1rem;
  margin-right: 0.8rem;
}
@media (max-width: 700px) {
  .cd-code {
    padding-bottom: 0.8rem;
  }
}
.cd-code:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 11px;
  background: var(--borderColor);
  top: 0.1rem;
  right: 0;
}
.cd-category {
  text-transform: uppercase;
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cd-category a {
  text-decoration-color: var(--home);
  text-decoration-thickness: 3px;
}
.cd-category a:not(:last-child) {
  display: none;
}
.category-gamingi .cd-category a {
  color: #fff;
  text-decoration-color: var(--gaming);
}
.category-sound .cd-category a {
  text-decoration-color: var(--sound);
}
.category-smart .cd-category a {
  text-decoration-color: var(--smart);
}
.cd-price {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 2.5rem;
}
@media (max-width: 990px) {
  .cd-price {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
}
.cd-action-btns {
  padding-bottom: 3rem;
  display: flex;
}
@media (max-width: 990px) {
  .cd-action-btns {
    justify-content: space-between;
    padding-bottom: 2rem;
  }
}
.btn-cd-action {
  margin-right: 1rem;
}
@media (max-width: 990px) {
  .btn-cd-action {
    width: calc(50% - 0.5rem);
    margin: 0;
    padding: 0 1rem;
  }
}
.btn-cd-action:before {
  content: "\e923";
  font: 2.2rem/1 var(--fonti);
  margin-right: 1rem;
}
.btn-compare:not(.btn-cd-compare) {
  padding: 0 1rem;
}
.btn-compare span:after {
  display: none;
}
.btn-compare span:last-child {
  display: none;
}
.btn-compare:before {
  content: "\e905";
  font: 1.4rem/1 var(--fonti);
}
.btn-compare.active {
  pointer-events: none;
}
.btn-compare.active span:last-child {
  display: inline;
}
.btn-compare.active span:first-child {
  display: none;
}
@media (max-width: 990px) {
  .cd-share {
    margin-top: 1rem;
  }
}
.cd-short-desc {
  padding-bottom: 2rem;
}
.cd-read-more {
  padding: 1rem 2.5rem;
  min-height: 4.4rem;
  margin-top: 1.2rem;
}
.cd-attrs {
  font-size: 1.5rem;
  padding: 0 0 2rem;
}
@media (max-width: 1300px) {
  .cd-attrs {
    padding-bottom: 1rem;
  }
}
.cd-nav-container {
  margin-bottom: 4rem;
  position: sticky;
  top: -1px;
  background: var(--gray);
  z-index: 199;
}
@media (max-width: 990px) {
  .cd-nav-container {
    display: none;
  }
}
.cd-nav-container.fixed {
  z-index: 201;
}
.cd-nav {
  display: flex;
  height: 6.1rem;
  justify-content: center;
  list-style: none;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .cd-nav {
    height: 5.1rem;
    font-size: 1.4rem;
  }
}
.cd-nav li {
  height: 100%;
}
.cd-nav li.active a {
  background: var(--grayDark);
}
.cd-nav li:not(.active) a:hover {
  opacity: 0.5;
}
.cd-nav a {
  text-decoration: none;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  height: 100%;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1300px) {
  .cd-nav a {
    padding: 0 1rem;
  }
}
.cd-hero-slider {
  overflow: hidden;
  max-height: 70rem;
  min-height: 40rem;
  margin-bottom: 3rem;
}
@media (max-width: 990px) {
  .cd-hero-slider {
    max-height: 32rem;
    min-height: 32rem;
    margin-bottom: 1rem;
  }
  .cd-hero-slider a {
    pointer-events: none;
  }
}
.cd-hero-slider.slick-initialized {
  overflow: visible;
}
.cd-hero-slide a {
  display: flex;
  width: 100%;
  height: 70rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cd-hero-slide a {
    height: 55rem;
  }
}
@media (max-width: 1300px) {
  .cd-hero-slide a {
    height: 46rem;
  }
}
@media (max-width: 990px) {
  .cd-hero-slide a {
    height: 32rem;
  }
}
.cd-hero-slide img {
  display: block;
  margin: auto;
  max-height: 100%;
  width: auto;
  height: auto;
}
.cd-badges {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
}
@media (max-width: 990px) {
  .cd-badges {
    left: 0;
    right: 0;
    top: 0;
  }
}
.cd-badge {
  border-radius: 100px;
  height: 2.7rem;
  font-size: 1.5rem;
  padding: 0 1.4rem;
}
.category-gamingi .cd-badge {
  background: var(--gaming);
}
.category-sound .cd-badge {
  background: var(--sound);
  color: var(--textColor);
}
.category-smart .cd-badge {
  background: var(--smart);
}
.cd-thumbs {
  padding: 0 6rem;
}
@media (max-width: 990px) {
  .cd-thumbs {
    padding: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.cd-thumbs-slider {
  max-height: 10rem;
  overflow: hidden;
}
@media (max-width: 990px) {
  .cd-thumbs-slider {
    display: flex;
    overflow: auto;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
  .cd-thumbs-slider::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0.2rem;
  }
  .cd-thumbs-slider::-webkit-scrollbar-track {
    margin-inline: 1.5rem;
    border-color: var(--borderColor);
  }
  .cd-thumbs-slider::-webkit-scrollbar-thumb {
    background-color: var(--gray);
  }
}
.cd-thumbs-slider.slick-initialized {
  max-height: none;
  overflow: visible;
}
.cd-thumbs-slider.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cd-thumbs-slider .slick-list {
  margin-left: -2rem;
}
@media (max-width: 1600px) {
  .cd-thumbs-slider .slick-list {
    margin-left: -1rem;
  }
}
.cd-thumbs-slider .slick-arrow {
  width: 4.5rem;
  height: 4.5rem;
  top: 50%;
  transform: translate(0, -50%);
  right: -6rem;
}
.cd-thumbs-slider .slick-arrow:after {
  font-size: 1.6rem;
}
.cd-thumbs-slider .slick-prev {
  left: -6rem;
}
.cd-thumb {
  width: 13rem;
  background: #fff;
  height: 13rem;
  margin-left: 2rem;
  border: 1px solid transparent;
  border-radius: var(--borderRadius);
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 1600px) {
  .cd-thumb {
    height: 9rem;
    margin-left: 1rem;
  }
}
@media (max-width: 1300px) {
  .cd-thumb {
    height: 7.7rem;
  }
}
@media (max-width: 990px) {
  .cd-thumb {
    width: 6.5rem;
    height: 6.5rem;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 1rem 0 0;
  }
}
.cd-thumb.active {
  border: 1px solid var(--borderColor);
}
.cd-thumb img {
  max-height: 100%;
  width: auto;
  margin: auto;
}
.cd-section {
  position: relative;
  padding-bottom: 8rem;
}
@media (max-width: 1300px) {
  .cd-section {
    padding-bottom: 5rem;
  }
}
@media (max-width: 990px) {
  .cd-section {
    padding: 0;
    border-bottom: 1px solid var(--grayLight);
  }
  .cd-section.active {
    background: none !important;
    border-bottom-color: var(--borderColor);
  }
  .cd-section.active .cd-section-title {
    color: var(--textColor);
    background: none;
  }
  .cd-section.active .cd-section-title .toggle-icon:before {
    display: none;
  }
  .cd-section.active .cd-section-title .toggle-icon:after {
    background: var(--gray);
  }
  .cd-section.active .cd-section-cnt {
    max-height: 2000px;
  }
  .cd-section.active .cd-section-compare-t {
    display: block;
  }
  .cd-section.wrapper {
    margin: 0;
  }
}
.cd-section a[name] {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10rem;
}
.cd-section-title {
  font-size: 3.7rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 3rem;
}
@media (max-width: 1300px) {
  .cd-section-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 990px) {
  .cd-section-title {
    padding: 1.5rem var(--sideOffset) !important;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: left !important;
    color: #fff;
    background: var(--gray);
  }
}
.cd-section-title .toggle-icon {
  display: none;
  position: absolute;
  top: 1.7rem;
  right: var(--sideOffset);
}
.cd-section-title .toggle-icon:before,
.cd-section-title .toggle-icon:after {
  background: #fff;
}
@media (max-width: 990px) {
  .cd-section-title .toggle-icon {
    display: block;
  }
}
@media (max-width: 1600px) {
  .cd-section-locations {
    padding-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .cd-section-locations {
    margin: 0;
    border: 0 !important;
  }
  .cd-section-locations .cd-section-cnt {
    max-height: none;
    overflow: visible;
  }
}
.cd-section-title-m {
  display: none;
}
@media (max-width: 990px) {
  .cd-section-cnt {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
  }
  .cd-section-cnt.cms-content {
    padding-inline: var(--sideOffset);
  }
  .cd-section-about {
    border-top: 1px solid var(--borderColor);
  }
  .cd-section-title-m {
    display: block;
  }
  .cd-section-cw {
    border: 0;
    padding-top: 3rem;
  }
  .cd-section-cw .cd-section {
    border: 0;
    padding-inline: var(--sideOffset);
  }
}
.cd-section-title-locations {
  text-align: center;
  line-height: 1.2;
}
.cd-section-title-locations .toggle-icon {
  display: none;
}
@media (max-width: 1300px) {
  .cd-section-title-locations {
    background: none;
    text-align: center !important;
    font-size: 2.8rem;
    text-transform: none;
    color: var(--textColor);
  }
}
.cd-section-related-title {
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  padding-bottom: 3.5rem;
}
@media (max-width: 1300px) {
  .cd-section-related-title {
    font-size: 3.8rem;
    line-height: 1.2;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 990px) {
  .cd-section-related-title {
    font-size: 2.8rem;
    padding-bottom: 2rem;
  }
}
.cd-specs table {
  width: 100%;
  font-size: 1.5rem;
  background: #fff;
  border-radius: var(--borderRadius);
  overflow: hidden;
  word-break: break-word;
}
@media (max-width: 990px) {
  .cd-specs table {
    font-size: 1.4rem;
  }
}
.cd-specs td {
  padding: 1.3rem 2.5rem;
}
@media (max-width: 990px) {
  .cd-specs td {
    padding: 1rem var(--sideOffset);
  }
}
.cd-specs td:last-child {
  text-align: right;
  max-width: 200px;
}
.cd-specs tr:nth-child(odd) {
  background: #f7f7f7;
}
.cd-section-specs-title {
  padding-bottom: 2rem;
}
.cd-section-compare-t {
  text-align: center;
  padding-bottom: 2rem;
}
@media (max-width: 990px) {
  .cd-section-compare-t {
    display: none;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center !important;
    text-transform: none;
    padding: 0 var(--sideOffset) 1.5rem !important;
  }
}
.compare-widget {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 1px solid var(--grayLight);
}
@media (max-width: 1300px) {
  .compare-widget {
    border: 0;
  }
}
@media (max-width: 990px) {
  .compare-widget {
    order: 2;
  }
}
.compare-widget.active .alike-compare-widget-wrapper {
  visibility: visible;
  max-height: none;
}
.compare-widget.has-products .compare-link {
  pointer-events: all;
}
@media (min-width: 1300px) {
  .compare-widget.has-products:hover .alike-compare-widget-wrapper {
    visibility: visible;
    max-height: none;
  }
  .compare-widget.has-products:hover .compare-link:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    top: 100%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
  }
}
@media (max-width: 990px) {
  .compare-widget.has-products .alike-compare-widget-counter {
    display: block;
  }
}
.compare-link {
  color: #fff;
  text-decoration: none;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1600px) {
  .compare-link {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1300px) {
  .compare-link {
    padding: 0;
  }
  .compare-link .label {
    display: none;
  }
}
@media (max-width: 990px) {
  .compare-link {
    width: 4rem;
    font-size: 0;
    justify-content: center;
  }
}
.compare-link:before {
  content: "\e905";
  font: 1rem/1rem var(--fonti);
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.8rem;
  margin-top: 0.3rem;
}
@media (max-width: 990px) {
  .compare-link:before {
    margin: 0;
    font-size: 1.3rem;
  }
}
.compare-link:hover {
  color: #fff;
}
.compare-link .label {
  padding-right: 0.3rem;
}
@media (max-width: 990px) {
  .alike-compare-widget-counter {
    display: none;
    position: absolute;
    font-size: 1.2rem;
    top: 0.7rem;
    right: 0;
    line-height: 1;
  }
}
.alike-compare-widget-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
  width: 29rem;
  display: none;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  color: var(--textColor);
}
.alike-compare-widget-post {
  display: flex;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid var(--borderColor);
  padding: 1.3rem 1.5rem 1.3rem 2.5rem;
  align-items: center;
}
.alike-compare-widget-post:last-child {
  border: 0;
}
.alike-compare-widget-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 1.5rem 3.5rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  border-radius: 100px;
  background: var(--gray);
  color: #fff;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  min-height: 0;
  height: 4.4rem;
  font-size: 1.5rem;
  display: flex;
  margin: 0 2rem 2rem;
}
@media (max-width: 990px) {
  .alike-compare-widget-button {
    min-height: 5rem;
    font-size: 1.6rem;
  }
}
.alike-compare-widget-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.alike-compare-widget-button > span {
  display: flex;
  align-items: center;
}
.alike-compare-widget-button > span:after {
  content: "\e902";
  font: 0.5rem/1 var(--fonti);
  margin-left: 7px;
}
.alike-compare-widget-button .alike-compare-widget-counter-wrapper {
  display: none;
}
.alike-compare-widget-button span:after {
  display: none;
}
.alike-compare-widget-button-text {
  position: relative;
  display: flex;
  align-items: center;
}
.alike-compare-widget-button-text:before {
  content: "\e905";
  font: 1rem/1.1 var(--fonti);
  margin-right: 0.7rem;
  position: relative;
  top: 0.1rem;
}
.alike-compare-widget-post-remove span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.2rem;
  left: 1.5rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  background: #f92e4d;
  border-radius: 100px;
}
.alike-compare-widget-post-remove span:before {
  content: "\e921";
  font: 6px/1 var(--fonti);
  font-weight: bold;
  color: #fff;
}
.alike-compare-widget-post-image-wrapper {
  width: 6rem;
  height: 6rem;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
  align-items: center;
  justify-content: center;
}
.alike-compare-widget-post-image-wrapper img {
  max-height: 100%;
  width: auto;
}
.alike-compare-widget-content {
  width: 100% !important;
}
.alike-compare-widget-content-load {
  max-height: 26rem;
  overflow: auto;
}
.alike-compare-widget-content-load::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 2px;
}
.alike-compare-widget-content-load::-webkit-scrollbar-track {
  background: var(--borderColor);
}
.alike-compare-widget-content-load::-webkit-scrollbar-thumb {
  background-color: var(--gray);
}
.compare {
  margin-top: 4rem;
  position: relative;
}
@media (max-width: 990px) {
  .compare {
    margin-top: 2rem;
  }
}
.no-compare {
  text-align: center;
}
.compare-cnt {
  width: 41rem;
  position: absolute;
  top: 8.5rem;
  left: 6rem;
  text-align: center;
  z-index: 10;
}
@media (max-width: 1600px) {
  .compare-cnt {
    left: 0;
    width: 29rem;
  }
}
@media (max-width: 1300px) {
  .compare-cnt {
    width: 23rem;
  }
}
@media (max-width: 990px) {
  .compare-cnt {
    width: 15rem;
    transform: rotate(270deg);
    top: 10rem;
  }
}
.compare-title {
  padding: 0 0 1rem 0;
  line-height: 1.1;
  position: relative;
}
@media (max-width: 1300px) {
  .compare-title {
    font-size: 3rem;
  }
}
@media (max-width: 990px) {
  .compare-title {
    font-size: 2.2rem;
  }
}
.compare-title:before {
  content: "\e905";
  font: 3.5rem/1 var(--fonti);
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 1300px) {
  .compare-title:before {
    font-size: 2.5rem;
  }
}
@media (max-width: 990px) {
  .compare-title:before {
    display: none;
  }
}
.rq-alike-show-difference {
  position: absolute;
  padding: 0 3rem;
  border-radius: 0;
  top: 39.2rem;
  min-width: 22rem;
}
@media (max-width: 1300px) {
  .rq-alike-show-difference {
    width: 23rem;
    padding: 0 1rem;
    top: 33.1rem;
  }
}
@media (max-width: 990px) {
  .rq-alike-show-difference {
    width: 15rem;
    min-width: 0;
    top: 27rem;
    font-size: 1.3rem;
  }
}
.rq-alike-compare {
  font-size: 1.5rem;
  display: flex;
  position: relative;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
@media (max-width: 990px) {
  .rq-alike-compare {
    font-size: 1.4rem;
  }
}
.rq-alike-topic-p {
  width: 57rem;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid var(--borderColor);
}
@media (max-width: 1600px) {
  .rq-alike-topic-p {
    width: 30rem;
  }
}
@media (max-width: 1300px) {
  .rq-alike-topic-p {
    width: 23rem;
  }
}
@media (max-width: 990px) {
  .rq-alike-topic-p {
    width: 15rem;
  }
}
.rq-alike-topic-p .alike-image {
  font-size: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-left: -1px;
}
.alike-image {
  height: 45rem;
  border-bottom: 1px solid var(--borderColor);
  margin-top: -0.1rem;
}
@media (max-width: 1300px) {
  .alike-image {
    height: 39rem;
  }
}
@media (max-width: 990px) {
  .alike-image {
    height: 32rem;
  }
}
.rq-alike-topic {
  font-weight: bold;
}
.rq-alike-top-data:first-child {
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 1300px) {
  .rq-alike-top-data:first-child {
    height: 19rem;
  }
}
@media (max-width: 990px) {
  .rq-alike-top-data:first-child {
    height: 12rem;
  }
}
.rq-alike-top-data img {
  max-height: 100%;
  width: auto;
}
.rq-alike-top-data h2 {
  padding: 0;
  font-size: 1.8rem;
  min-height: 7.5rem;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .rq-alike-top-data h2 {
    font-size: 1.6rem;
  }
}
.rq-alike-topic,
.rq-alike-items-list {
  padding: 1.1rem 2.5rem;
}
@media (max-width: 1300px) {
  .rq-alike-topic,
  .rq-alike-items-list {
    padding: 1rem 1.5rem;
  }
}
.rq-alike-topic:nth-child(even),
.rq-alike-items-list:nth-child(even) {
  background: #f7f7f7 !important;
}
.rq-alike-items {
  flex-grow: 1;
  overflow: auto;
  display: flex;
  border-bottom: 1px solid var(--borderColor);
}
.alike-column {
  width: 28rem;
  flex-grow: 1;
  flex-shrink: 0;
  border-right: 1px solid var(--borderColor);
  border-top: 1px solid var(--borderColor);
  position: relative;
}
@media (max-width: 1300px) {
  .alike-column {
    width: 23rem;
  }
}
@media (max-width: 990px) {
  .alike-column {
    width: 15rem;
  }
}
.alike-column .rq-row {
  text-align: center;
}
.rq-row.empty {
  display: none;
}
.rq-remove {
  position: absolute;
  top: 1.6rem;
  right: 1.7rem;
  font-size: 0;
  text-decoration: none;
  z-index: 20;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
  background: var(--red);
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 990px) {
  .rq-remove {
    top: 1rem;
    right: 1rem;
  }
}
.rq-remove:before {
  content: "\e921";
  font: 0.9rem/1 var(--fonti);
  color: #fff;
}
.rq-remove:hover {
  opacity: 0.9;
}
.cp-compare-category {
  text-transform: uppercase;
}
.cp-compare-category a {
  pointer-events: none;
}
.cp-compare-category[data-theme="gaming"] span:after {
  background-color: var(--gaming);
}
.cp-compare-category[data-theme="sound"] span:after {
  background-color: var(--sound);
}
.cp-compare-category[data-theme="smart"] span:after {
  background-color: var(--smart);
}
.cp-compare-price {
  padding-top: 1rem;
}
@media (max-width: 1300px) {
  .compare-desc {
    display: none;
  }
}
.page-template-page-compare .alike-compare-widget-wrapper,
.page-template-page-compare .compare-widget .compare-link:after {
  display: none !important;
}
@media (max-width: 990px) {
  .cd-alike-compare {
    font-size: 1.4rem;
  }
}
.cd-alike-compare .alike-column {
  width: calc(100% / 3);
}
@media (max-width: 990px) {
  .cd-alike-compare .alike-column {
    width: 14rem;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.cd-alike-compare .rq-alike-topic-p {
  width: 19rem;
}
@media (max-width: 990px) {
  .cd-alike-compare .rq-alike-topic-p {
    width: 11rem;
  }
}
.cd-alike-compare .rq-alike-top-data:first-child {
  height: 16rem;
}
@media (max-width: 990px) {
  .cd-alike-compare .rq-alike-top-data:first-child {
    height: 12rem;
    margin-bottom: 1rem;
  }
}
.cd-alike-compare .rq-alike-top-data h2 {
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  min-height: 0;
}
.cd-alike-compare .alike-image {
  height: 27rem;
}
@media (max-width: 990px) {
  .cd-alike-compare .alike-image {
    height: 25rem;
  }
}
.cd-alike-compare .rq-alike-topic {
  font-weight: normal;
}
.cd-section-cnt-compare {
  position: relative;
}
.cd-compare-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  top: 10rem;
  left: 0;
  padding: 0;
  width: 19rem;
}
@media (max-width: 990px) {
  .cd-compare-title {
    font-size: 2.1rem;
    width: 11rem;
  }
}
.cd-compare-title:before {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 990px) {
  .cd-compare-title:before {
    font-size: 1.5rem;
    display: block;
  }
}
@media (max-width: 990px) {
  .page-template-page-compare .main {
    padding-bottom: 0;
    margin-bottom: -1px;
  }
  .page-template-page-compare .main .wrapper {
    margin: 0;
  }
}
.section-map {
  padding: 0;
}
.section-map iframe,
.section-map img {
  display: block;
  width: 100%;
}
.locations-w-title {
  font-size: 4.2rem;
  line-height: 1.3;
  text-align: center;
  padding: 0 0 40px;
  font-weight: bold;
}
.l-search {
  max-width: 76rem;
  margin: 0 auto -3.4rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 1300px) {
  .l-search {
    max-width: 65rem;
    margin-bottom: -3.2rem;
  }
}
@media (max-width: 990px) {
  .l-search {
    max-width: none;
    margin: 0;
    border-top: 1px solid var(--borderColor);
  }
}
.l-search-form {
  position: relative;
  box-shadow: 0 15px 60px 0 rgba(51, 49, 50, 0.25);
  background: #fff;
  height: 7rem;
  border-radius: var(--borderRadius);
  display: flex;
}
@media (max-width: 1300px) {
  .l-search-form {
    height: 6rem;
  }
}
@media (max-width: 990px) {
  .l-search-form {
    height: 5rem;
    box-shadow: none;
    border-radius: 0;
  }
}
#wpsl-search-input {
  flex-grow: 1;
  border: 0;
  padding: 0 3rem;
}
@media (max-width: 1300px) {
  #wpsl-search-input {
    padding: 0 2rem;
  }
}
@media (max-width: 990px) {
  #wpsl-search-input {
    padding: 0 var(--sideOffset);
  }
}
#wpsl-search-btn {
  height: 100%;
  width: 7rem;
  float: none;
  margin: 0;
  background: var(--gray);
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
}
@media (max-width: 1300px) {
  #wpsl-search-btn {
    width: 6rem;
  }
}
@media (max-width: 990px) {
  #wpsl-search-btn {
    border-radius: 0;
  }
}
#wpsl-search-btn:before {
  content: "\e91b";
  font: 2rem/1 var(--fonti);
  color: #fff;
}
@media (max-width: 990px) {
  #wpsl-search-btn:before {
    font-size: 1.5rem;
  }
}
#wpsl-gmap {
  width: 100%;
  height: 100%;
  float: none;
}
@media (max-width: 990px) {
  #wpsl-gmap {
    margin: 0;
  }
}
#wpsl-gmap .gmnoprint[controlwidth] {
  top: 2rem !important;
}
#wpsl-gmap .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
#wpsl-gmap .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: var(--textColor);
  display: none;
}
#wpsl-gmap .gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#wpsl-gmap .gm-style .gm-style-iw-d {
  padding: 1.8rem 2.5rem;
  font: 1.4rem/1.3 var(--font);
}
@media (max-width: 990px) {
  #wpsl-gmap .gm-style .gm-style-iw-d {
    padding: 1.3rem 1.5rem;
  }
}
#wpsl-gmap .gm-style .gm-style-iw-d p {
  padding: 0;
}
#wpsl-gmap .gm-style .gm-style-iw-d p > strong {
  font-size: 1.6rem;
  display: block;
  padding-bottom: 0.3rem;
}
#wpsl-gmap .gm-style .gm-style-iw-t::after {
  background: #fff;
  box-shadow: none;
  width: 10px;
  height: 10px;
  left: 0;
}
#wpsl-gmap .gm-style .gm-style-iw-c {
  background: #fff;
  padding: 0;
  width: 28rem;
  box-shadow: 0 15px 30px 0 rgba(43, 43, 43, 0.15);
  border-radius: 4px;
}
#wpsl-gmap .gm-style .gm-style-iw-c button {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 14px !important;
  right: 15px !important;
}
@media (max-width: 990px) {
  #wpsl-gmap .gm-style .gm-style-iw-c button {
    top: 5px !important;
    right: 5px !important;
  }
}
#wpsl-gmap .gm-style .gm-style-iw-c button img {
  display: none !important;
}
#wpsl-gmap .gm-style .gm-style-iw-c button:after {
  content: "\e921";
  font: 12px/12px var(--fonti);
  color: #000;
}
.gm-ui-hover-effect {
  opacity: 1;
}
.wpsl-info-actions {
  display: none !important;
}
.map {
  height: 62rem;
}
@media (max-width: 1300px) {
  .map {
    height: 42rem;
  }
}
@media (max-width: 700px) {
  .map {
    height: 35rem;
  }
}
@media (max-width: 990px) {
  .map {
    height: 32rem;
  }
}
.map img[src*="googleapis.com"],
.map img[src*="maps.google.com"] {
  filter: grayscale(1);
}
.map button {
  min-height: 0;
}
.section-about {
  background: url(../images/brand.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 10rem 0;
  font-size: 2.2rem;
}
@media (max-width: 1300px) {
  .section-about {
    padding: 5rem 0;
  }
}
@media (max-width: 990px) {
  .section-about {
    font-size: 1.8rem;
    padding: 4rem 0;
  }
}
.wrapper-about {
  max-width: 100rem;
  margin: auto;
}
.about-title {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1rem;
  letter-spacing: -0.1rem;
  position: relative;
}
@media (max-width: 1300px) {
  .about-title {
    font-size: 3.8rem;
  }
}
@media (max-width: 990px) {
  .about-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 700px) {
  .about-title {
    padding: 0 2rem 1rem;
    max-width: 30rem;
    margin: auto;
  }
}
.about-title:before {
  content: "";
  position: absolute;
  width: 7rem;
  height: 3rem;
  background: url(../images/logo.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}
@media (max-width: 700px) {
  .about-title:before {
    width: 5rem;
    height: 2.4rem;
  }
}
.about-desc {
  max-width: 76rem;
  margin: auto;
}
@media (max-width: 990px) {
  .about-desc {
    max-width: 80%;
  }
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  margin-top: 8rem;
}
@media (max-width: 1300px) {
  .benefits {
    margin: 3.5rem 10rem 0;
    gap: 4rem;
  }
}
@media (max-width: 990px) {
  .benefits {
    margin-inline: 8%;
  }
}
@media (max-width: 700px) {
  .benefits {
    display: block;
    margin-top: 1rem;
  }
}
.benefit {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (max-width: 700px) {
  .benefit {
    position: relative;
    text-align: left;
    padding: 0 0 0 5.5rem;
    font-size: 1.4rem;
    margin-bottom: 2.3rem;
  }
  .benefit:last-child {
    margin-bottom: 0;
  }
}
.benefit-title {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
@media (max-width: 700px) {
  .benefit-title {
    font-size: 1.8rem;
    padding-bottom: 0.2rem;
  }
}
.benefit-title:before {
  content: "\e91a";
  font: 4.7rem/1 var(--fonti);
  display: block;
  height: 48px;
  opacity: 0.5;
  margin-bottom: 1rem;
}
@media (max-width: 700px) {
  .benefit-title:before {
    position: absolute;
    top: 0.3rem;
    left: 0;
    font-size: 3.5rem;
  }
}
.benefit-production .benefit-title:before {
  content: "\e911";
}
.benefit-quality .benefit-title:before {
  content: "\e919";
}
.benefit-desc {
  opacity: 0.8;
}
.bottom {
  border-block: 1px solid var(--borderColor);
  background: url(../images/footer.jpg) repeat-y center top;
  background-size: 100% auto;
  font-size: 1.5rem;
  content-visibility: auto;
  contain-intrinsic-size: 45rem;
}
@media (max-width: 990px) {
  .bottom {
    border-bottom: 0;
  }
}
.wrapper-bottom {
  display: flex;
}
@media (max-width: 990px) {
  .wrapper-bottom {
    flex-direction: column-reverse;
    margin: 0;
  }
}
.bottom-col {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .bottom-col {
    width: 100%;
  }
}
.bottom-col1 {
  display: flex;
  flex-wrap: wrap;
  padding: 7rem 2rem 7rem 0;
}
@media (max-width: 1600px) {
  .bottom-col1 {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1300px) {
  .bottom-col1 {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 990px) {
  .bottom-col1 {
    padding: 0;
    display: block;
    background: #fff;
  }
}
.bottom-col2 {
  border-left: 1px solid var(--borderColor);
  padding: 9rem 8rem 5rem 12rem;
}
@media (max-width: 1600px) {
  .bottom-col2 {
    padding-left: 6rem;
    padding-right: 4rem;
  }
}
@media (max-width: 1300px) {
  .bottom-col2 {
    padding-top: 5rem;
    padding-right: 0;
  }
}
@media (max-width: 990px) {
  .bottom-col2 {
    border: 0;
    padding: 3rem var(--sideOffset);
    border-bottom: 1px solid var(--borderColor);
    text-align: center;
  }
}
.bottom-box {
  width: 50%;
  padding-bottom: 3.5rem;
}
@media (max-width: 990px) {
  .bottom-box {
    width: 100%;
    padding: 0 var(--sideOffset);
    border-bottom: 1px solid var(--borderColor);
  }
  .bottom-box.active .nav-bottom {
    max-height: 1000px;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
  }
  .bottom-box.active .toggle-icon:before {
    display: none;
  }
}
.bottom-box4 {
  border-bottom: 0;
}
.bottom-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  padding-bottom: 0.5rem;
}
@media (max-width: 990px) {
  .bottom-title {
    padding: 1.5rem 0;
    font-size: 1.4rem;
    position: relative;
  }
}
.bottom-title .toggle-icon {
  display: none;
  position: absolute;
  top: 1.8rem;
  right: 0;
}
@media (max-width: 990px) {
  .bottom-title .toggle-icon {
    display: block;
  }
}
.nav-bottom {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .nav-bottom {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
  }
}
.nav-bottom li {
  padding: 0.2rem 0;
}
@media (max-width: 990px) {
  .nav-bottom li {
    padding: 0;
  }
}
.nav-bottom a {
  text-decoration: none;
}
@media (max-width: 990px) {
  .nav-bottom a {
    display: block;
    padding: 0.2rem 0;
  }
}
.nav-bottom a:hover {
  text-decoration: underline;
}
.nav-bottom-products a {
  position: relative;
  padding: 0 0 0 2.7rem;
}
@media (max-width: 990px) {
  .nav-bottom-products a {
    padding: 0.2rem 0 0.2rem 2.7rem;
  }
}
.nav-bottom-products a:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 4px;
  background: var(--home);
  top: 0.7rem;
  left: 0;
}
@media (max-width: 990px) {
  .nav-bottom-products a:before {
    top: 1rem;
  }
}
.nav-bottom-products .theme-gaming a:before {
  background: var(--gaming);
}
.nav-bottom-products .theme-sound a:before {
  background: var(--sound);
}
.nav-bottom-products .theme-smart a:before {
  background: var(--smart);
}
.social {
  display: flex;
  flex-wrap: wrap;
}
.social-title {
  padding-bottom: 1.2rem;
}
.social-item {
  background: var(--gray);
  border: 0;
  margin-right: 1rem;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.social-item:before {
  color: #fff;
}
.social-item:hover {
  opacity: 0.9;
}
.social-item-ig:before {
  content: "\e90d";
  font-size: 1.6rem;
}
.social-item-yt:before {
  content: "\e920";
  font-size: 2rem;
}
.menu-social {
  justify-content: center;
  margin-top: 2rem;
}
.menu-social .social-title {
  display: none;
}
.nw-title {
  font-size: 4.5rem;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .nw-title {
    font-size: 3.8rem;
  }
}
@media (max-width: 990px) {
  .nw-title {
    font-size: 2.8rem;
  }
}
.nw-title:before {
  content: "\e908";
  font: 5rem/1 var(--fonti);
  color: #76cccd;
  display: block;
}
@media (max-width: 990px) {
  .nw-title:before {
    font-size: 3.5rem;
    margin-bottom: 0.2rem;
  }
}
.nw {
  font-size: var(--fontSize);
}
@media (max-width: 990px) {
  .nw {
    max-width: 60%;
    margin: auto;
  }
  .nw p {
    padding-bottom: 1rem;
    max-width: 29rem;
    margin: auto;
  }
}
@media (max-width: 700px) {
  .nw {
    max-width: none;
  }
}
.nw-subtitle {
  padding-bottom: 16px;
}
.sib_signup_form {
  position: relative;
}
.nw-button,
.nw input[type="submit"] {
  height: 100%;
  border-radius: 0;
  background: none;
  color: var(--textColor);
  padding: 0 3rem;
}
.nw-button:hover,
.nw input[type="submit"]:hover {
  color: var(--textColor);
}
.nw-fields {
  box-shadow: 0 10px 50px 0 rgba(51, 49, 50, 0.2);
  height: 5.8rem;
  background: #fff;
  width: 100%;
  display: flex;
  border-radius: var(--borderRadius);
}
.nw-input {
  border-radius: 0;
  border: 0;
  flex-grow: 1;
  background: none;
}
.sib_loader {
  position: absolute;
  top: 20px;
  left: -30px;
  width: 20px;
  height: 20px;
}
.sib_loader img {
  max-width: 100%;
}
.sib-alert-message {
  background: none !important;
  margin: 0;
  border: 0 !important;
  color: var(--textColor) !important;
  font-size: var(--fontSize) !important;
  padding: 0 !important;
}
.contact-row {
  border: 1px solid var(--borderColor);
  border-radius: var(--borderRadius);
  display: flex;
  background: #fff;
}
@media (max-width: 990px) {
  .contact-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .contact-row {
    display: block;
    border: 0;
  }
}
.contact-col {
  width: calc(100% / 3);
  border-right: 1px solid var(--borderColor);
  padding: 4rem;
  font-size: 1.5rem;
  flex-grow: 1;
}
@media (max-width: 1600px) {
  .contact-col {
    padding: 3rem;
  }
}
@media (max-width: 1300px) {
  .contact-col {
    padding: 2rem;
  }
}
@media (max-width: 990px) {
  .contact-col {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .contact-col {
    border: 0;
    width: 100%;
    padding: 0;
  }
}
.contact-col h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 0 0 1rem;
}
@media (max-width: 700px) {
  .contact-col h2 {
    font-size: 1.8rem;
    padding-bottom: 0.5rem;
  }
}
.contact-col p {
  padding-bottom: 0.7rem;
}
.contact-col1 {
  line-height: 1.3;
}
@media (max-width: 700px) {
  .contact-col1 {
    margin-bottom: 3rem;
  }
}
.contact-col2 {
  padding: 0;
}
@media (max-width: 990px) {
  .contact-col2 {
    border: 0;
  }
}
.contact-col3 {
  border: 0;
  padding-right: 5%;
}
@media (max-width: 1600px) {
  .contact-col3 {
    padding-right: 3rem;
  }
}
@media (max-width: 1300px) {
  .contact-col3 {
    width: 26rem;
  }
}
@media (max-width: 990px) {
  .contact-col3 {
    width: 100%;
    border-top: 1px solid var(--borderColor);
  }
}
@media (max-width: 700px) {
  .contact-col3 {
    border: 0;
    padding: 4rem 0 0;
  }
}
.contact-col2-cnt {
  padding: 4.5rem 6rem;
}
@media (max-width: 1600px) {
  .contact-col2-cnt {
    padding: 4rem 3rem;
  }
}
@media (max-width: 1300px) {
  .contact-col2-cnt {
    padding: 3rem 2rem;
  }
}
@media (max-width: 700px) {
  .contact-col2-cnt {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .contact-image {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 2.4rem;
  }
  .contact-box-col {
    padding-bottom: 2rem;
  }
}
.contact-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}
@media (max-width: 700px) {
  .contact-box {
    display: block;
    padding: 0;
  }
}
.contact-box h3 {
  font-size: 1.8rem;
  padding: 0 0 0.7rem;
}
@media (max-width: 700px) {
  .contact-box h3 {
    font-size: 1.6rem;
  }
}
.contact-box p {
  position: relative;
  padding-left: 2.5rem;
}
.contact-box p:before {
  content: "\e915";
  font: 2rem/1 var(--fonti);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  text-align: center;
}
.contact-box a[href^="tel"] {
  text-decoration: none;
}
.contact-box .phone:before {
  content: "\e914";
}
.contact-box .mail:before {
  content: "\e910";
  font-size: 1.5rem;
  top: 0.5rem;
}
.contact-image img {
  display: block;
  width: 100%;
}
.shops-link {
  display: flex;
}
.contact-phone {
  position: relative;
  padding-left: 7rem;
  line-height: 1.3;
  margin-bottom: 3rem;
}
@media (max-width: 700px) {
  .contact-phone {
    padding-left: 6rem;
  }
}
.contact-phone:before {
  content: "\e906";
  font: 5.2rem/1 var(--fonti);
  position: absolute;
  top: 0.2rem;
  left: 0;
}
@media (max-width: 700px) {
  .contact-phone:before {
    font-size: 4.5rem;
  }
}
.contact-phone a:not([href^="mailto"]) {
  text-decoration: none;
}
.contact-phone p {
  padding: 0;
}
.contact-phone p:first-child {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 700px) {
  .contact-phone p:first-child {
    font-size: 1.8rem;
  }
}
.form-footer {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.2;
}
.form-footer .req {
  max-width: 15rem;
  margin: auto;
  text-align: center;
  color: var(--grayLighter);
}
.contact-form-header {
  padding-bottom: 1.5rem;
}
.faq-body {
  display: flex;
}
@media (max-width: 990px) {
  .faq-body {
    display: block;
  }
}
.faq-col1 {
  flex-grow: 1;
  padding-right: 10%;
}
@media (max-width: 1300px) {
  .faq-col1 {
    padding-right: 7%;
  }
}
@media (max-width: 990px) {
  .faq-col1 {
    padding-right: 0;
  }
}
.faq-col2 {
  width: 52rem;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid var(--borderColor);
  padding: 4rem 6rem;
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative;
  margin-top: -12rem;
  border-radius: var(--borderRadius);
  background: #fff;
  z-index: 5;
}
@media (max-width: 1600px) {
  .faq-col2 {
    padding: 3rem 4.5rem 4rem;
  }
}
@media (max-width: 1300px) {
  .faq-col2 {
    width: 40rem;
    padding: 3rem;
    margin-top: -9rem;
  }
}
@media (max-width: 990px) {
  .faq-col2 {
    width: 100%;
    padding: 3.5rem 0 0;
    border: 0;
    margin: 0;
  }
}
.faq-col2 h2 {
  padding: 0 0 0.5rem;
  font-size: 2.2rem;
}
.faq-form-header {
  padding-bottom: 1.2rem;
}
.faq-cnt {
  padding-bottom: 3rem;
}
@media (max-width: 990px) {
  .faq-cnt {
    padding-bottom: 1rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.fp {
  border-bottom: 1px solid var(--borderColor);
  padding: 1.5rem 0 1.5rem 2.5rem;
}
@media (max-width: 990px) {
  .fp {
    padding-left: 4rem;
  }
}
.fp:first-child {
  border-top: 1px solid var(--borderColor);
}
.fp.active .fp-cnt {
  max-height: 5000px;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}
.fp.active .toggle-icon:before {
  display: none;
}
.fp-title {
  font-size: 2.2rem;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .fp-title {
    font-size: 2rem;
  }
}
@media (max-width: 990px) {
  .fp-title {
    font-size: 1.8rem;
  }
}
.fp-title .toggle-icon {
  position: absolute;
  left: -2.5rem;
  top: 0.8rem;
}
@media (max-width: 990px) {
  .fp-title .toggle-icon {
    top: 0.6rem;
  }
}
.fp-cnt {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  padding-right: var(--sideOffset);
}
.fp-cnt p:last-child {
  padding-bottom: 0;
}
@media (max-width: 990px) {
  .page-template-page-location .page-header,
  .category .page-header,
  .page-template-page-products .page-header,
  .archive .page-header {
    text-align: center;
  }
  .page-template-page-location .page-header .bc,
  .category .page-header .bc,
  .page-template-page-products .page-header .bc,
  .archive .page-header .bc {
    justify-content: center;
  }
}
.locations-map {
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}
@media (max-width: 1300px) {
  .locations-map {
    margin-bottom: 2rem;
  }
}
@media (max-width: 990px) {
  .locations-map {
    margin-bottom: 0;
  }
}
.location-list {
  padding-bottom: 4rem;
}
@media (max-width: 1300px) {
  .location-list {
    padding-bottom: 2rem;
  }
}
@media (max-width: 990px) {
  .location-list {
    margin: 0 -1.5rem;
    padding-bottom: 0;
  }
}
.location-box {
  display: block;
  border-bottom: 1px solid var(--borderColor);
}
.location-box.active .location-city:before {
  display: none;
}
.location-box.active .toggle-icon:before {
  display: none;
}
.location-box.active .location-city-cnt {
  max-height: 2000px;
}
.location-city {
  position: relative;
  display: block;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: bold;
  padding: 1.8rem 0 2rem;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 990px) {
  .location-city {
    font-size: 2rem;
    padding: 1.6rem var(--sideOffset) 1.7rem;
  }
}
.location-city .toggle-icon {
  margin-right: 1.5rem;
}
@media (max-width: 990px) {
  .location-city .toggle-icon {
    margin-right: 1rem;
  }
}
.location-counter {
  color: var(--grayLighter);
  font-size: 1.3rem;
  font-weight: normal;
}
.location-city-cnt {
  overflow: hidden;
  max-height: 0;
  display: flex;
  flex-wrap: wrap;
  transition: max-height 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 990px) {
  .location-city-cnt {
    padding-left: 3.5rem;
  }
}
@media (max-width: 700px) {
  .location-city-cnt {
    display: block;
  }
}
.location-place {
  width: 33%;
  font-size: 1.5rem;
  padding: 0.2rem 2rem 3rem 3rem;
  text-decoration: none;
  position: relative;
}
@media (max-width: 990px) {
  .location-place {
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 700px) {
  .location-place {
    width: auto;
  }
}
.location-place:before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background: url(../images/icons/pin3.svg) no-repeat 0 0;
  background-size: contain;
  font: 2.5rem/1 var(--fonti);
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
}
.location-place-title {
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 990px) {
  .location-place-title {
    font-size: 1.4rem;
  }
}
.location-place-address a {
  text-decoration: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
.footer {
  background: #fff;
  font-size: 1.3rem;
  content-visibility: auto;
  contain-intrinsic-size: 17rem;
}
.wrapper-footer {
  display: flex;
  padding: 4rem 0 5rem;
}
@media (max-width: 1300px) {
  .wrapper-footer {
    padding: 2.5rem 0 3rem 0;
  }
}
@media (max-width: 990px) {
  .wrapper-footer {
    flex-direction: column-reverse;
    padding: 1rem 0 2rem;
  }
}
.footer-content {
  max-width: 66rem;
  margin-right: auto;
  color: var(--grayLighter);
}
@media (max-width: 1600px) {
  .footer-content {
    max-width: 60rem;
  }
}
@media (max-width: 1300px) {
  .footer-content {
    max-width: 50%;
  }
}
@media (max-width: 990px) {
  .footer-content {
    max-width: 100%;
  }
}
.footer-content p {
  padding: 0;
}
.copy {
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 1rem 5.5rem;
  color: var(--textColor);
}
@media (max-width: 990px) {
  .copy {
    font-size: 1.4rem;
    padding-left: 4.5rem;
  }
}
.copy:before {
  content: "";
  position: absolute;
  display: block;
  width: 4.6rem;
  height: 2rem;
  background: url(../images/logo-dark.svg) no-repeat;
  background-size: contain;
  top: -0.2rem;
  left: 0;
}
@media (max-width: 990px) {
  .copy:before {
    width: 3.5rem;
    top: 0;
  }
}
.nav-footer {
  list-style: none;
  padding: 0;
  margin: 0 8rem 0 0;
  display: flex;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .nav-footer {
    margin-right: 4rem;
  }
}
@media (max-width: 1300px) {
  .nav-footer {
    margin-right: 5rem;
  }
}
@media (max-width: 990px) {
  .nav-footer {
    margin: 0.5rem 0 1.7rem;
    display: block;
  }
}
.nav-footer li:not(:first-child) {
  margin-left: 7.5rem;
}
@media (max-width: 1600px) {
  .nav-footer li:not(:first-child) {
    margin-left: 5rem;
  }
}
@media (max-width: 1300px) {
  .nav-footer li:not(:first-child) {
    margin-left: 2rem;
  }
}
@media (max-width: 990px) {
  .nav-footer li:not(:first-child) {
    margin: 0;
  }
}
.nav-footer a {
  text-decoration-thickness: 1px;
}
@media (max-width: 990px) {
  .nav-footer a {
    display: block;
    padding: 0.4rem 0;
  }
}
.nav-footer a:hover {
  text-decoration: none;
}
.ontop {
  width: 6rem;
  height: 6rem;
  border-radius: 100px;
  box-shadow: 0 5px 50px 0 rgba(51, 49, 50, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: fixed;
  z-index: 500;
  bottom: 14.5rem;
  right: 6rem;
  font-size: 0;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1600px) {
  .ontop {
    right: 3rem;
  }
}
@media (max-width: 1300px) {
  .ontop {
    width: 5rem;
    height: 5rem;
    right: 2rem;
    bottom: 13.5rem;
  }
}
@media (max-width: 990px) {
  .ontop {
    width: 4.4rem;
    height: 4.4rem;
    bottom: 13rem;
  }
}
.ontop:before {
  content: "\e900";
  font: 1.1rem/1 var(--fonti);
  transform: rotate(180deg);
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 990px) {
  .ontop:before {
    font-size: 0.8rem;
  }
}
.ontop:hover {
  text-decoration: none;
  background: var(--gray);
}
.ontop:hover:before {
  color: #fff;
}
.ontop.active {
  opacity: 1;
  visibility: visible;
}
.category-gamingi {
  background-color: var(--gamingBg);
  color: #fff;
}
@media (min-width: 990px) {
  .category-gamingi {
    background-image: url(../images/bg-dark.png);
  }
}
.category-gamingi .main:after,
.category-gamingi .overlay:after {
  background: transparent;
  background: linear-gradient(180deg, transparent, var(--gamingBg));
}
.category-gamingi .bottom,
.category-gamingi .footer,
.category-gamingi .copy {
  background-color: var(--gamingBg);
  color: #fff;
}
.category-gamingi .bottom {
  background-image: url(../images/footer-dark.jpg);
}
.category-gamingi .copy:before {
  background: url(../images/logo.svg) no-repeat;
  background-size: contain;
}
.category-gamingi .cli_settings_button {
  color: #fff !important;
}
.category-gamingi .bottom-col1 {
  background: var(--gamingBg);
}
.category-gamingi .bottom-box,
.category-gamingi .bottom-col2 {
  border-bottom-color: #292929;
}
.category-gamingi .bottom {
  border-block-color: #292929;
}
.category-gamingi .bottom a {
  color: #fff;
}
.category-gamingi .cd-nav-container {
  background: #070707;
}
.category-gamingi .footer a,
.category-gamingi .cf-categories-nav a,
.category-gamingi .bc a {
  color: #fff;
}
.category-gamingi .bc a:after {
  background: #fff;
}
.category-gamingi .bottom-col2 {
  border-left-color: #292929;
}
.category-gamingi .cf-body,
.category-gamingi .c-toolbar-counter,
.category-gamingi .cf-active {
  background: #191919;
  border-color: #292929;
}
.category-gamingi .cf-active .searchandfilter > ul ul li label,
.category-gamingi .cf-active .cf-active .cf-active-item,
.category-gamingi .cf-active .cf-clear-all {
  background: var(--gamingBg);
  color: #fff;
}
.category-gamingi .cf-active input[type="checkbox"]:checked + label:before,
.category-gamingi .cf-active .cf-clear-all:before {
  background: none;
  color: var(--red);
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.category-gamingi .cf-active .searchandfilter > ul ul li label:hover,
.category-gamingi .cf-active .cf-clear-all:hover {
  background: var(--red);
}
.category-gamingi .cf-active .searchandfilter > ul ul li label:hover:before,
.category-gamingi .cf-active .cf-clear-all:hover:before {
  color: #fff;
}
.category-gamingi.active-filter .m-filter-title {
  background: #191919;
  border-bottom-color: #292929;
}
.category-gamingi.active-filter .toggle-icon:after,
.category-gamingi.active-filter .toggle-icon:before {
  background: #fff;
}
.category-gamingi .cf-body-title,
.category-gamingi .cf-categories-nav > li {
  border-bottom-color: #292929;
}
.category-gamingi .cf-categories-nav ul a:hover {
  color: inherit;
}
.category-gamingi .cf-category-item-image img,
.category-gamingi .category-item img {
  filter: invert(1);
  opacity: 1;
}
.category-gamingi .c-toolbar-counter strong {
  color: #fff;
}
.category-gamingi .nw-fields {
  background: var(--gamingBg);
  border: 1px solid #292929;
}
.category-gamingi .nw-fields input {
  color: #fff;
}
.category-gamingi .nw-button {
  color: #fff;
}
.category-gamingi .sib-alert-message {
  color: #fff !important;
}
.category-gamingi .bottom-box .social-item,
.category-gamingi .ss-item,
.category-gamingi .cd-thumbs-slider .slick-arrow {
  background: transparent;
  border: 2px solid #292929;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  opacity: 1;
}
.category-gamingi .bottom-box .social-item:before,
.category-gamingi .ss-item:before,
.category-gamingi .cd-thumbs-slider .slick-arrow:before,
.category-gamingi .bottom-box .social-item:after,
.category-gamingi .ss-item:after,
.category-gamingi .cd-thumbs-slider .slick-arrow:after {
  color: #fff;
}
.category-gamingi .bottom-box .social-item:hover,
.category-gamingi .ss-item:hover,
.category-gamingi .cd-thumbs-slider .slick-arrow:hover {
  background: #fff;
  color: var(--textColor);
  border-color: #fff;
}
.category-gamingi .bottom-box .social-item:hover:before,
.category-gamingi .ss-item:hover:before,
.category-gamingi .cd-thumbs-slider .slick-arrow:hover:before,
.category-gamingi .bottom-box .social-item:hover:after,
.category-gamingi .ss-item:hover:after,
.category-gamingi .cd-thumbs-slider .slick-arrow:hover:after {
  color: var(--textColor);
}
.category-gamingi .btn-white {
  background: transparent;
  color: #fff;
  border: 2px solid #292929;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.category-gamingi .btn-white:hover {
  background: #161616;
}
.category-gamingi .bottom-title .toggle-icon:after,
.category-gamingi .bottom-title .toggle-icon:before {
  background: #fff;
}
.category-gamingi select {
  background-color: #191919;
  color: #fff;
  border-color: #292929;
  background-image: url(../images/icons/arrow-down-white.svg);
}
@media (min-width: 700px) {
  .category-gamingi .cp {
    border: 0;
  }
}
.category-gamingi .cp-compare {
  border: 0;
  left: 0;
  right: 0;
}
.category-gamingi .btn-cd-action {
  background: none;
  border: 2px solid #292929;
  color: #fff;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.category-gamingi .btn-cd-action:hover {
  background: #161616;
}
.category-gamingi .cd-hero-slider {
  background: #fff;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
@media (max-width: 990px) {
  .category-gamingi .cd-hero-slider {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    border-radius: 0;
  }
}
.category-gamingi .cd-nav li.active a {
  background: #fff;
  color: var(--textColor);
}
.category-gamingi .btn-download:after {
  border-color: #fff;
}
.category-gamingi .btn-download:hover:after {
  background: #fff;
  color: var(--textColor);
}
.category-gamingi .cd-specs table {
  color: var(--textColor);
}
.category-gamingi .rq-alike-items {
  background: #fff;
  color: var(--textColor);
}
.category-gamingi .rq-alike-topic-p .alike-image {
  border-left-color: var(--gamingBg);
  border-top-color: var(--gamingBg);
  background: none;
}
.category-gamingi .rq-alike-topic {
  color: var(--textColor);
  background: #fff;
}
.category-gamingi .cf-body-title-filter:before {
  color: #fff;
}
.category-gamingi input[type="checkbox"] + label:before {
  border-color: #292929;
}
.category-gamingi input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: var(--textColor);
}
.category-gamingi .searchandfilter > ul > li,
.category-gamingi .btn-toggle-filter {
  border-color: #292929;
}
.category-gamingi .btn-toggle-filter {
  background: #191919;
}
@media (max-width: 990px) {
  .category-gamingi .nav-subcategories::-webkit-scrollbar-track {
    background: #252525;
    border-color: #252525;
  }
  .category-gamingi .nav-subcategories::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
}
.category-gamingi .cd-section-about {
  border-color: var(--grayLight);
}
@media (max-width: 990px) {
  .category-gamingi .cd-badges {
    top: 1rem;
  }
  .category-gamingi .cd-section.active .cd-section-title {
    color: #fff;
  }
  .category-gamingi .cd-section.active .cd-section-title .toggle-icon:after {
    background: #fff;
  }
  .category-gamingi .cd-thumbs-slider::-webkit-scrollbar-track,
  .category-gamingi .products-slider::-webkit-scrollbar-track {
    margin-inline: 1.5rem;
    border-color: var(--gray);
  }
  .category-gamingi .cd-thumbs-slider::-webkit-scrollbar-thumb,
  .category-gamingi .products-slider::-webkit-scrollbar-thumb {
    background-color: var(--borderColor);
  }
  .category-gamingi .l-search {
    border: 0;
  }
}
.s-header {
  text-align: center;
  padding: 5rem 0 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .s-header {
    padding: 4rem 0 3rem;
  }
}
@media (max-width: 990px) {
  .s-header {
    padding: 2rem 0;
  }
}
.s-title span {
  display: block;
}
@media (max-width: 990px) {
  .s-title {
    font-size: 2.4rem;
  }
}
.search-for {
  color: var(--grayLighter);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: normal;
  padding-bottom: 0.5rem;
}
@media (max-width: 990px) {
  .search-for {
    font-size: 1.4rem;
  }
}
.search-section {
  border-top: 1px solid var(--borderColor);
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .search-section {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 990px) {
  .search-section {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
.search-section:last-child {
  padding-bottom: 0;
}
.search-section.hide {
  display: none;
}
.result-count {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 4rem;
}
@media (max-width: 1300px) {
  .result-count {
    font-size: 2.2rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 990px) {
  .result-count {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.wrapper-search {
  display: flex;
  flex-direction: column-reverse;
}
.no-results {
  text-align: center;
  padding-top: 2rem;
  position: relative;
  z-index: 1;
}
.c-items-search {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 990px) {
  .c-items-search {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 700px) {
  .c-items-search {
    grid-template-columns: repeat(2, 1fr);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.search-section-page .wrapper {
  max-width: var(--cmsWrapperWidth);
  margin: auto;
}
@media (max-width: 700px) {
  .search-section-page .wrapper {
    max-width: none;
    padding-inline: var(--sideOffset);
  }
}
.s-item {
  padding-bottom: 5rem;
}
@media (max-width: 1300px) {
  .s-item {
    padding-bottom: 4rem;
  }
}
@media (max-width: 990px) {
  .s-item {
    padding-bottom: 2rem;
  }
}
.s-item:last-child {
  padding-bottom: 0;
}
.s-item-title {
  padding: 0 0 1.5rem;
  font-size: 3rem;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
@media (max-width: 1300px) {
  .s-item-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 990px) {
  .s-item-title {
    font-size: 2.2rem;
  }
}
#cookie-law-info-bar {
  width: 330px !important;
  text-align: left;
  font-size: 1.1rem !important;
  line-height: 1.4 !important;
  padding: 15px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) !important;
}
#cookie-law-info-bar a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 700px) {
  #cookie-law-info-bar {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
}
.cli-privacy-content-text a {
  text-decoration: underline;
}
.gdpr-btns {
  padding-top: 10px;
}
.gdpr-btns a {
  color: #000 !important;
  display: inline-block;
  background: #fff;
  padding: 6px 10px;
  margin-right: 10px;
  text-decoration: none !important;
}
.cli-tab-container h4 {
  padding: 0 0 10px;
  margin: 0;
}
#cookie-law-info-again {
  box-shadow: none !important;
  font-size: 12px !important;
}
.loading:before {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85) url(../images/loader-dark.gif) no-repeat
    center center;
  background-size: 70px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
@media screen and (max-width: 980px) {
  .table-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  ::-webkit-scrollbar-track {
    border: 1px solid #eaeaea;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-active #wpadminbar {
  display: none !important;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
}
.fancybox-toolbar {
  right: 2%;
  top: 30px;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  margin: 0 150px;
  width: auto;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  margin: 0;
  background: none;
  border: 0;
  padding: 0;
  width: 35px;
  height: 35px;
}
.fancybox-button:hover {
  background: none;
}
.fancybox-button[disabled] {
  display: none;
}
.fancybox-button--thumbs,
.fancybox-button--play {
  display: none !important;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-navigation .fancybox-button svg {
  display: none;
}
.fancybox-navigation .fancybox-button:after {
  content: "\e901";
  width: 25px;
  font: 27px/27px var(--fonti);
  color: #fff;
  text-indent: -5px;
}
.fancybox-navigation .fancybox-button:disabled {
  opacity: 0.3;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 2%;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 2%;
}
.fancybox-navigation .fancybox-button--arrow_right:after {
  transform: scaleX(-1);
}
.fancybox-caption {
  bottom: 0;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
