.mega-menu .second-level__button, .no-flexbox .mega-menu .top-level__item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.mega-menu {
  -webkit-flex: 1 1 0%;
  -moz-box-flex: 1 1 0%;
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 799px) {
    .mega-menu {
      line-height: 50px; } }
  @media print, (min-width: 800px) {
    .mega-menu.active .top-level__item {
      background-color: #111111;
      color: white;
      z-index: 17; }
      .mega-menu.active .top-level__item:hover {
        background-color: #252525; } }
  @media print, (min-width: 800px) {
    .mega-menu.active .top-level__button {
      z-index: 16;
      border-color: transparent; } }
  .mega-menu .top-level {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 600; }
    @media (max-width: 799px) {
      .mega-menu .top-level {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #d5d5e2;
        border-bottom: 1px solid #d5d5e2; } }
    @media print, (min-width: 800px) {
      .mega-menu .top-level {
        font-weight: bold;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .mega-menu .top-level__item {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block; }
    @media (max-width: 799px) {
      .mega-menu .top-level__item {
        height: 51px;
        transition: all .3s ease;
        overflow: hidden; }
        .mega-menu .top-level__item:last-child .top-level__button {
          border-bottom-color: transparent; } }
    @media print, (min-width: 800px) {
      .mega-menu .top-level__item:first-child .top-level__button {
        border-left-width: 1px; }
      .mega-menu .top-level__item:hover {
        background-color: #f9f9fb; } }
    @media (max-width: 799px) {
      .mega-menu .top-level__item.active {
        background-color: #f9f9fb; }
        .mega-menu .top-level__item.active:last-child .top-level__button {
          border-bottom-color: #d5d5e2; } }
    @media print, (min-width: 800px) {
      .mega-menu .top-level__item.active {
        background-color: #333333;
        color: white; }
        .mega-menu .top-level__item.active .top-level__button > .mega-menu__icon {
          color: white; }
        .mega-menu .top-level__item.active:hover {
          background-color: #333333; } }
    .mega-menu .top-level__item.active .second-level {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  .mega-menu .top-level__button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    white-space: nowrap;
    border-style: solid;
    cursor: pointer; }
    @media (max-width: 799px) {
      .mega-menu .top-level__button {
        border-color: #d5d5e2;
        padding-left: 20px;
        border-bottom-width: 1px; } }
    @media print, (min-width: 800px) {
      .mega-menu .top-level__button {
        border-color: #d5d5e2;
        border-right-width: 1px;
        padding-left: 10px;
        position: relative;
        z-index: 15; } }
    .mega-menu .top-level__button > .top-level__item-text {
      -webkit-flex: 1 0 auto;
      -moz-box-flex: 1 0 auto;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
  .mega-menu .top-level__link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    white-space: nowrap;
    border-style: solid;
    cursor: pointer; }
    @media (max-width: 799px) {
      .mega-menu .top-level__link {
        border-color: #d5d5e2;
        padding-left: 20px;
        border-bottom-width: 1px; } }
    @media print, (min-width: 800px) {
      .mega-menu .top-level__link {
        border-color: #d5d5e2;
        border-right-width: 1px;
        padding-left: 10px;
        position: relative;
        z-index: 15; } }
    .mega-menu .top-level__link > .top-level__item-text {
      -webkit-flex: 1 0 auto;
      -moz-box-flex: 1 0 auto;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
  .mega-menu .second-level {
    cursor: default; }
    @media (max-width: 799px) {
      .mega-menu .second-level {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media print, (min-width: 800px) {
      .mega-menu .second-level {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 40px;
        margin: 0 20px;
        background-color: #333333;
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        z-index: 18; } }
    @media (min-width: 1200px) {
      .mega-menu .second-level {
        margin: 0 auto;
        width: 100%;
        max-width: 1160px; } }
  .mega-menu .second-level__item {
    display: block; }
    @media (max-width: 799px) {
      .mega-menu .second-level__item {
        height: 50px;
        transition: all .3s ease;
        overflow: hidden; }
        .mega-menu .second-level__item:last-child .second-level__button {
          border-bottom-color: transparent; } }
    @media (max-width: 799px) {
      .mega-menu .second-level__item.active {
        background-color: #f9f9fb; }
        .mega-menu .second-level__item.active:last-child .second-level__button {
          border-bottom-color: #d5d5e2; } }
    @media print, (min-width: 800px) {
      .mega-menu .second-level__item.active .second-level__button {
        background-color: white;
        color: black; } }
    .mega-menu .second-level__item.active .third-level {
      display: block; }
    @media print, (min-width: 800px) {
      .mega-menu .second-level__item {
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        min-height: 40px;
        margin: 0 0 0 20px; } }
  .mega-menu .second-level__button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 50px;
    cursor: pointer; }
    @media (max-width: 799px) {
      .mega-menu .second-level__button {
        padding-left: 40px;
        border-bottom: 1px solid #d5d5e2; } }
    @media print, (min-width: 800px) {
      .mega-menu .second-level__button {
        padding-left: 10px;
        border-bottom: 0;
        background-color: #4d4d4d;
        color: white;
        height: 40px; } }
    .mega-menu .second-level__button--hidden {
      display: none !important; }
  .mega-menu .third-level {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    background-color: white; }
    @media print, (min-width: 500px) {
      .mega-menu .third-level {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media (max-width: 799px) {
      .mega-menu .third-level {
        padding: 10px 20px;
        border-bottom: 1px solid #d5d5e2; } }
    @media print, (min-width: 800px) {
      .mega-menu .third-level {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        display: none;
        padding: 20px;
        margin-bottom: 20px;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0; } }
    @media print, (min-width: 950px) {
      .mega-menu .third-level {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3; } }
    @media print, (min-width: 800px) {
      .mega-menu .third-level--4-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media print, (min-width: 950px) {
      .mega-menu .third-level--4-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4; } }
    @media print, (min-width: 950px) {
      .mega-menu .third-level--5-columns {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5; } }
    @media print, (min-width: 950px) {
      .mega-menu .third-level--6-columns {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6; } }
  @media (max-width: 799px) {
    .mega-menu .top-level__item:last-child .second-level__item:last-child .third-level {
      border-bottom: 0; } }
  .mega-menu .third-level__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    box-sizing: content-box;
    text-decoration: none;
    color: black;
    font-size: 15px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px dotted #d5d5e2; }
    .mega-menu .third-level__item:hover {
      background-color: #f3f3f7; }
  .mega-menu .third-level__item-image {
    -webkit-flex: 0 0 50px;
    -moz-box-flex: 0 0 50px;
    -moz-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 50px;
    height: 50px; }
    .mega-menu .third-level__item-image > img {
      display: block;
      max-width: 50px;
      max-height: 50px;
      height: auto; }
  .mega-menu .third-level__item-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
    .mega-menu .third-level__item-text > p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      padding: 0 12px;
      margin: 0;
      line-height: 1.3; }
  .mega-menu .mega-menu__icon {
    font-family: 'iconfont';
    text-align: center;
    display: block;
    transition: color .2s ease-in;
    color: #0066ff; }
    .mega-menu .mega-menu__icon:before {
      content: "\25bc"; }
    @media (max-width: 799px) {
      .mega-menu .mega-menu__icon {
        line-height: 50px;
        width: 50px;
        height: 50px;
        font-size: 13px; } }
    @media print, (min-width: 800px) {
      .mega-menu .mega-menu__icon {
        color: #d5d5e2;
        line-height: 40px;
        width: 40px;
        height: 40px; } }
  @media (max-width: 799px) {
    .mega-menu .top-level__item.active .top-level__button .mega-menu__icon:before,
    .mega-menu .second-level__item.active .second-level__button .mega-menu__icon:before {
      font-size: 70%;
      content: "\78"; } }

.mega-menu__mask {
  content: "";
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  transition: visibility 0.1s linear, opacity 0.1s linear;
  visibility: hidden;
  opacity: 0; }
  .mega-menu__mask--show {
    visibility: visible;
    opacity: 0.6; }

.no-flexbox .mega-menu .breadcrumbs {
  width: 100%; }
  @media print, (min-width: 800px) {
    .no-flexbox .mega-menu .breadcrumbs {
      float: left;
      width: 50%; } }

.no-flexbox .mega-menu .top-level {
  width: 100%; }
  @media print, (min-width: 800px) {
    .no-flexbox .mega-menu .top-level {
      float: right;
      width: 50%; } }

.no-flexbox .mega-menu .top-level__item {
  display: block;
  width: 100%; }
  @media print, (min-width: 800px) {
    .no-flexbox .mega-menu .top-level__item {
      float: right;
      width: 50%; }
      .no-flexbox .mega-menu .top-level__item:first-child .top-level__button {
        border-right-width: 1px; } }
  .no-flexbox .mega-menu .top-level__item.active .second-level {
    display: block; }

.no-flexbox .mega-menu .top-level__button {
  display: block;
  height: 40px;
  overflow: hidden;
  border-left-width: 1px;
  border-right-width: 0px; }

.no-flexbox .mega-menu .top-level__item-text {
  float: left;
  padding-left: 20px; }
  @media print, (min-width: 800px) {
    .no-flexbox .mega-menu .top-level__item-text {
      padding-left: 0; } }

.no-flexbox .mega-menu .second-level__item {
  display: block;
  width: 100%; }
  @media print, (min-width: 800px) {
    .no-flexbox .mega-menu .second-level__item {
      float: left;
      width: 16%; } }

.no-flexbox .mega-menu .second-level__button {
  display: block; }

.no-flexbox .mega-menu .second-level__item-text {
  float: left; }

.no-flexbox .mega-menu .mega-menu__icon {
  float: right; }

@media print, (min-width: 500px) {
  .no-flexbox .mega-menu .third-level {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

@media print {
  .mega-menu .top-level {
    display: none !important; } }

.blur {
  filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-filter: blur(3px); }

.no-animation {
  transition: none !important; }

.alert-message {
  display: block;
  background-color: #FFC;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  padding: 20px;
  border-width: 4px;
  border-style: solid;
  border-color: #DFD8C2; }
  @media print, (min-width: 800px) {
    .alert-message {
      margin: 10px 0 0 0;
      padding: 10px; } }
  .alert-message h1 {
    color: #cc2127;
    font-weight: bold;
    padding-bottom: 3px; }
  @media (max-width: 799px) {
    .alert-message--discontinued {
      margin-top: -1px;
      border-width: 1px 0;
      border-style: solid; } }

.group {
  *zoom: 1;
  font-size: 13px;
  line-height: 1.2; }
  .group:before, .group:after {
    display: table;
    content: '';
    line-height: 0; }
  .group:after {
    clear: both; }
  @media print, (min-width: 800px) {
    .group {
      margin: 10px 0 10px 0;
      border: 2px solid #000066;
      border-radius: 5px; } }
  @media print, (min-width: 1200px) {
    .group {
      font-size: 14px; } }
  @media print, (min-width: 800px) {
    .group__content-wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.group__heading, .group--related .group__heading {
  background: #000066;
  color: white;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 1.4em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media (max-width: 799px) {
    .group__heading, .group--related .group__heading {
      margin-bottom: 10px; } }
  @media print, (min-width: 800px) {
    .group__heading, .group--related .group__heading {
      font-size: 1.2em;
      padding: 1px 10px 3px 10px;
      margin: 0 0 10px 0; } }

.heading__title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.heading__ean-number {
  display: none; }
  @media print, (min-width: 800px) {
    .heading__ean-number {
      -webkit-flex: 1 0 0px;
      -moz-box-flex: 1 0 0px;
      -moz-flex: 1 0 0px;
      -ms-flex: 1 0 0px;
      flex: 1 0 0px;
      display: inline;
      font-weight: normal;
      font-size: 11px;
      overflow: hidden;
      color: #000066;
      cursor: default; } }

.heading__manufacturer-code {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: right;
  font-weight: normal;
  font-size: 12px;
  display: none;
  padding-left: 10px; }
  @media print, (min-width: 800px) {
    .heading__manufacturer-code {
      display: inline; } }

.group__image-column {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px; }
  @media print, (min-width: 800px) {
    .group__image-column {
      width: auto;
      padding: 0;
      margin: 0 10px;
      max-width: 190px; } }
  .group__image-column--360 {
    position: relative; }
    .plugins-loading .group__image-column--360 .group__image,
    .plugins-loading .group__image-column--360 .group__info {
      opacity: 0; }
    .plugins-loading .group__image-column--360 .loading-message {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 799px) {
      .group__image-column--360 {
        margin-left: auto;
        margin-right: auto; } }
    @media print, (min-width: 800px) {
      .group__image-column--360 {
        width: 100%;
        max-width: 33.333%; } }
    @media print, (min-width: 950px) {
      .group__image-column--360 {
        max-width: 40%; } }
    .group__image-column--360 .group__image {
      max-width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      opacity: 1;
      transition: opacity 0.5s ease; }
    .group__image-column--360 .loading-message {
      display: none;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100px;
      height: 50px;
      top: 25px; }
      @media print, (min-width: 800px) {
        .group__image-column--360 .loading-message {
          top: 75px; } }
      .group__image-column--360 .loading-message__spinner {
        display: flex;
        margin: 0 auto 10px;
        border-color: #9d9db8 transparent #9d9db8 #9d9db8;
        height: 15px;
        width: 15px;
        border-width: 3px; }
      .group__image-column--360 .loading-message__text {
        display: flex;
        line-height: 1;
        font-size: 12px;
        color: #9d9db8;
        white-space: nowrap; }
    .group__image-column--360 .Magic360 {
      width: 100%;
      position: relative;
      text-decoration: none; }
    .group__image-column--360 .group__image img {
      visibility: hidden; }
    .group__image-column--360 .group__image .Magic360-container img {
      visibility: visible; }
  @media print, (min-width: 1050px) {
    .group__image-column--small {
      max-width: 300px; } }
  @media print, (min-width: 1050px) {
    .group__image-column--medium {
      max-width: 400px; } }
  @media print, (min-width: 1050px) {
    .group__image-column--large {
      max-width: 500px; } }

.group__image {
  display: block;
  max-width: 190px;
  border: 1px solid #eaeaf1;
  padding: 4px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  font-size: 0;
  line-height: 0; }
  @media print, (min-width: 800px) {
    .group__image {
      background: #f3f3f7; } }

.group__image-caption {
  text-align: center;
  font-size: 13px;
  line-height: 1.2; }
  .group__image-caption > p {
    display: none;
    margin-top: 5px; }
    .group__image-caption > p.is-active {
      display: block; }
    .group__image-caption > p.no-caption {
      margin-top: 0; }

.group__info {
  font-size: 95%;
  padding-top: 10px;
  max-width: 100%;
  width: 100%;
  transition: opacity 0.5s ease; }
  @media print, (min-width: 800px) {
    .group__info {
      max-width: 190px;
      margin: auto; } }

.button--modal-video {
  border-radius: 5px;
  margin-bottom: 10px; }
  .button--modal-video:after {
    content: "\1f3a5";
    position: absolute;
    right: 20px;
    font-family: 'iconfont';
    font-size: 1.3em; }
    @media print, (min-width: 800px) {
      .button--modal-video:after {
        right: 10px; } }

@media (max-width: 799px) {
  .group__description {
    padding: 0;
    margin: 0;
    border-top: 1px solid #d5d5e2; } }

@media print, (min-width: 800px) {
  .group__description {
    -webkit-flex: 1 1 75%;
    -moz-box-flex: 1 1 75%;
    -moz-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    padding: 0;
    margin: 0 10px; } }

.group__description ol,
.group__description ul {
  margin-left: 20px; }

.group__description--full-width {
  width: 100%; }

.description__top-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 799px) {
    .description__top-container {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }

.description__top-content {
  width: 100%; }
  @media (max-width: 799px) {
    .description__top-content {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; } }
  @media print, (min-width: 800px) {
    .description__top-content {
      -webkit-flex: 1 1 100%;
      -moz-box-flex: 1 1 100%;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

.description__topbold {
  font-weight: 600;
  line-height: 1.15em; }
  @media print, (min-width: 800px) {
    .description__topbold {
      font-size: 1.4em;
      text-align: center; } }

.description__maintop {
  clear: both; }
  @media print, (min-width: 800px) {
    .description__maintop {
      text-align: center; } }

@media (max-width: 799px) {
  .description__2-columns {
    display: inline-block; } }

@media print, (min-width: 800px) {
  .description__2-columns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

.description__main,
.description__2-columns,
.description__topbold,
.description__maintop {
  margin-left: auto;
  margin-right: auto; }
  .description__main li,
  .description__2-columns li,
  .description__topbold li,
  .description__maintop li {
    margin-bottom: 8px; }

.description__main,
.description__topbold,
.description__maintop {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media print, (min-width: 800px) {
    .description__main,
    .description__topbold,
    .description__maintop {
      padding: 0 20px; } }

@media print, (min-width: 800px) {
  .description__topleft,
  .description__topright,
  .description__mainleft,
  .description__mainright {
    padding: 10px 20px;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 50%; } }

@media (max-width: 799px) {
  .description__mainleft,
  .description__mainright {
    display: inline-block;
    float: left;
    clear: left; }
    .description__mainleft ul,
    .description__mainright ul {
      display: inline-block; } }

@media print, (min-width: 800px) {
  .no-flexbox .group__image-column {
    width: 23%;
    float: left;
    margin: 0 1%; }
  .no-flexbox .group__description {
    width: 71%;
    float: right;
    margin: 0 1% !important; }
  .no-flexbox .description__topleft,
  .no-flexbox .description__topright,
  .no-flexbox .description__mainleft,
  .no-flexbox .description__mainright {
    width: 48%;
    float: left;
    padding: 10px 1%; } }

.group--related {
  clear: left; }
  @media print, (min-width: 800px) {
    .group--related {
      border-color: #cc0000; } }
  .group--related .group__heading {
    background-color: #cc0000; }

@media print, (min-width: 800px) {
  .group__logo {
    padding-left: 10px;
    -webkit-flex: 0 1 100px;
    -moz-box-flex: 0 1 100px;
    -moz-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px; } }

.group__logo img {
  height: auto;
  width: 100%;
  max-width: 100px; }

.app-links {
  text-align: center;
  margin: -5px; }
  .app-links br {
    display: none; }
  .app-links__button {
    display: inline-block;
    margin: 0 2px; }

.group__footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 20px; }
  .group__footer .button + .button {
    margin: 0; }
  @media (max-width: 385px) {
    .group__footer {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .group__footer .button + .button {
        margin-top: 10px; } }
  @media print, (min-width: 800px) {
    .group__footer {
      padding: 10px 0 20px 0; } }
  .group__footer .button {
    display: inline-block;
    width: auto;
    padding: 0 40px 0 20px;
    height: 40px;
    line-height: 40px;
    text-transform: inherit;
    letter-spacing: normal;
    border-radius: 40px;
    font-size: 16px; }
    .group__footer .button > .icon {
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 80%; }

.group-menu-control {
  display: inline-block;
  cursor: pointer;
  color: #0066ff;
  text-decoration: underline;
  white-space: nowrap; }
  .group-menu-control .icon {
    position: absolute;
    font-size: 0.7em;
    margin: auto;
    padding: 4px; }
  .group-menu-control__active {
    display: none; }
  .group-menu-control.is-active .group-menu-control__active {
    display: inline; }
  .group-menu-control.is-active .group-menu-control__default {
    display: none; }

.group-menu.is-collapsed {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  opacity: 0; }

.group-menu.is-hidden {
  display: none; }

.group-menu-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border-top: 1px solid #d5d5e2;
  padding: 10px; }
  .group-menu-item:hover {
    color: inherit; }
    .group-menu-item:hover .group-menu-item__title {
      text-decoration: underline;
      color: #0066ff; }
  .group-menu-item__image {
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0 0 60px;
    -moz-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 50px;
    padding-right: 10px; }
    .group-menu-item__image img {
      max-width: 100%;
      max-height: 37px; }
  .group-menu-item__text {
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .group-menu-item__title {
    font-weight: 600;
    color: #000066;
    padding-bottom: 5px; }
  .group-menu-item__count {
    color: #7e7ea0; }
  .group-menu-item__logo {
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0 0 60px;
    -moz-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 50px; }
    .group-menu-item__logo img {
      width: auto;
      max-width: 100%;
      max-height: 37px; }

.group__technical {
  width: 100%; }
  @media print, (min-width: 800px) {
    .group__technical {
      display: none; } }
  .group__technical ul {
    list-style: none;
    margin-left: 20px; }
  .group__technical li {
    position: relative;
    text-indent: -20px;
    padding-left: 20px; }
  .group__technical a {
    line-height: 2;
    color: #0066ff; }
    .group__technical a > span {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0 center;
      width: 16px;
      height: 16px;
      position: relative;
      left: -3px;
      top: 2px; }

.technical__title {
  display: inline;
  font-weight: bold; }

.info-technical-table {
  width: 100%;
  color: #cc2127;
  margin-bottom: 8px; }
  @media (max-width: 799px) {
    .info-technical-table {
      display: none; } }
  .info-technical-table__info {
    background-image: url(/Graphics/icon-info.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding: 8px 0 0 30px;
    background-position: 10px 8px;
    font-weight: bold; }
    .info-technical-table__info .stock-msg-1 {
      color: #cc2127;
      font-weight: bold; }
    .info-technical-table__info a.stock-msg-1 {
      text-decoration: none; }
      .info-technical-table__info a.stock-msg-1:hover {
        text-decoration: underline;
        color: red; }
    .info-technical-table__info .stock-msg-2 {
      color: #000066; }
  .info-technical-table__technical {
    text-align: right;
    padding: 8px 10px 0 0; }
    .info-technical-table__technical a {
      font-weight: bold;
      color: black;
      white-space: nowrap; }
      .info-technical-table__technical a:hover {
        color: #0066ff; }
      .info-technical-table__technical a > span {
        white-space: nowrap;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 center;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
        position: relative;
        top: 1px; }

.product-table {
  font-size: 13px;
  line-height: 1.2; }
  @media print, (min-width: 1200px) {
    .product-table {
      font-size: 14px; } }
  @media print, (min-width: 800px) {
    .product-table--desktop-images-hidden .product-table__th--image,
    .product-table--desktop-images-hidden .product__image {
      display: none; } }
  .product-table__thead {
    width: 100%;
    background-color: #e4e4ec; }
    @media (max-width: 799px) {
      .product-table__thead {
        display: none; } }
  @media (max-width: 799px) {
    .product-table__tbody {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .product-table__th {
    color: black;
    font-weight: bold;
    padding: 3px 5px;
    text-align: center;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid white; }
    .product-table__th--image {
      min-width: 100px; }
    .product-table__th--code {
      text-align: left;
      min-width: 150px; }
      @media (max-width: 949px) {
        .product-table__th--code {
          display: none; } }
    .product-table__th--description {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: left; }
      @media (max-width: 949px) {
        .product-table__th--description {
          display: none; } }
    .product-table__th--price {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center;
      transition: background-color 0.2s ease; }
      .product-table__th--price:hover {
        cursor: pointer;
        background-color: #d5d5e2; }
        .product-table__th--price:hover .vat-preference-text__value {
          color: #0066ff;
          border-bottom-color: #0066ff; }
      body.is-inc-vat .product-table__th--price.is-ex-vat {
        display: none !important; }
      body.is-ex-vat .product-table__th--price.is-inc-vat {
        display: none !important; }
    .product-table__th--quantity {
      width: 140px;
      border-right: none; }
      @media print, (min-width: 1050px) {
        .product-table__th--quantity {
          width: 160px;
          padding-left: 10px;
          padding-right: 10px; } }

.flex-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.product {
  padding: 15px;
  border-bottom: 1px solid #d5d5e2; }
  @media (max-width: 799px) {
    .product {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media print, (min-width: 800px) {
    .product {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 10px 0 10px 10px; }
      .product:hover .product__code-link,
      .product:hover .product__description-link {
        text-decoration: underline;
        color: #0000c2; }
        .product:hover .product__code-link:hover,
        .product:hover .product__description-link:hover {
          color: #0066ff; }
      .product:hover .product__description-link-icon {
        opacity: 0.2;
        color: #0000c2; }
      .product:last-child {
        border-bottom: none; } }
  .product__header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    text-decoration: none;
    font-weight: 600; }
    @media print, (min-width: 800px) {
      .product__header {
        padding: 8px 0; } }
  @media print and (max-width: 949px), (min-width: 800px) and (max-width: 949px) {
    .product__header {
      padding-left: 20px; } }
    @media print, (min-width: 950px) {
      .product__header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
  .product__image {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none;
    width: auto;
    height: auto; }
    @media (min-width: 320px) {
      .product__image {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40px; } }
    @media (min-width: 414px) {
      .product__image {
        -webkit-flex-basis: 60px;
        -moz-flex-basis: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
        width: 60px;
        max-height: 40px; } }
    @media (min-width: 500px) {
      .product__image {
        -webkit-flex-basis: 100px;
        -moz-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
        width: 100px; } }
    @media (max-width: 949px) {
      .product__image {
        margin-right: 10px; } }
    @media print, (min-width: 800px) {
      .product__image {
        max-height: none; } }
    @media print, (min-width: 950px) {
      .product__image {
        padding: 0 5px; } }
    .product__image > img {
      display: block;
      max-width: 100%;
      max-height: 100px;
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }
      @media (min-width: 320px) {
        .product__image > img {
          max-height: 40px; } }
      @media (min-width: 414px) {
        .product__image > img {
          -webkit-flex-basis: 60px;
          -moz-flex-basis: 60px;
          -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
          max-height: 60px; } }
      @media (min-width: 500px) {
        .product__image > img {
          -webkit-flex-basis: 100px;
          -moz-flex-basis: 100px;
          -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
          max-height: 100px; } }
  @media print, (min-width: 800px) {
    .product__text {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 949px) {
    .product__text {
      font-size: 16px; } }
  @media print, (min-width: 950px) {
    .product__text {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      font-weight: bold;
      font-size: 15px; } }
  .product__code {
    display: block;
    padding-right: 10px;
    line-height: 1; }
    @media (max-width: 949px) {
      .product__code {
        letter-spacing: 0.05em;
        color: black;
        font-weight: bold;
        font-size: 16px; }
        .product__code:before {
          content: "Product Code: ";
          font-variant: initial;
          font-weight: normal;
          letter-spacing: normal;
          color: #434356; } }
    @media print, (min-width: 950px) {
      .product__code {
        min-width: 150px;
        padding-left: 20px; } }
  .product__code-link {
    text-decoration: none;
    color: inherit; }
    @media print, (min-width: 950px) {
      .product__code-link {
        color: #000066; }
        .product__code-link:hover {
          color: #0066ff; } }
  .product__description {
    padding-right: 5px; }
    @media print, (min-width: 950px) {
      .product__description {
        padding-left: 20px; } }
  .product__description-link {
    display: inline-block;
    color: #000066;
    text-decoration: none; }
    @media (max-width: 799px) {
      .product__description-link {
        text-decoration: underline;
        margin-top: 1px;
        margin-bottom: 5px; } }
    .product__description-link:hover ~ .product__description-link-icon {
      color: #0066ff; }
  .product__description-link-icon {
    line-height: 1;
    font-size: 13px;
    transition: opacity 0.3s ease;
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 0;
    color: #000066;
    position: relative;
    top: 1px;
    padding-left: 3px; }
    @media (max-width: 799px) {
      .product__description-link-icon {
        display: none; } }
    .product__description-link-icon:after {
      font-family: "iconfont";
      content: " \e936"; }
  .product__footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
    @media (max-width: 799px) {
      .product__footer {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media print, (min-width: 800px) {
      .product__footer {
        padding: 8px 0; } }
  .product__label {
    display: block;
    color: #2e2e38;
    font-size: 12px;
    padding: 5px 0 8px;
    -webkit-tap-highlight-color: transparent; }
    @media print, (min-width: 800px) {
      .product__label {
        display: none; } }
  @media (min-width: 414px) {
    .product__price {
      margin-left: auto; } }
  @media print, (min-width: 800px) {
    .product__price {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center; }
      .product__price .price-breaks {
        margin: auto; } }
  @media print, (min-width: 950px) {
    .product__price {
      padding: 0 10px; } }
  @media print, (min-width: 1050px) {
    .product__price {
      padding: 0 20px; } }
  body.is-inc-vat .product__price.is-ex-vat {
    display: none !important; }
  body.is-ex-vat .product__price.is-inc-vat {
    display: none !important; }
  .product__quantity {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 799px) {
      .product__quantity {
        margin-left: 15px; } }
    @media print, (min-width: 800px) {
      .product__quantity {
        padding: 0 10px;
        width: 140px; } }
    @media print, (min-width: 1050px) {
      .product__quantity {
        width: 160px; } }

.stock-alert {
  color: #cc2127;
  display: block;
  font-size: 12px;
  white-space: nowrap; }
  @media print, (min-width: 950px) {
    .stock-alert {
      display: inline;
      font-size: 14px;
      font-weight: normal; }
      .stock-alert:before {
        content: "("; }
      .stock-alert:after {
        content: ")"; } }

.vat-preference-text {
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: normal; }
  .vat-preference-text__value {
    color: #000066;
    border-bottom: 1px #000066 dotted;
    line-height: 1;
    display: inline-block;
    margin-bottom: -1px; }
  .vat-preference-text:hover .vat-preference-text__value {
    color: #0066ff;
    border-color: #0066ff; }
  .vat-preference-text--table-heading {
    font-size: 13px; }
    .vat-preference-text--table-heading .vat-preference-text__value {
      border-bottom-color: #9d9db8; }

.accordion__button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  border-color: #d5d5e2;
  border-style: solid;
  border-width: 0 0 1px 0;
  cursor: pointer; }
  .accordion__button > .icon {
    color: #0066ff;
    font-size: 13px; }
  .accordion__button.is-active > .icon:before {
    content: "\e919"; }
  @media print, (min-width: 800px) {
    .accordion__button {
      display: none; } }

@media (max-width: 799px) {
  .accordion__content {
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 20px;
    border-style: solid;
    border-color: #d5d5e2;
    border-width: 0 0 1px 0;
    font-size: 16px;
    overflow: hidden; }
    .accordion__content.is-collapsed {
      height: 0;
      padding-top: 0;
      padding-bottom: 0;
      border-width: 0;
      opacity: 0; }
    .accordion__content.is-hidden {
      display: none; } }

.mega-menu .second-level__button, .no-flexbox .mega-menu .top-level__item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.qty {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 140px;
  height: 40px;
  margin: auto;
  font-size: 14px;
  position: relative; }
  @media print, (min-width: 800px) {
    .qty {
      height: 30px; } }
  .qty__message-area {
    clear: left; }
    @media (max-width: 799px) {
      .qty__message-area {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0; } }
    .group .qty__message-area {
      margin-left: 10px;
      margin-right: 10px; }
    .group--clearance .qty__message-area {
      margin-top: 8px;
      margin-left: 20px;
      margin-right: 20px; }
      @media print, (min-width: 800px) {
        .group--clearance .qty__message-area {
          margin-left: 0;
          margin-right: 0; } }
  .qty__input {
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    text-align: center;
    min-width: 0;
    background-color: white;
    border: 2px solid #000066;
    border-radius: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    height: 40px;
    transition-property: color, border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease; }
    @media print, (min-width: 800px) {
      .qty__input {
        height: 30px; } }
    .qty__input:hover {
      box-shadow: 0 0 0 2px rgba(0, 0, 102, 0.1); }
    .qty__input:focus {
      outline: none;
      box-shadow: 0 0 0 3px rgba(0, 0, 102, 0.2); }
    .qty__input.invalid {
      border-color: #cc2127; }
    .no-flexbox .qty__input {
      float: left;
      width: 70px; }
  .qty__controls {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 85px;
    -moz-box-flex: 0 0 85px;
    -moz-flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px; }
    @media print, (min-width: 800px) {
      .qty__controls {
        -webkit-flex: 0 0 65px;
        -moz-box-flex: 0 0 65px;
        -moz-flex: 0 0 65px;
        -ms-flex: 0 0 65px;
        flex: 0 0 65px; } }
    .no-flexbox .qty__controls {
      float: left;
      width: 85px; }
      @media print, (min-width: 800px) {
        .no-flexbox .qty__controls {
          width: 65px; } }
  .qty__control {
    width: 100%; }
  .qty__control-update {
    display: none; }
  .qty__control-amount {
    display: none; }
  .qty__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #000066;
    color: white;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease; }
    @media print, (min-width: 800px) {
      .qty__button {
        height: 30px; } }
    .qty__button:hover, .qty__button:focus {
      outline: none;
      box-shadow: 0 0 0 3px rgba(0, 0, 102, 0.2); }
  .qty__spinner-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: white;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-color: #000066;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    color: #000066;
    cursor: pointer;
    position: relative; }
    @media print, (min-width: 800px) {
      .qty__spinner-button {
        width: 30px;
        height: 30px; } }
    .qty__spinner-button:hover {
      box-shadow: 0 0 0 2px rgba(0, 0, 102, 0.1); }
    .qty__spinner-button:focus {
      outline: none;
      box-shadow: 0 0 0 2px rgba(0, 0, 102, 0.2); }
    .qty__spinner-button:first-child {
      margin-right: 5px; }
    .qty__spinner-button.is-loading {
      color: transparent; }
      .qty__spinner-button.is-loading:before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        box-shadow: 0 0 2px 1px rgba(0, 0, 102, 0.1);
        animation: spin 1s linear infinite;
        border-width: 2px;
        border-style: solid;
        border-color: rgba(0, 0, 102, 0.5) transparent rgba(0, 0, 102, 0.5) rgba(0, 0, 102, 0.5);
        top: 0;
        bottom: 0;
        left: 0;
        right: -2px;
        margin: auto; }
    .no-flexbox .qty__spinner-button {
      float: left; }
  .qty__button-label-mobile {
    display: inline; }
    @media print, (min-width: 800px) {
      .qty__button-label-mobile {
        display: none; } }
    @media (max-width: 399px) {
      .qty__button-label-mobile {
        display: none; } }
  .plugins-loading .qty .qty__input {
    border-color: #7e7ea0;
    color: #c3c3d5; }
  .plugins-loading .qty .qty__button {
    color: transparent;
    background-color: #9d9db8;
    box-shadow: inset 0 0 0px 2px #7e7ea0; }
    .plugins-loading .qty .qty__button:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      animation: spin 1s linear infinite;
      border-width: 2px;
      border-style: solid;
      border-color: white white white transparent;
      top: 0;
      bottom: 0;
      left: 0;
      right: -2px;
      margin: auto; }
  .qty.validating .qty__button {
    color: transparent; }
    .qty.validating .qty__button:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.2);
      animation: spin 1s linear infinite;
      border-width: 2px;
      border-style: solid;
      border-color: rgba(255, 255, 255, 0.5) transparent rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5);
      top: 0;
      bottom: 0;
      left: 0;
      right: -2px;
      margin: auto; }
  .qty.is-added .qty__input {
    border-color: #5CBA47; }
    .qty.is-added .qty__input.invalid {
      border-color: #cc2127; }
  .qty.is-added .qty__control-add {
    display: none; }
  .qty.is-added .qty__control-amount {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .no-flexbox .qty.is-added .qty__control-amount {
      display: block; }
  .qty.is-dirty.is-added .qty__control-add,
  .qty.is-dirty.is-added .qty__control-amount {
    display: none; }
  .qty.is-dirty.is-added .qty__control-update {
    display: block; }

.price-breaks {
  position: relative;
  border-collapse: separate;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  @media print, (min-width: 800px) {
    .price-breaks {
      width: auto; } }
  body.is-inc-vat .price-breaks .is-ex-vat {
    display: none !important; }
  body.is-ex-vat .price-breaks .is-inc-vat {
    display: none !important; }
  .price-breaks:before, .price-breaks:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    border-radius: 100px / 10px;
    height: 3px; }
  .price-breaks:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg); }
  .price-breaks__quantity, .price-breaks__price {
    line-height: 1;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    border-width: 0 1px;
    border-style: solid; }
  .price-breaks__quantity {
    background-color: black;
    color: white;
    letter-spacing: 1px;
    padding: 3px 5px;
    border-width: 0 2px;
    border-color: white;
    line-height: 9px; }
    .price-breaks__quantity:first-child {
      border-left: none; }
    .price-breaks__quantity:last-child {
      border-right: none; }
    .price-breaks__quantity p {
      font-size: 0.8em; }
  .price-breaks__price {
    background: white;
    font-weight: bold;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 12px;
    border-color: transparent; }
    @media print, (min-width: 800px) {
      .price-breaks__price {
        padding: 3px 15px; } }

.price-breaks--discount {
  border: none;
  box-shadow: none; }
  .price-breaks--discount:before, .price-breaks--discount:after {
    content: normal; }
  .price-breaks--discount .price-breaks__quantity,
  .price-breaks--discount .price-breaks__price {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.05); }
    .price-breaks--discount .price-breaks__quantity:last-child,
    .price-breaks--discount .price-breaks__price:last-child {
      border-right: none; }
  .price-breaks--discount .price-breaks__quantity {
    background-color: #e7cc00;
    color: black; }
  .price-breaks--discount .price-breaks__price {
    background-color: #ffe201; }
  .price-breaks--discount .price-breaks__price--old-price {
    position: relative;
    background-color: #f1d500;
    font-size: 12px;
    color: #9a8800;
    padding-top: 3px;
    padding-bottom: 3px; }
    .price-breaks--discount .price-breaks__price--old-price:after {
      user-select: none;
      content: "";
      display: block;
      height: 60%;
      width: 60%;
      position: absolute;
      top: 20%;
      left: 20%;
      background-image: repeating-linear-gradient(to top left, transparent 0%, transparent 47%, rgba(0, 0, 0, 0.2) 47%, rgba(0, 0, 0, 0.2) 53%, transparent 53%, transparent 100%); }

.price-breaks--old-price:after {
  user-select: none;
  content: "";
  display: block;
  height: 120%;
  width: 120%;
  position: absolute;
  top: -10%;
  left: -10%;
  background-image: repeating-linear-gradient(to top left, transparent 0%, transparent 49%, rgba(171, 171, 171, 0.5) 49%, rgba(171, 171, 171, 0.5) 51%, transparent 51%, transparent 100%);
  box-shadow: none;
  z-index: 1; }

.price-breaks__discount-label {
  background-color: transparent;
  font-weight: bold;
  padding: 0 5px;
  text-align: right;
  letter-spacing: 0.03em;
  font-size: 11px; }
  .price-breaks__discount-label--was {
    color: #7e7ea0; }
  .price-breaks__discount-label--now {
    color: #2e2e38; }
  .price-breaks__discount-label--save {
    color: #cc2127; }

.price-breaks__saving {
  font-weight: bold;
  color: #cc2127;
  text-align: center;
  padding: 2px 10px;
  font-size: 11px; }

.discount-price {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .discount-price__saving {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    color: #cc2127;
    padding: 0 5px;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
    @media print, (min-width: 800px) {
      .discount-price__saving {
        white-space: nowrap;
        padding: 0 10px; } }
  .discount-price__saving-percentage {
    white-space: nowrap; }
  .discount-price .price-breaks {
    width: auto;
    margin-left: 0;
    margin-right: 0; }

.mega-menu .second-level__button, .no-flexbox .mega-menu .top-level__item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.price-drop {
  display: inline-block;
  border: 1px solid #cc2127;
  border-radius: 5px;
  margin: 0 auto;
  background-color: white; }
  .price-drop__countdown {
    white-space: nowrap;
    padding: 5px 3px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    color: white;
    background-color: #cc2127;
    font-weight: bold; }
  .price-drop__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    border-radius: 0 0 4px 4px;
    padding: 5px; }
  .price-drop__badge {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 60px;
    background-color: #000066;
    color: white;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    margin-right: 8px;
    padding: 8px; }
  .price-drop__price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    line-height: 1; }
  .price-drop__old-price {
    white-space: nowrap;
    text-decoration: line-through;
    line-height: 10px; }
  .price-drop__promo-price {
    white-space: nowrap;
    font-weight: bold;
    font-size: 30px; }
  .price-drop__price-unit {
    display: inline;
    font-size: 10px;
    margin-left: -5px; }

.nav-bar-mobile .icon {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px; }

.icon--download {
  background-image: url(/Graphics/icon-download-2.svg); }

.no-svg .icon--download {
  background-image: url(/Graphics/icon-download-2.png); }

.icon--pdf {
  background-image: url(/Graphics/icon-pdf.svg); }

.no-svg .icon--pdf {
  background-image: url(/Graphics/icon-pdf.png); }

.icon--popout {
  background-image: url(/Graphics/icon-popout.svg); }

.no-svg .icon--popout {
  background-image: url(/Graphics/icon-popout.png); }

.mobile-price-quantity {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 20px; }
  @media print, (min-width: 800px) {
    .mobile-price-quantity {
      display: none; } }
  @media (max-width: 799px) {
    .mobile-price-quantity .oos-alert {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 60px;
      max-width: none;
      margin: 0;
      text-align: left; }
      .mobile-price-quantity .oos-alert__message {
        padding-right: 8px; } }
  .mobile-price-quantity .product__label {
    font-size: inherit;
    padding: 0 0 5px 0;
    color: #595973; }
  @media (max-width: 799px) {
    .mobile-price-quantity .product__price {
      -webkit-flex: 0 0 40%;
      -moz-box-flex: 0 0 40%;
      -moz-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      margin: 0 0 15px 0;
      max-width: 100%;
      padding-right: 10px; } }
  @media (max-width: 799px) {
    .mobile-price-quantity .price-breaks {
      width: auto;
      border-radius: 8px;
      margin-right: 20px; }
      .mobile-price-quantity .price-breaks__quantity {
        line-height: 16px; }
        .mobile-price-quantity .price-breaks__quantity:first-child {
          border-top-left-radius: 8px; }
        .mobile-price-quantity .price-breaks__quantity:last-child {
          border-top-right-radius: 8px; }
        .mobile-price-quantity .price-breaks__quantity p {
          font-size: 16px; }
      .mobile-price-quantity .price-breaks__price {
        background-color: white;
        font-size: 18px;
        line-height: 25px;
        border-radius: 0 0 8px 8px; }
        .mobile-price-quantity .price-breaks__price--old-price {
          border-radius: 0; } }
  @media (max-width: 799px) {
    .mobile-price-quantity .vat-preference-text {
      font-size: inherit; } }
  @media (max-width: 799px) {
    .mobile-price-quantity .product__quantity {
      -webkit-flex: 1 0 60%;
      -moz-box-flex: 1 0 60%;
      -moz-flex: 1 0 60%;
      -ms-flex: 1 0 60%;
      flex: 1 0 60%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      min-width: 50%;
      margin: 0 0 15px 0; } }
  @media (max-width: 799px) and (min-width: 650px) {
    .mobile-price-quantity .product__quantity {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media (max-width: 799px) {
    .mobile-price-quantity .qty {
      font-size: inherit;
      margin: 0;
      height: auto;
      max-width: none; }
      .mobile-price-quantity .qty__controls {
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
      .mobile-price-quantity .qty__input {
        -webkit-flex: 0 0 62px;
        -moz-box-flex: 0 0 62px;
        -moz-flex: 0 0 62px;
        -ms-flex: 0 0 62px;
        flex: 0 0 62px;
        height: 60px;
        margin-right: 10px;
        font-size: 18px; }
      .mobile-price-quantity .qty__control {
        width: 100%; }
      .mobile-price-quantity .qty__control-amount {
        width: calc(100% - 5px); }
      .mobile-price-quantity .qty__button {
        -webkit-flex: 1 0 100%;
        -moz-box-flex: 1 0 100%;
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        height: 60px; }
      .mobile-price-quantity .qty__spinner-button {
        -webkit-flex: 1 0 50%;
        -moz-box-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        height: 60px;
        width: auto;
        font-size: 20px;
        color: #0066ff;
        border-color: rgba(0, 0, 102, 0.4); } }

.special-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%; }
  .special-info__icon {
    padding-right: 5px; }
  .special-info__text {
    line-height: 1; }

@media print, (min-width: 800px) {
  .belowpic-mobile {
    display: none; } }

.sp-loading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  font-size: 12px;
  color: #9d9db8; }
  .sp-loading .ajax-spinner {
    margin-bottom: 10px;
    border-color: #9d9db8 transparent #9d9db8 #9d9db8; }

.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  text-align: center;
  width: 180px; }

.sp-thumbs {
  margin-top: 5px; }
  .sp-thumbs a,
  .sp-thumbs a:visited {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    transform: scale(0.75);
    -webkit-tap-highlight-color: transparent; }
    .sp-thumbs a:hover,
    .sp-thumbs a:visited:hover {
      opacity: 0.9;
      box-shadow: 0 0 0 2px white inset, 0 0 0 3px white; }
  .sp-thumbs a:active {
    transform: scale(0.8); }
  .sp-thumbs a.sp-current,
  .sp-thumbs a.sp-current:hover {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
    box-shadow: 0 0 0 3px white inset, 0 0 2px 1px rgba(0, 0, 0, 0.09);
    transition-property: transform, box-shadow;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0; }
  .sp-large a img {
    max-width: 100%;
    height: auto; }
  .sp-large a {
    display: block;
    box-shadow: 0 0 0 2px white inset; }

.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
  background-color: #f3f3f7; }

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2e2e38;
  background-color: rgba(46, 46, 56, 0.9);
  z-index: 25;
  display: none;
  cursor: pointer; }
  .sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.sp-lightbox-caption {
  width: 100%;
  text-align: center;
  color: white;
  position: absolute;
  margin: auto;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 70px; }

#sp-prev,
#sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 26;
  color: white;
  padding: 14px;
  text-decoration: none;
  background: black;
  border-radius: 25px;
  border: 2px solid white;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: 0.2s; }
  #sp-prev:hover,
  #sp-next:hover {
    background: #2e2e38; }
  @media (max-width: 799px) {
    #sp-prev,
    #sp-next {
      top: auto;
      margin-top: 0;
      bottom: 25px; } }

#sp-prev {
  left: 10px; }
  #sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid white;
    position: absolute;
    top: 16px;
    left: 7px; }

#sp-next {
  right: 10px; }
  #sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px; }

.oos-alert {
  text-align: center;
  padding: 5px 0;
  margin: auto;
  max-width: 100px; }
  .oos-alert__message {
    font-weight: bold;
    white-space: nowrap;
    color: #cc2127; }
    @media print, (min-width: 800px) {
      .oos-alert__message {
        padding-bottom: 3px; } }
    @media (max-width: 799px) {
      .oos-alert__message {
        font-size: 16px; } }

.oos-modal__success-message.modal-dialog {
  display: none; }

.oos-modal.is-submitted .oos-modal__form {
  display: none; }

.oos-modal.is-submitted .oos-modal__success-message.modal-dialog {
  display: block; }

@media (max-width: 799px) {
  .atb-confirmation > td {
    display: block; } }

.atb-confirmation__wrapper {
  overflow: hidden; }
  .atb-confirmation__wrapper.is-hidden {
    opacity: 0;
    height: 0; }

@media print, (min-width: 800px) {
  .atb-confirmation--mobile {
    display: none; } }

.atb-confirmation-message {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 40px;
  background-color: #5CBA47;
  color: white;
  padding: 0 10px;
  position: relative;
  font-size: 15px;
  width: 100%; }
  .atb-confirmation-message__icon {
    padding-right: 8px; }
  .atb-confirmation-message__title {
    line-height: 1; }
    .atb-confirmation-message__title a {
      color: white; }
  .atb-confirmation-message__close-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 15px;
    right: 10px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    padding-right: 10px;
    opacity: 0.8;
    font-size: 0.75em;
    margin-left: auto; }
    @media print, (min-width: 800px) {
      .atb-confirmation-message__close-control {
        position: absolute;
        margin: auto; } }
    .atb-confirmation-message__close-control:hover {
      opacity: 1; }
    .atb-confirmation-message__close-control > .icon {
      position: relative;
      padding-left: 2px;
      top: 0px; }

.atb-related {
  background-color: white;
  padding: 10px;
  margin: 0 0 10px 0;
  border-width: 0 2px 2px;
  border-color: #5CBA47;
  border-style: solid;
  transition: all 0.6s ease;
  max-height: 280px;
  overflow: auto;
  display: none; }
  .atb-related::-webkit-scrollbar {
    height: 10px;
    width: 10px; }
    .atb-related::-webkit-scrollbar-button {
      height: 0;
      width: 0; }
    .atb-related::-webkit-scrollbar-corner {
      background: transparent; }
    .atb-related::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
      box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
      min-height: 30px;
      border-radius: 0;
      margin: 2px; }
      .atb-related::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25); }
      .atb-related::-webkit-scrollbar-thumb:active {
        background-color: rgba(0, 0, 0, 0.5);
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35); }
    .atb-related::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.025);
      box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.05); }
      .atb-related::-webkit-scrollbar-track:hover {
        background-color: rgba(0, 0, 0, 0.05);
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1); }
      .atb-related::-webkit-scrollbar-track:active {
        background-color: rgba(0, 0, 0, 0.05);
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px 0 0 rgba(0, 0, 0, 0.07); }
  @media print, (min-width: 500px) {
    .atb-related {
      display: block; } }
  .atb-related__title {
    font-weight: bold;
    font-size: 17px; }
  .atb-related__sub-title {
    color: #000066;
    font-weight: bold;
    padding: 10px 0 5px 0; }
  .atb-related__table .product__header {
    padding-left: 0px; }
  .atb-related__table .product {
    padding-left: 0;
    padding-right: 0; }
  @media print, (min-width: 800px) {
    .atb-related__table .product__image {
      display: flex !important; } }
  .atb-related__table .product__image img {
    width: auto;
    max-height: 40px; }
  .atb-related__table .product__quantity {
    padding-right: 0px; }
  @media print, (min-width: 800px) {
    .atb-related__table .product__price .price-breaks {
      margin-right: 0; } }

@media (max-width: 799px) {
  .group__info {
    display: none; } }

.group-header {
  line-height: 1; }
  @media print, (min-width: 800px) {
    .group-header {
      display: none; } }
  .group-header__text {
    padding: 0 20px 15px 20px; }
  .group-header__heading {
    font-weight: 600;
    font-size: 24px;
    color: #000066;
    padding-bottom: 10px; }
  .group-header__description {
    color: #595973; }

@media (max-width: 799px) {
  .header-listings {
    font-size: 16px;
    border-bottom: none; } }

@media (max-width: 799px) {
  .breadcrumbs__item {
    color: #0066ff; } }

@media (max-width: 799px) {
  .breadcrumbs__item:before {
    display: inline-block;
    font-family: 'iconfont';
    font-size: 10px;
    content: '\25c0';
    width: 20px;
    position: relative;
    top: 2px; } }

.breadcrumbs__item:after {
  display: none; }
  @media print, (min-width: 800px) {
    .breadcrumbs__item:after {
      display: inline-block;
      height: 12px;
      width: 25px;
      content: '';
      position: relative;
      top: 0px;
      left: 2px;
      background-image: url(/Graphics/icon-chevron.svg);
      background-repeat: no-repeat;
      background-position: center center; } }

@media (max-width: 799px) {
  .breadcrumbs__link {
    color: inherit; } }

.breadcrumbs__link:hover {
  color: inherit; }
  @media print, (min-width: 800px) {
    .breadcrumbs__link:hover {
      color: red; } }

@media (max-width: 799px) {
  .breadcrumbs__page-title {
    display: none; } }

@media (max-width: 799px) {
  .group__heading, .group--related .group__heading {
    color: #000066;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 6;
    padding: 10px 20px; } }

@media (max-width: 799px) {
  .group__heading-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }

.heading__logo {
  padding-left: 5px;
  margin-left: auto; }
  .heading__logo img {
    max-width: 60px;
    max-height: 40px;
    width: auto; }
  @media print, (min-width: 800px) {
    .heading__logo {
      display: none; } }

.product__code-link,
.product__description-link {
  position: relative; }

.hovercard {
  background: white;
  position: absolute;
  bottom: 20px;
  padding: 5px;
  border: #f3f3f7;
  border-radius: 5px;
  animation-name: fade-in;
  animation-duration: 0.2s;
  pointer-events: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.01);
  transform-origin: bottom; }

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate(0, -10px) scale(0.9); }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1); } }
