﻿@charset "utf-8";
@import url('swiper.css');
@media (min-width: 1920px) {
  #testmedia {
    width: 100px;
    height: 100px;
    background: red;
  }
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.vis-hide,
.sr-only {
  overflow: hidden;
  position: absolute !important;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.full-hide {
  display: none !important;
  visibility: hidden;
}
.as-block {
  display: block;
}
.text-center {
  text-align: center;
}
.select-text-center {
  text-align-last: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.fast {
  animation-duration: 0.3s;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0.8;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*@-ms-viewport {
	width: device-width;
}*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  -ms-overflow-style: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
figure {
  margin: 1em 0;
}
figure.align-left {
  float: left;
  margin: 0 1em 0.8em 0;
  width: 30%;
}
figure.align-right {
  float: right;
  margin: 0 0 0.8em 1em;
  width: 30%;
}
figure img {
  width: 100%;
  height: auto;
}
@font-face {
  font-family: 'helveneubol-webfont';
  src: url('../fonts/helveneubol-webfont.eot?-helvbold');
  src: url('../fonts/helveneubol-webfont.eot?#iefixhelvbold') format('embedded-opentype'), url('../fonts/helveneubol-webfont.ttf?helvbold') format('truetype'), url('../fonts/helveneubol-webfont.woff?helvbold') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveneulig-webfont';
  src: url('../fonts/helveneulig-webfont.eot?-helvlight');
  src: url('../fonts/helveneulig-webfont.eot?#iefixhelvlight') format('embedded-opentype'), url('../fonts/helveneulig-webfont.ttf?helvlight') format('truetype'), url('../fonts/helveneulig-webfont.woff?helvlight') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveneuthi-webfont';
  src: url('../fonts/helveneuthi-webfont.eot?-helvthin');
  src: url('../fonts/helveneuthi-webfont.eot?#iefixhelvthin') format('embedded-opentype'), url('../fonts/helveneuthi-webfont.ttf?helvthin') format('truetype'), url('../fonts/helveneuthi-webfont.woff?helvthin') format('woff');
  font-weight: normal;
  font-style: normal;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  @font-face {
    font-family: 'helveneubol-webfont';
    src: url('../fonts/helveneubol-webfont.svg?-helvbold#helveneubol-webfont') format('svg');
  }
  @font-face {
    font-family: 'helveneulig-webfont';
    src: url('../fonts/helveneulig-webfont.svg?-helvlight#helveneulig-webfont') format('svg');
  }
  @font-face {
    font-family: 'helveneuthi-webfont';
    src: url('../fonts/helveneuthi-webfont.svg?-helvthin#helveneuthi-webfont') format('svg');
  }
}
body,
h1,
h2,
h3 {
  font-family: 'helveneulig-webfont', sans-serif;
  font-weight: normal;
}
html {
  color: #425664;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1920px) {
  html {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
strong,
b,
legend {
  font-family: 'helveneubol-webfont', sans-serif;
  font-weight: normal;
}
.page-title h1 {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.page--terms .page-title h1 {
  left: auto;
  color: #fff;
  background-color: #333;
  text-align: center;
}
.product-title {
  margin: 0;
  padding: 13px 8px;
  color: #fff;
  background-color: #1a1a1a;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.page--aircon .nav__menu-item a .icon,
.page--aircon .context__menu-item a .icon,
.page--aircon .favourite-links li a .icon {
  background-image: linear-gradient(225deg, #ca0209 0, #fd1c24 100%);
}
.page--heating .nav__menu-item a .icon,
.page--heating .context__menu-item a .icon,
.page--heating .favourite-links li a .icon {
  background-image: linear-gradient(225deg, #c0660f 0, #f28c2b 100%);
}
.page--ventilation .nav__menu-item a .icon,
.page--ventilation .context__menu-item a .icon,
.page--ventilation .favourite-links li a .icon {
  background-image: linear-gradient(225deg, #779a19 0, #a0c736 100%);
}
.page--controls .nav__menu-item a .icon,
.page--controls .context__menu-item a .icon,
.page--controls .favourite-links li a .icon {
  background-image: linear-gradient(180deg, #1aa9e6 0, #008fcc 100%);
}
[class*="page--"] .nav__menu-item,
[class*="page--"] .context__menu-item,
[class*="page--"] .favourite-links li {
  background-color: #e6e6e6;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
[class*="page--"] .nav__menu-item a .menu-item__text,
[class*="page--"] .context__menu-item a .menu-item__text,
[class*="page--"] .favourite-links li a .menu-item__text {
  background-image: none;
  color: #333;
  text-shadow: none;
}
.link--default .icon {
  background-image: linear-gradient(225deg, #3b474e 0, #5c6a72 100%);
}
.link--default .menu-item__text {
  background-image: linear-gradient(180deg, #5c6a72 0, #425058 100%);
}
.link--default.active .menu-item__text {
  color: #fff !important;
  background-image: linear-gradient(180deg, #5c6a72 0, #425058 100%) !important;
}
.favourite-links .link--default:after {
  background-image: linear-gradient(90deg, #5c6a72 0, #425058 100%);
}
.link--aircon .icon {
  background-image: linear-gradient(225deg, #ca0209 0, #fd1c24 100%);
}
.link--aircon .menu-item__text {
  background-image: linear-gradient(180deg, #fd1c25 0, #e3020a 100%);
}
.link--aircon.active .menu-item__text {
  color: #fff !important;
  background-image: linear-gradient(180deg, #fd1c25 0, #e3020a 100%) !important;
}
.favourite-links .link--aircon:after {
  background-image: linear-gradient(90deg, #fd1c25 0, #e3020a 100%);
}
.link--heating .icon {
  background-image: linear-gradient(225deg, #c0660f 0, #f28c2b 100%);
}
.link--heating .menu-item__text {
  background-image: linear-gradient(180deg, #f28c2b 0, #d87211 100%);
}
.link--heating.active .menu-item__text {
  color: #fff !important;
  background-image: linear-gradient(180deg, #f28c2b 0, #d87211 100%) !important;
}
.favourite-links .link--heating:after {
  background-image: linear-gradient(90deg, #f28c2b 0, #d87211 100%);
}
.link--ventilation .icon {
  background-image: linear-gradient(225deg, #779a19 0, #a0c736 100%);
}
.link--ventilation .menu-item__text {
  background-image: linear-gradient(180deg, #a0c736 0, #86ad1c 100%);
}
.link--ventilation.active .menu-item__text {
  color: #fff !important;
  background-image: linear-gradient(180deg, #a0c736 0, #86ad1c 100%) !important;
}
.favourite-links .link--ventilation:after {
  background-image: linear-gradient(90deg, #a0c736 0, #86ad1c 100%);
}
.link--controls .icon {
  background-image: linear-gradient(180deg, #1aa9e6 0, #008fcc 100%);
}
.link--controls .menu-item__text {
  background-image: linear-gradient(180deg, #1aa9e6 0, #008fcc 100%);
}
.link--controls.active .menu-item__text {
  color: #fff !important;
  background-image: linear-gradient(180deg, #1aa9e6 0, #008fcc 100%) !important;
}
.favourite-links .link--controls:after {
  background-image: linear-gradient(90deg, #1aa9e6 0, #008fcc 100%);
}
html,
body {
  height: 100%;
  overflow: hidden;
}
.page {
  position: relative;
  height: 100%;
}
[role="banner"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #fff;
}
@media (min-width: 1920px) {
  [role="banner"] {
    height: 200px;
  }
}
.page--terms [role="banner"] {
  height: 114px;
}
@media (min-width: 1920px) {
  .page--terms [role="banner"] {
    height: 228px;
  }
}
.page__content {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1920px) {
  .page__content {
    top: 200px;
  }
}
.page--terms .page__content {
  top: 114px;
}
@media (min-width: 1920px) {
  .page--terms .page__content {
    top: 228px;
  }
}
.page__contentt {
  height: 100%;
}
.page__sidebar {
  position: absolute;
  overflow-y: auto;
  width: 320px;
  height: 100%;
  background: #d1d1d1;
  transition: all 0.3s linear;
}
.no-touch .page__sidebar {
  overflow-y: hidden;
}
@media (min-width: 1920px) {
  .page__sidebar {
    width: 640px;
  }
}
[role="main"] {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 320px;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s linear;
}
.no-touch [role="main"] {
  overflow-y: hidden;
}
@media (min-width: 1920px) {
  [role="main"] {
    margin-left: 640px;
  }
}
[role="main"].no-sidebar {
  margin-left: 0;
}
[role="main"] footer {
  position: fixed;
  bottom: 0;
  left: 320px;
  right: 0;
  background-color: #fff;
}
@media (min-width: 1920px) {
  [role="main"] footer {
    left: 640px;
  }
}
.no-sidebar [role="main"] footer {
  left: 0;
}
[role="main"] footer .logo {
  float: none;
  display: block;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
[role="main"] footer .logo img {
  display: block;
  margin: auto;
  height: 40px;
  text-align: center;
}
.content-inner {
  margin-bottom: 103px;
  padding: 16px;
  background-color: #f2f2f2;
}
.page--terms .content-inner {
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}
.content-inner p {
  margin: 0 0 16px;
}
.overlay {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1920px) {
  .overlay {
    top: 200px;
  }
}
.favourites--splash {
  height: 100%;
  text-align: center;
}
.welcome--splash {
  height: 100%;
  text-align: center;
}
.welcome--splash img {
  width: 200px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}
.nav__menu li a {
  padding-right: 0 !important;
}
.disabled {
  color: lightgray;
}
@font-face {
  font-family: 'mitsi-toolbox';
  src: url('../fonts/mitsi-toolbox.eot?-sqpw2b');
  src: url('../fonts/mitsi-toolbox.eot?#iefixsqpw2b') format('embedded-opentype'), url('../fonts/mitsi-toolbox.ttf?sqpw2b') format('truetype'), url('../fonts/mitsi-toolbox.woff?sqpw2b') format('woff');
  font-weight: normal;
  font-style: normal;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  @font-face {
    font-family: 'mitsi-toolbox';
    src: url('../fonts/mitsi-toolbox.svg?-sqpw2b#mitsi-toolbox') format('svg');
  }
}
.icon {
  max-width: 112px;
  position: relative;
  font-family: 'mitsi-toolbox';
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  text-align: center;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}
.icon:before {
  position: relative;
  font-family: 'mitsi-toolbox';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  text-align: center;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.context-menu .icon:before {
  top: 1px;
}
.fontface .icon--fallback .icon__fallback-text {
  overflow: hidden;
  position: absolute !important;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.no-fontface .icon {
  display: none !important;
  visibility: hidden;
}
.icon--large {
  font-size: 64px;
  font-size: 4rem;
}
.icon--large:before {
  width: 64px;
  height: 64px;
}
.icon--med {
  font-size: 32px;
  font-size: 2rem;
}
.icon--med:before {
  width: 32px;
  height: 32px;
}
.icon--small {
  font-size: 20px;
  font-size: 1.25rem;
}
.icon--small:before {
  width: 20px;
  height: 20px;
}
.icon-settings:before {
  content: "\e604";
}
.icon-terms_and_conditions:before {
  content: "\e605";
}
.icon-thermo:before {
  content: "\e606";
}
.icon-close:before {
  content: "\e607";
}
.icon-spare_parts:before {
  content: "\e608";
}
.icon-knowledgebase:before {
  content: "\e609";
}
.icon-error_code:before,
.input-icon--error:before {
  content: "\e60a";
}
.icon-arrow-right:before,
.input-icon--arrow-right:before {
  content: "\e60b";
}
.icon-calculator:before {
  content: "\e60c";
}
.icon-ventilation:before {
  content: "\e60d";
}
.icon-controls:before {
  content: "\e60e";
}
.icon-contact:before {
  content: "\e60f";
}
.icon-air_con:before {
  content: "\e610";
}
.icon-heating:before {
  content: "\e611";
}
.icon-home:before {
  content: "\e612";
}
.icon-arrow-left:before {
  content: "\e613";
}
.icon-menu:before {
  content: "\e614";
}
.icon-star:before {
  content: "\e615";
}
.icon-phone:before {
  content: "\e687";
}
.icon-dipswitch:before {
  content: "\e9dc";
}
.icon-wifiled:before {
  content: "\e636";
}
.icon-camera:before {
  content: "\e62b";
}
.icon-favourite {
  display: block;
  position: relative;
  margin: 0 16px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 14px solid #fbae17;
  border-left: 20px solid transparent;
  transform: rotate(35deg);
}
.icon-favourite:before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: -13px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 16px solid #fbae17;
  border-left: 6px solid transparent;
  transform: rotate(-35deg);
}
.icon-favourite:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: -22px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 14px solid #fbae17;
  border-left: 20px solid transparent;
  transform: rotate(-70deg);
}
.icon-favourite.off,
button[disabled] .icon-favourite {
  border-bottom-color: #ccc;
}
.icon-favourite.off:before,
button[disabled] .icon-favourite:before,
.icon-favourite.off:after,
button[disabled] .icon-favourite:after {
  border-bottom-color: #ccc;
}
.icon-favourite.small {
  margin: 0 8px;
  border-right-width: 10px;
  border-bottom-width: 7px;
  border-left-width: 10px;
}
@media (min-width: 1920px) {
  .icon-favourite.small {
    border-right-width: 40px;
    border-bottom-width: 28px;
    border-left-width: 40px;
  }
}
.icon-favourite.small:before {
  top: -5px;
  left: -7px;
  border-right-width: 4px;
  border-bottom-width: 10px;
  border-left-width: 4px;
}
@media (min-width: 1920px) {
  .icon-favourite.small:before {
    top: -14px;
    left: -27px;
    border-right-width: 16px;
    border-bottom-width: 32px;
    border-left-width: 16px;
  }
}
.icon-favourite.small:after {
  top: 1px;
  left: -11px;
  border-right-width: 10px;
  border-bottom-width: 7px;
  border-left-width: 10px;
}
@media (min-width: 1920px) {
  .icon-favourite.small:after {
    top: 3px;
    left: -44px;
    border-right-width: 40px;
    border-bottom-width: 28px;
    border-left-width: 40px;
  }
}
.icon-favourite.large {
  left: 2px;
  margin: 90px auto;
  border-right-width: 100px;
  border-bottom-width: 70px;
  border-left-width: 100px;
}
.icon-favourite.large:before {
  top: -45px;
  left: -65px;
  border-right-width: 30px;
  border-bottom-width: 80px;
  border-left-width: 30px;
}
.icon-favourite.large:after {
  top: 3px;
  left: -105px;
  border-right-width: 100px;
  border-bottom-width: 70px;
  border-left-width: 100px;
}
.input-icon {
  position: relative;
}
.input-icon:before {
  position: relative;
  font-family: 'mitsi-toolbox';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  text-align: center;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -23px;
  left: 4px;
  z-index: 10;
  color: #333;
}
button,
[role="button"] {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  cursor: pointer;
}
button[disabled],
[role="button"][disabled] {
  opacity: .5;
}
[role="button"] {
  vertical-align: middle;
  text-decoration: none;
}
[role="button"].btn--primary .btn__label {
  line-height: 50px;
}
.btn__label {
  display: inline-block;
  line-height: 1;
}
.btn--primary {
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 50px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 12px;
  color: #fff;
  background-color: #fd020b;
  border: 1px solid #fd020b;
}
.btn--default {
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 50px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.btn--favourite {
  position: relative;
  top: 5px;
  outline: none;
  padding: 0 6px;
}
@media (min-width: 1920px) {
  .btn--favourite {
    width: 96px;
  }
}
.page--favourites .btn--favourite {
  position: absolute;
  right: 0;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}
.btn--link {
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 50px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 12px;
  color: #fff;
  background-color: #fd020b;
  border: 1px solid #fd020b;
  padding: 0 8px;
  width: auto;
  line-height: 4;
  text-decoration: none;
}
@media (min-width: 1920px) {
  .btn--link {
    height: auto;
  }
}
.btn--settings {
  position: absolute;
  top: -50px;
  left: 0;
  padding: 13px 15px;
}
@media (min-width: 1920px) {
  .btn--settings {
    top: -95px;
  }
  .btn--settings .icon {
    font-size: 60px;
  }
  .btn--settings .icon:before {
    width: 40px;
    height: 40px;
  }
}
.btn--terms {
  padding: 0 10px;
  height: 50px;
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
  width: 49%;
  background-color: #e6e6e6;
  text-align: center;
}
.btn--terms + .btn--terms {
  float: right;
}
.btn--back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 14px 15px;
  color: #fff;
  background-color: #1a1a1a;
  text-decoration: none;
}
.btn--back .icon:before {
  top: 1px;
}
@media (min-width: 1920px) {
  .btn--back {
    padding: 18px 15px;
  }
  .btn--back .icon {
    font-size: 60px;
  }
  .btn--back .icon:before {
    width: 40px;
    height: 40px;
  }
}
.btn--toggle {
  position: absolute;
  top: 51px;
  right: 8px;
  z-index: 400;
  display: inline-block;
  margin: 0;
  padding: 12px 0;
  border: none;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  outline: none;
  /*&:hover {
        opacity: 1;
    }

    &:active {
        transition: 0;
        outline: none;
    }*/
}
@media (min-width: 1920px) {
  .btn--toggle {
    top: 113px;
  }
}
.lines {
  display: inline-block;
  width: 35px;
  height: 5px;
  background-color: #fff;
  border-radius: 2.5px;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 1920px) {
  .lines {
    width: 70px;
    height: 10px;
  }
}
.lines:before,
.lines:after {
  display: inline-block;
  width: 35px;
  height: 5px;
  background-color: #fff;
  border-radius: 2.5px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 2.5px center;
}
@media (min-width: 1920px) {
  .lines:before,
  .lines:after {
    width: 70px;
    height: 10px;
  }
}
@media (min-width: 1920px) {
  .lines:before,
  .lines:after {
    transform-origin: 5px center;
  }
}
.lines:before {
  top: 8.75px;
}
@media (min-width: 1920px) {
  .lines:before {
    top: 17.5px;
  }
}
.lines:after {
  top: -8.75px;
}
@media (min-width: 1920px) {
  .lines:after {
    top: -17.5px;
  }
}
/*.btn--toggle:hover {

    .lines {

        &:before {
            top: @button-size/3.5;
        }

        &:after {
            top: -@button-size/3.5;
        }
    }
}*/
.btn--toggle.open {
  padding: 13px 0;
  transform: scale3d(0.8, 0.8, 0.8);
}
.btn--toggle.x2 .lines {
  transition: background .3s .5s ease;
}
.btn--toggle.x2 .lines:before,
.btn--toggle.x2 .lines:after {
  transform-origin: 50% 50%;
  transition: top .3s .6s ease, transform .3s ease;
}
.btn--toggle.x2.open .lines {
  transition: background .3s 0s ease;
  background: transparent;
}
.btn--toggle.x2.open .lines:before,
.btn--toggle.x2.open .lines:after {
  transition: top .3s ease, transform .3s .5s ease;
  top: 0;
  width: 35px;
}
@media (min-width: 1920px) {
  .btn--toggle.x2.open .lines:before,
  .btn--toggle.x2.open .lines:after {
    width: 70px;
  }
}
.btn--toggle.x2.open .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.btn--toggle.x2.open .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.label--switch {
  position: relative;
  display: block;
  padding: 0;
  padding-right: 100px;
  width: 100% !important;
}
:root .ios-switch {
  position: absolute;
  opacity: 0;
}
:root .ios-switch:checked + .switch {
  padding-left: 2em;
  background-position: 0 0;
}
:root .switch {
  position: absolute;
  top: 2px;
  right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), transparent), linear-gradient(90deg, #a0c736 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-origin: border-box;
  background-clip: border-box;
  overflow: hidden;
  font-size: 28px;
  transition-duration: .4s;
  transition-property: padding, width, background-position, text-indent;
}
@media (min-width: 1920px) {
  :root .switch {
    height: 60px;
    font-size: 56px;
  }
}
:root .switch:before,
:root .switch:after {
  float: left;
  font: bold 60%/1.9 sans-serif;
  text-transform: uppercase;
}
:root .switch:before {
  content: attr(data-before);
  margin: -2px;
  width: 31px;
  height: 31px;
  color: #fff;
  background: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  border: 1px solid #abb3bc;
  border-radius: inherit;
  box-shadow: 0 0.1em 0.1em 0.1em rgba(255, 255, 255, 0.8) inset, 0 0 0.5em rgba(0, 0, 0, 0.3);
  font-weight: normal;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  text-indent: -2.5em;
}
@media (min-width: 1920px) {
  :root .switch:before {
    width: 62px;
    height: 62px;
  }
}
:root .switch:after {
  content: attr(data-after);
  text-indent: .5em;
  color: #333;
  text-shadow: none;
}
/*input[type="checkbox"].ios-switch:active + span:before {
	background-color: #eee;
}

input[type="checkbox"].ios-switch:focus + span {
	box-shadow: 0 .1em .1em rgba(0,0,0,.2) inset,
	            0 .45em 0 .1em rgba(0,0,0,.05) inset,
	            0 0 .4em 1px rgba(255,0,0,.5);
}*/
.radio-button-label {
  display: block;
  position: relative;
  width: 100% !important;
  cursor: pointer;
}
[type="radio"] {
  overflow: hidden;
  position: absolute !important;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
[type="radio"] + span {
  display: block;
}
[type="radio"] + span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0.125em solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
  transition: 0.5s ease all;
}
[type="radio"]:checked + span:after {
  background-color: #86ad1c;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
}
.alert {
  position: relative;
  top: -15px;
  padding: 15px;
  color: #fff;
  background-color: #fd020b;
  text-align: center;
}
.topbar {
  display: block;
  width: 100%;
  height: 50px;
}
@media (min-width: 1920px) {
  .topbar {
    height: 100px;
  }
}
.page--terms .topbar {
  height: 64px;
}
@media (min-width: 1920px) {
  .page--terms .topbar {
    height: 128px;
  }
}
.logo {
  float: left;
  padding: 8px;
}
.page--terms .logo {
  text-align: center;
}
.logo img {
  height: 30px;
}
@media (min-width: 1920px) {
  .logo img {
    height: 60px;
  }
}
.page--terms .logo img {
  height: 50px;
}
@media (min-width: 1920px) {
  .page--terms .logo img {
    height: 60px;
  }
}
.global-nav {
  position: relative;
  float: right;
}
.global-nav a,
.global-nav .btn--favourite {
  float: right;
  padding: 13px 16px;
  text-decoration: none;
}
.global-nav .btn--favourite {
  padding: 13px 0;
}
@media (min-width: 1920px) {
  .global-nav .btn--favourite {
    top: 20px;
  }
}
.global-nav .icon {
  color: #ccc;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1920px) {
  .global-nav .icon {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.global-nav .icon:before {
  top: 1px;
}
.page-title {
  position: relative;
  display: block;
  overflow-y: hidden;
  width: 100%;
  height: 50px;
  background-color: #333;
}
@media (min-width: 1920px) {
  .page-title {
    height: 100px;
  }
}
.page-title h1 {
  display: inline-block;
  line-height: 50px;
  position: relative;
  left: 56px;
}
@media (min-width: 1920px) {
  .page-title h1 {
    left: 112px;
  }
}
.nav__menu {
  margin: 0;
  padding: 0;
}
.nav__menu-item,
.context__menu-item,
.favourite-links li {
  position: relative;
  display: block;
  width: 100%;
  height: calc((100% - 84px) / 5);
  list-style: none;
}
.nav__menu-item > a,
.context__menu-item > a,
.favourite-links li > a {
  position: relative;
  display: table;
  padding: 0;
  height: 100%;
  vertical-align: middle;
  color: #fff;
  background-color: transparent;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 6px #000000;
}
.nav__menu-item > a .icon,
.context__menu-item > a .icon,
.favourite-links li > a .icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.nav__menu-item > a > span,
.context__menu-item > a > span,
.favourite-links li > a > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
  width: 100%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.page--favourites .nav__menu-item > a,
.page--favourites .context__menu-item > a,
.page--favourites .favourite-links li > a {
  padding-right: 48px;
}
.nav__menu-item .menu-item__text,
.context__menu-item .menu-item__text,
.favourite-links li .menu-item__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}
.page--knowledgebase .nav__menu-item .menu-item__text,
.page--knowledgebase .context__menu-item .menu-item__text,
.page--knowledgebase .favourite-links li .menu-item__text {
  line-height: 1.2;
  text-transform: none;
}
.nav__menu-item .menu-item__text > span,
.context__menu-item .menu-item__text > span,
.favourite-links li .menu-item__text > span {
  line-height: 1.2;
}
.nav__menu-item .favourite,
.context__menu-item .favourite,
.favourite-links li .favourite {
  padding: 0 6px;
}
.panel-flyout {
  position: fixed;
  top: 50px;
  z-index: 300;
  width: 320px;
  height: 100%;
  color: #fff;
  background-color: #333;
  transform: translate3d(0, 0, 0);
  transition: all, 0.3s, ease-in;
  right: -320px;
}
@media (min-width: 1920px) {
  .panel-flyout {
    top: 100px;
    width: 640px;
  }
}
.panel-flyout.panel-open {
  right: 0 !important;
  box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.4);
}
.context-menu ul {
  margin: 0;
  padding: 0;
}
.context__menu-item {
  height: 44px;
  border-bottom: 1px solid #333;
}
@media (min-width: 1920px) {
  .context__menu-item {
    height: 88px;
  }
}
.context__menu-item > a {
  color: #fff;
  background-color: #1a1a1a;
  text-shadow: none;
}
.context__menu-item > a .icon {
  padding: 0 23px;
  box-shadow: none;
  background-image: none !important;
}
.context__menu-item > a span {
  box-shadow: none;
}
form {
  background-color: #fff;
}
.panel-flyout form {
  padding-left: 8px;
}
.content-inner form {
  background-color: transparent;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset a.telnumber {
  font-size: 24px;
  color: #425664;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
legend {
  display: block;
  padding: .3em 0;
  padding-left: 2px;
  width: 100%;
  color: #425664;
  border-bottom: 1px solid transparent;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  white-space: normal;
}
label,
.static-label {
  margin: .5em 0 .2em;
  color: #333;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  -webkit-touch-callout: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
.content-inner label,
.content-inner .static-label {
  background-color: transparent;
}
input,
select,
textarea,
.static-form-control {
  display: inline-block;
  margin: 0;
  padding: .5em .6em;
  width: 100%;
  background-color: transparent;
  border: none;
  transition: border, 0.3s, linear;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
}
input:focus,
select:focus,
textarea:focus,
.static-form-control:focus {
  outline: none;
}
select {
  background-color: transparent;
}
.w50 select {
  width: 100%;
  height: 31px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  color: #cad2d3;
  cursor: not-allowed;
}
input[disabled] + .input-border,
select[disabled] + .input-border,
textarea[disabled] + .input-border,
input[readonly] + .input-border,
select[readonly] + .input-border,
textarea[readonly] + .input-border {
  border-color: #abb3bc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #333;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input[disabled]:-moz-placeholder {
  color: #cad2d3;
}
input[disabled]::-moz-placeholder {
  color: #cad2d3;
}
input[disabled]:-ms-input-placeholder {
  color: #cad2d3;
}
input[disabled]::-webkit-input-placeholder {
  color: #cad2d3;
}
input[disabled]:focus:-moz-placeholder {
  color: transparent;
}
input[disabled]:focus::-moz-placeholder {
  color: transparent;
}
input[disabled]:focus:-ms-input-placeholder {
  color: transparent;
}
input[disabled]:focus::-webkit-input-placeholder {
  color: transparent;
}
.inline-inputs .values {
  margin-bottom: 10px;
}
.inline-inputs .input-row {
  display: table;
  width: 100%;
}
.inline-inputs .input-group {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 1px;
}
.inline-inputs .input-group.lookup {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 2px;
}
.inline-inputs .input-group.lookup input {
  width: 90%;
}
.inline-inputs .input-group.lookup .unit {
  display: inline;
  width: 10%;
}
.inline-inputs .input-group.value {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 2px;
}
.inline-inputs .input-group.value .value-item {
  display: table-cell;
  background-color: #e6e6e6;
  vertical-align: middle;
  width: 50%;
  height: 50px;
  padding-left: 23px;
}
.inline-inputs .input-group.value .value-item.value-item-qty {
  border-left: 2px solid #fff;
  padding-right: 73px;
}
.inline-inputs .input-group.value .value-item.value-item-qty-tablet {
  border-left: 2px solid #f2f2f2;
  padding-right: 73px;
}
.inline-inputs .input-group.value .value-item.result {
  background-color: #fff !important;
  padding-left: 0;
}
.inline-inputs .input-group.value .value-item.result-tablet {
  background-color: #f2f2f2 !important;
  padding-left: 0;
}
.inline-inputs .input-group.value .value-item.total {
  font-family: 'helveneubol-webfont', sans-serif;
  font-weight: normal;
}
.inline-inputs .input-group.value .value-label {
  display: table-cell;
  width: 50%;
  height: 50px;
}
.inline-inputs .input-group.value button {
  position: absolute;
  right: 0;
  display: table-cell;
  vertical-align: middle;
  background-color: #fd020b;
  color: #fff;
  width: 50px;
  height: 50px;
}
.inline-inputs .input-group input {
  padding-left: 24px;
}
.inline-inputs .input-group select {
  padding-left: 20px;
  width: 100%;
  height: 31px;
}
.inline-inputs .input-group button {
  text-align: center;
  margin-bottom: 0;
}
.control-group {
  position: relative;
  margin-bottom: 1em;
}
.labels-right label {
  text-align: right;
}
.labels-left label {
  text-align: left;
}
.offset {
  margin-left: 48%;
}
.aligned-inputs input,
.aligned-inputs textarea,
.aligned-inputs select,
.aligned-inputs .form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: auto;
  border: 1px solid #6e808c;
}
.aligned-inputs label {
  display: table;
  padding-left: 2px;
  width: 48%;
  height: 30px;
  vertical-align: middle;
  line-height: 1.5;
}
.aligned-inputs label.label-text-area {
  vertical-align: top;
}
.aligned-inputs label .translate {
  display: inline;
  white-space: normal;
  vertical-align: middle;
}
.aligned-inputs .static-label {
  margin-left: 2px;
}
.aligned-inputs .controls {
  margin: 1.5em 0 0 48%;
}
.aligned-inputs .controls a {
  vertical-align: top;
}
.stacked-inputs input[type="text"],
.stacked-inputs select,
.stacked-inputs label {
  display: block;
}
.grouped-inputs {
  margin-bottom: 12px;
}
.grouped-inputs input {
  position: relative;
  top: 1px;
  display: block;
  margin: 0;
  padding: 10px 10px 10px 24px;
  /*&:first-child {
			top: 1px;
		}

		&:last-child {
			top: -2px;
		}*/
}
.grouped-inputs input:focus {
  z-index: 2;
}
.grouped-inputs select {
  padding: 10px 10px 10px 21px;
}
.grouped-inputs button {
  margin: .35em 0;
}
.input-border {
  margin: 0 0 16px;
  height: 4px;
  border: 1px solid #6e808c;
  border-top: none;
}
.dipswitch-reading-no,
.wifi-led-no {
  text-align: center;
}
.dipswitch-title,
wifi-led-title {
  font-weight: 700;
}
.dip-switch {
  position: relative;
  width: 20px;
  height: 20px;
}
.dip-switch:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #e6e6e6;
}
.dip-switch:checked:after {
  background-color: #fd020b;
}
.dipswitch-block {
  margin: 40px 0 0;
  min-height: 40px;
}
.dipswitch-block.show-labels .dip-switch--readonly {
  margin-right: 20px;
}
.dipswitch-block.show-labels .dip-switch--readonly > span {
  position: absolute;
  top: 0;
  left: 24px;
}
.dip-switch--readonly {
  position: relative;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 60px;
  width: 20px;
  height: 20px;
  background-color: #fd020b;
}
.dip-switch--readonly:before,
.dip-switch--readonly:after {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.dip-switch--readonly[title="0"] {
  top: 20px;
}
.dip-switch--readonly[title="0"]:before {
  top: -20px;
  background-color: #e6e6e6;
}
.dip-switch--readonly[title="1"]:after {
  background-color: #e6e6e6;
}
.dip-switch--readonly[title="1"] .dip-switch__label--1 {
  top: -20px;
}
.dip-switch--readonly[title="1"] .dip-switch__label--0 {
  bottom: -40px;
}
[class*="dip-switch__label"] {
  position: absolute;
  top: -40px;
  display: block;
  width: 100%;
  text-align: center;
}
.dip-switch__label--0 {
  top: auto;
  bottom: -20px;
}
.wifi-led img {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 334px;
}
.led-code {
  position: relative;
  margin: 0 auto;
  width: 320px;
}
.led-group {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}
.led-code--mac .led-group {
  top: 113px;
  right: 111px;
}
.led-code--pac .led-group {
  top: 116px;
  right: 113px;
}
.led {
  margin-bottom: 5px;
  width: 11px;
  height: 11px;
  outline: 1px solid #fff;
}
.blink {
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #a0c736;
  }
  100% {
    background-color: #fff;
  }
}
.table--led-status {
  margin-bottom: 16px;
  width: 100%;
}
.table--led-status th {
  width: 20%;
  height: 30px;
  color: #fff;
  background-color: #6e808c;
  font-weight: normal;
  text-transform: uppercase;
}
.table--led-status th:first-child,
.table--led-status td:first-child {
  padding-left: 8px;
  width: 50%;
  text-align: left;
}
.largescreen .table--led-status th {
  width: auto;
}
.table--led-status th,
.table--led-status td {
  text-align: center;
}
.table--led-status td {
  height: 80px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 0 0 #f2f2f2;
}
.settings-option--open {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
}
@media (min-width: 1920px) {
  .settings-option--open {
    top: 100px;
  }
}
.settings-option--closed {
  position: absolute;
  top: 50px;
  right: -320px;
  left: auto;
}
@media (min-width: 1920px) {
  .settings-option--closed {
    top: 100px;
  }
}
.settings-option__warning {
  margin: 10px 8px 0 0;
  padding: 5px;
  color: #333;
  background: #fff;
  border: 1px solid #fd020b;
}
.settings-option__warning button {
  color: #fd020b;
}
.fave-selector {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.fave-selector li {
  display: inline-block;
  list-style: none;
}
.fave-selector a {
  display: inline-block;
  margin-right: 0.25em;
  padding: 0.75em 1em 0.75em 0;
  color: #4a5962;
  border-bottom: 4px solid #f2f2f2;
  text-decoration: none;
  text-transform: uppercase;
}
.fave-selector a:hover,
.fave-selector a:focus,
.fave-selector a:active,
.fave-selector a.jsDefaultTab {
  color: #222;
  border-bottom: 4px solid #fd020b;
}
.media {
  *zoom: 1;
  margin: 8px;
}
.media:before,
.media:after {
  content: " ";
  display: table;
}
.media:after {
  clear: both;
}
.media:before,
.media:after {
  content: " ";
  display: table;
}
.media:after {
  clear: both;
}
.media .media {
  margin-left: 32px;
}
.media__img {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.media__img img {
  display: block;
}
.media__inner {
  *zoom: 1;
}
.media__inner:before,
.media__inner:after {
  content: " ";
  display: table;
}
.media__inner:after {
  clear: both;
}
.media__inner:before,
.media__inner:after {
  content: " ";
  display: table;
}
.media__inner:after {
  clear: both;
}
.card {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 1px;
}
.card__inner {
  display: block;
  position: relative;
  color: #444;
  background-color: #fff;
  border: 1px solid #ddd;
  text-overflow: ellipsis;
}
.card--nowrap {
  overflow: hidden;
  white-space: nowrap;
}
.favourite-links {
  padding: 0;
}
.favourite-links li {
  margin-bottom: 2px;
  height: 97px;
  background-color: #e6e6e6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1920px) {
  .favourite-links li {
    height: 194px;
  }
}
.favourite-links li > a {
  padding-right: 48px;
  color: #333;
  text-shadow: none;
}
.favourite-links li > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  width: 4px;
}
.favourite-links li > a .icon {
  color: #fff;
}
.favourite-links li > a .product-img {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.favourite-links li > a .product-img img {
  width: 112px;
  height: 97px;
}
@media (min-width: 1920px) {
  .favourite-links li > a .product-img img {
    width: 224px;
    height: 194px;
  }
}
.favourite-links li .icon-favourite {
  position: absolute;
  top: 26px;
  right: 0;
}
.favourite-links li .menu-item__text {
  line-height: 0.5;
}
.favourite-links li .menu-item__text > span {
  display: block;
}
.contact table {
  width: 100%;
  margin-bottom: 20px;
}
.contact table tr {
  border-bottom: 1px solid #e6e6e6;
}
.contact table tr:last-child {
  border-bottom: none;
}
.contact table tr td {
  vertical-align: top;
  padding: 4px 0;
}
.contact table tr td:first-child {
  color: #fd020b;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 10px;
}
.contact table tr td:nth-child(2) table tr:first-child {
  border-bottom: none;
}
.contact table tr td:nth-child(2) table tr:first-child td:first-child {
  padding-top: 0;
  color: #425664;
}
.loader {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10000000000;
}
.loader.loader--inline {
  position: relative;
  margin-top: 15px;
  height: 40px;
  background-color: transparent;
  text-align: center;
}
.sk-spinner-wave.sk-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -25px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.loader--inline .sk-spinner-wave.sk-spinner {
  top: auto;
  margin-top: 0;
}
.sk-spinner-wave div {
  background-color: #fd020b;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
  animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
  animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
  animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.remove-fave-alert {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 15px 8px;
  color: #fff;
  background-color: #333;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 320px;
  right: 0;
  z-index: 10;
  display: none;
  overflow: auto;
  margin: auto;
  padding: 5px;
  width: 50%;
  height: 50%;
  max-height: 100%;
  color: #fff;
  background-color: #333;
  border: 1px solid #000;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  /* places the modal-overlay between the main page and the modal dialog */
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
[type="file"] {
  overflow: hidden;
  position: absolute !important;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
}
.file-upload--photo {
  display: block;
  margin: 0 auto;
  padding: 20px;
  width: 120px;
  color: #333;
  border: 4px solid #333;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
}
.file-upload--photo .icon {
  font-size: 72px;
}
.image-found {
  text-align: center;
}
.image-found img {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 334px;
}
.aligned-inputs label {
  width: 210px;
}
@media (min-width: 1920px) {
  .aligned-inputs label {
    width: 440px;
  }
}
.aligned-inputs input,
.aligned-inputs select {
  float: right;
  margin-top: 7px;
  width: -webkit-calc(100% - 220px);
  width: -moz-calc(100% - 220px);
  width: calc(100% - 220px);
  border: 0;
}
@media (min-width: 1920px) {
  .aligned-inputs input,
  .aligned-inputs select {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
  }
}
.aligned-inputs .input-border {
  margin-left: 220px;
}
@media (min-width: 1920px) {
  .aligned-inputs .input-border {
    margin-left: 440px;
  }
}
.content-inner .aligned-inputs label {
  display: inline;
}
.content-inner .aligned-inputs input,
.content-inner .aligned-inputs select {
  margin-top: 0;
  text-align: left;
}
.value-item.result,
.value-item.value-item-qty {
  padding-left: 10px !important ;
}
.welcome-messages {
  position: relative;
  height: 140px;
  margin-bottom: 30px;
  overflow: hidden;
}
.welcome-messages > div {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  opacity: 0;
}
.welcome-messages > div h2 {
  margin-bottom: 10px;
  font-size: 40px;
  text-transform: uppercase;
}
#settingsContainer hr {
  margin: 1em 0;
  padding: 0;
  height: 6px;
  background: url(../img/hr.png) repeat-x 0 0;
  border: 0;
}
#settingsContainer fieldset {
  margin-top: 15px;
}
#settingsContainer #region {
  padding-right: 6px;
}
#settingsContainer #region label {
  font-family: 'helveneubol-webfont', sans-serif;
  text-transform: uppercase;
  font-size: 0.775rem;
}
#settingsContainer #region select {
  float: none;
  width: 100%;
}