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

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

.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; } }

.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--inc-vat .is-ex-vat,
  .product-table--inc-vat .product__price--ex-vat {
    display: none !important; }
  .product-table--ex-vat .is-inc-vat,
  .product-table--ex-vat .product__price--inc-vat {
    display: none !important; }
  .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; }
    .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 {
        color: #7e7ea0;
        font-variant-caps: all-small-caps;
        letter-spacing: 0.05em; } }
    @media print, (min-width: 950px) {
      .product__code {
        min-width: 150px;
        padding-left: 20px; } }
  .product__code-link {
    text-decoration: none; }
    @media (max-width: 949px) {
      .product__code-link {
        color: #7e7ea0; } }
    @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; }
    .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: #7e7ea0;
    font-size: 11px;
    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; } }
  .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: ")"; } }

.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; } }
  @media (max-width: 799px) {
    .oos-alert__link {
      display: none; } }

.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; }

.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; }

.related-message {
  width: 100%;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  padding: 20px; }

.group__footer {
  *zoom: 1;
  padding: 10px 20px;
  font-size: 12px; }
  .group__footer:before, .group__footer:after {
    display: table;
    content: '';
    line-height: 0; }
  .group__footer:after {
    clear: both; }
  @media print, (min-width: 800px) {
    .group__footer {
      padding: 10px 0 20px 0; } }
  .group__footer .button {
    display: inline-block; }
    @media print, (min-width: 800px) {
      .group__footer .button {
        max-width: 17em; } }
    @media (max-width: 799px) {
      .group__footer .button + .button {
        margin-top: 10px; } }
    @media print, (min-width: 800px) {
      .group__footer .button--proceed-to-checkout {
        float: right; } }

.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 {
  *zoom: 1;
  clear: both;
  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; }
  .group__heading:before, .group--related .group__heading:before, .group__heading:after, .group--related .group__heading:after {
    display: table;
    content: '';
    line-height: 0; }
  .group__heading:after, .group--related .group__heading:after {
    clear: both; }
  @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: 415px) {
    .heading__manufacturer-code {
      display: inline; } }

.group__image-column {
  width: 100%;
  padding: 0 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; } }

.group__description {
  padding: 0 20px; }
  @media (max-width: 799px) {
    .group__description {
      margin: 10px 0; } }
  @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-size: 1.4em;
  font-weight: 600;
  line-height: 1.15em;
  text-align: center; }

.description__maintop {
  clear: both;
  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%; } }

.info-technical-table {
  width: 100%;
  color: #cc2127; }
  @media print, (min-width: 800px) {
    .info-technical-table {
      margin-bottom: 8px; }
      .info-technical-table td {
        padding-top: 8px;
        display: table-cell; } }
  .info-technical-table__info {
    background-image: url(/Graphics/icon-info.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 20px 0 40px;
    background-position: 20px center;
    display: block;
    font-weight: bold; }
    @media print, (min-width: 800px) {
      .info-technical-table__info {
        padding-right: 0;
        padding-left: 30px;
        background-position: 10px 8px; } }
    .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;
    display: none; }
    .info-technical-table__technical a {
      font-weight: bold;
      color: black;
      white-space: nowrap; }
      .info-technical-table__technical a:hover {
        color: #4898C1; }
    .info-technical-table__technical a span {
      white-space: nowrap;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0 center;
      padding-left: 17px;
      margin-left: 10px;
      position: relative;
      top: 1px; }
    @media print, (min-width: 800px) {
      .info-technical-table__technical {
        padding-right: 10px; } }

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

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

.group__technical {
  width: 100%;
  padding: 0 20px;
  margin: 10px 0; }
  @media print, (min-width: 800px) {
    .group__technical {
      display: none; } }
  @media print, (min-width: 500px) {
    .group__technical .accordion__content {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
      .group__technical .accordion__content li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid; } }
  .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;
    font-weight: bold;
    color: black; }
    .group__technical a:hover {
      color: #4898C1; }
    .group__technical a > span {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0 center;
      width: 13px;
      height: 13px;
      position: relative;
      top: 2px;
      left: -3px; }

.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; }

.group--red .group__heading {
  background-color: red; }

@media print, (min-width: 800px) {
  .group--red {
    border-color: red; }
    .group--red .whats-new-product__image,
    .group--red .whats-new-product__price,
    .group--red .whats-new-product__info {
      border-color: red; } }

.group--yellow .group__heading {
  background-color: yellow; }

@media print, (min-width: 800px) {
  .group--yellow {
    border-color: yellow; }
    .group--yellow .whats-new-product__image,
    .group--yellow .whats-new-product__price,
    .group--yellow .whats-new-product__info {
      border-color: yellow; } }

.group--blue .group__heading {
  background-color: blue; }

@media print, (min-width: 800px) {
  .group--blue {
    border-color: blue; }
    .group--blue .whats-new-product__image,
    .group--blue .whats-new-product__price,
    .group--blue .whats-new-product__info {
      border-color: blue; } }

.group--orange .group__heading {
  background-color: orange; }

@media print, (min-width: 800px) {
  .group--orange {
    border-color: orange; }
    .group--orange .whats-new-product__image,
    .group--orange .whats-new-product__price,
    .group--orange .whats-new-product__info {
      border-color: orange; } }

.group--green .group__heading {
  background-color: green; }

@media print, (min-width: 800px) {
  .group--green {
    border-color: green; }
    .group--green .whats-new-product__image,
    .group--green .whats-new-product__price,
    .group--green .whats-new-product__info {
      border-color: green; } }

.group--purple .group__heading {
  background-color: purple; }

@media print, (min-width: 800px) {
  .group--purple {
    border-color: purple; }
    .group--purple .whats-new-product__image,
    .group--purple .whats-new-product__price,
    .group--purple .whats-new-product__info {
      border-color: purple; } }

.group--crimson .group__heading {
  background-color: crimson; }

@media print, (min-width: 800px) {
  .group--crimson {
    border-color: crimson; }
    .group--crimson .whats-new-product__image,
    .group--crimson .whats-new-product__price,
    .group--crimson .whats-new-product__info {
      border-color: crimson; } }

.group--black .group__heading {
  background-color: black; }

@media print, (min-width: 800px) {
  .group--black {
    border-color: black; }
    .group--black .whats-new-product__image,
    .group--black .whats-new-product__price,
    .group--black .whats-new-product__info {
      border-color: black; } }

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