/*------------------------------------*\
    MAIN
\*------------------------------------*/
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1230px;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1470px;
  }
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}
body {
  font: 400 2.2rem/1 'microsquare', Helvetica, Arial, sans-serif;
  color: #000000;
  letter-spacing: 0.1rem;
  background: #ffffff;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
h1 {
  font-size: 6rem;
  line-height: 1.1em;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.1em;
}
h3 {
  font-size: 2.4rem;
  line-height: 1.1em;
}
h4 {
  font-size: 1.7rem;
  line-height: 1.1em;
}
body {
  font-size: 1.7rem;
  line-height: 1.3em;
}
@media only screen and (min-width: 1700px) {
  h1 {
    font-size: 6rem;
    line-height: 1.1em;
  }
  h2 {
    font-size: 4.8rem;
  }
  h3 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }
  h4 {
    font-size: 2rem;
    line-height: 1.1em;
  }
  body {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.2rem;
  }
}
h1,
h2 {
  letter-spacing: 0px;
}
h3 {
  letter-spacing: 0px;
  font-weight: normal;
}
h4 {
  letter-spacing: 0px;
  font-weight: normal;
}
h2.white,
h3.white,
.text-color.white {
  color: #ffffff;
}
h2.black,
h3.black,
.text-color.black {
  color: #000000;
}
h2.dark,
h3.dark,
.text-color.dark {
  color: #141414;
}
h2.medium,
h3.medium,
.text-color.medium {
  color: #8a8a8a;
}
h2.light,
h3.light,
.text-color.light {
  color: #e6e6e6;
}
h2.orange,
h3.orange,
.text-color.orange {
  color: #ffbb36;
}
.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button--arrow_left {
  color: #de212e;
  background: none;
}
.fancybox-navigation .fancybox-button--arrow_right div,
.fancybox-navigation .fancybox-button--arrow_left div {
  position: relative;
}
.fancybox-navigation .fancybox-button--arrow_right svg,
.fancybox-navigation .fancybox-button--arrow_left svg {
  width: 52px;
  height: 25px;
  position: absolute;
  top: calc(50% - 12px);
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.fancybox-navigation .fancybox-button--arrow_right svg {
  right: 2px;
}
.fancybox-navigation .fancybox-button--arrow_left svg {
  width: 51px;
  height: 24px;
  left: 2px;
}
.fancybox-navigation .fancybox-button.fancybox-focus,
.fancybox-navigation .fancybox-button:hover {
  color: #ffffff;
}
.fancybox-slide--image {
  padding: 112px 0;
}
.fancybox-bottom-bar {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 44px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99997;
}
.fancybox-bottom-bar-text {
  color: #de212e;
  font-size: 44px;
  padding: 0 17px;
}
.fancybox-bottom-bar .fancybox-button {
  color: #de212e; /* #5bd566 */ 
  background: none;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  padding: 0;
  width: 74px;
  height: 74px;
}
.fancybox-bottom-bar .fancybox-button.fancybox-focus,
.fancybox-bottom-bar .fancybox-button:hover {
  color: #ffffff;
}
.fancybox-bottom-bar .fancybox-button svg {
  width: 74px;
  height: 74px;
}
.button {
  border: 2px solid #b6b6b6;
  color: #000000;
  padding: 22px 0;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
  width: 228px;
  text-decoration: none;
  margin-bottom: 10px;
  background: transparent;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button.inversed {
  color: #ffffff;
  border-color: #4a4a4a;
}
.button.inversed:hover {
  border-color: #ffffff;
}
.button.inversed.active {
  border-color: #ffffff;
}
.button:hover {
  border-color: #000000;
}
@media only screen and (max-width: 767px) {
  .button {
    padding: 12px 0;
    font-size: 1.2rem;
    width: auto;
    min-width: 180px;
  }
}
.button.dark {
  border-color: #141414;
  background: #141414;
  color: #ffffff;
}
.button.dark:hover {
  background: #ffffff;
  color: #141414;
}
.button.small {
  padding: 19px 0;
}
@media only screen and (max-width: 767px) {
  .button.small {
    padding: 12px 0;
  }
}
.button.small.active {
  border-color: #000000;
}
.button.micro {
  padding: 10px 0;
  font-size: 1rem;
  width: 100px;
}
.button.buy {
  background: #5bd566;
  border-color: #5bd566;
  font-size: 1.7rem;
  position: relative;
}
.button.buy:hover {
  border-color: #141414;
}
.button.buy::after {
  content: "\00a0";
}
.button.buy span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
}
.button.buy span small {
  font-size: 0.7em;
}
@media only screen and (max-width: 767px) {
  .button.buy {
    font-size: 1.4rem;
  }
}
.swiper-nav {
  position: absolute;
  z-index: 3;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-nav span {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  cursor: pointer;
  height: 30px;
}
.swiper-nav .prev,
.swiper-nav.prev {
  background-image: url('img/icons/arrow_left.png');
}
.swiper-nav .next,
.swiper-nav.next {
  background-image: url('img/icons/arrow_right.png');
}
.video {
  position: relative;
}
.video .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.video .placeholder.popup-video::after,
.video .placeholder.with-video::after {
  content: "";
  width: 167px;
  height: 166px;
  background: url('img/icons/play.png') no-repeat scroll center center transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -83px;
  margin-top: -83px;
}
.form-container input[type=text],
.form-container input[type=email],
.form-container input[type=number],
.form-container textarea {
  border: 1px solid #4a4a4a;
  border-radius: 0;
  color: #000000;
  background: #ffffff;
  width: 100%;
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 20px;
  padding: 11px 15px;
  display: block;
}
.form-container input[type=text].wpcf7-not-valid,
.form-container input[type=email].wpcf7-not-valid,
.form-container input[type=number].wpcf7-not-valid,
.form-container textarea.wpcf7-not-valid {
  border-color: #d0021b;
  color: #d0021b;
}
.form-container input[type=checkbox] {
  border: 1px solid #4a4a4a;
  border-radius: 0;
}
.form-container div.wpcf7-validation-errors,
.form-container .wpcf7-mail-sent-ng {
  background: #d0021b;
  font-size: 1.6rem;
  color: #ffffff;
  border: 0;
  display: inline-block;
  text-align: center;
  padding: 15px;
}
.form-container span.wpcf7-not-valid-tip {
  color: #d0021b;
  border: 1px solid #ffffff;
  font-size: 1em;
  font-weight: normal;
  background: #ffffff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 5px 20px;
  margin-top: -20px;
  margin-bottom: 5px;
}
.form-container .wpcf7-form label > br {
  display: none;
}
.form-container .wpcf7-form input[type="submit"] {
  width: 300px;
}
.form-container .wpcf7-form .recaptcha-wrapper {
  text-align: center;
}
.form-container .wpcf7-form .recaptcha-wrapper .g-recaptcha {
  display: inline-block;
}
.form-container .wpcf7-form .ajax-loader {
  position: absolute;
}
.form-container .checkbox-rows .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.form-container .wpcf7-form-control-wrap {
  display: block;
}
.form-container .wpcf7-checkbox {
  margin-bottom: 20px;
  display: inline-block;
}
.form-container .wpcf7-checkbox input {
  visibility: hidden;
  position: absolute;
}
.form-container .wpcf7-checkbox input:checked + span::after {
  opacity: 1;
}
.form-container .wpcf7-checkbox span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.form-container .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  display: inline-block;
  padding-top: 5px;
}
.form-container .wpcf7-checkbox .wpcf7-list-item-label::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #4a4a4a;
}
.form-container .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "X";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  text-align: center;
}
div.wpcf7-mail-sent-ok {
  background: #4a4a4a;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 20px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
.js-header-marking {
  height: 132px;
  background: #141414;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .js-header-marking {
    height: 100px;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 0px;
  z-index: 99;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  background: #141414;
  font-weight: 600;
}
.header.fixed,
.header.news-page {
  top: 0;
  height: auto;
}
.header.fixed .container.first,
.header.news-page .container.first {
  padding-bottom: 0px;
  padding-top: 0;
}
.header .container.first {
  display: flex;
  position: relative;
  z-index: 1;
  background: #141414;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: space-between;
}
.header .logo {
  display: inline-block;
  vertical-align: middle;
  min-width: 270px;
}
.header .logo .logo-img {
  padding-top: 0;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.header .logo .logo-img:first-child {
  margin-right: 21px;
  width: 72px;
}
.header .logo .logo-img:nth-child(2) {
  width: 170px;
}
.header.fixed .logo {
  opacity: 1;
}
.header.fixed .logo .logo-img {
  padding-top: 4px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header.fixed .logo .logo-img {
    padding-top: 0;
  }
}
.header.fixed .logo .logo-img:first-child {
  margin-left: -93px;
  opacity: 0;
}
.header .nav {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}
.header .nav > ul {
  text-align: right;
}
.header .nav > ul > li {
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.header .nav > ul > li > a {
  color: #8a8a8a;
  padding: 19px 20px;
  display: block;
  letter-spacing: 0.1rem;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .nav > ul > li > a {
    padding: 19px 10px;
  }
}
.header .nav > ul > li > a.current-page {
  color: #ffffff;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li.current-menu-item > a,
.header .nav > ul > li.current_page_ancestor > a {
  color: #ffffff;
}
.header .nav > ul > li.active > .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms linear;
}
.header .nav > ul > li.close-mobile {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .nav > ul > li {
    padding: 0px;
  }
}
.header .nav > ul > li > .sub-menu {
  position: absolute;
  display: flex;
  visibility: hidden;
  transition: visibility 0s 300ms, opacity 300ms linear;
  opacity: 0;
  flex-wrap: wrap;
  top: 100%;
  width: 100%;
  background: #141414;
  text-align: left;
  left: 0;
  z-index: 1;
  padding: 15px 40px;
  justify-content: space-between;
}
@media only screen and (min-width: 1700px) {
  .header .nav > ul > li > .sub-menu {
    padding: 15px 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .nav > ul > li > .sub-menu {
    padding: 15px 10px;
  }
}
.header .nav > ul > li > .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: #141414;
  display: block;
}
.header .nav > ul > li > .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: #141414;
  display: block;
}
.header .nav > ul > li > .sub-menu > li {
  padding-top: 15px;
}
.header .nav > ul > li > .sub-menu > li::before {
  color: #8a8a8a;
  font-family: 'icomoon';
  display: block;
  margin-bottom: 18px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.header .nav > ul > li > .sub-menu > li.new-line {
  width: 100% !important;
  text-align: right;
  margin-top: 10px;
}
.header .nav > ul > li > .sub-menu > li.new-line a:before {
	display: none;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .nav > ul > li > .sub-menu > li.new-line {
    text-align: left;
  }
}
.header .nav > ul > li > .sub-menu > li.mobile-back {
  display: none;
}
.header .nav > ul > li > .sub-menu > li.ic-accessories::before,
.header .nav > ul > li > .sub-menu > li.ic-accessories.current-menu-item::before,
.header .nav > ul > li > .sub-menu > li.ic-accessories.current-category-ancestor::before {
  color: #eb7e34;
}
.header .nav > ul > li > .sub-menu > li.ic-accessories::before {
  content: '\e903';
}
.header .nav > ul > li > .sub-menu > li.ic-cases {
  width: 50%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .nav > ul > li > .sub-menu > li.ic-cases {
    width: auto;
  }
}
.header .nav > ul > li > .sub-menu > li.ic-cases::before,
.header .nav > ul > li > .sub-menu > li.ic-cases.current-menu-item::before,
.header .nav > ul > li > .sub-menu > li.ic-cases.current-category-ancestor::before {
  color: #5bd566;
}
.header .nav > ul > li > .sub-menu > li.ic-cases::before {
  content: "\e904";
}
.header .nav > ul > li > .sub-menu > li.ic-fans::before,
.header .nav > ul > li > .sub-menu > li.ic-fans.current-menu-item::before,
.header .nav > ul > li > .sub-menu > li.ic-fans.current-category-ancestor::before {
  color: #31ced5;
}
.header .nav > ul > li > .sub-menu > li.ic-fans::before {
  content: "\e906";
}
.header .nav > ul > li > .sub-menu > li.ic-powersupply::before,
.header .nav > ul > li > .sub-menu > li.ic-powersupply.current-menu-item::before,
.header .nav > ul > li > .sub-menu > li.ic-powersupply.current-category-ancestor::before {
  color: #ffbb36;
}
.header .nav > ul > li > .sub-menu > li.ic-powersupply::before {
  content: "\e907";
}
.header .nav > ul > li > .sub-menu > li.ic-cooling {
  width: 50%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .nav > ul > li > .sub-menu > li.ic-cooling {
    width: auto;
  }
}
.header .nav > ul > li > .sub-menu > li.ic-cooling::before,
.header .nav > ul > li > .sub-menu > li.ic-cooling.current-menu-item::before,
.header .nav > ul > li > .sub-menu > li.ic-cooling.current-category-ancestor::before {
  color: #6f74ff;
}
.header .nav > ul > li > .sub-menu > li.ic-cooling::before {
  content: "\e905";
  transform: scale(0.75);
  transform-origin: left;
}
.header .nav > ul > li > .sub-menu > li > a {
  color: #8a8a8a;
  margin-bottom: 18px;
  display: block;
}
.header .nav > ul > li > .sub-menu > li:hover > a,
.header .nav > ul > li > .sub-menu > li.current-menu-item > a,
.header .nav > ul > li > .sub-menu > li.current-category-ancestor > a {
  color: #ffffff;
}
.header .nav > ul > li > .sub-menu > li > .sub-menu {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.header .nav > ul > li > .sub-menu > li > .sub-menu > li {
  padding: 2px 0;
  margin: 0;
}
.header .nav > ul > li > .sub-menu > li > .sub-menu > li > a {
  color: #8a8a8a;
}
.header .nav > ul > li > .sub-menu > li > .sub-menu > li:hover > a,
.header .nav > ul > li > .sub-menu > li > .sub-menu > li.current-menu-item > a {
  color: #ffffff;
}
.header .nav .search {
  position: relative;
  padding-left: 0;
}
.header .nav .search a {
  display: block;
  padding-left: 20px;
  cursor: pointer;
}
.header .nav .search a:hover::before {
  color: #8a8a8a;
}
.header .nav .search a img {
  vertical-align: middle;
}
.header .nav .search svg {
  vertical-align: middle;
}
.header .nav .search .form-container {
  width: 0px;
  position: absolute;
  overflow: hidden;
  margin-right: 25px;
  right: 0;
  top: 0;
  background: #141414;
  height: 100%;
  color: #ffffff;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.header .nav .search form {
  width: 400px;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  height: 100%;
  text-align: right;
}
.header .nav .search form input {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 300px;
  display: inline-block;
  background: transparent;
  margin-right: -4px;
  border: 0;
  color: #ffffff;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
}
.header .nav .search form button {
  width: 90px;
  display: inline-block;
  border: 0;
  font-weight: 600;
  letter-spacing: 0.2px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #8a8a8a;
  background: transparent;
}
.header .nav .search form button:hover {
  color: #ffffff;
}
.header .nav .search.active .form-container {
  width: 400px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .nav .search.active .form-container {
    width: 300px;
  }
  .header .nav .search .form-container {
    margin-right: 0;
  }
  .header .nav .search form {
    top: 0;
    width: 300px;
  }
  .header .nav .search form input {
    padding-top: 17px;
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .nav .search .form-container {
    margin-right: 0;
  }
  .header .nav .search form {
    top: 11px;
  }
}
.header .nav.search-active li {
  opacity: 0;
}
.header .nav.search-active li.search {
  opacity: 1;
}
.header a {
  text-decoration: none;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.header ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.header ul li {
  display: inline-block;
  margin-left: -4px;
}
.header .top-nav {
  background: #ffffff;
}
.header .top-nav ul {
  text-align: center;
  padding: 0;
}
.header .top-nav ul li {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .header .top-nav ul li {
    padding: 0 5px;
  }
}
.header .top-nav ul li a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media only screen and (max-width: 767px) {
  .header .top-nav ul li a {
    white-space: nowrap;
    margin-bottom: 0;
  }
}
.header .top-nav ul li.active a::after,
.header .top-nav ul li:hover a::after {
  position: absolute;
  display: block;
}
.header .multisite-nav {
  background: #000000;
  display: flex;
}
.header .multisite-nav .links {
  list-style: none;
  display: flex;
  font-weight: 600;
  line-height: 2.6rem;
}
.header .multisite-nav .links li {
  display: block;
  margin: 0;
}
.header .multisite-nav .links li::first-child a {
  border-left: 0;
}
.header .multisite-nav .links li a {
  display: block;
  font-size: 1.2rem;
  padding: 4px 30px;
  text-transform: uppercase;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  letter-spacing: 0.1rem;
  color: #4a4a4a;
}
.header .multisite-nav .links li a.active,
.header .multisite-nav .links li a:hover {
  background: #141414;
  color: #4a4a4a;
  border-color: #141414;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .multisite-nav .links li a {
    padding: 4px 15px;
    font-size: 1rem;
  }
}
.header .multisite-nav .langs {
  margin-left: auto;
  margin-right: 30px;
  display: flex;
}
.header .multisite-nav .langs li {
  order: 1;
  margin: 0;
  font-weight: normal;
  padding: 4px 4px;
  line-height: 2.6rem;
}
.header .multisite-nav .langs li.current-lang {
  order: 0;
}
.header .multisite-nav .langs li.current-lang a {
  position: relative;
  color: #8a8a8a;
}
.header .multisite-nav .langs li a {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  color: #4a4a4a;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .multisite-nav .langs {
    margin-right: 4px;
  }
}
.header .product-menu {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  background: #141414;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #ffffff;
  height: 48px;
}
@media only screen and (max-width: 767px) {
  .header .product-menu {
    height: auto;
  }
}
.header .product-menu .container {
  border-top: 1px solid #5bd566;
  align-items: center;
  display: flex;
  position: relative;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .product-menu .container {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .header .product-menu .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.header .product-menu .container::before {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 50px;
  height: 1px;
  background: #000000;
  background: -moz-linear-gradient(90deg, #141414 0%, #5bd566 100%);
  background: -webkit-linear-gradient(90deg, #141414 0%, #5bd566 100%);
  background: linear-gradient(90deg, #141414 0%, #5bd566 100%);
}
.header .product-menu .container::after {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  display: block;
  width: 50px;
  height: 1px;
  background: #000000;
  background: -moz-linear-gradient(90deg, #5bd566 0%, #141414 100%);
  background: -webkit-linear-gradient(90deg, #5bd566 0%, #141414 100%);
  background: linear-gradient(90deg, #5bd566 0%, #141414 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .product-menu {
    height: 30px;
  }
}
.header .product-menu h2 {
  font-size: 2rem;
  flex-grow: 1;
  margin: 0;
  line-height: 48px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .product-menu h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .product-menu h2 {
    font-size: 1.7rem;
    line-height: 2em;
  }
}
.header .product-menu a {
  color: #ffffff;
  margin: 0 15px;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media only screen and (max-width: 767px) {
  .header .product-menu a .mobile-hide {
    display: none;
  }
}
.header .product-menu a:hover {
  color: #5bd566;
}
.header .product-menu a.buy {
  margin: 0 60px 0 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .product-menu a.buy {
    margin: 0 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .product-menu a.buy {
    margin: 0 0 5px;
  }
}
.header .product-menu a.buy:hover img {
  transform: scale(0.9);
}
.header .product-menu a.buy span {
  display: none;
  color: #5bd566;
}
@media only screen and (max-width: 767px) {
  .header .product-menu a.buy span {
    display: block;
  }
}
.header .product-menu a.buy img {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 34px;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .header .product-menu a.buy img {
    display: none;
  }
}
.header .product-menu a:empty {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .product-menu a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .product-menu a {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .product-menu a {
    font-size: 1.1rem;
    border: 1px solid #ffffff;
    padding: 2px 0px;
    width: 30%;
    text-align: center;
    margin: 0 0 5px;
    border-radius: 5px;
  }
  .header .product-menu a:empty {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    height: auto;
    bottom: auto;
    padding-top: 0;
    max-height: 100vh;
  }
  .header .mobile-menu {
    margin-right: 5px;
  }
  .header.active {
    height: 100vh;
  }
  .header.active > .container > * {
    display: block;
  }
  .header .container.first {
    flex-wrap: wrap;
    padding: 0;
    flex-direction: row;
    display: flex;
    position: relative;
  }
  .header .logo {
    opacity: 1;
    position: absolute;
    top: 9px;
    left: 5px;
  }
  .header .logo .logo-img:first-child {
    display: none;
  }
  .header .nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #141414;
    padding-top: 20px;
    top: 0;
    order: 3;
    left: 0;
    display: none;
    z-index: 1000;
  }
  .header .nav > ul {
    text-align: left;
    top: 100%;
  }
  .header .nav > ul > li {
    display: block;
    margin-left: 0;
  }
  .header .nav > ul > li > a {
    color: #ffffff;
  }
  .header .nav > ul > li .sub-menu {
    display: block;
  }
  .header .nav > ul > li .sub-menu li {
    margin-left: 0;
    display: block;
    padding-top: 0;
  }
  .header .nav > ul > li .sub-menu li a {
    margin-bottom: 0;
  }
  .header .nav > ul > li .sub-menu::after,
  .header .nav > ul > li .sub-menu::before {
    display: none;
  }
  .header .nav > ul > li > .sub-menu {
    padding-top: 70px;
    overflow: auto;
    top: 0;
    height: 100%;
  }
  .header .nav > ul > li > .sub-menu > li.mobile-back {
    position: absolute;
    top: 20px;
    left: 40px;
    display: block;
  }
  .header .nav > ul > li > .sub-menu > li.mobile-back > a {
    color: #8a8a8a;
  }
  .header .nav > ul > li > .sub-menu > li.menu-item-type-taxonomy {
    padding-left: 70px;
    position: relative;
  }
  .header .nav > ul > li > .sub-menu > li.menu-item-type-taxonomy::before {
    position: absolute;
    left: 0;
    top: 15px;
  }
  .header .nav > ul > li > .sub-menu > li.menu-item-type-taxonomy > .sub-menu {
    padding-top: 0;
  }
  .header .nav > ul > li > .sub-menu > li.menu-item-type-taxonomy > .sub-menu > li {
    padding: 10px 0;
  }
  .header .nav > ul > li.active .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .header .nav > ul > li.close-mobile {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 2;
  }
  .header .nav > ul > li.close-mobile a img {
    height: 24px;
  }
  .header .nav ul li a {
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .nav .search {
    order: 2;
    margin: 0;
    padding-left: 15px;
  }
  .header .nav .search a::before {
    visibility: hidden;
  }
  .header .nav .search.active > a {
    opacity: 0;
  }
  .header .nav .search.active .form-container {
    width: 80%;
    overflow: unset;
    z-index: 100;
  }
  .header .nav .search.active .form-container form {
    text-align: center;
  }
  .header .nav .search.active .form-container::before {
    content: "";
    bottom: 100%;
    width: 100%;
    background: #141414;
    height: 100vh;
    display: block;
    position: absolute;
    left: 0;
    z-index: 101;
  }
  .header .nav .search.active .form-container::after {
    content: "";
    top: 100%;
    width: 100%;
    background: #141414;
    height: 100vh;
    display: block;
    position: absolute;
    left: 0;
    z-index: 101;
  }
  .header .languages {
    order: 1;
    display: none;
    width: 50%;
    text-align: right;
    background: #e6e6e6;
  }
  .header .mobile-menu {
    width: 10%;
    margin-left: auto;
    height: 75px;
    background: url('img/mobile-menu.png') no-repeat scroll center center transparent;
  }
  .header.dark .nav > ul > li {
    background: #141414;
  }
  .header.dark .languages {
    background: #141414;
  }
  .header.dark .search {
    background: #141414;
  }
  .header.dark .mobile-menu {
    border-bottom: 5px solid #141414;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .nav ul li {
    padding: 0 0px;
  }
}
.menu__products-sliders {
  position: absolute;
  right: 100%;
  height: calc(100% - 55px);
  bottom: 55px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .menu__products-sliders {
    display: none !important;
  }
}
.menu__products-slider {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.menu__products-slider:first-child {
  display: block;
}
.menu__products-slider-background {
  max-width: none;
}
.menu__products-slider .swiper-container {
  width: 285px;
  position: absolute;
  bottom: 0;
  right: 45px;
}
.menu__products-slider .progress-bar {
  display: block;
  margin: 0 auto 12px;
  width: 0;
  height: 1px;
  background: #fff;
}
.menu__products-slider .product-name {
  font-size: 23px;
  line-height: 25px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #858585;
}
@media only screen and (max-width: 767px) {
  .single-products .header .mobile-menu {
    height: 45px;
  }
  .single-products .header .logo {
    top: -7px;
  }
}
/* sidebar */
/* footer */
.footer {
  font-size: 1.7rem;
  color: #8a8a8a;
  background: #141414;
  padding-top: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
.footer .logo {
  padding-bottom: 65px;
  display: inline-block;
  width: 89px;
}
.footer .logo g,
.footer .logo path,
.footer .logo rect {
  fill: #141414;
}
.footer .footer-col {
  min-height: 1px;
}
.footer ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  text-align: center;
}
.footer ul li {
  display: inline-block;
  padding: 0 40px;
}
.footer ul li a {
  color: #8a8a8a;
  text-transform: uppercase;
}
.footer ul li a:hover {
  color: #ffffff;
}
.footer ul.social {
  text-align: right;
}
.footer ul.social li {
  padding: 0 5px;
  vertical-align: middle;
}
.footer ul.social li img,
.footer ul.social li svg {
  height: 30px;
  max-width: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-col:last-of-type {
    padding-left: 5px;
  }
  .footer ul {
    padding-top: 20px;
    padding-left: 0;
  }
  .footer ul li {
    display: inline-block;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 10px;
    font-size: 0.8em;
    line-height: 1;
  }
  .footer .footer-col {
    padding: 0 5%;
    padding-top: 20px;
  }
  .footer .footer-col:last-of-type {
    padding-left: 5%;
    padding-top: 20px;
  }
  .footer ul.social li {
    padding: 0 1px;
  }
  .footer ul.social li img {
    width: 18px;
  }
}
@media only screen and (min-width: 1700px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.pagination article {
  padding-bottom: 50px;
}
.show-more {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}
.show-more::before {
  content: "";
  background-image: url('img/icons/bullet.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 12px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: baseline;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.show-more.white {
  color: #ffffff;
}
.show-more.white::before {
  background-image: url('img/icons/bullet_w.png');
}
.show-more.hide::before {
  transform: rotate(180deg);
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.parallax {
  position: relative;
}
.parallax .parallax-wrapper {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.parallax .parallax-wrapper .parallax-inner {
  height: 100%;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  width: 100%;
}
.parallax .parallax-wrapper .parallax-inner img.special {
  height: 150%;
  width: auto;
  max-width: none;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.breadcrumbs {
  color: #b6b6b6;
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.breadcrumbs a {
  color: #b6b6b6;
}
main {
  min-height: 70vh;
}
section.white {
  background: #ffffff;
}
section.black {
  background: #000000;
}
section.medium {
  background: #8a8a8a;
}
section.dark {
  background: #141414;
}
section.light {
  background: #e6e6e6;
}
section > .container.white,
section > .container-fluid.white {
  background: #ffffff;
}
section > .container.black,
section > .container-fluid.black {
  background: #000000;
}
section > .container.medium,
section > .container-fluid.medium {
  background: #8a8a8a;
}
section > .container.dark,
section > .container-fluid.dark {
  background: #141414;
}
section > .container.light,
section > .container-fluid.light {
  background: #e6e6e6;
}
section > .container > h1,
section > .container-fluid > h1,
section > .container > h2,
section > .container-fluid > h2 {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.home-hero {
  height: calc(100vh - 130px);
  background: #e6e6e6;
  position: relative;
}
.home-hero .bg {
  height: 100%;
  transition: 200ms ease-out;
  transform: scale(1.05);
  transition-delay: 200ms;
  background-size: cover;
  background-position: center;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-hero .bg img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: none;
}
.home-hero .text {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  padding: 20px 20px 20px;
  text-align: center;
  width: 100%;
  height: 60%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .home-hero .text {
    height: 70%;
  }
}
.home-hero .text::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #000000 20%, rgba(0, 0, 0, 0) 100%);
}
.home-hero .text a {
  color: #ffffff;
}
.home-hero .text h1,
.home-hero .text h2 {
  margin: 0;
  font-size: 5.4rem;
  color: #ffffff;
  line-height: 1;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .home-hero .text h1,
  .home-hero .text h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-hero .text h1,
  .home-hero .text h2 {
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .home-hero .text h1,
  .home-hero .text h2 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1700px) {
  .home-hero .text h1,
  .home-hero .text h2 {
    font-size: 6rem;
  }
}
.home-hero .text p {
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  .home-hero .text p {
    font-size: 1.4rem;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-hero .text p {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .home-hero .text p {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1700px) {
  .home-hero .text p {
    max-width: 55%;
  }
}
.home-hero .swiper-slide-active .bg,
.home-hero .swiper-slide-duplicate-active .bg {
  transform: scale(1);
  transition-delay: 0ms;
}
.home-hero .images {
  height: 100%;
}
.home-hero .swiper-navigation {
  position: absolute;
  right: 8%;
  bottom: 25px;
  display: inline-block;
  width: auto;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  z-index: 1;
  color: #4a4a4a;
}
@media only screen and (max-width: 767px) {
  .home-hero .swiper-navigation {
    right: 5%;
    left: 5%;
    bottom: 5px;
    text-align: center;
  }
}
.home-hero .swiper-navigation i::before {
  color: #4a4a4a;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.home-hero .swiper-navigation .swiper-pagination {
  width: 130px;
  position: static;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-hero .swiper-navigation .swiper-pagination {
    width: 70%;
  }
}
.home-hero .swiper-navigation .swiper-pagination,
.home-hero .swiper-navigation .prev,
.home-hero .swiper-navigation .next {
  display: inline-block;
}
.home-hero .swiper-navigation .prev,
.home-hero .swiper-navigation .next {
  font-size: 0.8em;
  cursor: pointer;
}
.home-hero .swiper-navigation .prev:hover i::before,
.home-hero .swiper-navigation .next:hover i::before {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home-hero {
    height: calc(100vh - 100px);
  }
}
.module-home-categories {
  padding-top: 40px;
}
.module-home-categories .row {
  justify-content: strech;
}
.module-home-categories .images {
  height: 100%;
}
.module-home-categories .images .swiper-slide {
  height: 100%;
}
.module-home-categories .images img {
  height: 540px;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-home-categories .images img {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-home-categories .images img {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .module-home-categories .images img {
    height: 150px;
  }
}
.module-home-categories .text {
  height: 100%;
  text-align: center;
  padding: 0 150px;
}
@media only screen and (max-width: 767px) {
  .module-home-categories .text {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-home-categories .text {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-home-categories .text {
    padding: 0 30px;
  }
}
.module-home-categories .text .swiper-slide {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-home-categories .text h3 {
  font-weight: bold;
  font-size: 5.4rem;
  margin-bottom: 5px;
  margin-top: 45px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-home-categories .text h3 {
    font-size: 3rem;
    margin-top: 30px;
  }
}
.module-home-categories .text p {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .module-home-categories .text p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .module-home-categories .text .button {
    margin-bottom: 20px;
  }
}
.module-home-categories .pagination {
  position: relative;
  margin-top: 32px;
  margin-bottom: -15px;
}
@media only screen and (max-width: 767px) {
  .module-home-categories .pagination {
    margin-top: 16px;
  }
}
.module-home-categories .swiper-pagination {
  width: 100%;
  position: static;
}
.module-home-categories .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 4px;
  border-radius: 0;
  width: 32px;
  height: 20px;
  position: relative;
  background: transparent;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.module-home-categories .swiper-pagination .swiper-pagination-bullet:focus {
  outline: 0;
}
.module-home-categories .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 9px;
  height: 3px;
  width: 100%;
  left: 0;
  background: #8a8a8a;
  display: block;
}
.module-home-categories .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #141414;
}
.pair {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.pair .module-half-half {
  background: #ffffff;
}
.pair .module-half-half .row {
  flex-wrap: wrap;
  height: 100%;
}
.pair .module-half-half .description {
  background: #f2f2f2;
  width: 100%;
}
.pair .module-half-half .description .text {
  width: 100%;
  padding-right: 30px;
}
.pair .module-half-half .media {
  width: 100%;
  min-height: 390px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pair .module-half-half .media {
    min-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .pair .module-half-half .media {
    min-height: 200px;
  }
}
.pair .module-half-half.second-half .description {
  order: 2;
}
.pair .module-half-half.second-half .media {
  order: 1;
}
.module-half-half {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .module-half-half {
    width: 90%;
  }
}
.module-half-half .row {
  background: #f2f2f2;
}
.module-half-half .row.flip {
  flex-direction: row-reverse;
}
.module-half-half.first-half {
  width: 50%;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .module-half-half.first-half {
    padding-right: 5px;
    width: 100%;
  }
}
.module-half-half.second-half {
  width: 50%;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .module-half-half.second-half {
    padding-left: 5px;
    width: 100%;
    margin-top: 30px;
  }
}
.module-half-half .description {
  color: #8a8a8a;
  position: relative;
  width: 65%;
  padding: 50px 100px;
}
@media only screen and (max-width: 767px) {
  .module-half-half .description {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-half-half .description {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-half-half .description {
    padding: 50px;
  }
}
.module-half-half .description::after {
  content: "";
  position: absolute;
  top: 0;
  width: 18px;
  height: 100%;
  left: 0;
  display: inline-block;
}
.module-half-half .description .text {
  width: 600px;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 120px;
  width: 100%;
}
.module-half-half .description .text h2 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000;
  font-size: 4rem;
}
.module-half-half .description .text h2 a {
  color: #000000;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-half-half .description .text h2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .module-half-half .description .text h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-half-half .description .text h2 {
    font-size: 3rem;
  }
}
.module-half-half .description .text h4 {
  text-transform: uppercase;
}
.module-half-half .description .text p {
  font-size: 2rem;
  font-weight: 200;
  color: #141414;
  line-height: 1.3em;
  padding-top: 5px;
  margin-bottom: 0;
  padding-bottom: 5px;
  flex-grow: 1;
  text-align: justify;
}
.module-half-half .description .text p.flex-end {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .module-half-half .description .text p.flex-end {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .module-half-half .description .text p {
    font-size: 1.5rem;
  }
}
.module-half-half .description .text .button {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.module-half-half .description .text.to-left {
  margin-left: 0;
  padding-right: 0;
}
.module-half-half .description .text.with-video {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-half-half .description .text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-half-half .description {
    width: 100%;
  }
  .module-half-half .description .text {
    padding-left: 15px;
    max-width: 100%;
    padding-right: 15px;
  }
}
.module-half-half.high .description {
  height: 540px;
}
.module-half-half .sidebar-features {
  padding-left: 0;
  text-transform: uppercase;
  color: #6f74ff;
  list-style: none;
}
.module-half-half .sidebar-features li {
  padding-bottom: 30px;
}
.module-half-half .sidebar-features li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6f74ff;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.module-half-half .vertical-gallery {
  height: 480px;
  width: 100%;
}
.module-half-half .vertical-gallery .swiper-slide {
  background-position: center;
  background-size: cover;
}
.module-half-half .score {
  font-size: 4rem;
  font-weight: bold;
}
.module-half-half .media {
  flex-grow: 1;
  min-height: 300px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .module-half-half .media {
    min-height: 0;
  }
}
.module-half-half .media .bg {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 300ms;
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .bg {
    min-height: 200px;
  }
}
.module-half-half .media.with-video .bg {
  background-size: auto 100%;
}
.module-half-half .media .zoom_image {
  position: absolute;
  height: 320px;
  left: 337px;
  top: -100px;
  width: 320px;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.module-half-half .media .zoom_pulse {
  position: absolute;
  top: 160px;
  left: 300px;
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  box-shadow: 0 0 0 rgba(91, 214, 102, 0.4);
  border: 5px solid #5bd566;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .zoom_pulse {
    top: 30%;
    left: 30%;
  }
}
.module-half-half .media .zoom_pulse:hover {
  animation: none;
}
.module-half-half .media .labels {
  text-align: right;
  position: absolute;
  top: 0;
  width: 660px;
}
@media only screen and (min-width: 1700px) {
  .module-half-half .media .labels {
    width: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .labels {
    width: 90%;
    right: 5%;
  }
}
.module-half-half .media .label {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #5bd566;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 60px;
}
.module-half-half .media .label span:first-child {
  padding-top: 33px;
  display: block;
  font-size: 2rem;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .label span:first-child {
    font-size: 1.2rem;
    padding-top: 15px;
  }
}
.module-half-half .media .label span:nth-child(2) {
  font-size: 1.1rem;
  display: block;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .label span:nth-child(2) {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .label {
    width: 50px;
    margin-top: 20px;
    height: 50px;
  }
}
.module-half-half .media .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.module-half-half .media .video-wrapper video {
  position: absolute;
  top: 50%;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-half-half .media .video-wrapper video {
    width: auto;
    height: 100%;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(91, 214, 102, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(91, 214, 102, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(91, 214, 102, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(91, 214, 102, 0.4);
    box-shadow: 0 0 0 0 rgba(91, 214, 102, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(91, 214, 102, 0);
    box-shadow: 0 0 0 10px rgba(91, 214, 102, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(91, 214, 102, 0);
    box-shadow: 0 0 0 0 rgba(91, 214, 102, 0);
  }
}
@media only screen and (max-width: 767px) {
  .module-half-half .media {
    width: 100%;
  }
}
.module-half-half.right .row {
  flex-direction: row-reverse;
}
.module-half-half.right .text {
  margin-left: 0;
  padding-right: 0;
  padding-left: 60px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-half-half.right .text {
    padding-left: 10px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-half-half.right .text {
    padding-left: 0;
  }
}
.module-half-half.right .description::after {
  left: auto;
  right: 0;
}
.module-half-half.purple .description::after {
  background: #6f74ff;
}
.module-half-half.orange .description::after {
  background: #ffbb36;
}
.module-half-half.green .description::after {
  background: #5bd566;
}
.module-half-half.turquoise .description::after {
  background: #31ced5;
}
.module-half-half.bg-green .description {
  background: #5bd566;
  color: #ffffff;
}
.module-half-half.bg-light-grey .description {
  background: #e6e6e6;
  color: #000000;
}
.module-half-half.bg-light-grey .description .text h2 {
  color: #000000;
}
.module-half-half.bg-medium-grey .description {
  background: #e2e2e2;
  color: #000000;
}
.module-half-half.bg-medium-grey .description .text h2 {
  color: #000000;
}
.module-half-half.bg-dark-grey .description {
  background: #141414;
  color: #ffffff;
}
.module-half-half.bg-dark-grey .description .text h2 {
  color: #ffffff;
}
.module-half-half.bg-black .description {
  background: #000000;
  color: #ffffff;
}
.module-half-half.bg-white .description {
  background: #ffffff;
  color: #000000;
}
.module-half-half.bg-white .description .text h2 {
  color: #000000;
}
.module-half-half.bg-turquoise .description {
  background: #31ced5;
  color: #ffffff;
}
.module-half-half.collapsed {
  height: 0;
  overflow: hidden;
}
.guides-page {
  padding-top: 25px;
}
.guides-page h1 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.guides-page p {
  font-size: 2.4rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .guides-page p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.module-reviews {
  background: #ffffff;
}
.module-reviews .module-half-half {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 30px;
}
.module-reviews .module-half-half .text p {
  margin-bottom: 30px;
}
.module-category-tabs .tab {
  background: #3c3c3b;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  transition-duration: 150ms;
  position: relative;
  padding-bottom: 40px;
  font-weight: 600;
}
.module-category-tabs .tab:hover,
.module-category-tabs .tab.active {
  background: #ffffff !important;
  color: var(--tab-color) !important;
}
.module-category-tabs .tab:hover .hover,
.module-category-tabs .tab.active .hover {
  opacity: 1;
}
.module-category-tabs .tab .icon {
  display: inline-block;
  height: 100px;
  width: 100%;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .module-category-tabs .tab .icon {
    background-size: 15px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-category-tabs .tab .icon {
    background-size: auto 50%;
  }
}
.module-category-tabs .tab .hover {
  height: 100px;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .module-category-tabs .tab .hover {
    background-size: 15px auto;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-category-tabs .tab {
    padding-bottom: 0px;
    font-size: 0.6em;
    line-height: 1.1em;
  }
  .module-category-tabs .tab .icon,
  .module-category-tabs .tab .hover {
    height: 25px;
    margin-top: 0;
  }
}
.module-category-tabs .tab-group {
  display: none;
  padding-top: 0;
}
.module-category-tabs .tab-group h3 {
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 0;
  min-height: 2.2em;
}
.module-category-tabs .tab-group.active {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.module-category-tabs.purple .tab {
  background: #6f74ff;
}
.module-category-tabs.purple .tab:hover,
.module-category-tabs.purple .tab.active {
  color: #6f74ff;
  background: #ffffff;
}
.module-category-tabs .module-reviews .tab-group.active {
  padding-top: 0;
}
.compare.checkbox {
  padding-right: 30px;
  padding-left: 12px;
  padding-top: 3px;
  padding-bottom: 5px;
  position: relative;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: 1.3rem;
  color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
  .compare.checkbox {
    font-size: 1rem;
    padding-left: 30px;
    padding-bottom: 3px;
  }
}
.compare.checkbox::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 11px;
  width: 12px;
  height: 12px;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  border: 1px solid #999999;
}
@media only screen and (max-width: 767px) {
  .compare.checkbox::after {
    top: 8px;
  }
}
.compare.checkbox::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 1;
  height: 10px;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 10px;
  background: #000000;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .compare.checkbox::before {
    top: 9px;
  }
}
.compare.checkbox.checked {
  color: #000000;
}
.compare.checkbox.checked::before {
  opacity: 1;
}
.compare-button-wrapper {
  position: fixed;
  width: 100%;
  padding: 23px 0;
  bottom: 0px;
  left: 0;
  z-index: 10;
  background: #141414;
  text-align: center;
  color: #ffffff;
  transform: translate3d(0, 100%, 0);
  transition-duration: 500ms;
}
.compare-button-wrapper .row {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .compare-button-wrapper .row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .compare-button-wrapper {
    padding: 15px;
  }
}
.compare-button-wrapper.active {
  transform: translate3d(0, 0%, 0);
}
.compare-button-wrapper .products-list {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 0;
  flex-wrap: wrap;
}
.compare-button-wrapper .products-list li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 2.2rem;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .compare-button-wrapper .products-list li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .compare-button-wrapper .products-list li {
    font-size: 1.4rem;
    margin-bottom: 5px;
    margin-right: 20px;
  }
}
.compare-button-wrapper .products-list li span {
  background: url('img/check.png') no-repeat scroll center center transparent;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .compare-button-wrapper .products-list li span {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background-size: contain;
  }
}
.compare-button-wrapper .compare-button {
  opacity: 0.2;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  flex-shrink: 0;
}
.compare-button-wrapper .compare-button.active {
  opacity: 1;
  cursor: pointer;
}
.compare-button-wrapper .compare-button span {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .compare-button-wrapper .compare-button {
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
  }
}
.product-modules {
  overflow: hidden;
  width: 100%;
}
.product-modules__item {
  position: relative;
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 100%;
}
.product-modules__item--half {
  min-width: 50%;
}
.product-modules__item--no-paddings {
  padding-left: 0;
  padding-right: 0;
}
.colors-block {
  position: absolute;
  right: 30px;
  top: 15px;
}
.colors-block span,
.colors-block img {
  width: 25px;
  display: block;
  margin-bottom: 15px;
  height: 25px;
  cursor: pointer;
}
.colors-block span.with-border,
.colors-block img.with-border {
  border: 1px solid #8a8a8a;
}
@media only screen and (max-width: 767px) {
  .colors-block {
    right: 9px;
  }
}
.product-tile {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .product-tile {
    margin-bottom: 15px;
  }
}
.product-tile .product-image {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-tile .image-wrapper {
  text-align: center;
  position: relative;
}
.product-tile .image-wrapper img {
  max-width: 90%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .product-tile .image-wrapper img {
    max-height: 100%;
  }
}
.product-tile .image-wrapper .image-block {
  height: 370px;
  margin: 0 10px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1700px) {
  .product-tile .image-wrapper .image-block {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-tile .image-wrapper .image-block {
    height: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .image-wrapper .image-block {
    height: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tile .image-wrapper .image-block {
    height: 160px;
  }
}
.product-tile .image-wrapper .image-block img {
  display: none;
  margin: 0 auto;
  max-width: 75%;
}
.product-tile .image-wrapper .image-block img.active {
  display: block;
}
.product-tile .image-wrapper .icons-wrapper {
  position: absolute;
  bottom: 5px;
  left: 15px;
}
.product-tile .image-wrapper .icons-wrapper img {
  max-width: 100%;
  height: 95px;
}
@media only screen and (max-width: 767px) {
  .product-tile .image-wrapper .icons-wrapper {
    top: 5px;
    bottom: auto;
    left: 5px;
  }
  .product-tile .image-wrapper .icons-wrapper img {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .image-wrapper .icons-wrapper {
    top: 5px;
    bottom: auto;
  }
  .product-tile .image-wrapper .icons-wrapper img {
    height: 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-tile .image-wrapper .icons-wrapper img {
    height: 65px;
  }
}
.product-tile h3 {
  font-size: 3rem;
  font-weight: 900;
  padding-bottom: 0px;
  text-align: center;
  margin-bottom: 6px;
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .product-tile h3 {
    font-size: 2.4rem;
    margin-top: 15px;
  }
}
.product-tile .product-labels {
  display: inline-block;
  text-align: center;
  width: calc(100% + 10px);
  margin: -5px;
}
.product-tile .product-label {
  display: inline-block;
  margin: 5px;
}
.product-tile .product-label,
.product-tile .archived {
  color: #5bd566;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .product-tile .product-label,
  .product-tile .archived {
    font-size: 1.2rem;
    letter-spacing: 0rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .product-label,
  .product-tile .archived {
    font-size: 0.8em;
  }
}
.product-tile .archived {
  display: block;
  text-align: center;
  color: #d91c22;
}
.product-tile p {
  color: #8a8a8a;
}
.product-tile .compare.checkbox {
  position: absolute;
  bottom: 4px;
  right: 17px;
  opacity: 0;
}
.product-tile .compare.checkbox.checked {
  opacity: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .compare.checkbox {
    opacity: 1;
    bottom: 0;
    right: 5px;
    padding-bottom: 3px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 25px;
  }
  .product-tile .compare.checkbox::after {
    top: 2px;
    right: 5px;
  }
  .product-tile .compare.checkbox::before {
    top: 3px;
    right: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .compare.checkbox {
    right: 9px;
  }
}
.product-tile .hidden.data {
  display: none;
}
.product-tile:hover .compare.checkbox {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .product-tile {
    width: 100%;
  }
}
.module-social {
  background: url('img/lines.png') no-repeat scroll center center #141414;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 43px;
  padding-bottom: 43px;
}
.module-social p {
  margin: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-social .icon {
    margin-bottom: 10px;
  }
}
.module-support {
  background: #ffffff;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .module-support {
    padding-bottom: 0;
    padding-top: 25px;
  }
}
.module-support .container .row {
  background: url('img/support.jpg') no-repeat scroll right bottom #e6e6e6;
  background-size: auto 95%;
}
@media only screen and (max-width: 767px) {
  .module-support .container .row {
    background: #e6e6e6;
  }
}
.module-support .wrapper {
  display: flex;
  flex-layout: row;
  padding: 0 130px 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-support .wrapper {
    padding: 0 30px;
  }
}
.module-support h2 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .module-support h2 {
    font-size: 2.4rem;
  }
}
.module-support blockquote {
  margin: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .module-support blockquote {
    display: none;
  }
}
.module-support blockquote p,
.module-support blockquote footer {
  margin: 0;
  color: #141414;
}
.module-support a {
  text-transform: uppercase;
  margin-top: 30px;
  display: inline-block;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .module-support a {
    margin-top: 0px;
    font-size: 0.8em;
  }
}
.module-support a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #8a8a8a;
  margin-top: 5px;
}
.module-support .support-text {
  padding: 50px 0 40px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-support .support-text {
    min-height: 0;
    padding: 20px 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-support .support-text {
    min-height: 300px;
  }
}
@media only screen and (min-width: 1700px) {
  .module-support .support-text {
    min-height: 500px;
  }
}
.subpage-hero {
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.subpage-hero .text-wrapper {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #ffffff;
  text-align: center;
}
.subpage-hero .text-wrapper h2 {
  font-weight: 900;
  font-size: 5rem;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .subpage-hero .text-wrapper h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-hero .text-wrapper h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .subpage-hero {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-hero {
    height: 300px;
  }
}
.module-about-us {
  padding-top: 55px;
  padding-bottom: 80px;
  overflow: hidden;
  color: #141414;
}
.module-about-us h1 {
  text-transform: uppercase;
}
.module-about-us p {
  color: #141414;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-about-us p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .module-about-us {
    padding: 30px 0 50px;
  }
  .module-about-us .subpage-hero {
    height: 150px;
  }
}
.module-about-us h2 {
  line-height: 2em;
  font-weight: bold;
  margin: 0;
}
.module-about-us form {
  width: 600px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-about-us form {
    width: 100%;
  }
}
.module-about-us select {
  border: 1px solid #000000;
  padding: 10px;
  margin-bottom: 20px;
  max-width: 100%;
}
.module-about-us input[type=email],
.module-about-us input[type=text],
.module-about-us textarea {
  width: 600px;
  margin-bottom: 10px;
  border: 1px solid #000000;
  color: #000000;
  padding: 10px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-about-us input[type=email],
  .module-about-us input[type=text],
  .module-about-us textarea {
    width: 100%;
  }
}
.module-about-us input[type="submit"][disabled] ~ .agree {
  display: inline-block;
}
.module-about-us .agree {
  color: #d91c22;
  display: none;
}
.module-about-us .wpcf7-list-item {
  margin-left: 0;
}
.module-about-us aside h3 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-about-us aside h3 {
    font-size: 2.4rem;
  }
}
.module-about-us aside p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-about-us aside {
    padding: 0px;
  }
}
.module-about-us .rodo {
  font-size: 1.6rem;
}
.module-about-us .rodo h3 {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-about-us .rodo h3 {
    font-size: 2.4rem;
  }
}
.module-about-us .rodo li {
  padding-bottom: 5px;
}
.module-about-us .module-half-half {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .module-about-us .module-half-half {
    margin-bottom: 0;
  }
}
.module-about-us .module-half-half .description .text {
  padding-right: 0;
}
.module-about-us .module-half-half .description .text p {
  flex-grow: 0;
}
.module-about-us .module-half-half .media {
  min-height: 390px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-about-us .module-half-half .media {
    width: 100%;
    min-height: 300px;
  }
}
.module-about-us .module-half-half.right .description .text {
  padding-left: 0;
}
.module-about-us .box {
  padding-bottom: 50px;
  padding-top: 50px;
}
.module-about-us .box p {
  color: #555555;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .module-about-us .box {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.module-about-us ul {
  list-style: none;
  font-weight: 600;
  padding-left: 0;
}
.module-about-us ul li {
  text-transform: uppercase;
}
.module-about-us ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('img/icons/download.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 25px;
  vertical-align: middle;
}
body.contact .module-about-us .text-center,
body.kontakt .module-about-us .text-center {
  display: none;
}
section.with-top-menu {
  margin-top: 63px;
}
@media only screen and (min-width: 1700px) {
  section.with-top-menu {
    margin-top: 70px;
  }
}
section.with-search-top {
  margin-top: 200px;
}
section.with-search-top .results .sidebar {
  order: 0;
}
section.with-search-top .results .main {
  order: 1;
}
section.with-search-top .results .module-half-half {
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  section.with-search-top .results .module-half-half .media {
    height: 190px;
  }
}
section.with-search-top .results .double-column-list {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  section.with-search-top .results .product-tile:nth-of-type(-n+3) {
    padding-top: 0;
  }
}
.module-rma {
  padding: 40px 0;
}
.module-rma h1 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.module-rma p.sub {
  font-size: 2.4rem;
  margin-bottom: 50px;
}
.module-rma .desc {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
}
.module-rma .desc p {
  page-break-inside: avoid;
}
.module-rma .desc ul {
  color: #141414;
  page-break-inside: avoid;
  line-height: 1.6em;
}
.module-rma .desc ul li {
  position: relative;
  padding-left: 0px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
}
.module-rma .forms {
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 75px;
}
.module-rma .forms-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .module-rma .forms-list {
    flex-wrap: wrap;
    padding: 0 0px;
  }
}
.module-rma .forms-list li {
  text-transform: uppercase;
  width: calc(33.33% - 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 30px;
  text-align: center;
  background: #f2f2f2;
  background-size: cover;
  background-position: center;
  height: 355px;
}
@media only screen and (max-width: 767px) {
  .module-rma .forms-list li {
    margin: 0 0 30px;
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-rma .forms-list li {
    height: 190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-rma .forms-list li {
    height: 275px;
  }
}
@media only screen and (min-width: 1700px) {
  .module-rma .forms-list li {
    height: 430px;
  }
}
.module-rma .forms-list li .text {
  width: 100%;
}
.module-rma .forms-list li a {
  max-width: 50%;
  display: block;
  margin-top: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-rma .forms-list li a {
    margin-top: 15px;
  }
}
li.bullet-li {
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 1.6rem;
  list-style: none;
  padding-left: 80px;
  padding-right: 100px;
  position: relative;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
  font-weight: 400;
}
li.bullet-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url('img/icons/bullet.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 11px;
  display: inline-block;
  vertical-align: baseline;
}
li.bullet-li.green::before {
  background-image: url('img/icons/bullet-green.png');
}
@media only screen and (max-width: 767px) {
  li.bullet-li {
    font-size: 1.6rem;
    padding-left: 40px;
    padding-right: 0px;
  }
  li.bullet-li::before {
    height: 13px;
    top: 4px;
    margin-right: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  li.bullet-li {
    padding-left: 40px;
    padding-right: 20px;
  }
  li.bullet-li::before {
    height: 13px;
    top: 4px;
    margin-right: 6px;
  }
}
@media only screen and (min-width: 1700px) {
  li.bullet-li {
    padding-left: 105px;
  }
  li.bullet-li::before {
    top: 8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  li.bullet-li {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.checkbox-wrapper {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: block;
  padding-right: 15px;
}
.checkbox-wrapper a {
  display: block;
}
.checkbox-wrapper li {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 10px;
  display: block;
  position: relative;
  padding-right: 20px;
}
.checkbox-wrapper input[type=checkbox],
.checkbox-wrapper input[type=radio] {
  position: absolute;
  visibility: hidden;
  z-index: -99;
}
.checkbox-wrapper input[type=checkbox]:checked ~ span.radios::after,
.checkbox-wrapper input[type=radio]:checked ~ span.radios::after,
.checkbox-wrapper input[type=checkbox]:checked ~ span.color::after,
.checkbox-wrapper input[type=radio]:checked ~ span.color::after,
.checkbox-wrapper input[type=checkbox]:checked ~ span.checkbox::after,
.checkbox-wrapper input[type=radio]:checked ~ span.checkbox::after {
  opacity: 1;
}
.checkbox-wrapper input[type=checkbox][disabled] ~ span.radios::before,
.checkbox-wrapper input[type=radio][disabled] ~ span.radios::before,
.checkbox-wrapper input[type=checkbox][disabled] ~ span.color::before,
.checkbox-wrapper input[type=radio][disabled] ~ span.color::before {
  opacity: 1;
}
.checkbox-wrapper label {
  cursor: pointer;
  display: block;
}
.checkbox-wrapper span.checkbox {
  width: 12px;
  height: 12px;
  border: 1px solid #b6b6b6;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0px;
  position: absolute;
  right: 0;
  top: 2px;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.checkbox-wrapper span.checkbox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background-size: 100% auto;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.archives-page {
  padding-top: 25px;
}
.archives-page h1 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.archives-page p {
  font-size: 2.4rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .archives-page p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.module-legacy {
  padding-bottom: 0px;
  background: #f2f2f2;
}
.module-legacy h2 {
  font-weight: 800;
  margin-bottom: 50px;
}
.module-legacy h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-legacy h3 {
    padding-left: 15px;
  }
}
.module-legacy .legacy-list {
  list-style-type: none;
  columns: 2;
  margin-top: 0;
  letter-spacing: 0;
  padding-left: 30px;
  padding-top: 0px;
}
.module-legacy .legacy-list li {
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: 2px solid #f2f2f2;
  display: table;
  width: 100%;
  font-weight: 600;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-legacy .legacy-list {
    columns: 1;
    padding-left: 15px;
  }
}
.module-legacy .tab-group {
  display: none;
}
.module-legacy .tab-group.active {
  display: block;
}
.manuals-page {
  padding-top: 25px;
}
.manuals-page h1 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.manuals-page p {
  font-size: 2.4rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .manuals-page p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.product-modules-page {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.revision_version {
  font-size: 50%;
  font-weight: 400;
  display: inline;
  white-space: nowrap;
}
.module-product-revisions .product-revisions {
  text-transform: uppercase;
}
.module-product-revisions .product-revisions strong {
  white-space: nowrap;
  letter-spacing: 0px;
  font-weight: 500;
}
.module-product-revisions .product-revisions td:first-child {
  padding-right: 5px;
  vertical-align: top;
}
.revision_newest_info {
  background: #e6e6e6;
  padding: 60px 0 18px;
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .revision_newest_info {
    padding-top: 90px;
  }
}
.revision_newest_info + .product-page {
  padding-top: 18px !important;
}
.revision_newest_info a {
  text-decoration: underline;
}
.revision_newest_info a:hover {
  text-decoration: none;
}
.product-page {
  position: relative;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .product-page {
    padding-top: 80px;
  }
}
.product-page .product-labels,
.product-page .archived {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 2.7rem;
  color: #5bd566;
  padding-top: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .product-page .product-labels,
  .product-page .archived {
    top: 20px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .product-labels,
  .product-page .archived {
    font-size: 1.8rem;
  }
}
.product-page .product-labels {
  margin: -5px;
}
.product-page .product-label {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}
.product-page .archived {
  color: #d91c22;
}
.product-page .text-wrapper {
  padding-left: 23px;
  margin-top: 28px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .text-wrapper {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .text-wrapper {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.product-page .text-wrapper h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  position: relative;
  top: -10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1700px) {
  .product-page .text-wrapper h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-page .text-wrapper h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .text-wrapper h1 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .text-wrapper h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 2000px) {
  .product-page .text-wrapper h1 {
    font-size: 4.4rem;
  }
}
.product-page .text-wrapper ul:not(.picker_select_list) {
  padding-left: 0;
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-page .text-wrapper ul:not(.picker_select_list) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .text-wrapper ul:not(.picker_select_list) {
    margin-top: 0;
  }
}
.product-page .text-wrapper ul:not(.picker_select_list) li {
  padding-left: 35px;
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 0;
  letter-spacing: 0;
  line-height: 2;
  padding-bottom: 0;
}
.product-page .text-wrapper ul:not(.picker_select_list) li::before {
  left: 0;
  width: 20px;
  top: 13px;
  height: 7px;
  background-size: auto 100%;
}
.product-page .text-wrapper ul:not(.picker_select_list) li:hover a {
  color: #5bd566;
}
@media only screen and (min-width: 1700px) {
  .product-page .text-wrapper ul:not(.picker_select_list) li {
    font-size: 1.75rem;
  }
  .product-page .text-wrapper ul:not(.picker_select_list) li::before {
    top: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-page .text-wrapper ul:not(.picker_select_list) li {
    font-size: 1.4rem;
  }
  .product-page .text-wrapper ul:not(.picker_select_list) li::before {
    top: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .text-wrapper ul:not(.picker_select_list) li {
    font-size: 1.1rem;
    padding-left: 25px;
    line-height: 1.6;
  }
  .product-page .text-wrapper ul:not(.picker_select_list) li::before {
    top: 6px;
    width: 15px;
    height: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .text-wrapper ul:not(.picker_select_list) li {
    font-size: 1.4rem;
  }
  .product-page .text-wrapper ul:not(.picker_select_list) li::before {
    top: 12px;
  }
}
@media only screen and (min-width: 2000px) {
  .product-page .text-wrapper ul:not(.picker_select_list) li {
    font-size: 2.2rem;
  }
  .product-page .text-wrapper ul:not(.picker_select_list) li::before {
    top: 19px;
  }
}
.product-page .picker-wrapper {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-page .picker-wrapper ul li.selected {
  background: #c9f1cd;
}
.product-page .nav-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product-page .nav-buttons {
    display: block;
    text-align: center;
  }
}
.product-page .galleries-wrapper {
  position: relative;
  min-height: 501px;
  height: calc(100% - 73px);
  margin-bottom: 45px;
  margin-top: 28px;
}
@media only screen and (min-width: 1700px) {
  .product-page .galleries-wrapper {
    min-height: 599px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-page .galleries-wrapper {
    min-height: 402px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .galleries-wrapper {
    min-height: 312px;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .galleries-wrapper {
    min-height: 0;
    height: auto;
    padding-top: 62.5%;
    margin-bottom: 17.5%;
  }
}
.product-page .galleries-wrapper .product-gallery {
  z-index: 0;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  min-height: 410px;
  opacity: 0;
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  height: calc(100% - 91px);
}
.product-page .galleries-wrapper .product-gallery.black {
  background: #000000;
}
@media only screen and (min-width: 1700px) {
  .product-page .galleries-wrapper .product-gallery {
    min-height: 490px;
    height: calc(100% - 109px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-page .galleries-wrapper .product-gallery {
    min-height: 329px;
    height: calc(100% - 73px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .galleries-wrapper .product-gallery {
    min-height: 241px;
    height: calc(100% - 51px);
  }
}
@media only screen and (max-width: 767px) {
  .product-page .galleries-wrapper .product-gallery {
    min-height: 0;
    height: 100%;
  }
}
.product-page .galleries-wrapper .product-gallery a {
  cursor: pointer;
}
.product-page .galleries-wrapper .product-gallery .swiper-container {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.product-page .galleries-wrapper .product-gallery .swiper-container .swiper-slide {
  text-align: center;
  height: 100%;
}
.product-page .galleries-wrapper .product-gallery .swiper-container .swiper-slide img {
  max-height: 100%;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  transform: scale(0.75);
}
.product-page .galleries-wrapper .product-gallery .swiper-container .swiper-slide.swiper-slide-active img,
.product-page .galleries-wrapper .product-gallery .swiper-container .swiper-slide.swiper-slide-duplicate-active img {
  transform: scale(1);
}
.product-page .galleries-wrapper .product-gallery.active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.product-page .galleries-wrapper .thumbnails-gallery {
  height: 91px;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
@media only screen and (min-width: 1700px) {
  .product-page .galleries-wrapper .thumbnails-gallery {
    height: 109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-page .galleries-wrapper .thumbnails-gallery {
    height: 73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .galleries-wrapper .thumbnails-gallery {
    height: 51px;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .galleries-wrapper .thumbnails-gallery {
    height: 0;
    padding-top: 12%;
    top: 100%;
    bottom: auto;
  }
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-container {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }
}
.product-page .galleries-wrapper .thumbnails-gallery.active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-container {
  margin: 0 44px 0 45px;
  width: calc(100% - 91px);
}
@media only screen and (min-width: 1700px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-container {
    margin: 0 54px 0 55px;
    width: calc(100% - 109px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-container {
    margin: 0 36px 0 37px;
    width: calc(100% - 73px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-container {
    margin: 0 36px 0 35px;
    width: calc(100% - 71px);
  }
}
@media only screen and (max-width: 767px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-container {
    margin: 0 35px 0 35px;
    width: calc(100% - 70px);
  }
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-slide {
  height: 91px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  border: 2px solid #5bd566;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-slide.active::after {
  opacity: 1;
}
@media only screen and (min-width: 1700px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-slide {
    height: 109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-slide {
    height: 73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-slide {
    height: 51px;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-slide {
    height: 0;
    padding-top: 14.28%;
  }
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-slide.empty {
  cursor: auto;
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-nav {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 91px;
  background-color: #e0e0e0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px auto;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
@media only screen and (min-width: 1700px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-nav {
    height: 109px;
    width: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-nav {
    height: 73px;
    width: 31px;
    background-size: 22px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-nav {
    height: 51px;
    width: 31px;
    background-size: 20px auto;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-nav {
    height: 100%;
    width: 30px;
    background-size: 50% auto;
  }
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-nav:hover {
  background-color: #e6e6e6;
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-nav:focus {
  outline: 0;
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-nav.swiper-button-disabled {
  display: none;
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-nav.prev {
  left: 0px;
  background-image: url('img/icons/arrows_left.png');
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-nav.next {
  right: 0px;
  background-image: url('img/icons/arrows_right.png');
}
.product-page .galleries-wrapper .thumbnails-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page .icons-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  right: 15px;
  bottom: 0px;
  height: 100%;
  z-index: 1;
}
.product-page .icons-wrapper img {
  height: 100px;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .product-page .icons-wrapper img {
    height: 40px;
    margin: 3px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .icons-wrapper {
    right: 5px;
    bottom: 2px;
  }
  .product-page .icons-wrapper img {
    height: 55px;
    margin: 3px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-page .icons-wrapper {
    right: 5px;
  }
  .product-page .icons-wrapper img {
    height: 70px;
    margin: 5px 0;
  }
}
.product-page .color-switch {
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: 600;
}
.product-page .color-switch span {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 1.5rem;
  margin-right: 5px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .product-page .color-switch span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .color-switch span {
    font-size: 1rem;
  }
}
.product-page .color-switch .color {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  color: #8a8a8a;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.product-page .color-switch .color.active,
.product-page .color-switch .color:hover {
  color: #000000;
  border-color: #e6e6e6;
}
.product-page .color-switch .color i,
.product-page .color-switch .color img {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  border-radius: 50%;
  vertical-align: middle;
}
.product-page .color-switch .color i.with-border,
.product-page .color-switch .color img.with-border {
  border: 2px solid #141414;
}
.product-page .types-switch {
  font-weight: 600;
  display: flex;
  margin-top: 3px;
  margin-bottom: 3px;
}
.product-page .types-switch > span {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  padding-top: 4px;
  font-size: 1.5rem;
  margin-right: 5px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .types-switch > span {
    font-size: 1rem;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .types-switch > span {
    font-size: 1rem;
    line-height: 28px;
  }
}
.product-page .types-switch .select {
  flex-grow: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .product-page .types-switch .select {
    font-size: 1rem;
  }
  .product-page .types-switch .select span {
    padding-right: 40px;
  }
  .product-page .types-switch .select span::after {
    top: 10px;
  }
}
.module-text {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: justify;
  font-size: 1.1em;
}
.module-text:first-child {
  margin-top: 0;
}
.module-feature-list {
  margin-top: 50px;
  margin-bottom: 30px;
}
.module-feature-list ul {
  padding-left: 0;
  columns: 2;
}
@media only screen and (max-width: 767px) {
  .module-feature-list ul {
    columns: 1;
  }
}
.module-infographic {
  padding-top: 50px;
  padding-bottom: 50px;
}
.module-infographic svg {
  letter-spacing: 0;
}
.module-infographic.double img,
.module-infographic.double svg {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .module-infographic.double img,
  .module-infographic.double svg {
    width: 100%;
    margin-right: 0;
  }
}
.module-specifications {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-specifications {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .module-specifications span {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.module-specifications ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  columns: 2;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-specifications ul {
    columns: 1;
  }
}
.module-specifications ul.table-wrapper li {
  border-bottom: 2px solid #f2f2f2;
  break-inside: avoid;
}
.module-specifications ul.full {
  columns: 1;
}
.module-specifications ul.full ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.module-specifications ul.full ul li {
  width: calc(50% - 10px);
  border-bottom: 2px solid #f2f2f2;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-specifications ul.full ul li {
    width: 100%;
  }
}
.module-specifications ul.full > li:first-of-type {
  padding-top: 30px;
}
.module-specifications ul.full > li:first-of-type > span {
  margin: 20px 0;
  font-weight: bold;
  font-size: 1.1em;
}
.module-specifications ul li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
  padding-top: 12px;
}
.module-specifications ul li span:first-child {
  width: 55%;
  padding-right: 5px;
  color: #4a4a4a;
}
.module-specifications ul li span:nth-child(2) {
  width: 45%;
  padding-left: 5px;
}
.module-specifications ul li ul {
  width: 100%;
  columns: 1;
}
.module-specifications ul:empty {
  display: none;
}
.module-awards {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-awards {
    margin-bottom: 0;
  }
}
.module-awards h2 {
  padding-bottom: 30px;
}
.module-awards .award {
  padding: 0 0px;
}
.module-awards .award img {
  transition-duration: 300ms;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.module-awards .award img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.module-video {
  background-color: #141414;
}
.module-download {
  margin-bottom: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-download {
    margin-bottom: 0;
  }
}
.module-download ul {
  padding-left: 0;
}
.module-download ul li {
  list-style: none;
  font-size: 1.6rem;
}
.module-download ul a.button {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.module-set {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-set {
    margin-bottom: 0;
  }
  .module-set .wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.module-set ul {
  padding-left: 0;
}
.module-set ul li {
  list-style: none;
  color: #4a4a4a;
  text-transform: uppercase;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 12px;
  padding-top: 12px;
}
.module-linked {
  margin-top: 50px;
  margin-bottom: 80px;
}
.module-linked .image-wrapper img {
  max-height: 280px;
}
.module-linked h3 {
  text-align: center;
  font-weight: 900;
  margin-top: 30px;
  border-bottom: 0;
}
.category-wrapper h3 {
  font-weight: 700;
  font-size: 3rem;
  margin-top: 0;
}
.category-wrapper .remove-filters {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
}
.category-wrapper .remove-filters.active {
  display: block;
}
.page-category {
  padding-top: 25px;
}
.page-category h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px;
}
.page-category .desc {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 120px;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .page-category .desc {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-category .desc {
    margin-bottom: 50px;
  }
}
.page-category .select {
  width: 250px;
  max-width: calc(200% - 70px);
}
.page-category .category-wrapper h4 {
  font-weight: bold;
  font-size: 1.4rem;
}
.page-category .filter-wrapper {
  font-size: 1.4rem;
}
.page-category .filter-wrapper .button {
  width: auto;
  display: none;
  position: fixed;
  top: 140px;
  left: 50px;
}
.page-category .filter-wrapper h3 {
  font-weight: 700;
  font-size: 3rem;
  margin-top: 0;
}
.page-category .filter-wrapper h4 {
  font-weight: bold;
  font-size: 1.4rem;
}
.page-category .filter-wrapper > div > ul {
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .page-category .filter-wrapper > div > ul > li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
.page-category .filter-wrapper .remove-filters {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
}
.page-category .filter-wrapper .remove-filters.active {
  display: block;
}
.page-category .right-wrap {
  position: relative;
}
.page-category .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 0.5;
  display: none;
}
.filters-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.filters-tags h4 {
  margin: 0px 4px;
}
.filters-tags .tag {
  border: 2px solid #b6b6b6;
  color: #000000;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  background: transparent;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 30px 12px 8px;
  position: relative;
  margin: 4px;
}
.filters-tags .tag:hover {
  border-color: #000000;
}
@media only screen and (max-width: 767px) {
  .filters-tags .tag {
    padding: 12px 0;
    font-size: 1.2rem;
    width: auto;
    min-width: 180px;
  }
}
.filters-tags .tag span.close {
  position: absolute;
  display: inline-block;
  top: calc(50% - 16px);
  right: 0;
  width: 30px;
  height: 30px;
  background: url('img/close_no_border.png') no-repeat center center;
}
.tile-wrapper {
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .tile-wrapper {
    margin: 0 -5px;
  }
}
.tile-wrapper .product-tile {
  max-width: 50%;
  flex: 0 0 50%;
}
.tile-wrapper.three-cols .product-tile {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
.tile-wrapper.three-cols .product-tile .icons-wrapper img {
  max-width: 100%;
  height: 75px;
}
@media only screen and (max-width: 767px) {
  .tile-wrapper.three-cols .product-tile .icons-wrapper img {
    height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tile-wrapper.three-cols .product-tile .icons-wrapper img {
    height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .tile-wrapper.three-cols .product-tile .icons-wrapper img {
    height: 60px;
  }
}
@media only screen and (min-width: 1700px) {
  .tile-wrapper.three-cols .product-tile .icons-wrapper img {
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .tile-wrapper.three-cols .product-tile .icons-wrapper {
    top: 5px;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .tile-wrapper.three-cols .product-tile .image-wrapper .image-block {
    margin: 0;
  }
  .tile-wrapper.three-cols .product-tile h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tile-wrapper.three-cols .product-tile h3 {
    font-size: 2.4rem;
  }
}
.tile-wrapper.three-cols .product-tile .image-block img {
  max-width: 95%;
}
.tile-wrapper h3.not-found {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: 600;
}
.select {
  border: 2px solid #f2f2f2;
  margin-left: 5px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  position: relative;
  z-index: 2;
}
.select:hover {
  border-color: #e6e6e6;
}
.select:hover ul,
.select:hover li {
  border-color: #e6e6e6;
}
.select.active ul {
  display: block;
}
.select.active span::after {
  transform: rotate(180deg);
}
.select span {
  position: relative;
  display: block;
  padding: 4px 75px 4px 15px;
}
.select span::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  width: 11px;
  height: 7px;
  display: block;
  background: url('img/dropdown.png') no-repeat scroll center center transparent;
}
@media only screen and (max-width: 767px) {
  .select span {
    padding-right: 25px;
  }
}
.select ul {
  display: none;
  list-style: none;
  padding-left: 0px;
  margin: 0;
  position: absolute;
  background: #ffffff;
  left: -2px;
  top: 100%;
  width: calc(100% + 4px);
  border: 2px solid #f2f2f2;
  border-top: 0;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.select ul li {
  padding-left: 15px;
  border-top: 2px solid #f2f2f2;
  line-height: 2.2em;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.select ul li a {
  display: block;
}
.select ul li:hover {
  background: #d9d9d9;
}
.grid-select {
  padding-top: 10px;
  padding-right: 5px;
}
.grid-select i {
  margin-left: 10px;
  opacity: 0.4;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  cursor: pointer;
}
.grid-select i.active,
.grid-select i:hover {
  opacity: 0.8;
}
.module-pagination {
  margin: 50px 0;
  font-weight: 600;
  font-size: 1.3rem;
}
.module-pagination a {
  color: #8a8a8a;
  min-width: 25px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
}
.module-pagination a.active,
.module-pagination a:hover {
  color: #000000;
}
.module-pagination span {
  min-width: 25px;
  display: inline-block;
}
.module-pagination .next,
.module-pagination .prev {
  text-transform: uppercase;
  color: #000000;
  margin: 0 20px;
}
.double-column-list {
  list-style-type: none;
  columns: 2;
}
.double-column-list li {
  text-transform: uppercase;
  padding-bottom: 50px;
  font-size: 2.4rem;
  cursor: pointer;
  overflow: hidden;
  /* fix for Firefox */
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  font-weight: 600;
  position: relative;
}
.double-column-list li span,
.double-column-list li a {
  display: inline-block;
}
.double-column-list li .accordion-inner {
  height: 0;
  display: block;
  overflow: hidden;
}
.double-column-list li .accordion-inner a {
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
  font-size: 1.4rem;
  margin-left: 60px;
  color: #6f74ff;
}
.double-column-list li .accordion-inner a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('img/icons/download-purple.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 25px;
  vertical-align: middle;
}
.double-column-list li.accordion.open::before {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .double-column-list {
    columns: 1;
  }
  .double-column-list li {
    padding-bottom: 30px;
  }
  .double-column-list li span {
    padding-left: 30px;
  }
  .double-column-list li::before {
    margin-right: 5px;
    top: 2px;
  }
  .double-column-list li .accordion-inner a {
    margin-left: 30px;
  }
}
.module-player {
  background: #141414;
}
.module-tv-all .clip {
  width: calc(50% - 30px);
}
.module-tv-all .clip .image-wrapper {
  position: relative;
  display: block;
}
.module-tv-all .clip .image-wrapper::after {
  content: "";
  width: 28px;
  height: 40px;
  background: url('img/icons/play.png') no-repeat scroll center center transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.module-tv-all .clip img {
  max-width: 100%;
  display: block;
}
.module-tv-all .clip h3 {
  font-weight: 900;
  padding-bottom: 20px;
  border-bottom: 1px solid #8a8a8a;
  font-size: 2.7rem;
  margin-bottom: 20px;
}
.module-tv-all .clip p {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 0.8em;
}
.module_manuals {
  font-weight: 600;
}
.module_manuals ul {
  padding-left: 0;
}
.module_manuals li {
  font-size: 1.6rem;
  list-style-type: none;
}
.module_manuals li a.button {
  width: auto;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.module_rgbpicker {
  background: #ffffff;
  margin: 40px 0;
  overflow: hidden;
}
.module_rgbpicker_basic .picker-wrapper {
  min-height: 500px;
}
.module_rgbpicker .image-wrapper {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .module_rgbpicker .image-wrapper {
    text-align: center;
  }
}
.module_rgbpicker .image-layer {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module_rgbpicker .image-layer {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .module_rgbpicker .image-layer {
    transform: none;
    top: 0;
    position: relative;
    margin-right: 0;
  }
}
.module_rgbpicker .image-layer img {
  position: relative;
  z-index: 1;
  max-height: 500px;
}
.module_rgbpicker .image-layer .backgrounds-wrapper {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 0;
}
.module_rgbpicker .image-layer .backgrounds-wrapper .background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.module_rgbpicker .image-layer .backgrounds-wrapper .background.active {
  display: block;
}
.module_rgbpicker .image-layer .backgrounds-wrapper .background.picker {
  background: #ff0000;
}
.module_rgbpicker .image-layer .backgrounds-wrapper .background.static-pre {
  background: #ff0000;
}
.module_rgbpicker .image-layer .backgrounds-wrapper .background.breathe {
  background: #00ff66;
}
.module_rgbpicker .image-layer .backgrounds-wrapper .background.wave {
  background: #ff0000;
}
.module_rgbpicker .image-layer .backgrounds-wrapper .background.strobe {
  background: #ffffff;
}
.module_rgbpicker .image-layer .backgrounds-wrapper .background.color-change {
  background: #ff0000;
}
.module_rgbpicker .image-layer .backgrounds-wrapper .background.color-change-7 {
  background: #ff0000;
}
.module_rgbpicker .image-layer .backgrounds-wrapper .picker.run-breathe-rgb-animation {
  animation: breathe-rgb 2.5s linear infinite;
}
@keyframes breathe-rgb {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.module_rgbpicker .image-layer .backgrounds-wrapper .breathe.run-animation {
  animation: breathe 15s linear infinite;
}
@keyframes breathe {
  0% {
    background: #00ff66;
  }
  5.8333% {
    background: #00ff66;
  }
  8.3333% {
    background: #000000;
  }
  10.8333% {
    background: #ff0000;
  }
  22.5% {
    background: #ff0000;
  }
  25% {
    background: #000000;
  }
  27.5% {
    background: #ffff00;
  }
  39.1666% {
    background: #ffff00;
  }
  41.6666% {
    background: #000000;
  }
  44.1666% {
    background: #006aff;
  }
  55.8333% {
    background: #006aff;
  }
  58.3333% {
    background: #000000;
  }
  60.8333% {
    background: #00ddff;
  }
  72.5% {
    background: #00ddff;
  }
  75% {
    background: #000000;
  }
  77.5% {
    background: #aa00ff;
  }
  89.1666% {
    background: #aa00ff;
  }
  91.6666% {
    background: #000000;
  }
  94.1666% {
    background: #00ff66;
  }
  100% {
    background: #00ff66;
  }
}
.module_rgbpicker .image-layer .backgrounds-wrapper .wave.run-animation {
  animation: wave 15s linear infinite;
}
@keyframes wave {
  0% {
    background-color: #ff0000;
  }
  4% {
    background-color: #ff0000;
  }
  12.33% {
    background-color: #ff8000;
  }
  20.66% {
    background-color: #ffff00;
  }
  29% {
    background-color: #80ff00;
  }
  37.33% {
    background-color: #00ff00;
  }
  45.66% {
    background-color: #00ff80;
  }
  54% {
    background-color: #00ffff;
  }
  62.33% {
    background-color: #007eff;
  }
  70.66% {
    background-color: #0000ff;
  }
  79% {
    background-color: #8000ff;
  }
  87.33% {
    background-color: #ff00ff;
  }
  95.66% {
    background-color: #ff0080;
  }
  100% {
    background-color: #ff0000;
  }
}
.module_rgbpicker .image-layer .backgrounds-wrapper .strobe.run-animation {
  animation: strobe 0.5s linear infinite;
}
@keyframes strobe {
  0% {
    background-color: #ffffff;
  }
  70% {
    background-color: #ffffff;
  }
  70.1% {
    background-color: #000000;
  }
  99.9% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.module_rgbpicker .image-layer .backgrounds-wrapper .color-change.run-animation {
  animation: color-change 1.3s linear infinite;
}
@keyframes color-change {
  0% {
    background-color: #f60d00;
  }
  33.3% {
    background-color: #f60d00;
  }
  33.4% {
    background-color: #18ff00;
  }
  66.6% {
    background-color: #18ff00;
  }
  66.7% {
    background-color: #0029ff;
  }
  99.9% {
    background-color: #0029ff;
  }
  100% {
    background-color: #f60d00;
  }
}
.module_rgbpicker .image-layer .backgrounds-wrapper .color-change-7.run-animation {
  animation: color-change-7 3s linear infinite;
}
@keyframes color-change-7 {
  0% {
    background-color: #ff0000;
  }
  14.2% {
    background-color: #ff0000;
  }
  14.3% {
    background-color: #00b338;
  }
  28.5% {
    background-color: #00b338;
  }
  28.6% {
    background-color: #007dff;
  }
  42.8% {
    background-color: #007dff;
  }
  42.9% {
    background-color: #ffffff;
  }
  57.1% {
    background-color: #ffffff;
  }
  57.2% {
    background-color: #ffe400;
  }
  71.6% {
    background-color: #ffe400;
  }
  71.7% {
    background-color: #ff00c6;
  }
  85.9% {
    background-color: #ff00c6;
  }
  86.0% {
    background-color: #00ffba;
  }
  99.9% {
    background-color: #00ffba;
  }
  100% {
    background-color: #ff0000;
  }
}
.module_rgbpicker .line {
  position: absolute;
  left: 0;
  top: 30px;
  height: calc(100% - 40px);
  width: 1px;
  background: #7f7f7f;
}
.module_rgbpicker .line::before,
.module_rgbpicker .line::after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  width: 0;
  height: 0;
  right: 0;
  top: calc(50% - 11px);
}
.module_rgbpicker .line::before {
  border-width: 12px;
  border-color: transparent black transparent transparent;
}
.module_rgbpicker .line::after {
  border-width: 11px;
  margin-top: 1px;
  border-color: transparent white transparent transparent;
}
@media only screen and (max-width: 767px) {
  .module_rgbpicker .line {
    display: none;
  }
}
.module_rgbpicker .color-modes {
  position: relative;
  min-height: 500px;
}
.module_rgbpicker .color-modes h3 {
  color: #000000;
  margin-bottom: 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .module_rgbpicker .color-modes {
    order: 3;
    min-height: 0;
    text-align: left;
  }
}
.module_rgbpicker .color-modes a {
  opacity: 0.5;
  display: block;
  transition-duration: 150ms;
  cursor: pointer;
  color: #000000;
  margin-bottom: 22px;
  margin-left: 15px;
}
.module_rgbpicker .color-modes a:hover {
  opacity: 1;
}
.module_rgbpicker .color-modes a:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module_rgbpicker .color-modes a {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .module_rgbpicker .color-modes a {
    width: 49%;
    display: inline-block;
    margin-left: 0;
  }
}
.module_rgbpicker .color-modes a.active {
  opacity: 1;
}
.module_rgbpicker .color-modes a img,
.module_rgbpicker .color-modes a span {
  display: inline-block;
  vertical-align: middle;
}
.module_rgbpicker .color-modes a img {
  width: 50px;
}
@media only screen and (min-width: 1700px) {
  .module_rgbpicker .color-modes a img {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .module_rgbpicker .color-modes a img {
    width: 40px;
  }
}
.module_rgbpicker .color-modes a span {
  width: 100px;
  margin-left: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
}
@media only screen and (min-width: 1700px) {
  .module_rgbpicker .color-modes a span {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module_rgbpicker .color-modes a span {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .module_rgbpicker .color-modes a span {
    width: calc(100% - 60px);
  }
}
.module_rgbpicker .picker-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .module_rgbpicker .picker-wrapper {
    order: 2;
  }
}
.module_rgbpicker .color-picker,
.module_rgbpicker .color-picker-auto,
.module_rgbpicker .color-pre,
.module_rgbpicker .color-strobe,
.module_rgbpicker .color-picker-color-change,
.module_rgbpicker .color-picker-color-change-7 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 15px;
  transform: translateY(-50%);
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module_rgbpicker .color-picker,
  .module_rgbpicker .color-picker-auto,
  .module_rgbpicker .color-pre,
  .module_rgbpicker .color-strobe,
  .module_rgbpicker .color-picker-color-change,
  .module_rgbpicker .color-picker-color-change-7 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .module_rgbpicker .color-picker,
  .module_rgbpicker .color-picker-auto,
  .module_rgbpicker .color-pre,
  .module_rgbpicker .color-strobe,
  .module_rgbpicker .color-picker-color-change,
  .module_rgbpicker .color-picker-color-change-7 {
    position: relative;
    top: 0;
    transform: none;
    margin-right: auto;
    margin-left: auto;
  }
  .module_rgbpicker .color-picker .farbtastic,
  .module_rgbpicker .color-picker-auto .farbtastic,
  .module_rgbpicker .color-pre .farbtastic,
  .module_rgbpicker .color-strobe .farbtastic,
  .module_rgbpicker .color-picker-color-change .farbtastic,
  .module_rgbpicker .color-picker-color-change-7 .farbtastic {
    margin-left: auto;
    margin-right: auto;
  }
}
.module_rgbpicker .color-picker::after {
  content: "";
  height: 120px;
  width: 60px;
  background: url('img/hand.png') no-repeat scroll center center transparent;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 85%;
  opacity: 0;
  transition: opacity 500ms;
  transform: rotate(-25deg);
  animation: zoom 1s infinite;
}
@keyframes zoom {
  0% {
    transform: rotate(-25deg) scale(1);
  }
  50% {
    transform: rotate(-25deg) scale(0.7);
  }
  100% {
    transform: rotate(-25deg) scale(1);
  }
}
@media only screen and (max-width: 767px) {
  .module_rgbpicker .color-picker::after {
    right: 5%;
    top: 70%;
  }
}
.module_rgbpicker .color-picker.with-hand.active::after {
  opacity: 1;
}
.module_rgbpicker .color-picker-auto {
  background: url('img/wheel-auto_v2.png') no-repeat;
  background-size: cover;
  width: 195px;
  height: 195px;
  display: none;
}
.module_rgbpicker .color-picker-color-change {
  background: url('img/wheel-rgb.png') no-repeat;
  background-size: cover;
  width: 195px;
  height: 195px;
  display: none;
}
.module_rgbpicker .color-picker-color-change-7 {
  background: url('img/wheel-rgb7.png') no-repeat;
  background-size: cover;
  width: 195px;
  height: 195px;
  display: none;
}
.module_rgbpicker .color-pre {
  text-align: center;
  width: 310px;
}
.module_rgbpicker .color-pre span {
  width: 65px;
  height: 65px;
  margin-right: 17px;
  margin-left: 16px;
  margin-bottom: 16px;
  margin-top: 17px;
  display: inline-block;
  cursor: pointer;
}
.module_rgbpicker .color-strobe {
  display: none;
}
.module_rgbpicker .color-strobe span {
  display: inline-block;
  width: 170px;
  height: 170px;
  cursor: pointer;
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .module_rgbpicker .color-strobe span {
    width: 65px;
    height: 65px;
  }
}
.module_slides {
  overflow: hidden;
  position: relative;
}
.module_slides .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
.module_slides .swiper-slide img {
  width: 100%;
  opacity: 0;
}
.module_slides .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.module_slides .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 2px solid #ffffff;
  opacity: 0.3;
  margin: 0 7px;
  border-radius: 50%;
}
.module_slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.7;
  background: #5bd566;
  border-color: #5bd566;
}
@media only screen and (max-width: 767px) {
  .module_slides .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 3px;
  }
}
@media only screen and (max-width: 767px) {
  .module_slides .swiper-pagination {
    bottom: 10px;
  }
}
.module_modes .row {
  background: #000000;
}
.module_modes .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .module_modes .text {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module_modes .text h2 {
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.module_modes .text .option {
  width: 19%;
  margin: 0px 0.5%;
  text-align: center;
}
@media only screen and (min-width: 1700px) {
  .module_modes .text .option {
    width: 17%;
  }
}
.module_modes .text .option.active .button {
  border-color: #5bd566;
}
.module_modes .text .option .button.micro {
  min-width: 0;
  cursor: pointer;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module_modes .text .option .button.micro {
    padding: 3px 0;
    font-size: 0.7rem;
  }
}
.module_modes .media {
  display: flex;
  align-items: center;
  max-height: 600px;
  min-height: 300px;
}
.module_modes .media video {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .module_modes .media {
    min-height: 0;
  }
}
.module_shops {
  margin: 25px 0;
}
.module_shops .row {
  background: #f2f2f2;
}
.module_shops h2 {
  width: 100%;
  text-transform: uppercase;
  font-size: 3rem;
  color: #5bd566;
  text-align: center;
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: 15px;
  line-height: 1;
}
.module_shops .shops {
  text-align: center;
  height: 380px;
  overflow: hidden;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .module_shops .shops {
    height: 320px;
  }
}
.module_shops .shops.small {
  height: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .module_shops .shops.small {
    min-height: 190px;
    height: auto;
  }
}
.module_shops .shops .shop-wrap {
  background: #ffffff;
  width: 90%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module_shops .shops .shop-wrap {
    margin-bottom: 15px;
  }
}
.module_shops .shops .image-wrapper {
  height: 115px;
  margin-top: 10px;
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
}
.module_shops .shops .image-wrapper img {
  display: block;
  max-width: 85%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module_shops .shops .image-wrapper {
    margin-bottom: 0;
    height: 90px;
  }
}
.module_shops .shops .button.micro {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  min-width: 0;
  max-width: 90%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module_shops .shops .button.micro {
    font-size: 1.2rem;
    padding: 10px;
  }
}
.module_shops .shops .more {
  position: absolute;
  bottom: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
  background: #000000;
  background: -moz-linear-gradient(0deg, #f2f2f2 68%, rgba(242, 242, 242, 0) 100%);
  background: -webkit-linear-gradient(0deg, #f2f2f2 68%, rgba(242, 242, 242, 0) 100%);
  background: linear-gradient(0deg, #f2f2f2 68%, rgba(242, 242, 242, 0) 100%);
}
.module_shops .shops .more .button.inverted {
  background: #f2f2f2;
  cursor: pointer;
  color: #8a8a8a;
  padding: 11px 31px 10px;
  width: auto;
}
.module_shops .shops .more .button.inverted:hover {
  color: #141414;
}
.anchor {
  position: absolute;
  top: -100px;
  left: 0;
}
.compare-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .compare-overlay {
    font-size: 0.6em;
  }
}
.compare-overlay.active {
  display: block;
}
.compare-overlay .wrapper {
  position: absolute;
  top: 0%;
  left: 0%;
  background: #ffffff;
  padding: 35px 50px;
  height: 100%;
  width: 100%;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .compare-overlay .wrapper {
    padding: 40px 0 10px 0;
  }
}
.compare-overlay .table-wrapper {
  overflow: auto;
  padding: 11px;
  max-height: 100%;
}
.compare-overlay table {
  color: #313131;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .compare-overlay table {
    min-width: 100%;
  }
}
.compare-overlay table td {
  padding: 15px 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .compare-overlay table td {
    padding: 20px 2px 5px 0;
    font-size: 1.2rem;
  }
}
.compare-overlay table td .compare.checkbox {
  display: none;
}
.compare-overlay table td:first-of-type {
  color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
  .compare-overlay table td:first-of-type {
    width: 0;
    font-size: 0;
    position: relative;
  }
  .compare-overlay table td:first-of-type span {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1rem;
    white-space: nowrap;
  }
}
.compare-overlay table td:first-of-type:not(:empty) {
  max-width: 320px;
}
@media only screen and (max-width: 767px) {
  .compare-overlay table td:first-of-type:not(:empty) {
    max-width: 180px;
    white-space: normal;
  }
}
.compare-overlay table td strong {
  white-space: normal;
}
.compare-overlay table td.image {
  border: 0;
  height: 220px;
  width: 210px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .compare-overlay table td.image {
    width: 130px;
    height: 80px;
  }
}
.compare-overlay table td.image img {
  max-height: 100%;
}
.compare-overlay table td.image .archived-message + .image-wrapper img {
  -webkit-filter: saturate(0);
  filter: saturate(0);
}
.compare-overlay table td.image .image-wrapper {
  height: 100%;
}
.compare-overlay table td.image .icons-wrapper img {
  height: 25px;
}
.compare-overlay table td.image .image-block {
  position: relative;
  height: 100%;
  min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .compare-overlay table td.image .image-block {
    min-width: 50px;
  }
}
.compare-overlay table td.image .image-block img {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate3d(0%, -50%, 0);
  opacity: 0;
  right: 0;
  margin: 0 auto;
}
.compare-overlay table td.image .image-block img.active {
  opacity: 1;
}
.compare-overlay table td.image .archived-message {
  transform: rotate(-15deg);
  position: absolute;
  opacity: 0.8;
  font-weight: bold;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  display: block;
  z-index: 1;
  background: #f0f0f0;
  top: 20%;
  width: 100%;
  left: 0%;
  padding: 10px;
  color: #999999;
}
.compare-overlay table td:first-child ul {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .compare-overlay table td:first-child ul {
    margin-top: 0px;
  }
  .compare-overlay table td:first-child ul li {
    font-size: 0.7rem;
    height: 2.5rem;
  }
}
.compare-overlay table tr:nth-of-type(n+2) td:nth-of-type(n+2) {
  max-width: 320px;
  text-transform: none;
}
.compare-overlay table tr:nth-of-type(n+3) td {
  border-bottom: 2px solid #e6e6e6;
}
.compare-overlay table .product-icon {
  width: 40px;
}
.compare-overlay table ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.compare-overlay table ul li {
  white-space: nowrap;
  height: 1.3em;
}
@media only screen and (max-width: 767px) {
  .compare-overlay table ul li {
    height: 2.5rem;
  }
}
.compare-overlay .model span,
.compare-overlay .code span,
.compare-overlay .ean span {
  display: none;
}
.compare-overlay .model span.active,
.compare-overlay .code span.active,
.compare-overlay .ean span.active {
  display: block;
}
.compare-overlay .js-values {
  margin-top: 1.8em;
}
.compare-overlay .js-values li {
  border-bottom: 1px solid #ffffff;
}
.compare-overlay .js-values li:last-child {
  border-bottom: 0;
}
.compare-overlay .close {
  position: absolute;
  z-index: 999999;
  top: 50px;
  right: 80px;
  font-size: 30px;
  font-weight: 300;
  width: 44px;
  height: 42px;
  background: url('img/close.png') no-repeat scroll center center transparent;
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .compare-overlay .close {
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .compare-overlay .colors-block {
    top: 5px;
  }
  .compare-overlay .colors-block span,
  .compare-overlay .colors-block img {
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
  }
}
.compare-overlay .js-key li {
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .compare-overlay .js-key li {
    border-bottom: 0;
  }
}
.compare-overlay .js-key li:last-child {
  border-bottom: 0;
}
.notfound {
  text-align: center;
}
.notfound h1 {
  background: #e6e6e6;
  padding: 40px 0;
  font-size: 3rem;
}
.notfound form {
  padding: 40px 0;
}
.notfound input[type=search] {
  border-radius: 0;
  border: 1px solid #141414;
  outline: 0;
  padding: 5px;
  width: 630px;
  margin: 0 auto;
  max-width: 90%;
}
.notfound .button {
  vertical-align: middle;
  height: 75px;
}
.social_media ul {
  list-style: none;
  padding-left: 0;
}
.social_media ul li {
  display: block;
  line-height: 1.5em;
}
.search-heading {
  padding: 5px 0;
  text-transform: uppercase;
  background-color: #ffffff;
}
.search-heading strong {
  position: relative;
}
.search-heading h3 {
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .search-heading h3 {
    font-size: 1.8rem;
  }
}
.single-page .tablepress tfoot th,
.where-to-buy .tablepress tfoot th,
.single-page .tablepress thead th,
.where-to-buy .tablepress thead th {
  background-color: transparent;
  text-transform: uppercase;
  border: 0;
}
.single-page .tablepress tbody td,
.where-to-buy .tablepress tbody td,
.single-page .tablepress tfoot th,
.where-to-buy .tablepress tfoot th {
  border: 0;
  text-transform: uppercase;
}
.single-page .tablepress .sorting:hover,
.where-to-buy .tablepress .sorting:hover,
.single-page .tablepress .sorting_asc,
.where-to-buy .tablepress .sorting_asc,
.single-page .tablepress .sorting_desc,
.where-to-buy .tablepress .sorting_desc {
  background-color: transparent;
}
.single-page .tablepress .odd td,
.where-to-buy .tablepress .odd td,
.single-page .tablepress .row-hover tr:hover td,
.where-to-buy .tablepress .row-hover tr:hover td {
  background-color: transparent;
}
.single-page .tablepress caption,
.where-to-buy .tablepress caption {
  display: none;
}
.single-page .tablepress .sorting::after,
.where-to-buy .tablepress .sorting::after,
.single-page .tablepress .sorting_asc::after,
.where-to-buy .tablepress .sorting_asc::after,
.single-page .tablepress .sorting_desc::after,
.where-to-buy .tablepress .sorting_desc::after {
  position: static;
  display: inline-block;
  margin-left: 20px;
}
.single-page .tablepress a:hover,
.where-to-buy .tablepress a:hover {
  color: #5bd566;
}
.module-map {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-map {
    margin-bottom: 0;
  }
}
.module-map .map {
  height: 550px;
}
.wtb {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .wtb {
    padding: 40px 15px;
  }
}
.wtb h1 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.wtb p {
  font-size: 2.4rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .wtb p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.wtb h2 {
  font-size: 4rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .wtb h2 {
    font-size: 2.4rem;
  }
}
.wtb td {
  border-bottom: 2px solid #f2f2f2 !important;
  padding: 12px 0 !important;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .wtb td {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wtb td {
    font-size: 1.4rem;
  }
}
.wtb table {
  margin-bottom: 90px;
}
.module_audio {
  margin: 30px 0;
}
.module_audio h2 {
  text-align: center;
}
.module_video {
  position: relative;
  margin: 30px 0;
}
.module_video .video-wrapper {
  position: relative;
}
.module_video .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.module_video .placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module_video2 {
  overflow: hidden;
  margin: 30px 0;
}
.module_video2:first-child {
  margin-top: 10px;
}
.module_video2 video {
  display: block;
}
.module_video_picker {
  background: #ffffff;
  color: #000000;
}
.module_video_picker .container {
  display: flex;
}
.module_video_picker .row {
  display: flex;
  width: 100%;
}
.module_video_picker .text {
  width: 760px;
  margin-left: auto;
  text-align: center;
  padding-bottom: 50px;
  max-width: 100%;
  min-height: 350px;
}
@media only screen and (max-width: 767px) {
  .module_video_picker .text {
    min-height: 0;
    padding-bottom: 0;
  }
}
.module_video_picker .text h3 {
  text-align: center;
}
.module_video_picker .text .option {
  display: block;
  margin-left: auto;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}
.module_video_picker .text .option.active span {
  border-color: #141414;
}
.module_video_picker .text .option span {
  display: inline-block;
  width: 180px;
  max-width: 90%;
}
.module_video_picker .media {
  text-align: center;
  height: 100%;
}
.module_video_picker .media .video-container {
  text-align: left;
  height: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .module_video_picker .media .video-container {
    position: static;
    height: auto;
  }
}
.module_video_picker .media .video-container video {
  height: 360px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .module_video_picker .media .video-container video {
    height: auto;
    width: 100%;
  }
}
.lang-item-de {
  display: none !important;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'microsquare';
  src: url('fonts/microsquare-regular-webfont.woff2') format('woff2'), url('fonts/microsquare-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'microsquare';
  src: url('fonts/microsquare-demibold-webfont.woff2') format('woff2'), url('fonts/microsquare-demibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'microsquare';
  src: url('fonts/microsquare-bold-webfont.woff2') format('woff2'), url('fonts/microsquare-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'microsquare';
  src: url('fonts/microsquare-extrabold-webfont.woff2') format('woff2'), url('fonts/microsquare-extrabold-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'microsquare-ext';
  src: url('fonts/microsquare-extended.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'microsquare-ext';
  src: url('fonts/microsquare-boldextended.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
