@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 100%; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -1rem;
  margin-right: -1rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%; }

.float-right {
  float: right; }

.float-left {
  float: left; }

*, *:focus, *:active, *:hover {
  outline: 0; }

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

.soft-hidden {
  display: none; }

body {
  margin: 0;
  background: #f2f2f2;
  padding: 14.5rem 0 0; }
  @media (max-width: 991px) {
    body {
      padding-top: 10.1rem; } }
  @media (max-width: 767px) {
    body {
      padding: 8.1rem 0 0; } }
  @media (max-width: 368px) {
    body {
      padding: 6.8rem 0 0; } }

@font-face {
  font-family: "Didot W02 Roman";
  src: url("../fonts/694355/44c137d9-c4c5-4ec7-99c6-b288854a5a4c.eot?#iefix");
  src: url("../fonts/694355/44c137d9-c4c5-4ec7-99c6-b288854a5a4c.eot?#iefix") format("eot"), url("../fonts/694355/327b0334-dae0-44be-9cf6-92b52082c881.woff2") format("woff2"), url("../fonts/694355/3ced57ea-930a-4a35-b65b-2a1e482858f0.woff") format("woff"), url("../fonts/694355/dfee02f2-2061-49e4-86f1-c7d9cf822527.ttf") format("truetype"), url("../fonts/694355/41fb3b38-51d1-4fc4-8be8-fcf207ade3c4.svg#41fb3b38-51d1-4fc4-8be8-fcf207ade3c4") format("svg"); }
@font-face {
  font-family: "Didot LT W04 Italic";
  src: url("../fonts/1450000/ded8924e-92c4-4093-a07c-069a03638cc2.eot?#iefix");
  src: url("../fonts/1450000/ded8924e-92c4-4093-a07c-069a03638cc2.eot?#iefix") format("eot"), url("../fonts/1450000/94261e5a-4973-4232-8d0a-848de6f6977a.woff2") format("woff2"), url("../fonts/1450000/ad78d120-1367-4af5-a47e-35d339fc4a7c.woff") format("woff"), url("../fonts/1450000/b44a0555-b14e-499a-9b1d-516aa5f3d525.ttf") format("truetype"), url("../fonts/1450000/ca4cf249-31da-4693-8b69-04331c66cfe8.svg#ca4cf249-31da-4693-8b69-04331c66cfe8") format("svg"); }
@font-face {
  font-family: "URWFranklinGothicW01-Bo_927744";
  src: url("../fonts/927744/5d102224-fe85-43c1-96f9-272fc4f09636.eot?#iefix");
  src: url("../fonts/927744/5d102224-fe85-43c1-96f9-272fc4f09636.eot?#iefix") format("eot"), url("../fonts/927744/09c494e9-92a0-4b99-8153-1674aa0ca91e.woff2") format("woff2"), url("../fonts/927744/92fde49b-44fa-441b-9633-c66f9d78a9b4.woff") format("woff"), url("../fonts/927744/b7d81b13-ddee-4c06-b724-34a9b0dc720d.ttf") format("truetype"), url("../fonts/927744/ad226b72-0aa7-49bf-96a6-b7668a19e0b5.svg#ad226b72-0aa7-49bf-96a6-b7668a19e0b5") format("svg"); }
@font-face {
  font-family: "URWFranklinGothicW01-Me_927747";
  src: url("../fonts/927747/121f0444-2989-4e7c-acc8-2615740806f9.eot?#iefix");
  src: url("../fonts/927747/121f0444-2989-4e7c-acc8-2615740806f9.eot?#iefix") format("eot"), url("../fonts/927747/d6cae508-cc22-4316-ac5e-d39f24e99555.woff2") format("woff2"), url("../fonts/927747/a533f589-966b-46d4-9bc2-654f1bcb669e.woff") format("woff"), url("../fonts/927747/a19806e2-a1bc-4608-ad3e-68712d7dbcbf.ttf") format("truetype"), url("../fonts/927747/ecb5fb07-b2a3-4af3-94a4-d7cc17098690.svg#ecb5fb07-b2a3-4af3-94a4-d7cc17098690") format("svg"); }
@font-face {
  font-family: "URWFranklinGothicW10-Bo_929350";
  src: url("../fonts/929350/c40ca833-c216-4a4e-9a82-877a0b96b8c3.eot?#iefix");
  src: url("../fonts/929350/c40ca833-c216-4a4e-9a82-877a0b96b8c3.eot?#iefix") format("eot"), url("../fonts/929350/7db2e4cc-ece3-4c91-8540-c4c359c5fe12.woff2") format("woff2"), url("../fonts/929350/e3550075-2ede-4093-a693-43d4f30729f9.woff") format("woff"), url("../fonts/929350/01c010b7-ccc0-4668-9f94-0ed12a7bf07f.ttf") format("truetype"); }
@font-face {
  font-family: "URWFranklinGothicW10-Me_929353";
  src: url("../fonts/929353/425cc02e-6319-4c7b-9e92-74a05bccd2f8.eot?#iefix");
  src: url("../fonts/929353/425cc02e-6319-4c7b-9e92-74a05bccd2f8.eot?#iefix") format("eot"), url("../fonts/929353/2b9a1d3a-2691-4a94-a9fb-9affccc25efb.woff2") format("woff2"), url("../fonts/929353/59a74e4d-a029-4532-8c73-17dee1bfdeb6.woff") format("woff"), url("../fonts/929353/3b4a7514-f50b-4f54-992e-9494a8ecc61a.ttf") format("truetype"); }
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?5485ec336737c7b13f56d53a2bdb1797?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff?5485ec336737c7b13f56d53a2bdb1797") format("woff"); }
.icon, .SumoSelect > .CaptionCont > label > i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper.multiple > .options li.opt.opt.selected span i, .sm-expander .arrow_hint, .address-container .radio_button input ~ .input-field, .address-container .radio_button input:checked ~ .input-field, .collapsibleItem .title, .collapsibleItem .expander-title, body.account-order-history #content .value.payment, body.account-order-history #content .value.send, body.account-order-history #content .value.partial_send, body.account-order-history #content .value.commission, body.account-order-history #content .value.done, body.account-retailer #content .value.payment, body.dashboard-retailer #content .value.payment, body.account-downloads #content .value.payment, body.account-retailer #content .value.send, body.dashboard-retailer #content .value.send, body.account-downloads #content .value.send, body.account-retailer #content .value.partial_send, body.dashboard-retailer #content .value.partial_send, body.account-downloads #content .value.partial_send, body.account-retailer #content .value.commission, body.dashboard-retailer #content .value.commission, body.account-downloads #content .value.commission, body.account-retailer #content .value.done, body.dashboard-retailer #content .value.done, body.account-downloads #content .value.done {
  line-height: 1; }

.icon:before, .SumoSelect > .CaptionCont > label > i:before, .SumoSelect > .optWrapper > .options li.opt.opt.selected span i:before, .SumoSelect > .optWrapper.multiple > .options li.opt.opt.selected span i:before, .sm-expander .arrow_hint:before, .address-container .radio_button input ~ .input-field:before, .address-container .radio_button input:checked ~ .input-field:before, .collapsibleItem .title:before, .collapsibleItem .expander-title:before, body.account-order-history #content .value.payment:before, body.account-order-history #content .value.send:before, body.account-order-history #content .value.partial_send:before, body.account-order-history #content .value.commission:before, body.account-order-history #content .value.done:before, body[class^="product-"] .file-downloads li a:before, body[class^="product-"] .hidden-information .trigger:after, body.account-retailer #content .value.payment:before, body.dashboard-retailer #content .value.payment:before, body.account-downloads #content .value.payment:before, body.account-retailer #content .value.send:before, body.dashboard-retailer #content .value.send:before, body.account-downloads #content .value.send:before, body.account-retailer #content .value.partial_send:before, body.dashboard-retailer #content .value.partial_send:before, body.account-downloads #content .value.partial_send:before, body.account-retailer #content .value.commission:before, body.dashboard-retailer #content .value.commission:before, body.account-downloads #content .value.commission:before, body.account-retailer #content .value.done:before, body.dashboard-retailer #content .value.done:before, body.account-downloads #content .value.done:before {
  font-family: iconfont !important;
  font-style: normal;
  font-weight: normal !important;
  vertical-align: top; }

.icon-abgeschlossen:before, body.account-order-history #content .value.done:before, body.account-retailer #content .value.done:before, body.dashboard-retailer #content .value.done:before, body.account-downloads #content .value.done:before {
  content: "\f101"; }

.icon-accessory:before {
  content: "\f102"; }

.icon-add:before {
  content: "\f103"; }

.icon-arrow-down:before, .SumoSelect > .CaptionCont > label > i:before, .sm-expander .arrow_hint:before, .collapsibleItem .title:before, .collapsibleItem .expander-title:before, body[class^="product-"] .hidden-information .trigger:after {
  content: "\f104"; }

.icon-arrow-left:before {
  content: "\f105"; }

.icon-arrow-right:before {
  content: "\f106"; }

.icon-arrow-up:before {
  content: "\f107"; }

.icon-artikel:before {
  content: "\f108"; }

.icon-bath:before {
  content: "\f109"; }

.icon-bestellung:before, body.account-order-history #content .value.send:before, body.account-order-history #content .value.partial_send:before, body.account-retailer #content .value.send:before, body.dashboard-retailer #content .value.send:before, body.account-downloads #content .value.send:before, body.account-retailer #content .value.partial_send:before, body.dashboard-retailer #content .value.partial_send:before, body.account-downloads #content .value.partial_send:before {
  content: "\f10a"; }

.icon-checkmark:before, .SumoSelect > .optWrapper > .options li.opt.opt.selected span i:before, .SumoSelect > .optWrapper.multiple > .options li.opt.opt.selected span i:before {
  content: "\f10b"; }

.icon-checkout-delivery:before {
  content: "\f10c"; }

.icon-checkout-invoice:before {
  content: "\f10d"; }

.icon-checkout-overview:before {
  content: "\f10e"; }

.icon-checkout-payment:before {
  content: "\f10f"; }

.icon-checkout:before {
  content: "\f110"; }

.icon-close:before {
  content: "\f111"; }

.icon-collection:before {
  content: "\f112"; }

.icon-dashboard:before {
  content: "\f113"; }

.icon-datepicker:before {
  content: "\f114"; }

.icon-delete:before {
  content: "\f115"; }

.icon-download:before, body[class^="product-"] .file-downloads li a:before {
  content: "\f116"; }

.icon-download_down:before {
  content: "\f117"; }

.icon-download_prev:before {
  content: "\f118"; }

.icon-edit:before {
  content: "\f119"; }

.icon-export:before {
  content: "\f11a"; }

.icon-facebook:before {
  content: "\f11b"; }

.icon-googleplus:before {
  content: "\f11c"; }

.icon-instagram:before {
  content: "\f11d"; }

.icon-kalender:before {
  content: "\f11e"; }

.icon-kommission:before, body.account-order-history #content .value.commission:before, body.account-retailer #content .value.commission:before, body.dashboard-retailer #content .value.commission:before, body.account-downloads #content .value.commission:before {
  content: "\f11f"; }

.icon-kontakt:before {
  content: "\f120"; }

.icon-lamps:before {
  content: "\f121"; }

.icon-lifestyle:before {
  content: "\f122"; }

.icon-link-ext:before {
  content: "\f123"; }

.icon-link:before {
  content: "\f124"; }

.icon-linkedin:before {
  content: "\f125"; }

.icon-merkzettel:before {
  content: "\f126"; }

.icon-mirrors:before {
  content: "\f127"; }

.icon-more:before {
  content: "\f128"; }

.icon-new:before {
  content: "\f129"; }

.icon-pinterest:before {
  content: "\f12a"; }

.icon-pos:before {
  content: "\f12b"; }

.icon-preview:before {
  content: "\f12c"; }

.icon-print:before {
  content: "\f12d"; }

.icon-profil:before {
  content: "\f12e"; }

.icon-profil_gefuellt:before {
  content: "\f12f"; }

.icon-radio-button-aktive:before, .address-container .radio_button input:checked ~ .input-field:before {
  content: "\f130"; }

.icon-radio-button-inaktive:before, .address-container .radio_button input ~ .input-field:before {
  content: "\f131"; }

.icon-sale:before {
  content: "\f132"; }

.icon-search:before {
  content: "\f133"; }

.icon-shoppingcart:before {
  content: "\f134"; }

.icon-trash:before {
  content: "\f135"; }

.icon-turn360:before {
  content: "\f136"; }

.icon-twitter:before {
  content: "\f137"; }

.icon-up:before {
  content: "\f138"; }

.icon-warten:before, body.account-order-history #content .value.payment:before, body.account-retailer #content .value.payment:before, body.dashboard-retailer #content .value.payment:before, body.account-downloads #content .value.payment:before {
  content: "\f139"; }

body {
  font-size: 1.6rem;
  color: #4c4c4c;
  font-family: "URWFranklinGothicW10-Bo_929350", "URWFranklinGothicW01-Bo_927744", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif; }

strong, .strong {
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active, a:visited {
    text-decoration: none; }
  a.tel {
    color: inherit; }
  a.indicator:before {
    font-family: iconfont;
    content: "";
    padding-right: 1rem;
    position: relative;
    top: 1px; }

a:not(.btn) {
  color: #d20f2b; }

small {
  font-size: 1.4rem;
  line-height: 2rem; }

h1, h2 {
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  text-transform: uppercase;
  margin-bottom: 3rem; }
  h1 small, h2 small {
    font-size: 1.4rem;
    font-family: "URWFranklinGothicW10-Bo_929350", "URWFranklinGothicW01-Bo_927744", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    margin-left: 1rem;
    text-transform: none; }
  h1.no-margin, h2.no-margin {
    margin-bottom: 0; }
  h1.italic, h2.italic {
    font-family: "Didot LT W04 Italic", "Times New Roman", Times, serif;
    text-transform: none;
    font-size: 4rem;
    margin-bottom: 4rem; }
  @media (max-width: 640px) {
    h1, h2 {
      font-size: 2.5rem;
      line-height: 3rem; }
      h1 small, h2 small {
        display: block;
        margin: 0.6rem 0 0 0;
        font-size: 16px; } }

h1 {
  margin-top: 2rem; }
  @media (max-width: 640px) {
    h1 {
      margin-top: 1rem; } }
  h1 .icon, h1 .SumoSelect > .CaptionCont > label > i, h1 .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span h1 i, h1 .SumoSelect > .optWrapper.multiple > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper.multiple > .options li.opt.opt.selected span h1 i, h1 .sm-expander .arrow_hint, .sm-expander h1 .arrow_hint, h1 .address-container .radio_button input ~ .input-field, .address-container .radio_button h1 input ~ .input-field, h1 .address-container .radio_button input:checked ~ .input-field, .address-container .radio_button h1 input:checked ~ .input-field, h1 .collapsibleItem .title, .collapsibleItem h1 .title, h1 .collapsibleItem .expander-title, .collapsibleItem h1 .expander-title, h1 body.account-order-history #content .value.payment, body.account-order-history #content h1 .value.payment, h1 body.account-order-history #content .value.send, body.account-order-history #content h1 .value.send, h1 body.account-order-history #content .value.partial_send, body.account-order-history #content h1 .value.partial_send, h1 body.account-order-history #content .value.commission, body.account-order-history #content h1 .value.commission, h1 body.account-order-history #content .value.done, body.account-order-history #content h1 .value.done, h1 body.account-retailer #content .value.payment, body.account-retailer #content h1 .value.payment, h1 body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content h1 .value.payment, h1 body.account-downloads #content .value.payment, body.account-downloads #content h1 .value.payment, h1 body.account-retailer #content .value.send, body.account-retailer #content h1 .value.send, h1 body.dashboard-retailer #content .value.send, body.dashboard-retailer #content h1 .value.send, h1 body.account-downloads #content .value.send, body.account-downloads #content h1 .value.send, h1 body.account-retailer #content .value.partial_send, body.account-retailer #content h1 .value.partial_send, h1 body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content h1 .value.partial_send, h1 body.account-downloads #content .value.partial_send, body.account-downloads #content h1 .value.partial_send, h1 body.account-retailer #content .value.commission, body.account-retailer #content h1 .value.commission, h1 body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content h1 .value.commission, h1 body.account-downloads #content .value.commission, body.account-downloads #content h1 .value.commission, h1 body.account-retailer #content .value.done, body.account-retailer #content h1 .value.done, h1 body.dashboard-retailer #content .value.done, body.dashboard-retailer #content h1 .value.done, h1 body.account-downloads #content .value.done, body.account-downloads #content h1 .value.done {
    position: relative;
    top: -1rem;
    left: -1rem;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
    text-align: center;
    font-size: 2.8rem;
    background-color: #d20f2b;
    color: #ffffff;
    display: inline-block; }
    h1 .icon:before, h1 .SumoSelect > .CaptionCont > label > i:before, h1 .SumoSelect > .optWrapper > .options li.opt.opt.selected span i:before, .SumoSelect > .optWrapper > .options li.opt.opt.selected span h1 i:before, h1 .SumoSelect > .optWrapper.multiple > .options li.opt.opt.selected span i:before, .SumoSelect > .optWrapper.multiple > .options li.opt.opt.selected span h1 i:before, h1 .sm-expander .arrow_hint:before, .sm-expander h1 .arrow_hint:before, h1 .address-container .radio_button input ~ .input-field:before, .address-container .radio_button h1 input ~ .input-field:before, h1 .address-container .radio_button input:checked ~ .input-field:before, .address-container .radio_button h1 input:checked ~ .input-field:before, h1 .collapsibleItem .title:before, .collapsibleItem h1 .title:before, h1 .collapsibleItem .expander-title:before, .collapsibleItem h1 .expander-title:before, h1 body.account-order-history #content .value.payment:before, body.account-order-history #content h1 .value.payment:before, h1 body.account-order-history #content .value.send:before, body.account-order-history #content h1 .value.send:before, h1 body.account-order-history #content .value.partial_send:before, body.account-order-history #content h1 .value.partial_send:before, h1 body.account-order-history #content .value.commission:before, body.account-order-history #content h1 .value.commission:before, h1 body.account-order-history #content .value.done:before, body.account-order-history #content h1 .value.done:before, h1 body[class^="product-"] .file-downloads li a:before, body[class^="product-"] .file-downloads li h1 a:before, h1 body[class^="product-"] .hidden-information .trigger:after, body[class^="product-"] .hidden-information h1 .trigger:after, h1 body.account-retailer #content .value.payment:before, body.account-retailer #content h1 .value.payment:before, h1 body.dashboard-retailer #content .value.payment:before, body.dashboard-retailer #content h1 .value.payment:before, h1 body.account-downloads #content .value.payment:before, body.account-downloads #content h1 .value.payment:before, h1 body.account-retailer #content .value.send:before, body.account-retailer #content h1 .value.send:before, h1 body.dashboard-retailer #content .value.send:before, body.dashboard-retailer #content h1 .value.send:before, h1 body.account-downloads #content .value.send:before, body.account-downloads #content h1 .value.send:before, h1 body.account-retailer #content .value.partial_send:before, body.account-retailer #content h1 .value.partial_send:before, h1 body.dashboard-retailer #content .value.partial_send:before, body.dashboard-retailer #content h1 .value.partial_send:before, h1 body.account-downloads #content .value.partial_send:before, body.account-downloads #content h1 .value.partial_send:before, h1 body.account-retailer #content .value.commission:before, body.account-retailer #content h1 .value.commission:before, h1 body.dashboard-retailer #content .value.commission:before, body.dashboard-retailer #content h1 .value.commission:before, h1 body.account-downloads #content .value.commission:before, body.account-downloads #content h1 .value.commission:before, h1 body.account-retailer #content .value.done:before, body.account-retailer #content h1 .value.done:before, h1 body.dashboard-retailer #content .value.done:before, body.dashboard-retailer #content h1 .value.done:before, h1 body.account-downloads #content .value.done:before, body.account-downloads #content h1 .value.done:before {
      display: inline-block;
      width: 5rem;
      height: 5rem;
      padding-top: 1.1rem; }

h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 1rem; }

h3 {
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 3rem; }

.margin-top {
  margin-top: 2rem; }

h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 4rem; }
  @media (max-width: 991px) {
    h4 {
      margin-bottom: 1rem; } }
  h4.hint {
    margin-bottom: 1rem;
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    font-size: 1.7rem; }

h5 {
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 2.6rem; }

table {
  line-height: 2.6rem;
  margin-bottom: 2.6rem; }

#content p:not(.SelectBox) {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 2.6rem;
  max-width: 54rem; }
  #content p:not(.SelectBox):last-child {
    margin-bottom: 0; }
  #content p:not(.SelectBox).noBottom {
    margin-bottom: 0; }
  #content p:not(.SelectBox).small-notice {
    font-size: 1.4rem;
    line-height: 2rem; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

.text-color-red {
  color: #d20f2b; }

.float-l {
  float: left; }

.float-r {
  float: left; }

.f-small {
  font-size: 1.4rem; }

.SumoSelect {
  margin-bottom: 2rem; }

.SumoSelect p {
  margin: 0; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SelectClass {
  z-index: 1; }

.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  box-shadow: 0px 0px 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #a5a5a5;
  background-color: #ffffff;
  margin: 0;
  height: 3.4rem;
  padding: 0.5em;
  text-transform: uppercase;
  width: 100% !Important; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect.open > .optWrapper {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  border-radius: 2px;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959; }

.SumoSelect > .optWrapper > .options > li {
  padding: 0.5em;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  float: none !important;
  font-weight: bold; }

.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius: 2px 2px 0px 0px; }

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 2px 2px; }

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options > li span {
  display: none; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%; }

/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/
/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: none;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0px 0px 0px 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

/*selected state
.SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
.SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
*/
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  height: 20px; }

.SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

.container {
  max-width: 824px;
  padding-left: 2rem;
  padding-right: 2rem; }

.container-products, .container-news {
  max-width: 1280px;
  margin: 0 auto; }
  @media (max-width: 1320px) {
    .container-products, .container-news {
      margin: 0 2rem; } }

.container-wide {
  max-width: 1024px;
  margin: 0 auto; }
  @media (max-width: 1044px) {
    .container-wide {
      padding: 0 2rem; } }

.container-full {
  max-width: 1920px;
  margin: 0 auto; }

.row.margin-bottom {
  margin-bottom: 2rem; }
@media (min-width: 768px) {
  .row.margin-bottom-desktop {
    margin-bottom: 2rem; } }
.row.equal-height {
  display: flex;
  flex-wrap: wrap; }
  .row.equal-height > * {
    display: flex; }

.grey-wrapper {
  background: #f2f2f2;
  padding: 2.5rem 0 2rem; }
  @media (max-width: 767px) {
    .grey-wrapper {
      padding: 0;
      background: #FFFFFF; } }

@media (max-width: 767px) {
  .padding-0 {
    padding: 0; } }

@media (max-width: 767px) {
  .padding-x-2 {
    padding: 0 2.5rem; } }

@media (max-width: 767px) {
  .product-tabs-xs {
    z-index: 2;
    margin: 2rem 2rem 0 2rem; } }

.white-wrapper {
  background: #ffffff; }

#version_info {
  display: none;
  position: fixed;
  background-color: #4c4c4c;
  z-index: 100000;
  top: 3rem;
  left: 50%;
  color: white;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  border-radius: 0.6rem;
  opacity: 0.8;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@-webkit-keyframes pulse {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
@-moz-keyframes pulse {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
@-ms-keyframes pulse {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
@keyframes pulse {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
#navigation {
  *zoom: 1;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  top: 0;
  left: 0;
  margin: 0;
  -moz-transition: left 250ms;
  -o-transition: left 250ms;
  -webkit-transition: left 250ms;
  transition: left 250ms;
  border-bottom: 1px solid #f2f2f2; }
  #navigation:after {
    content: "";
    display: table;
    clear: both; }
  #navigation .subfilter {
    max-width: 1280px;
    margin: 1rem auto 0 auto; }
    #navigation .subfilter .subfilter-navigation {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    #navigation .subfilter .SumoSelect {
      margin-bottom: 0; }
    #navigation .subfilter .selectCol {
      margin-bottom: 2rem; }
  #navigation .flyout {
    position: absolute;
    padding: 2rem;
    border: 1px solid #f2f2f2;
    background: #ffffff;
    width: 50rem;
    display: block;
    right: 0;
    z-index: 1000;
    -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.05); }
    #navigation .flyout h5 {
      margin-bottom: 1rem; }
    #navigation .flyout a {
      color: #d20f2b; }
  #navigation .login .flyout {
    width: 30rem;
    padding-bottom: 0; }
  #navigation .wrapper {
    padding: 2rem 0 0;
    max-width: 1280px;
    *zoom: 1; }
    @media (max-width: 1960px) {
      #navigation .wrapper {
        padding: 2rem 0 0; } }
    @media (max-width: 1320px) {
      #navigation .wrapper {
        margin: 0 2rem; } }
    @media (max-width: 767px) {
      #navigation .wrapper {
        padding: 1rem 0; } }
    #navigation .wrapper:after {
      content: "";
      display: table;
      clear: both; }
  @media (max-width: 1320px) {
    #navigation {
      margin: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media (max-width: 767px) {
    #navigation .retailer-account, #navigation .retailer-dashboard, #navigation .language, #navigation .account, #navigation .login {
      display: none; }
    #navigation .menus #metaNavigation {
      height: 100%; }
      #navigation .menus #metaNavigation li {
        height: 100%; }
        #navigation .menus #metaNavigation li a {
          display: inline-block; }
        #navigation .menus #metaNavigation li.toggle-menu-offcanvas {
          left: 2rem;
          margin-left: 0; } }
  #navigation li > a {
    color: #4c4c4c;
    text-transform: uppercase;
    font-size: 1.6rem;
    height: 4.5rem;
    line-height: 4.5rem; }
  #navigation li:first-child > a {
    margin-left: 0; }
  #navigation ul li {
    float: left;
    position: relative; }
    #navigation ul li.active {
      opacity: 1; }
      #navigation ul li.active > a {
        font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
        opacity: 1; }
    #navigation ul li.logged-in {
      font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
  #navigation .logo {
    -moz-transition: width 300ms;
    -o-transition: width 300ms;
    -webkit-transition: width 300ms;
    transition: width 300ms;
    width: 100%;
    float: left; }
    @media (max-width: 767px) {
      #navigation .logo {
        width: 100%; } }
    @media (max-width: 368px) {
      #navigation .logo {
        max-width: 160px; } }
    #navigation .logo a {
      opacity: 1;
      display: block;
      line-height: 0; }
  #navigation .menus {
    *zoom: 1; }
    #navigation .menus:after {
      content: "";
      display: table;
      clear: both; }
  #navigation .shoppingCart ul.shopping-cart-item-list {
    padding: 0; }
    #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item {
      margin-top: 1rem;
      float: none;
      padding: 0 0 1rem; }
      #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item:first-child {
        margin: 0; }
      #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .property {
        display: inline; }
      #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon.icon-trash, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .SumoSelect > .CaptionCont > label > i.icon-trash, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .SumoSelect > .optWrapper > .options li.opt.opt.selected span i.icon-trash, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item i.icon-trash, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .sm-expander .icon-trash.arrow_hint, .sm-expander #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.arrow_hint, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .address-container .radio_button input ~ .icon-trash.input-field, .address-container .radio_button #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item input ~ .icon-trash.input-field, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .collapsibleItem .icon-trash.title, .collapsibleItem #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.title, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .collapsibleItem .icon-trash.expander-title, .collapsibleItem #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.expander-title, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-order-history #content .icon-trash.value.payment, body.account-order-history #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.payment, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-order-history #content .icon-trash.value.send, body.account-order-history #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.send, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-order-history #content .icon-trash.value.partial_send, body.account-order-history #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.partial_send, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-order-history #content .icon-trash.value.commission, body.account-order-history #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.commission, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-order-history #content .icon-trash.value.done, body.account-order-history #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.done, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-retailer #content .icon-trash.value.payment, body.account-retailer #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.payment, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.dashboard-retailer #content .icon-trash.value.payment, body.dashboard-retailer #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.payment, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-downloads #content .icon-trash.value.payment, body.account-downloads #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.payment, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-retailer #content .icon-trash.value.send, body.account-retailer #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.send, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.dashboard-retailer #content .icon-trash.value.send, body.dashboard-retailer #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.send, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-downloads #content .icon-trash.value.send, body.account-downloads #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.send, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-retailer #content .icon-trash.value.partial_send, body.account-retailer #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.partial_send, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.dashboard-retailer #content .icon-trash.value.partial_send, body.dashboard-retailer #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.partial_send, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-downloads #content .icon-trash.value.partial_send, body.account-downloads #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.partial_send, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-retailer #content .icon-trash.value.commission, body.account-retailer #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.commission, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.dashboard-retailer #content .icon-trash.value.commission, body.dashboard-retailer #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.commission, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-downloads #content .icon-trash.value.commission, body.account-downloads #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.commission, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-retailer #content .icon-trash.value.done, body.account-retailer #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.done, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.dashboard-retailer #content .icon-trash.value.done, body.dashboard-retailer #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.done, #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item body.account-downloads #content .icon-trash.value.done, body.account-downloads #content #navigation .shoppingCart ul.shopping-cart-item-list li.shopping-cart-item .icon-trash.value.done {
        border: none; }
    #navigation .shoppingCart ul.shopping-cart-item-list .image {
      text-align: left;
      overflow: hidden; }
      #navigation .shoppingCart ul.shopping-cart-item-list .image img {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        transform-style: preserve-3d; }

#new-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem 2rem 0; }
  @media (max-width: 767px) {
    #new-header {
      padding: 0; } }

.menu-logo-wrapper {
  display: flex;
  flex-direction: row; }
  .menu-logo-wrapper .toggle-menu-offcanvas button {
    margin-left: 0;
    margin-right: 1.9rem; }

#mainNavigation {
  overflow: hidden;
  height: 4.5rem;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  #mainNavigation:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
    left: 0; }
  #mainNavigation .icon-profil {
    padding: 1rem; }
  #mainNavigation li > ul {
    display: none; }
  #mainNavigation a {
    opacity: 1;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    height: 4.5rem;
    line-height: 4.5rem; }
    #mainNavigation a:hover {
      opacity: 1; }
    #mainNavigation a.rel {
      position: relative; }
  @media (max-width: 767px) {
    #mainNavigation {
      display: none; } }
  #mainNavigation .counter {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #d20f2b;
    position: absolute;
    top: -1.4rem;
    right: -0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1.4rem;
    text-align: center;
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    cursor: pointer;
    z-index: 1;
    animation: pulse 2.5s ease-out;
    animation-iteration-count: infinite;
    -moz-transition: -moz-transform 150ms ease-in-out;
    -o-transition: -o-transform 150ms ease-in-out;
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out; }
    @media (max-width: 767px) {
      #mainNavigation .counter {
        top: 0.3rem; } }

#metaNavigation {
  float: right; }
  #metaNavigation .search {
    position: relative;
    top: -0.2rem;
    font-size: 2rem; }
    #metaNavigation .search a:before {
      position: relative;
      top: 0.2rem;
      font-family: iconfont;
      content: ""; }
  #metaNavigation .shoppingCart {
    position: relative; }
    #metaNavigation .shoppingCart .icon, #metaNavigation .shoppingCart .SumoSelect > .CaptionCont > label > i, #metaNavigation .shoppingCart .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #metaNavigation .shoppingCart i, #metaNavigation .shoppingCart .sm-expander .arrow_hint, .sm-expander #metaNavigation .shoppingCart .arrow_hint, #metaNavigation .shoppingCart .address-container .radio_button input ~ .input-field, .address-container .radio_button #metaNavigation .shoppingCart input ~ .input-field, #metaNavigation .shoppingCart .collapsibleItem .title, .collapsibleItem #metaNavigation .shoppingCart .title, #metaNavigation .shoppingCart .collapsibleItem .expander-title, .collapsibleItem #metaNavigation .shoppingCart .expander-title, #metaNavigation .shoppingCart body.account-order-history #content .value.payment, body.account-order-history #content #metaNavigation .shoppingCart .value.payment, #metaNavigation .shoppingCart body.account-order-history #content .value.send, body.account-order-history #content #metaNavigation .shoppingCart .value.send, #metaNavigation .shoppingCart body.account-order-history #content .value.partial_send, body.account-order-history #content #metaNavigation .shoppingCart .value.partial_send, #metaNavigation .shoppingCart body.account-order-history #content .value.commission, body.account-order-history #content #metaNavigation .shoppingCart .value.commission, #metaNavigation .shoppingCart body.account-order-history #content .value.done, body.account-order-history #content #metaNavigation .shoppingCart .value.done, #metaNavigation .shoppingCart body.account-retailer #content .value.payment, body.account-retailer #content #metaNavigation .shoppingCart .value.payment, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.payment, #metaNavigation .shoppingCart body.account-downloads #content .value.payment, body.account-downloads #content #metaNavigation .shoppingCart .value.payment, #metaNavigation .shoppingCart body.account-retailer #content .value.send, body.account-retailer #content #metaNavigation .shoppingCart .value.send, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.send, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.send, #metaNavigation .shoppingCart body.account-downloads #content .value.send, body.account-downloads #content #metaNavigation .shoppingCart .value.send, #metaNavigation .shoppingCart body.account-retailer #content .value.partial_send, body.account-retailer #content #metaNavigation .shoppingCart .value.partial_send, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.partial_send, #metaNavigation .shoppingCart body.account-downloads #content .value.partial_send, body.account-downloads #content #metaNavigation .shoppingCart .value.partial_send, #metaNavigation .shoppingCart body.account-retailer #content .value.commission, body.account-retailer #content #metaNavigation .shoppingCart .value.commission, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.commission, #metaNavigation .shoppingCart body.account-downloads #content .value.commission, body.account-downloads #content #metaNavigation .shoppingCart .value.commission, #metaNavigation .shoppingCart body.account-retailer #content .value.done, body.account-retailer #content #metaNavigation .shoppingCart .value.done, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.done, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.done, #metaNavigation .shoppingCart body.account-downloads #content .value.done, body.account-downloads #content #metaNavigation .shoppingCart .value.done {
      font-size: 2rem;
      position: relative; }
      #metaNavigation .shoppingCart .icon .count, #metaNavigation .shoppingCart .SumoSelect > .CaptionCont > label > i .count, #metaNavigation .shoppingCart .SumoSelect > .optWrapper > .options li.opt.opt.selected span i .count, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #metaNavigation .shoppingCart i .count, #metaNavigation .shoppingCart .sm-expander .arrow_hint .count, .sm-expander #metaNavigation .shoppingCart .arrow_hint .count, #metaNavigation .shoppingCart .address-container .radio_button input ~ .input-field .count, .address-container .radio_button #metaNavigation .shoppingCart input ~ .input-field .count, #metaNavigation .shoppingCart .collapsibleItem .title .count, .collapsibleItem #metaNavigation .shoppingCart .title .count, #metaNavigation .shoppingCart .collapsibleItem .expander-title .count, .collapsibleItem #metaNavigation .shoppingCart .expander-title .count, #metaNavigation .shoppingCart body.account-order-history #content .value.payment .count, body.account-order-history #content #metaNavigation .shoppingCart .value.payment .count, #metaNavigation .shoppingCart body.account-order-history #content .value.send .count, body.account-order-history #content #metaNavigation .shoppingCart .value.send .count, #metaNavigation .shoppingCart body.account-order-history #content .value.partial_send .count, body.account-order-history #content #metaNavigation .shoppingCart .value.partial_send .count, #metaNavigation .shoppingCart body.account-order-history #content .value.commission .count, body.account-order-history #content #metaNavigation .shoppingCart .value.commission .count, #metaNavigation .shoppingCart body.account-order-history #content .value.done .count, body.account-order-history #content #metaNavigation .shoppingCart .value.done .count, #metaNavigation .shoppingCart body.account-retailer #content .value.payment .count, body.account-retailer #content #metaNavigation .shoppingCart .value.payment .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.payment .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.payment .count, #metaNavigation .shoppingCart body.account-downloads #content .value.payment .count, body.account-downloads #content #metaNavigation .shoppingCart .value.payment .count, #metaNavigation .shoppingCart body.account-retailer #content .value.send .count, body.account-retailer #content #metaNavigation .shoppingCart .value.send .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.send .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.send .count, #metaNavigation .shoppingCart body.account-downloads #content .value.send .count, body.account-downloads #content #metaNavigation .shoppingCart .value.send .count, #metaNavigation .shoppingCart body.account-retailer #content .value.partial_send .count, body.account-retailer #content #metaNavigation .shoppingCart .value.partial_send .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.partial_send .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.partial_send .count, #metaNavigation .shoppingCart body.account-downloads #content .value.partial_send .count, body.account-downloads #content #metaNavigation .shoppingCart .value.partial_send .count, #metaNavigation .shoppingCart body.account-retailer #content .value.commission .count, body.account-retailer #content #metaNavigation .shoppingCart .value.commission .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.commission .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.commission .count, #metaNavigation .shoppingCart body.account-downloads #content .value.commission .count, body.account-downloads #content #metaNavigation .shoppingCart .value.commission .count, #metaNavigation .shoppingCart body.account-retailer #content .value.done .count, body.account-retailer #content #metaNavigation .shoppingCart .value.done .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.done .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.done .count, #metaNavigation .shoppingCart body.account-downloads #content .value.done .count, body.account-downloads #content #metaNavigation .shoppingCart .value.done .count {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #d20f2b;
        color: #ffffff;
        position: absolute;
        top: -1.2rem;
        left: -1.2rem;
        width: 2.4rem;
        height: 2.4rem;
        line-height: 2.4rem;
        font-size: 1.2rem;
        text-align: center;
        font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
        cursor: pointer;
        z-index: 1;
        -moz-transition: -moz-transform 150ms ease-in-out;
        -o-transition: -o-transform 150ms ease-in-out;
        -webkit-transition: -webkit-transform 150ms ease-in-out;
        transition: transform 150ms ease-in-out; }
        @media (max-width: 767px) {
          #metaNavigation .shoppingCart .icon .count, #metaNavigation .shoppingCart .SumoSelect > .CaptionCont > label > i .count, #metaNavigation .shoppingCart .SumoSelect > .optWrapper > .options li.opt.opt.selected span i .count, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #metaNavigation .shoppingCart i .count, #metaNavigation .shoppingCart .sm-expander .arrow_hint .count, .sm-expander #metaNavigation .shoppingCart .arrow_hint .count, #metaNavigation .shoppingCart .address-container .radio_button input ~ .input-field .count, .address-container .radio_button #metaNavigation .shoppingCart input ~ .input-field .count, #metaNavigation .shoppingCart .collapsibleItem .title .count, .collapsibleItem #metaNavigation .shoppingCart .title .count, #metaNavigation .shoppingCart .collapsibleItem .expander-title .count, .collapsibleItem #metaNavigation .shoppingCart .expander-title .count, #metaNavigation .shoppingCart body.account-order-history #content .value.payment .count, body.account-order-history #content #metaNavigation .shoppingCart .value.payment .count, #metaNavigation .shoppingCart body.account-order-history #content .value.send .count, body.account-order-history #content #metaNavigation .shoppingCart .value.send .count, #metaNavigation .shoppingCart body.account-order-history #content .value.partial_send .count, body.account-order-history #content #metaNavigation .shoppingCart .value.partial_send .count, #metaNavigation .shoppingCart body.account-order-history #content .value.commission .count, body.account-order-history #content #metaNavigation .shoppingCart .value.commission .count, #metaNavigation .shoppingCart body.account-order-history #content .value.done .count, body.account-order-history #content #metaNavigation .shoppingCart .value.done .count, #metaNavigation .shoppingCart body.account-retailer #content .value.payment .count, body.account-retailer #content #metaNavigation .shoppingCart .value.payment .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.payment .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.payment .count, #metaNavigation .shoppingCart body.account-downloads #content .value.payment .count, body.account-downloads #content #metaNavigation .shoppingCart .value.payment .count, #metaNavigation .shoppingCart body.account-retailer #content .value.send .count, body.account-retailer #content #metaNavigation .shoppingCart .value.send .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.send .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.send .count, #metaNavigation .shoppingCart body.account-downloads #content .value.send .count, body.account-downloads #content #metaNavigation .shoppingCart .value.send .count, #metaNavigation .shoppingCart body.account-retailer #content .value.partial_send .count, body.account-retailer #content #metaNavigation .shoppingCart .value.partial_send .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.partial_send .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.partial_send .count, #metaNavigation .shoppingCart body.account-downloads #content .value.partial_send .count, body.account-downloads #content #metaNavigation .shoppingCart .value.partial_send .count, #metaNavigation .shoppingCart body.account-retailer #content .value.commission .count, body.account-retailer #content #metaNavigation .shoppingCart .value.commission .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.commission .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.commission .count, #metaNavigation .shoppingCart body.account-downloads #content .value.commission .count, body.account-downloads #content #metaNavigation .shoppingCart .value.commission .count, #metaNavigation .shoppingCart body.account-retailer #content .value.done .count, body.account-retailer #content #metaNavigation .shoppingCart .value.done .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.done .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.done .count, #metaNavigation .shoppingCart body.account-downloads #content .value.done .count, body.account-downloads #content #metaNavigation .shoppingCart .value.done .count {
            top: 0.3rem; } }
      #metaNavigation .shoppingCart .icon .trigger, #metaNavigation .shoppingCart .SumoSelect > .CaptionCont > label > i .trigger, #metaNavigation .shoppingCart .SumoSelect > .optWrapper > .options li.opt.opt.selected span i .trigger, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #metaNavigation .shoppingCart i .trigger, #metaNavigation .shoppingCart .sm-expander .arrow_hint .trigger, .sm-expander #metaNavigation .shoppingCart .arrow_hint .trigger, #metaNavigation .shoppingCart .address-container .radio_button input ~ .input-field .trigger, .address-container .radio_button #metaNavigation .shoppingCart input ~ .input-field .trigger, #metaNavigation .shoppingCart .collapsibleItem .title .trigger, .collapsibleItem #metaNavigation .shoppingCart .title .trigger, #metaNavigation .shoppingCart .collapsibleItem .expander-title .trigger, .collapsibleItem #metaNavigation .shoppingCart .expander-title .trigger, #metaNavigation .shoppingCart body.account-order-history #content .value.payment .trigger, body.account-order-history #content #metaNavigation .shoppingCart .value.payment .trigger, #metaNavigation .shoppingCart body.account-order-history #content .value.send .trigger, body.account-order-history #content #metaNavigation .shoppingCart .value.send .trigger, #metaNavigation .shoppingCart body.account-order-history #content .value.partial_send .trigger, body.account-order-history #content #metaNavigation .shoppingCart .value.partial_send .trigger, #metaNavigation .shoppingCart body.account-order-history #content .value.commission .trigger, body.account-order-history #content #metaNavigation .shoppingCart .value.commission .trigger, #metaNavigation .shoppingCart body.account-order-history #content .value.done .trigger, body.account-order-history #content #metaNavigation .shoppingCart .value.done .trigger, #metaNavigation .shoppingCart body.account-retailer #content .value.payment .trigger, body.account-retailer #content #metaNavigation .shoppingCart .value.payment .trigger, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.payment .trigger, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.payment .trigger, #metaNavigation .shoppingCart body.account-downloads #content .value.payment .trigger, body.account-downloads #content #metaNavigation .shoppingCart .value.payment .trigger, #metaNavigation .shoppingCart body.account-retailer #content .value.send .trigger, body.account-retailer #content #metaNavigation .shoppingCart .value.send .trigger, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.send .trigger, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.send .trigger, #metaNavigation .shoppingCart body.account-downloads #content .value.send .trigger, body.account-downloads #content #metaNavigation .shoppingCart .value.send .trigger, #metaNavigation .shoppingCart body.account-retailer #content .value.partial_send .trigger, body.account-retailer #content #metaNavigation .shoppingCart .value.partial_send .trigger, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.partial_send .trigger, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.partial_send .trigger, #metaNavigation .shoppingCart body.account-downloads #content .value.partial_send .trigger, body.account-downloads #content #metaNavigation .shoppingCart .value.partial_send .trigger, #metaNavigation .shoppingCart body.account-retailer #content .value.commission .trigger, body.account-retailer #content #metaNavigation .shoppingCart .value.commission .trigger, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.commission .trigger, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.commission .trigger, #metaNavigation .shoppingCart body.account-downloads #content .value.commission .trigger, body.account-downloads #content #metaNavigation .shoppingCart .value.commission .trigger, #metaNavigation .shoppingCart body.account-retailer #content .value.done .trigger, body.account-retailer #content #metaNavigation .shoppingCart .value.done .trigger, #metaNavigation .shoppingCart body.dashboard-retailer #content .value.done .trigger, body.dashboard-retailer #content #metaNavigation .shoppingCart .value.done .trigger, #metaNavigation .shoppingCart body.account-downloads #content .value.done .trigger, body.account-downloads #content #metaNavigation .shoppingCart .value.done .trigger {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2; }
      #metaNavigation .shoppingCart .icon.just-added, #metaNavigation .shoppingCart .SumoSelect > .CaptionCont > label > i.just-added, #metaNavigation .shoppingCart .SumoSelect > .optWrapper > .options li.opt.opt.selected span i.just-added, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #metaNavigation .shoppingCart i.just-added, #metaNavigation .shoppingCart .sm-expander .just-added.arrow_hint, .sm-expander #metaNavigation .shoppingCart .just-added.arrow_hint, #metaNavigation .shoppingCart .address-container .radio_button input ~ .just-added.input-field, .address-container .radio_button #metaNavigation .shoppingCart input ~ .just-added.input-field, #metaNavigation .shoppingCart .collapsibleItem .just-added.title, .collapsibleItem #metaNavigation .shoppingCart .just-added.title, #metaNavigation .shoppingCart .collapsibleItem .just-added.expander-title, .collapsibleItem #metaNavigation .shoppingCart .just-added.expander-title, #metaNavigation .shoppingCart body.account-order-history #content .just-added.value.payment, body.account-order-history #content #metaNavigation .shoppingCart .just-added.value.payment, #metaNavigation .shoppingCart body.account-order-history #content .just-added.value.send, body.account-order-history #content #metaNavigation .shoppingCart .just-added.value.send, #metaNavigation .shoppingCart body.account-order-history #content .just-added.value.partial_send, body.account-order-history #content #metaNavigation .shoppingCart .just-added.value.partial_send, #metaNavigation .shoppingCart body.account-order-history #content .just-added.value.commission, body.account-order-history #content #metaNavigation .shoppingCart .just-added.value.commission, #metaNavigation .shoppingCart body.account-order-history #content .just-added.value.done, body.account-order-history #content #metaNavigation .shoppingCart .just-added.value.done, #metaNavigation .shoppingCart body.account-retailer #content .just-added.value.payment, body.account-retailer #content #metaNavigation .shoppingCart .just-added.value.payment, #metaNavigation .shoppingCart body.dashboard-retailer #content .just-added.value.payment, body.dashboard-retailer #content #metaNavigation .shoppingCart .just-added.value.payment, #metaNavigation .shoppingCart body.account-downloads #content .just-added.value.payment, body.account-downloads #content #metaNavigation .shoppingCart .just-added.value.payment, #metaNavigation .shoppingCart body.account-retailer #content .just-added.value.send, body.account-retailer #content #metaNavigation .shoppingCart .just-added.value.send, #metaNavigation .shoppingCart body.dashboard-retailer #content .just-added.value.send, body.dashboard-retailer #content #metaNavigation .shoppingCart .just-added.value.send, #metaNavigation .shoppingCart body.account-downloads #content .just-added.value.send, body.account-downloads #content #metaNavigation .shoppingCart .just-added.value.send, #metaNavigation .shoppingCart body.account-retailer #content .just-added.value.partial_send, body.account-retailer #content #metaNavigation .shoppingCart .just-added.value.partial_send, #metaNavigation .shoppingCart body.dashboard-retailer #content .just-added.value.partial_send, body.dashboard-retailer #content #metaNavigation .shoppingCart .just-added.value.partial_send, #metaNavigation .shoppingCart body.account-downloads #content .just-added.value.partial_send, body.account-downloads #content #metaNavigation .shoppingCart .just-added.value.partial_send, #metaNavigation .shoppingCart body.account-retailer #content .just-added.value.commission, body.account-retailer #content #metaNavigation .shoppingCart .just-added.value.commission, #metaNavigation .shoppingCart body.dashboard-retailer #content .just-added.value.commission, body.dashboard-retailer #content #metaNavigation .shoppingCart .just-added.value.commission, #metaNavigation .shoppingCart body.account-downloads #content .just-added.value.commission, body.account-downloads #content #metaNavigation .shoppingCart .just-added.value.commission, #metaNavigation .shoppingCart body.account-retailer #content .just-added.value.done, body.account-retailer #content #metaNavigation .shoppingCart .just-added.value.done, #metaNavigation .shoppingCart body.dashboard-retailer #content .just-added.value.done, body.dashboard-retailer #content #metaNavigation .shoppingCart .just-added.value.done, #metaNavigation .shoppingCart body.account-downloads #content .just-added.value.done, body.account-downloads #content #metaNavigation .shoppingCart .just-added.value.done {
        opacity: 1; }
        #metaNavigation .shoppingCart .icon.just-added .count, #metaNavigation .shoppingCart .SumoSelect > .CaptionCont > label > i.just-added .count, #metaNavigation .shoppingCart .SumoSelect > .optWrapper > .options li.opt.opt.selected span i.just-added .count, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #metaNavigation .shoppingCart i.just-added .count, #metaNavigation .shoppingCart .sm-expander .just-added.arrow_hint .count, .sm-expander #metaNavigation .shoppingCart .just-added.arrow_hint .count, #metaNavigation .shoppingCart .address-container .radio_button input ~ .just-added.input-field .count, .address-container .radio_button #metaNavigation .shoppingCart input ~ .just-added.input-field .count, #metaNavigation .shoppingCart .collapsibleItem .just-added.title .count, .collapsibleItem #metaNavigation .shoppingCart .just-added.title .count, #metaNavigation .shoppingCart .collapsibleItem .just-added.expander-title .count, .collapsibleItem #metaNavigation .shoppingCart .just-added.expander-title .count, #metaNavigation .shoppingCart body.account-order-history #content .just-added.value.payment .count, body.account-order-history #content #metaNavigation .shoppingCart .just-added.value.payment .count, #metaNavigation .shoppingCart body.account-order-history #content .just-added.value.send .count, body.account-order-history #content #metaNavigation .shoppingCart .just-added.value.send .count, #metaNavigation .shoppingCart body.account-order-history #content .just-added.value.partial_send .count, body.account-order-history #content #metaNavigation .shoppingCart .just-added.value.partial_send .count, #metaNavigation .shoppingCart body.account-order-history #content .just-added.value.commission .count, body.account-order-history #content #metaNavigation .shoppingCart .just-added.value.commission .count, #metaNavigation .shoppingCart body.account-order-history #content .just-added.value.done .count, body.account-order-history #content #metaNavigation .shoppingCart .just-added.value.done .count, #metaNavigation .shoppingCart body.account-retailer #content .just-added.value.payment .count, body.account-retailer #content #metaNavigation .shoppingCart .just-added.value.payment .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .just-added.value.payment .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .just-added.value.payment .count, #metaNavigation .shoppingCart body.account-downloads #content .just-added.value.payment .count, body.account-downloads #content #metaNavigation .shoppingCart .just-added.value.payment .count, #metaNavigation .shoppingCart body.account-retailer #content .just-added.value.send .count, body.account-retailer #content #metaNavigation .shoppingCart .just-added.value.send .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .just-added.value.send .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .just-added.value.send .count, #metaNavigation .shoppingCart body.account-downloads #content .just-added.value.send .count, body.account-downloads #content #metaNavigation .shoppingCart .just-added.value.send .count, #metaNavigation .shoppingCart body.account-retailer #content .just-added.value.partial_send .count, body.account-retailer #content #metaNavigation .shoppingCart .just-added.value.partial_send .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .just-added.value.partial_send .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .just-added.value.partial_send .count, #metaNavigation .shoppingCart body.account-downloads #content .just-added.value.partial_send .count, body.account-downloads #content #metaNavigation .shoppingCart .just-added.value.partial_send .count, #metaNavigation .shoppingCart body.account-retailer #content .just-added.value.commission .count, body.account-retailer #content #metaNavigation .shoppingCart .just-added.value.commission .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .just-added.value.commission .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .just-added.value.commission .count, #metaNavigation .shoppingCart body.account-downloads #content .just-added.value.commission .count, body.account-downloads #content #metaNavigation .shoppingCart .just-added.value.commission .count, #metaNavigation .shoppingCart body.account-retailer #content .just-added.value.done .count, body.account-retailer #content #metaNavigation .shoppingCart .just-added.value.done .count, #metaNavigation .shoppingCart body.dashboard-retailer #content .just-added.value.done .count, body.dashboard-retailer #content #metaNavigation .shoppingCart .just-added.value.done .count, #metaNavigation .shoppingCart body.account-downloads #content .just-added.value.done .count, body.account-downloads #content #metaNavigation .shoppingCart .just-added.value.done .count {
          transform: scale(1.5); }
  #metaNavigation > li > a {
    margin-right: 0;
    color: rgba(76, 76, 76, 0.6);
    -moz-transition: color 300ms;
    -o-transition: color 300ms;
    -webkit-transition: color 300ms;
    transition: color 300ms; }
    #metaNavigation > li > a:hover {
      color: #4c4c4c; }
  #metaNavigation > li {
    float: left;
    margin-left: 3rem; }
    @media (max-width: 387px) {
      #metaNavigation > li {
        margin-left: 1rem; } }
    #metaNavigation > li.open a {
      opacity: 1; }
  #metaNavigation .dropdown li a {
    padding: 0 2rem;
    margin: 0; }

.new-search-page-link {
  display: block;
  width: 30rem;
  margin: auto; }
  @media (max-width: 991px) {
    .new-search-page-link {
      display: none; } }
  .new-search-page-link.active {
    display: none; }
  .new-search-page-link .new-search-page .newSearchInput input {
    padding-left: 1rem; }

.new-search-page-icon {
  display: none; }
  @media (max-width: 991px) {
    .new-search-page-icon {
      display: block; } }

#mainNavigation > li > a,
#subnavigation > ul > li > a {
  color: rgba(76, 76, 76, 0.6);
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms; }
#mainNavigation > li:hover > a, #mainNavigation > li.open > a, #mainNavigation > li.active > a,
#subnavigation > ul > li:hover > a,
#subnavigation > ul > li.open > a,
#subnavigation > ul > li.active > a {
  color: #4c4c4c; }
#mainNavigation > li > a:after,
#subnavigation > ul > li > a:after {
  content: " /";
  color: rgba(255, 255, 255, 0); }
#mainNavigation > li.active > a:after,
#subnavigation > ul > li.active > a:after {
  content: " /";
  color: #d20f2b; }

.filterButtons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0.5rem; }
  .filterButtons:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
    left: 0; }

body.menuOpen #navigation {
  left: 23rem; }

#subnavigation ul.options {
  *zoom: 1;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }
  #subnavigation ul.options:after {
    content: "";
    display: table;
    clear: both; }
#subnavigation .searchForm {
  border-top: 1px solid #f2f2f2;
  margin: 0;
  padding: 1.5rem 0; }
#subnavigation .category.icon-sale {
  color: #d20f2b; }
  #subnavigation .category.icon-sale:before {
    font-size: 1.4rem; }
#subnavigation .category.icon-new {
  color: #d20f2b; }
#subnavigation .category:before {
  font-size: 2rem;
  margin-right: 0.5rem; }
#subnavigation .backButton a:before {
  content: "";
  font-family: iconfont;
  margin-right: 0.5rem;
  font-size: 1.2rem; }
#subnavigation div.subfilter {
  margin: 1.5rem auto 0;
  max-width: 139rem;
  padding-right: 11rem; }
  @media (max-width: 1320px) {
    #subnavigation div.subfilter {
      padding-right: 0; } }
  #subnavigation div.subfilter .SumoSelect {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    #subnavigation div.subfilter {
      margin-top: 1.2rem; }
      #subnavigation div.subfilter .selectCol {
        margin-bottom: 2rem; }
        #subnavigation div.subfilter .selectCol:last-of-type {
          margin-bottom: 0; } }
  @media (max-width: 410px) {
    #subnavigation div.subfilter {
      margin-top: 1rem; } }
#subnavigation .previousProduct, #subnavigation .nextProduct {
  float: right; }
  #subnavigation .previousProduct a, #subnavigation .nextProduct a {
    margin-right: 0; }
#subnavigation .previousProduct a:after {
  margin: 0 0.5rem;
  content: "|";
  color: inherit; }
#subnavigation .previousProduct a:before {
  content: "";
  font-family: iconfont;
  font-size: 1.2rem;
  margin-right: 0.5rem; }
#subnavigation .nextProduct a:after {
  content: "";
  font-family: iconfont;
  font-size: 1.2rem;
  color: inherit;
  margin-left: 0.5rem; }

#content {
  background: #ffffff;
  padding-bottom: 6rem;
  *zoom: 1; }
  #content:after {
    content: "";
    display: table;
    clear: both; }
  #content p.SelectBox {
    max-width: 30.5rem; }

#checkout-process-navigation {
  padding: 20px 0;
  background-color: #f5f5f5; }
  #checkout-process-navigation .linklist li {
    line-height: 2.5rem; }
    #checkout-process-navigation .linklist li a {
      display: -webkit-flex;
      display: flex; }
    #checkout-process-navigation .linklist li span, #checkout-process-navigation .linklist li i {
      display: block; }
    #checkout-process-navigation .linklist li i {
      font-size: 1.2rem;
      padding-top: 0.6rem;
      margin-right: 0.2rem; }
  #checkout-process-navigation a:not(.btn) {
    color: #d20f2b; }
  #checkout-process-navigation .button_bar {
    text-align: right; }
    @media (max-width: 767px) {
      #checkout-process-navigation .button_bar {
        margin-top: 2rem; } }

#footer {
  margin-top: 2rem;
  background: #f2f2f2;
  color: rgba(76, 76, 76, 0.8);
  font-size: 1.4rem;
  line-height: 2.2rem; }
  @media (max-width: 991px) {
    #footer {
      text-align: center; } }
  #footer p {
    margin-bottom: 2.2rem; }
  #footer a {
    color: rgba(76, 76, 76, 0.8);
    -moz-transition: color 300ms;
    -o-transition: color 300ms;
    -webkit-transition: color 300ms;
    transition: color 300ms; }
    #footer a:hover {
      color: #4c4c4c; }
  #footer .footer-logo-wrapper, #footer .footer-info-label {
    height: 48px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center; }
  #footer .footer-logo-wrapper {
    margin-bottom: 1rem; }
  #footer .linklist {
    text-transform: uppercase;
    line-height: 3rem; }
  #footer .widgets {
    padding: 4rem 0; }
    @media (max-width: 991px) {
      #footer .widgets {
        padding: 0; }
        #footer .widgets > div {
          margin-top: 3rem; } }
  #footer .copyright {
    text-align: center;
    padding: 2rem 0;
    font-size: 1.2rem;
    border-top: 1px solid rgba(76, 76, 76, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.08rem; }
    #footer .copyright p {
      margin-bottom: 0; }
  #footer .version {
    color: rgba(0, 0, 0, 0.2); }
  #footer .social_shares li {
    border: none;
    background-color: #d20f2b; }
    #footer .social_shares li a:before {
      color: #ffffff; }

.richtext ul {
  list-style: disc outside none;
  margin-left: 2rem; }
  .richtext ul li {
    line-height: 2.6rem;
    margin-top: 2.6rem; }
    .richtext ul li:first-child {
      margin-top: 0; }

#page {
  position: relative;
  left: 0;
  bottom: 0;
  -moz-transition: left 250ms;
  -o-transition: left 250ms;
  -webkit-transition: left 250ms;
  transition: left 250ms;
  width: 100%; }

body.menuOpen #page {
  left: 23rem; }

#offcanvasMenu {
  width: 23rem;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: -23rem;
  background: #f2f2f2;
  z-index: 1000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: left 250ms;
  -o-transition: left 250ms;
  -webkit-transition: left 250ms;
  transition: left 250ms; }
  #offcanvasMenu li a {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    color: #4c4c4c;
    text-transform: uppercase;
    opacity: 0.6;
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    padding: 1.5rem 0; }
  #offcanvasMenu li a.products-menu {
    line-height: 1.4; }
  #offcanvasMenu .active > a, #offcanvasMenu .active .caret {
    opacity: 1; }
  #offcanvasMenu > .login {
    text-align: center; }
  #offcanvasMenu > .SumoSelect {
    padding: 0 1rem; }
  #offcanvasMenu ul {
    opacity: 0;
    padding: 2rem; }
    #offcanvasMenu ul ul {
      margin: 0;
      padding: 0;
      max-height: 0;
      overflow: hidden;
      -moz-transition: max-height 250ms;
      -o-transition: max-height 250ms;
      -webkit-transition: max-height 250ms;
      transition: max-height 250ms; }
      #offcanvasMenu ul ul a {
        padding-left: 2rem; }
        #offcanvasMenu ul ul a:before {
          margin-right: 1rem; }
    #offcanvasMenu ul li.hasSubmenu {
      position: relative; }
      #offcanvasMenu ul li.hasSubmenu .caret {
        position: absolute;
        top: 0.4rem;
        font-size: 1.8rem;
        right: 0rem;
        color: #4c4c4c;
        opacity: 0.6;
        padding: 1rem;
        -moz-transition: -moz-transform 250ms;
        -o-transition: -o-transform 250ms;
        -webkit-transition: -webkit-transform 250ms;
        transition: transform 250ms;
        border-left: 1px solid #e1e1e1; }
      #offcanvasMenu ul li.hasSubmenu.open .caret {
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg); }
      #offcanvasMenu ul li.hasSubmenu.open ul {
        max-height: 100vh; }
  #offcanvasMenu .logged_in {
    display: block;
    padding: 2rem;
    background-color: #ffffff;
    cursor: pointer;
    color: #4c4c4c; }
    #offcanvasMenu .logged_in:hover {
      color: #4c4c4c; }
    #offcanvasMenu .logged_in .company {
      margin-left: 1rem;
      line-height: 1.7rem; }

#offcanvasMatte {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  z-index: 999;
  display: block;
  content: "";
  -moz-transition: visibility 250ms 0ms, opacity 250ms;
  -o-transition: visibility 250ms 0ms, opacity 250ms;
  -webkit-transition: visibility 250ms, opacity 250ms;
  -webkit-transition-delay: 0ms, 0s;
  transition: visibility 250ms 0ms, opacity 250ms;
  visibility: hidden; }

body.menuOpen {
  position: relative;
  overflow-x: hidden; }
  body.menuOpen #offcanvasMenu {
    left: 0; }
    body.menuOpen #offcanvasMenu ul {
      opacity: 1; }
  body.menuOpen #offcanvasMatte {
    opacity: 0.5;
    visibility: visible; }

.toggle-menu-offcanvas {
  display: none; }
  @media (max-width: 991px) {
    .toggle-menu-offcanvas {
      display: block; } }

@media (max-width: 991px) {
  #mainNavigation {
    display: none; }

  #subnavigation .filterButtons {
    display: none; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url('public/public/img/ajax-loader.gif') center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url('public/fonts/slick.eot');
  src: url('public/fonts/slick.eot?#iefix') format("embedded-opentype"), url('public/fonts/slick.woff') format("woff"), url('public/fonts/slick.ttf') format("truetype"), url('public/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #a5a5a5;
  outline: 0;
  color: #4c4c4c;
  resize: none;
  padding: 0.5rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  display: block;
  font-family: inherit;
  font-size: 2rem; }
  textarea:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder {
    font-style: normal;
    font-family: "Didot LT W04 Italic", "Times New Roman", Times, serif; }
  textarea::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder {
    font-style: normal;
    font-family: "Didot LT W04 Italic", "Times New Roman", Times, serif; }
  textarea:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder {
    font-style: normal;
    font-family: "Didot LT W04 Italic", "Times New Roman", Times, serif; }
  textarea::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder {
    font-style: normal;
    font-family: "Didot LT W04 Italic", "Times New Roman", Times, serif; }

.searchInput {
  position: relative; }
  .searchInput:before {
    float: left;
    font-family: iconfont;
    content: "";
    position: absolute;
    top: 0.75rem;
    left: 0;
    color: #4c4c4c; }
  .searchInput input {
    padding-left: 3rem; }

.input-group {
  margin-bottom: 1rem;
  *zoom: 1; }
  .input-group:after {
    content: "";
    display: table;
    clear: both; }
  .input-group input, .input-group textarea {
    border-bottom: 1px solid #c9c9c9;
    margin-top: 1.6rem; }
    .input-group input[readonly], .input-group textarea[readonly] {
      color: #7c7c7c; }
  .input-group label {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    text-transform: uppercase; }
  .input-group .resetButton {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    background: #f2f2f2;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .input-group.no-margin {
    margin-bottom: 0; }
  .input-group .field-desc {
    margin: 0 0 0.5rem 0.2rem; }
  .input-group .placeHolder {
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-size: 1.4rem;
    color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=78);
    opacity: 0.78;
    position: absolute;
    top: 0;
    left: 1rem; }
  .input-group .placeHolder_dropdown {
    font-size: 1.4rem;
    color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=78);
    opacity: 0.78;
    margin-bottom: 0.6rem; }
  .input-group .animation_line {
    -moz-transition: width 300ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: width 300ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -webkit-transition: width 300ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: width 300ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
    position: relative;
    border-bottom: 1px solid #4c4c4c;
    bottom: 1px;
    width: 0;
    margin: 0 auto; }
  .input-group input:focus + .placeHolder, .input-group textarea:focus + .placeHolder {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
    .input-group input:focus + .placeHolder + .animation_line, .input-group textarea:focus + .placeHolder + .animation_line {
      width: 100%; }
  .input-group.invalid input, .input-group.invalid textarea {
    border-bottom: 1px solid #d20f2b; }
  .input-group.invalid .animation_line {
    border-bottom: 1px solid #d20f2b; }

.checkbox-group {
  position: relative;
  margin-bottom: 1rem; }
  .checkbox-group input[type="checkbox"] {
    position: absolute; }
  .checkbox-group label {
    display: block;
    padding-left: 25px;
    text-transform: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer; }

textarea {
  line-height: 1.5; }

form {
  margin-bottom: 4rem; }
  form.no-margin {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    form {
      margin-bottom: 0; } }

.radio-group label {
  margin-right: 2rem; }

input[type="radio"] {
  visibility: hidden;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  input[type="radio"] + label, input[type="radio"] + span {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 10px;
    cursor: pointer;
    line-height: 2.5rem; }
    input[type="radio"] + label:before, input[type="radio"] + span:before {
      width: 2.5rem;
      height: 2.5rem;
      background: #ffffff;
      content: "";
      display: block;
      position: absolute;
      top: -0.5rem;
      left: -2.5rem;
      visibility: visible;
      cursor: pointer;
      border: 1px solid #a5a5a5;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    input[type="radio"] + label:after, input[type="radio"] + span:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -2rem;
      width: 1.5rem;
      height: 1.5rem;
      background: #d20f2b;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: -moz-transform 150ms;
      -o-transition: -o-transform 150ms;
      -webkit-transition: -webkit-transform 150ms;
      transition: transform 150ms;
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
  input[type="radio"]:checked + label:before, input[type="radio"]:checked + span:before {
    border: 1px solid #d20f2b; }
  input[type="radio"]:checked + label:after, input[type="radio"]:checked + span:after {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

form.validated .input-group .field-error {
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  opacity: 0; }
form.validated .input-group.invalid .field-error {
  color: #d20f2b;
  opacity: 1; }

#content p.field-error {
  font-size: 14px;
  line-height: 1.5rem; }
#content p.info_text {
  margin-bottom: 5rem; }

.dw-textbox.white {
  background-color: #ffffff;
  border: 1px solid #cccccc; }
  .dw-textbox.white input[type="text"], .dw-textbox.white input[type="date"] {
    padding-left: 1rem;
    border: none; }
  .dw-textbox.white:hover, .dw-textbox.white.focus {
    border: 1px solid #a5a5a5; }

.fo_container {
  margin: 20px;
  background-color: #f9f9f9;
  padding: 20px 0; }
  .fo_container .error {
    border: 1px solid #d20f2b !important; }
  .fo_container .error-text {
    color: #d20f2b; }

#fastOrderPopup p {
  padding-left: 10px;
  cursor: pointer; }
#fastOrderPopup .fast-order-add-item-cancel {
  margin-top: 10px; }
#fastOrderPopup .input-group input {
  margin-top: 0;
  font-size: 1em;
  border: 1px solid #e8e4e4;
  background: #fff;
  padding-left: 10px; }
#fastOrderPopup h3 small {
  font-size: 1.4rem;
  font-family: "URWFranklinGothicW10-Bo_929350", "URWFranklinGothicW01-Bo_927744", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  margin-left: 1rem;
  text-transform: none; }

.dashboard-retailer input {
  text-align: center; }
  .dashboard-retailer input ::placeholder {
    text-align: center; }

.new-search-page {
  margin-bottom: 0; }
  .new-search-page .newSearchInput {
    position: relative; }
    .new-search-page .newSearchInput:before {
      float: left;
      font-family: iconfont;
      content: "";
      position: absolute;
      top: 0.5rem;
      color: #4c4c4c; }
    .new-search-page .newSearchInput input {
      padding-left: 2.5rem; }
      .new-search-page .newSearchInput input::placeholder {
        text-align: center; }

.search-results h5 {
  line-height: 3rem;
  margin-bottom: 1rem; }
.search-results li {
  line-height: 28px; }
  .search-results li a {
    color: #4c4c4c; }
  .search-results li .code {
    margin-left: 5px; }
.search-results .list {
  padding: 0 1rem 1rem 1rem;
  border-bottom: 1px solid #c9c9c9; }
.search-results .series-item {
  padding: 6px 0; }
  .search-results .series-item .image {
    background-position: -4% 50% !important;
    background-size: 250% 180% !important;
    background-color: #f2f2f2 !important;
    width: 22%;
    height: 60px;
    max-width: 180px; }
    @media (max-width: 767px) {
      .search-results .series-item .image {
        background-size: 240% 170% !important;
        width: 45%; } }
  .search-results .series-item .content {
    top: 18px; }
    @media (max-width: 767px) {
      .search-results .series-item .content {
        top: 0; } }
    .search-results .series-item .content .description {
      font-weight: bold; }
    .search-results .series-item .content .code {
      font-size: 14px; }
.search-results .show-more {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0.5rem; }
  .search-results .show-more span {
    color: #d20f2b !important;
    cursor: pointer; }
.search-results .mtop {
  margin-top: 1rem; }
.search-results .homepageTeaserList {
  margin-top: 6rem; }
.search-results .bold {
  font-weight: bold; }
.search-results li:nth-child(n+5) {
  display: none; }

body.manage-server .group {
  margin: 0 -2rem;
  padding: 2rem;
  background-color: #f2f2f2; }

.btn, a .btn {
  text-align: center;
  outline: 0;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: #4c4c4c;
  color: #ffffff;
  text-transform: uppercase;
  padding: 1.3rem 4rem;
  font-size: 2rem;
  letter-spacing: 0.08rem;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  cursor: pointer;
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
  .btn + .btn, a .btn + .btn {
    margin-left: 1rem; }
  .btn:focus, .btn:active, a .btn:focus, a .btn:active {
    color: #ffffff;
    outline: 0;
    text-decoration: none; }
  .btn:hover, a .btn:hover {
    background-color: #333333;
    color: #ffffff; }
  .btn.disabled, .btn.disabled .btn:hover, a .btn.disabled, a .btn.disabled .btn:hover, .btn.disabled a .btn:hover, a .btn.disabled a .btn:hover {
    background-color: #a5a5a5;
    cursor: default; }
  .btn.red, a .btn.red {
    background-color: #d20f2b; }
    .btn.red:hover, a .btn.red:hover {
      background-color: #a20c21; }
    .btn.red.disabled, .btn.red.disabled .btn.red:hover, a .btn.red.disabled, a .btn.red.disabled .btn.red:hover, .btn.red.disabled a .btn.red:hover, a .btn.red.disabled a .btn.red:hover {
      background-color: #a5a5a5;
      cursor: default; }
  .btn.gray, a .btn.gray {
    background-color: #4c4c4c; }
  .btn.small, a .btn.small {
    font-size: 1.4rem;
    padding: 1.2rem 2rem; }
    .btn.small.margin, a .btn.small.margin {
      margin: 2rem 0 2rem 1rem; }
  .btn.fullW, a .btn.fullW {
    width: 100%; }

button {
  border: none;
  outline: 0;
  background: #4c4c4c;
  color: #ffffff; }
  button.disabled {
    cursor: default;
    background: #f2f2f2; }

.toggle-loading-icon {
  display: inline-block;
  width: 34px; }
  .toggle-loading-icon .spinner {
    display: none; }

.loading > .toggle-loading-icon .spinner {
  display: inline; }
.loading > .toggle-loading-icon .icon, .loading > .toggle-loading-icon .SumoSelect > .CaptionCont > label > i, .loading > .toggle-loading-icon .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span .loading > .toggle-loading-icon i, .loading > .toggle-loading-icon .sm-expander .arrow_hint, .sm-expander .loading > .toggle-loading-icon .arrow_hint, .loading > .toggle-loading-icon .address-container .radio_button input ~ .input-field, .address-container .radio_button .loading > .toggle-loading-icon input ~ .input-field, .loading > .toggle-loading-icon .collapsibleItem .title, .collapsibleItem .loading > .toggle-loading-icon .title, .loading > .toggle-loading-icon .collapsibleItem .expander-title, .collapsibleItem .loading > .toggle-loading-icon .expander-title, .loading > .toggle-loading-icon body.account-order-history #content .value.payment, body.account-order-history #content .loading > .toggle-loading-icon .value.payment, .loading > .toggle-loading-icon body.account-order-history #content .value.send, body.account-order-history #content .loading > .toggle-loading-icon .value.send, .loading > .toggle-loading-icon body.account-order-history #content .value.partial_send, body.account-order-history #content .loading > .toggle-loading-icon .value.partial_send, .loading > .toggle-loading-icon body.account-order-history #content .value.commission, body.account-order-history #content .loading > .toggle-loading-icon .value.commission, .loading > .toggle-loading-icon body.account-order-history #content .value.done, body.account-order-history #content .loading > .toggle-loading-icon .value.done, .loading > .toggle-loading-icon body.account-retailer #content .value.payment, body.account-retailer #content .loading > .toggle-loading-icon .value.payment, .loading > .toggle-loading-icon body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content .loading > .toggle-loading-icon .value.payment, .loading > .toggle-loading-icon body.account-downloads #content .value.payment, body.account-downloads #content .loading > .toggle-loading-icon .value.payment, .loading > .toggle-loading-icon body.account-retailer #content .value.send, body.account-retailer #content .loading > .toggle-loading-icon .value.send, .loading > .toggle-loading-icon body.dashboard-retailer #content .value.send, body.dashboard-retailer #content .loading > .toggle-loading-icon .value.send, .loading > .toggle-loading-icon body.account-downloads #content .value.send, body.account-downloads #content .loading > .toggle-loading-icon .value.send, .loading > .toggle-loading-icon body.account-retailer #content .value.partial_send, body.account-retailer #content .loading > .toggle-loading-icon .value.partial_send, .loading > .toggle-loading-icon body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content .loading > .toggle-loading-icon .value.partial_send, .loading > .toggle-loading-icon body.account-downloads #content .value.partial_send, body.account-downloads #content .loading > .toggle-loading-icon .value.partial_send, .loading > .toggle-loading-icon body.account-retailer #content .value.commission, body.account-retailer #content .loading > .toggle-loading-icon .value.commission, .loading > .toggle-loading-icon body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content .loading > .toggle-loading-icon .value.commission, .loading > .toggle-loading-icon body.account-downloads #content .value.commission, body.account-downloads #content .loading > .toggle-loading-icon .value.commission, .loading > .toggle-loading-icon body.account-retailer #content .value.done, body.account-retailer #content .loading > .toggle-loading-icon .value.done, .loading > .toggle-loading-icon body.dashboard-retailer #content .value.done, body.dashboard-retailer #content .loading > .toggle-loading-icon .value.done, .loading > .toggle-loading-icon body.account-downloads #content .value.done, body.account-downloads #content .loading > .toggle-loading-icon .value.done {
  display: none; }

.mfp-content {
  max-height: 90%;
  overflow: auto;
  text-align: center; }

body.lightbox-open {
  overflow: hidden; }

#chooseProduct {
  -moz-transition: height 300ms;
  -o-transition: height 300ms;
  -webkit-transition: height 300ms;
  transition: height 300ms; }

.white-popup {
  width: 100%;
  max-width: 700px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0.2rem 0 0;
  line-height: 1.5; }
  .white-popup .container {
    padding-left: 0;
    padding-right: 0; }
  .white-popup .row {
    padding: 1rem 3rem;
    margin-left: 0;
    margin-right: 0; }
  .white-popup h5 {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 1rem; }
    .white-popup h5 ~ p {
      text-align: left;
      margin: 2rem 0; }
  .white-popup .light-grey {
    background-color: #f2f2f2; }
  .white-popup .id {
    float: right; }
  .white-popup .title {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    position: relative;
    float: left; }
    .white-popup .title:before {
      content: "/";
      position: absolute;
      left: -2rem;
      color: #d20f2b; }
  .white-popup .description {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    font-size: 2rem; }
  .white-popup .productlist {
    max-height: 45vh;
    clear: both;
    overflow: auto; }
    .white-popup .productlist li {
      border: 4px solid transparent;
      padding: 3rem 2rem 3rem 5rem;
      background: #f5f5f5;
      -moz-transition: background 300ms;
      -o-transition: background 300ms;
      -webkit-transition: background 300ms;
      transition: background 300ms; }
      .white-popup .productlist li:hover {
        background: #e8e8e8;
        cursor: pointer; }
      .white-popup .productlist li:nth-child(2n) {
        background-color: #ffffff; }
        .white-popup .productlist li:nth-child(2n):hover {
          background: #f2f2f2; }
      .white-popup .productlist li.selected {
        background-color: #fab3bd; }
        .white-popup .productlist li.selected:hover {
          background-color: #fab3bd; }

.imageGallery {
  width: auto;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 0;
  line-height: 1; }
  .imageGallery img {
    max-height: 80vh;
    height: auto; }

/**
 ** Fade-move animation for second dialog */
/* at start */
.zoom-move .white-popup {
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.zoom-move.mfp-ready .white-popup {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.zoom-move.mfp-removing .white-popup {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.zoom-move.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.zoom-move.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.zoom-move.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-detail-image .mfp-content {
  overflow: hidden; }

.mfp-detail-gallery .mfp-content {
  height: 100%;
  width: 100%;
  background-color: #ffffff; }

#dialogChangePassword form, #editDeliveryAddress form {
  text-align: left; }

#editDeliveryAddress {
  width: 100%; }

#activateRetailerCode form {
  text-align: left; }
  #activateRetailerCode form input[type=number] {
    -moz-appearance: textfield; }
    #activateRetailerCode form input[type=number]::-webkit-outer-spin-button, #activateRetailerCode form input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  #activateRetailerCode form .numeric_input {
    display: inline-block;
    width: 2.8rem;
    margin: 0 1rem 0 0;
    background: #4c4c4c; }
    #activateRetailerCode form .numeric_input input[type=number] {
      font-size: 1.2rem;
      color: #FFF;
      text-align: center; }

#changeRetailerMailAndCreateAccount form .input-group.mandatory {
  text-align: left; }

.adtn-products-footer {
  margin-top: 3rem;
  border-top: 1px solid #f2f2f2; }
  .adtn-products-footer p {
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size: 16px; }
  .adtn-products-footer .adtn-btn {
    padding-bottom: 2rem; }
  .adtn-products-footer form {
    margin-bottom: 0; }

@media (max-width: 767px) {
  #addAdtnProductPopup h3 {
    margin-left: -3rem;
    font-size: 20px; } }

.add-extra-article {
  padding: 0 1rem; }
  .add-extra-article .row {
    margin-left: -1px; }
    @media (max-width: 767px) {
      .add-extra-article .row {
        margin-bottom: 2rem;
        background-color: rgba(245, 245, 245, 0.5); } }
  .add-extra-article .productlink {
    color: #000000;
    overflow-wrap: break-word; }
  .add-extra-article .extraArticle {
    border-top: 1px solid #f2f2f2;
    padding-top: 2rem; }
  .add-extra-article .property {
    display: block;
    font-family: "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    margin-bottom: 1rem; }
  .add-extra-article .image {
    display: flex;
    justify-content: center; }
    .add-extra-article .image:after {
      content: " ";
      background-color: #000000;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0.03; }
    .add-extra-article .image img {
      width: auto;
      max-width: 20rem;
      height: 12rem; }
  .add-extra-article .qty {
    padding: 0 1rem; }
  .add-extra-article .tech-info .key {
    display: none; }
  .add-extra-article button.down.dec, .add-extra-article button.up.inc {
    line-height: 2rem;
    width: 1.8rem;
    padding: 0.1rem; }

.social-links li {
  float: left; }
.social-links a {
  background: #d20f2b;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 1rem;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-left: 1rem;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms; }
  .social-links a:hover {
    background: #a20c21; }
.social-links li:first-child a {
  margin-left: 0; }

#footer .social-links a {
  color: #ffffff; }

.sharing_bar .share_hint {
  float: left;
  line-height: 4rem !important;
  margin-bottom: 0 !important; }
.sharing_bar .social_shares {
  float: left;
  margin-top: 0;
  padding: 0; }
  .sharing_bar .social_shares li {
    border: none;
    margin: 0; }

.social_shares {
  padding: 0.5rem 0 1rem 0; }
  .social_shares li {
    font-family: "iconfont";
    display: inline-block;
    border-radius: 2rem;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
    text-align: center;
    margin: 0 0.6rem;
    font-size: 1.8rem; }
    .social_shares li:first-child {
      margin-left: 0; }
    .social_shares li a {
      display: inline-block;
      color: inherit;
      padding: 1rem; }
      .social_shares li a.icon:before, .social_shares li .sm-expander a.arrow_hint:before, .sm-expander .social_shares li a.arrow_hint:before, .social_shares li .address-container .radio_button input ~ a.input-field:before, .address-container .radio_button .social_shares li input ~ a.input-field:before, .social_shares li .collapsibleItem a.title:before, .collapsibleItem .social_shares li a.title:before, .social_shares li .collapsibleItem a.expander-title:before, .collapsibleItem .social_shares li a.expander-title:before, .social_shares li body.account-order-history #content a.value.payment:before, body.account-order-history #content .social_shares li a.value.payment:before, .social_shares li body.account-order-history #content a.value.send:before, body.account-order-history #content .social_shares li a.value.send:before, .social_shares li body.account-order-history #content a.value.partial_send:before, body.account-order-history #content .social_shares li a.value.partial_send:before, .social_shares li body.account-order-history #content a.value.commission:before, body.account-order-history #content .social_shares li a.value.commission:before, .social_shares li body.account-order-history #content a.value.done:before, body.account-order-history #content .social_shares li a.value.done:before, .social_shares body[class^="product-"] .file-downloads li a:before, body[class^="product-"] .file-downloads .social_shares li a:before, .social_shares li body[class^="product-"] .hidden-information a.trigger:after, body[class^="product-"] .hidden-information .social_shares li a.trigger:after, .social_shares li body.account-retailer #content a.value.payment:before, body.account-retailer #content .social_shares li a.value.payment:before, .social_shares li body.dashboard-retailer #content a.value.payment:before, body.dashboard-retailer #content .social_shares li a.value.payment:before, .social_shares li body.account-downloads #content a.value.payment:before, body.account-downloads #content .social_shares li a.value.payment:before, .social_shares li body.account-retailer #content a.value.send:before, body.account-retailer #content .social_shares li a.value.send:before, .social_shares li body.dashboard-retailer #content a.value.send:before, body.dashboard-retailer #content .social_shares li a.value.send:before, .social_shares li body.account-downloads #content a.value.send:before, body.account-downloads #content .social_shares li a.value.send:before, .social_shares li body.account-retailer #content a.value.partial_send:before, body.account-retailer #content .social_shares li a.value.partial_send:before, .social_shares li body.dashboard-retailer #content a.value.partial_send:before, body.dashboard-retailer #content .social_shares li a.value.partial_send:before, .social_shares li body.account-downloads #content a.value.partial_send:before, body.account-downloads #content .social_shares li a.value.partial_send:before, .social_shares li body.account-retailer #content a.value.commission:before, body.account-retailer #content .social_shares li a.value.commission:before, .social_shares li body.dashboard-retailer #content a.value.commission:before, body.dashboard-retailer #content .social_shares li a.value.commission:before, .social_shares li body.account-downloads #content a.value.commission:before, body.account-downloads #content .social_shares li a.value.commission:before, .social_shares li body.account-retailer #content a.value.done:before, body.account-retailer #content .social_shares li a.value.done:before, .social_shares li body.dashboard-retailer #content a.value.done:before, body.dashboard-retailer #content .social_shares li a.value.done:before, .social_shares li body.account-downloads #content a.value.done:before, body.account-downloads #content .social_shares li a.value.done:before {
        color: #7c7c7c; }

.dropdown {
  position: relative;
  cursor: pointer; }
  .dropdown a {
    display: block; }
  .dropdown:after {
    font-family: iconfont;
    content: "";
    display: inline-block;
    color: #a5a5a5;
    font-size: 0.8rem;
    margin-left: 0.5rem;
    position: relative;
    top: -0.2rem; }
  .dropdown.without-caret:after {
    display: none; }
  .dropdown > ul {
    position: absolute;
    top: 4rem;
    opacity: 0;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    display: none;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    z-index: 100;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .dropdown > ul li {
      margin-left: 0 !important;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      width: 100%;
      display: block; }
      .dropdown > ul li:first-child {
        border-top: 0; }
      .dropdown > ul li.active {
        background: #f2f2f2; }
  .dropdown.open {
    color: #4c4c4c;
    opacity: 1; }
    .dropdown.open:after {
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .dropdown.open ul {
      display: block;
      opacity: 1; }

.big-slider {
  opacity: 0; }
  @media (max-width: 767px) {
    .big-slider {
      margin-bottom: 4rem; } }
  .big-slider.slick-initialized {
    opacity: 1; }
  .big-slider img {
    width: 100%; }
  .big-slider .slide {
    position: relative;
    max-height: 50rem;
    height: 50rem;
    object-position: center;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .big-slider .slide:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    @media (max-width: 991px) {
      .big-slider .slide {
        position: relative;
        height: 40rem; }
        .big-slider .slide:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 66.66666667%; } }
    @media (min-width: 400px) and (max-width: 500px) {
      .big-slider .slide {
        height: 30rem; } }
    @media (max-width: 767px) {
      .big-slider .slide {
        position: relative; }
        .big-slider .slide:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 66.66666667%; } }
    @media (max-width: 400px) {
      .big-slider .slide {
        height: 25rem; } }
  .big-slider a {
    outline: 0; }
  .big-slider .more {
    position: absolute;
    bottom: 6rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    line-height: 2.4rem;
    color: #d20f2b;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    -webkit-transition: color 250ms;
    transition: color 250ms; }
    @media (max-width: 991px) {
      .big-slider .more {
        bottom: 1rem; } }
    .big-slider .more:hover {
      color: #a20c21; }
    .big-slider .more:before {
      display: inline-block;
      margin-right: 1rem;
      font-size: 2.4rem;
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .big-slider .long-description {
    position: relative;
    bottom: 0;
    padding: 3rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
    right: 0; }
    .big-slider .long-description h3.title, .big-slider .long-description .subtitle {
      float: left; }
    .big-slider .long-description h3.title {
      font-size: 4rem; }
      .big-slider .long-description h3.title:after {
        content: "/";
        color: #d20f2b;
        font-size: 38px;
        margin-left: 0.5rem; }
    .big-slider .long-description div {
      margin-bottom: 10px; }
  @media (max-width: 991px) {
    .big-slider .slick-dots {
      position: relative;
      bottom: auto;
      top: 1rem; } }

.slick-loading .slick-list {
  background: #fff; }

#alerts p, #content #alerts p {
  max-width: inherit;
  margin: 0 auto; }

.alert {
  text-align: center;
  padding: 3rem;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  position: relative;
  margin-bottom: 2rem; }
  .alert.success {
    background-color: #22A923;
    color: #ffffff; }
  .alert.warning {
    background-color: #FDAF40;
    color: #ffffff; }
  .alert.danger {
    background-color: #D01631;
    color: #ffffff; }

.close-button {
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #ffffff;
  font-style: normal;
  font-size: 1.5rem; }
  .close-button:hover, .close-button:focus {
    opacity: 1; }
  .close-button:active {
    top: 1px; }

.categories {
  margin-top: 2rem;
  margin-bottom: 5rem; }
  .categories img {
    width: 100%; }
  .categories a {
    color: #4c4c4c; }
  .categories .image {
    margin-bottom: 1.5rem; }
  .categories .title {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    font-size: 2rem;
    text-transform: uppercase; }
    .categories .title:after {
      content: " /"; }

body.cart h2 {
  margin-bottom: 8rem; }
body.cart .shopping-cart-item-list .property {
  display: block;
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
  margin-bottom: 1rem; }
body.cart .shopping-cart-item-list .value.old {
  text-decoration: line-through; }
body.cart .shopping-cart-item-list .value.sales {
  color: #d20f2b; }
body.cart .summary .icon-trash {
  padding: 1rem; }
body.cart .cart-export {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  text-align: center;
  padding-top: 12px;
  background: #d20f2b;
  color: #ffffff; }
  body.cart .cart-export .icon-print {
    font-size: 2rem; }

body.checkout-overview .row.discounted {
  margin-top: 0.4rem; }
body.checkout-overview .validate-coupon-code {
  position: relative;
  top: 1rem; }
body.checkout-overview .row.top-margin {
  margin-top: 4.8rem; }
  @media (max-width: 767px) {
    body.checkout-overview .row.top-margin {
      margin-top: 3rem; } }

.row.mtop6 {
  margin-top: 6.4rem; }

.no-padding {
  padding: 0 !important; }

@media (max-width: 767px) {
  .shopping-cart-item-list {
    margin-bottom: 4rem; } }
.shopping-cart-item-list .shopping-cart-item {
  border-bottom: 1px solid #f2f2f2;
  margin: 1rem 0;
  padding-bottom: 1rem; }
  @media (max-width: 767px) {
    .shopping-cart-item-list .shopping-cart-item {
      background-color: rgba(245, 245, 245, 0.5); } }
  .shopping-cart-item-list .shopping-cart-item:last-child {
    border-bottom: none; }
  .shopping-cart-item-list .shopping-cart-item .productlink {
    color: #000000; }
    .shopping-cart-item-list .shopping-cart-item .productlink:hover {
      color: #000000; }
  .shopping-cart-item-list .shopping-cart-item .col {
    padding: 1rem; }
  @media (max-width: 767px) {
    .shopping-cart-item-list .shopping-cart-item .mtop6 {
      margin-top: 1rem; } }
  @media (max-width: 767px) {
    .shopping-cart-item-list .shopping-cart-item .title, .shopping-cart-item-list .shopping-cart-item .category, .shopping-cart-item-list .shopping-cart-item .artno {
      margin-top: 1rem;
      font-size: 1.6rem;
      float: left; } }
  @media (max-width: 767px) {
    .shopping-cart-item-list .shopping-cart-item .title:after, .shopping-cart-item-list .shopping-cart-item .category:after {
      margin-left: 0.4rem;
      content: "/ ";
      color: #d20f2b; } }
  @media (max-width: 767px) {
    .shopping-cart-item-list .shopping-cart-item .category, .shopping-cart-item-list .shopping-cart-item .artno {
      margin-left: 0.4rem; } }
  .shopping-cart-item-list .shopping-cart-item .title {
    margin-bottom: 1rem; }
    .shopping-cart-item-list .shopping-cart-item .title .desc {
      font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
      .shopping-cart-item-list .shopping-cart-item .title .desc:after {
        margin-left: 0.4rem;
        content: "/ ";
        color: #d20f2b; }
    .shopping-cart-item-list .shopping-cart-item .title .code:after {
      margin-left: 0.4rem;
      content: "/ ";
      color: #d20f2b; }
    .shopping-cart-item-list .shopping-cart-item .title .display_color {
      color: #7c7c7c; }
  .shopping-cart-item-list .shopping-cart-item > .image {
    overflow: hidden;
    display: flex;
    justify-content: center; }
    .shopping-cart-item-list .shopping-cart-item > .image .summary {
      position: absolute;
      top: 1rem;
      right: 1rem;
      cursor: pointer;
      z-index: 1; }
    .shopping-cart-item-list .shopping-cart-item > .image img {
      width: auto;
      max-width: 20rem;
      height: 12rem; }
    .shopping-cart-item-list .shopping-cart-item > .image:after {
      content: " ";
      background-color: #000000;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0.03; }
.shopping-cart-item-list .property {
  display: inline;
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
.shopping-cart-item-list .summary {
  text-align: right; }
  .shopping-cart-item-list .summary.discounted .normal {
    color: #7c7c7c; }
.shopping-cart-item-list .dicountinfo {
  margin-right: 1rem; }
.shopping-cart-item-list .icon.icon-trash, .shopping-cart-item-list .SumoSelect > .CaptionCont > label > i.icon-trash, .shopping-cart-item-list .SumoSelect > .optWrapper > .options li.opt.opt.selected span i.icon-trash, .SumoSelect > .optWrapper > .options li.opt.opt.selected span .shopping-cart-item-list i.icon-trash, .shopping-cart-item-list .sm-expander .icon-trash.arrow_hint, .sm-expander .shopping-cart-item-list .icon-trash.arrow_hint, .shopping-cart-item-list .address-container .radio_button input ~ .icon-trash.input-field, .address-container .radio_button .shopping-cart-item-list input ~ .icon-trash.input-field, .shopping-cart-item-list .collapsibleItem .icon-trash.title, .collapsibleItem .shopping-cart-item-list .icon-trash.title, .shopping-cart-item-list .collapsibleItem .icon-trash.expander-title, .collapsibleItem .shopping-cart-item-list .icon-trash.expander-title, .shopping-cart-item-list body.account-order-history #content .icon-trash.value.payment, body.account-order-history #content .shopping-cart-item-list .icon-trash.value.payment, .shopping-cart-item-list body.account-order-history #content .icon-trash.value.send, body.account-order-history #content .shopping-cart-item-list .icon-trash.value.send, .shopping-cart-item-list body.account-order-history #content .icon-trash.value.partial_send, body.account-order-history #content .shopping-cart-item-list .icon-trash.value.partial_send, .shopping-cart-item-list body.account-order-history #content .icon-trash.value.commission, body.account-order-history #content .shopping-cart-item-list .icon-trash.value.commission, .shopping-cart-item-list body.account-order-history #content .icon-trash.value.done, body.account-order-history #content .shopping-cart-item-list .icon-trash.value.done, .shopping-cart-item-list body.account-retailer #content .icon-trash.value.payment, body.account-retailer #content .shopping-cart-item-list .icon-trash.value.payment, .shopping-cart-item-list body.dashboard-retailer #content .icon-trash.value.payment, body.dashboard-retailer #content .shopping-cart-item-list .icon-trash.value.payment, .shopping-cart-item-list body.account-downloads #content .icon-trash.value.payment, body.account-downloads #content .shopping-cart-item-list .icon-trash.value.payment, .shopping-cart-item-list body.account-retailer #content .icon-trash.value.send, body.account-retailer #content .shopping-cart-item-list .icon-trash.value.send, .shopping-cart-item-list body.dashboard-retailer #content .icon-trash.value.send, body.dashboard-retailer #content .shopping-cart-item-list .icon-trash.value.send, .shopping-cart-item-list body.account-downloads #content .icon-trash.value.send, body.account-downloads #content .shopping-cart-item-list .icon-trash.value.send, .shopping-cart-item-list body.account-retailer #content .icon-trash.value.partial_send, body.account-retailer #content .shopping-cart-item-list .icon-trash.value.partial_send, .shopping-cart-item-list body.dashboard-retailer #content .icon-trash.value.partial_send, body.dashboard-retailer #content .shopping-cart-item-list .icon-trash.value.partial_send, .shopping-cart-item-list body.account-downloads #content .icon-trash.value.partial_send, body.account-downloads #content .shopping-cart-item-list .icon-trash.value.partial_send, .shopping-cart-item-list body.account-retailer #content .icon-trash.value.commission, body.account-retailer #content .shopping-cart-item-list .icon-trash.value.commission, .shopping-cart-item-list body.dashboard-retailer #content .icon-trash.value.commission, body.dashboard-retailer #content .shopping-cart-item-list .icon-trash.value.commission, .shopping-cart-item-list body.account-downloads #content .icon-trash.value.commission, body.account-downloads #content .shopping-cart-item-list .icon-trash.value.commission, .shopping-cart-item-list body.account-retailer #content .icon-trash.value.done, body.account-retailer #content .shopping-cart-item-list .icon-trash.value.done, .shopping-cart-item-list body.dashboard-retailer #content .icon-trash.value.done, body.dashboard-retailer #content .shopping-cart-item-list .icon-trash.value.done, .shopping-cart-item-list body.account-downloads #content .icon-trash.value.done, body.account-downloads #content .shopping-cart-item-list .icon-trash.value.done {
  border: 1px solid #4c4c4c;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  font-size: 2rem;
  color: #4c4c4c;
  display: inline-block; }
.shopping-cart-item-list .price .normal {
  position: relative;
  float: right;
  line-height: 1.6rem; }
.shopping-cart-item-list .price .discount {
  float: right;
  position: relative; }
.shopping-cart-item-list .price-discounted {
  top: 9.1rem; }
.shopping-cart-item-list button.down, .shopping-cart-item-list button.up {
  width: 2rem;
  height: 2rem;
  padding: 0.1rem; }
  .shopping-cart-item-list button.down ~ .value, .shopping-cart-item-list button.up ~ .value {
    padding: 0 1rem; }
.shopping-cart-item-list.overview .attribute {
  font-size: 1.4rem; }
.shopping-cart-item-list.overview .property {
  display: inline-block; }
  .shopping-cart-item-list.overview .property ~ .value {
    margin-left: 0.4rem; }

.total-detailed {
  border-top: 2px solid #d20f2b;
  padding-top: 1rem; }
  .total-detailed > .row {
    line-height: 2.4rem; }
  .total-detailed .total {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
    .total-detailed .total .property {
      color: #d20f2b; }

.total-normal {
  border-top: 2px solid #d20f2b;
  padding-top: 1rem; }
  .total-normal .total .property .sum {
    color: #d20f2b;
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
  .total-normal .total .property .hint {
    font-size: 1.2rem;
    margin-top: 1rem; }
  .total-normal .total .value {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
  .total-normal .delivery_hint {
    font-size: 1.2rem;
    margin-top: 1rem; }

.order_hint h4 {
  font-size: 1.4rem;
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
  text-transform: none;
  margin-bottom: 0; }
.order_hint p {
  font-size: 1.4rem; }

#checkout-process-navigation {
  border-bottom: 1px solid #e2e2e2; }

.border-bottom {
  border-bottom: 1px solid red; }

.item-thumbnail {
  display: flex;
  justify-content: center; }
  .item-thumbnail img {
    width: auto;
    max-width: 12rem;
    height: 8rem; }

.item-description {
  line-height: 2rem; }

.shopping-adtn-cart-add {
  font-size: 12px;
  text-decoration: underline; }

body.pdf .logo img {
  width: 250px;
  display: flex;
  flex-shrink: 0;
  height: 9rem; }

.slick-dots {
  bottom: 2rem; }
  .slick-dots li {
    background-color: transparent;
    border: 1px solid #4c4c4c;
    width: 1rem;
    height: 1rem;
    opacity: 0.6;
    display: inline-block; }
    .slick-dots li button {
      display: none; }
    .slick-dots li.slick-active {
      background-color: #4c4c4c; }
  .slick-dots li:only-child {
    display: none; }
  @media (max-width: 767px) {
    .slick-dots {
      display: block;
      position: relative;
      bottom: auto;
      top: 1rem; } }

#cookieInformation {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background-color: #f2f2f2;
  padding: 4rem 0;
  line-height: 1.5;
  display: none; }
  #cookieInformation a {
    color: #d20f2b; }
  #cookieInformation p {
    margin-bottom: 2rem; }
    #cookieInformation p:last-child {
      margin-bottom: 0; }

.moreButton {
  text-align: center;
  width: calc(100% - 2rem);
  color: #d20f2b;
  text-transform: uppercase;
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
  padding: 1rem;
  display: block;
  position: relative;
  z-index: 3;
  margin-bottom: 4rem; }
  .moreButton:before {
    content: "";
    display: block;
    height: 1px;
    background: #d20f2b;
    width: 100%;
    position: absolute;
    top: 1.8rem;
    z-index: -2; }
  .moreButton .content {
    background: #ffffff;
    padding: 0 3rem 0 7rem;
    position: relative; }
    .moreButton .content:before {
      font-family: iconfont;
      content: "";
      font-size: 3rem;
      position: absolute;
      top: -0.5rem;
      left: 3rem; }
  .moreButton:hover, .moreButton:active, .moreButton:focus {
    color: #730818; }
    .moreButton:hover:before, .moreButton:active:before, .moreButton:focus:before {
      background: #730818; }

#navigation .shoppingCart {
  position: relative; }
  #navigation .shoppingCart ul {
    *zoom: 1;
    height: 50vh;
    max-height: 350px;
    padding: 0 2rem;
    overflow: auto; }
    #navigation .shoppingCart ul:after {
      content: "";
      display: table;
      clear: both; }
  #navigation .shoppingCart .icon, #navigation .shoppingCart .SumoSelect > .CaptionCont > label > i, #navigation .shoppingCart .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #navigation .shoppingCart i, #navigation .shoppingCart .sm-expander .arrow_hint, .sm-expander #navigation .shoppingCart .arrow_hint, #navigation .shoppingCart .address-container .radio_button input ~ .input-field, .address-container .radio_button #navigation .shoppingCart input ~ .input-field, #navigation .shoppingCart .collapsibleItem .title, .collapsibleItem #navigation .shoppingCart .title, #navigation .shoppingCart .collapsibleItem .expander-title, .collapsibleItem #navigation .shoppingCart .expander-title, #navigation .shoppingCart body.account-order-history #content .value.payment, body.account-order-history #content #navigation .shoppingCart .value.payment, #navigation .shoppingCart body.account-order-history #content .value.send, body.account-order-history #content #navigation .shoppingCart .value.send, #navigation .shoppingCart body.account-order-history #content .value.partial_send, body.account-order-history #content #navigation .shoppingCart .value.partial_send, #navigation .shoppingCart body.account-order-history #content .value.commission, body.account-order-history #content #navigation .shoppingCart .value.commission, #navigation .shoppingCart body.account-order-history #content .value.done, body.account-order-history #content #navigation .shoppingCart .value.done, #navigation .shoppingCart body.account-retailer #content .value.payment, body.account-retailer #content #navigation .shoppingCart .value.payment, #navigation .shoppingCart body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content #navigation .shoppingCart .value.payment, #navigation .shoppingCart body.account-downloads #content .value.payment, body.account-downloads #content #navigation .shoppingCart .value.payment, #navigation .shoppingCart body.account-retailer #content .value.send, body.account-retailer #content #navigation .shoppingCart .value.send, #navigation .shoppingCart body.dashboard-retailer #content .value.send, body.dashboard-retailer #content #navigation .shoppingCart .value.send, #navigation .shoppingCart body.account-downloads #content .value.send, body.account-downloads #content #navigation .shoppingCart .value.send, #navigation .shoppingCart body.account-retailer #content .value.partial_send, body.account-retailer #content #navigation .shoppingCart .value.partial_send, #navigation .shoppingCart body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content #navigation .shoppingCart .value.partial_send, #navigation .shoppingCart body.account-downloads #content .value.partial_send, body.account-downloads #content #navigation .shoppingCart .value.partial_send, #navigation .shoppingCart body.account-retailer #content .value.commission, body.account-retailer #content #navigation .shoppingCart .value.commission, #navigation .shoppingCart body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content #navigation .shoppingCart .value.commission, #navigation .shoppingCart body.account-downloads #content .value.commission, body.account-downloads #content #navigation .shoppingCart .value.commission, #navigation .shoppingCart body.account-retailer #content .value.done, body.account-retailer #content #navigation .shoppingCart .value.done, #navigation .shoppingCart body.dashboard-retailer #content .value.done, body.dashboard-retailer #content #navigation .shoppingCart .value.done, #navigation .shoppingCart body.account-downloads #content .value.done, body.account-downloads #content #navigation .shoppingCart .value.done {
    font-size: 2.5rem; }
    #navigation .shoppingCart .icon.icon-merkzettel, #navigation .shoppingCart .SumoSelect > .CaptionCont > label > i.icon-merkzettel, #navigation .shoppingCart .SumoSelect > .optWrapper > .options li.opt.opt.selected span i.icon-merkzettel, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #navigation .shoppingCart i.icon-merkzettel, #navigation .shoppingCart .sm-expander .icon-merkzettel.arrow_hint, .sm-expander #navigation .shoppingCart .icon-merkzettel.arrow_hint, #navigation .shoppingCart .address-container .radio_button input ~ .icon-merkzettel.input-field, .address-container .radio_button #navigation .shoppingCart input ~ .icon-merkzettel.input-field, #navigation .shoppingCart .collapsibleItem .icon-merkzettel.title, .collapsibleItem #navigation .shoppingCart .icon-merkzettel.title, #navigation .shoppingCart .collapsibleItem .icon-merkzettel.expander-title, .collapsibleItem #navigation .shoppingCart .icon-merkzettel.expander-title, #navigation .shoppingCart body.account-order-history #content .icon-merkzettel.value.payment, body.account-order-history #content #navigation .shoppingCart .icon-merkzettel.value.payment, #navigation .shoppingCart body.account-order-history #content .icon-merkzettel.value.send, body.account-order-history #content #navigation .shoppingCart .icon-merkzettel.value.send, #navigation .shoppingCart body.account-order-history #content .icon-merkzettel.value.partial_send, body.account-order-history #content #navigation .shoppingCart .icon-merkzettel.value.partial_send, #navigation .shoppingCart body.account-order-history #content .icon-merkzettel.value.commission, body.account-order-history #content #navigation .shoppingCart .icon-merkzettel.value.commission, #navigation .shoppingCart body.account-order-history #content .icon-merkzettel.value.done, body.account-order-history #content #navigation .shoppingCart .icon-merkzettel.value.done, #navigation .shoppingCart body.account-retailer #content .icon-merkzettel.value.payment, body.account-retailer #content #navigation .shoppingCart .icon-merkzettel.value.payment, #navigation .shoppingCart body.dashboard-retailer #content .icon-merkzettel.value.payment, body.dashboard-retailer #content #navigation .shoppingCart .icon-merkzettel.value.payment, #navigation .shoppingCart body.account-downloads #content .icon-merkzettel.value.payment, body.account-downloads #content #navigation .shoppingCart .icon-merkzettel.value.payment, #navigation .shoppingCart body.account-retailer #content .icon-merkzettel.value.send, body.account-retailer #content #navigation .shoppingCart .icon-merkzettel.value.send, #navigation .shoppingCart body.dashboard-retailer #content .icon-merkzettel.value.send, body.dashboard-retailer #content #navigation .shoppingCart .icon-merkzettel.value.send, #navigation .shoppingCart body.account-downloads #content .icon-merkzettel.value.send, body.account-downloads #content #navigation .shoppingCart .icon-merkzettel.value.send, #navigation .shoppingCart body.account-retailer #content .icon-merkzettel.value.partial_send, body.account-retailer #content #navigation .shoppingCart .icon-merkzettel.value.partial_send, #navigation .shoppingCart body.dashboard-retailer #content .icon-merkzettel.value.partial_send, body.dashboard-retailer #content #navigation .shoppingCart .icon-merkzettel.value.partial_send, #navigation .shoppingCart body.account-downloads #content .icon-merkzettel.value.partial_send, body.account-downloads #content #navigation .shoppingCart .icon-merkzettel.value.partial_send, #navigation .shoppingCart body.account-retailer #content .icon-merkzettel.value.commission, body.account-retailer #content #navigation .shoppingCart .icon-merkzettel.value.commission, #navigation .shoppingCart body.dashboard-retailer #content .icon-merkzettel.value.commission, body.dashboard-retailer #content #navigation .shoppingCart .icon-merkzettel.value.commission, #navigation .shoppingCart body.account-downloads #content .icon-merkzettel.value.commission, body.account-downloads #content #navigation .shoppingCart .icon-merkzettel.value.commission, #navigation .shoppingCart body.account-retailer #content .icon-merkzettel.value.done, body.account-retailer #content #navigation .shoppingCart .icon-merkzettel.value.done, #navigation .shoppingCart body.dashboard-retailer #content .icon-merkzettel.value.done, body.dashboard-retailer #content #navigation .shoppingCart .icon-merkzettel.value.done, #navigation .shoppingCart body.account-downloads #content .icon-merkzettel.value.done, body.account-downloads #content #navigation .shoppingCart .icon-merkzettel.value.done {
      font-size: 2rem; }
  #navigation .shoppingCart .flyout {
    position: absolute;
    border: 1px solid #f2f2f2;
    background: #ffffff;
    width: 50rem;
    display: block;
    right: 0;
    z-index: 1000;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
    #navigation .shoppingCart .flyout .switchable_price {
      display: inline-block; }
    #navigation .shoppingCart .flyout .cart-empty-message {
      padding: 2rem; }
    #navigation .shoppingCart .flyout li {
      padding: 2rem 0;
      border-bottom: 1px solid #f2f2f2; }
      #navigation .shoppingCart .flyout li:last-child {
        border-bottom: none; }
    #navigation .shoppingCart .flyout .cart-sum.row {
      margin: 1rem 0 0;
      border-top: 1px solid #c9c9c9; }
    #navigation .shoppingCart .flyout .infos {
      padding-right: 0; }
    #navigation .shoppingCart .flyout .shopping-cart-item .image img {
      height: 8rem; }
    #navigation .shoppingCart .flyout .price .normal {
      margin-right: 1rem; }
    #navigation .shoppingCart .flyout .quantity .value {
      margin: 0; }
  #navigation .shoppingCart a.productlink {
    line-height: 1.6rem;
    color: #4c4c4c; }
  #navigation .shoppingCart .title {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    font-size: 1.6rem;
    margin-right: 1rem; }
  #navigation .shoppingCart .category {
    font-size: 1.4rem; }
  #navigation .shoppingCart .details {
    font-size: 1.4rem;
    margin: 1rem 0;
    line-height: 1.8rem; }
  #navigation .shoppingCart .property {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    margin-right: 0.5rem; }
  #navigation .shoppingCart .cart-sum .property {
    margin-right: 8.5rem; }
  #navigation .shoppingCart .quantity .value {
    margin: 0 1rem; }
  #navigation .shoppingCart button {
    width: 2.3rem; }
  #navigation .shoppingCart .subtotal {
    text-align: right;
    clear: both;
    padding: 2rem 0; }
    #navigation .shoppingCart .subtotal .value {
      margin-left: 0; }
      #navigation .shoppingCart .subtotal .value:before {
        left: -1rem; }
  #navigation .shoppingCart .cart-action {
    padding: 0 0 2rem; }
    #navigation .shoppingCart .cart-action a {
      opacity: 1;
      color: #ffffff; }
  #navigation .shoppingCart .button {
    text-align: right; }
    #navigation .shoppingCart .button a.cart-icon:before {
      content: "";
      font-family: iconfont;
      font-size: 2rem;
      position: relative;
      top: 0.3rem;
      margin-right: 1rem; }
  #navigation .shoppingCart .summary {
    margin-top: 1.5rem;
    *zoom: 1; }
    #navigation .shoppingCart .summary:after {
      content: "";
      display: table;
      clear: both; }
    #navigation .shoppingCart .summary .delete {
      color: #4c4c4c;
      float: left; }
      #navigation .shoppingCart .summary .delete .icon, #navigation .shoppingCart .summary .delete .SumoSelect > .CaptionCont > label > i, #navigation .shoppingCart .summary .delete .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #navigation .shoppingCart .summary .delete i, #navigation .shoppingCart .summary .delete .sm-expander .arrow_hint, .sm-expander #navigation .shoppingCart .summary .delete .arrow_hint, #navigation .shoppingCart .summary .delete .address-container .radio_button input ~ .input-field, .address-container .radio_button #navigation .shoppingCart .summary .delete input ~ .input-field, #navigation .shoppingCart .summary .delete .collapsibleItem .title, .collapsibleItem #navigation .shoppingCart .summary .delete .title, #navigation .shoppingCart .summary .delete .collapsibleItem .expander-title, .collapsibleItem #navigation .shoppingCart .summary .delete .expander-title, #navigation .shoppingCart .summary .delete body.account-order-history #content .value.payment, body.account-order-history #content #navigation .shoppingCart .summary .delete .value.payment, #navigation .shoppingCart .summary .delete body.account-order-history #content .value.send, body.account-order-history #content #navigation .shoppingCart .summary .delete .value.send, #navigation .shoppingCart .summary .delete body.account-order-history #content .value.partial_send, body.account-order-history #content #navigation .shoppingCart .summary .delete .value.partial_send, #navigation .shoppingCart .summary .delete body.account-order-history #content .value.commission, body.account-order-history #content #navigation .shoppingCart .summary .delete .value.commission, #navigation .shoppingCart .summary .delete body.account-order-history #content .value.done, body.account-order-history #content #navigation .shoppingCart .summary .delete .value.done, #navigation .shoppingCart .summary .delete body.account-retailer #content .value.payment, body.account-retailer #content #navigation .shoppingCart .summary .delete .value.payment, #navigation .shoppingCart .summary .delete body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content #navigation .shoppingCart .summary .delete .value.payment, #navigation .shoppingCart .summary .delete body.account-downloads #content .value.payment, body.account-downloads #content #navigation .shoppingCart .summary .delete .value.payment, #navigation .shoppingCart .summary .delete body.account-retailer #content .value.send, body.account-retailer #content #navigation .shoppingCart .summary .delete .value.send, #navigation .shoppingCart .summary .delete body.dashboard-retailer #content .value.send, body.dashboard-retailer #content #navigation .shoppingCart .summary .delete .value.send, #navigation .shoppingCart .summary .delete body.account-downloads #content .value.send, body.account-downloads #content #navigation .shoppingCart .summary .delete .value.send, #navigation .shoppingCart .summary .delete body.account-retailer #content .value.partial_send, body.account-retailer #content #navigation .shoppingCart .summary .delete .value.partial_send, #navigation .shoppingCart .summary .delete body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content #navigation .shoppingCart .summary .delete .value.partial_send, #navigation .shoppingCart .summary .delete body.account-downloads #content .value.partial_send, body.account-downloads #content #navigation .shoppingCart .summary .delete .value.partial_send, #navigation .shoppingCart .summary .delete body.account-retailer #content .value.commission, body.account-retailer #content #navigation .shoppingCart .summary .delete .value.commission, #navigation .shoppingCart .summary .delete body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content #navigation .shoppingCart .summary .delete .value.commission, #navigation .shoppingCart .summary .delete body.account-downloads #content .value.commission, body.account-downloads #content #navigation .shoppingCart .summary .delete .value.commission, #navigation .shoppingCart .summary .delete body.account-retailer #content .value.done, body.account-retailer #content #navigation .shoppingCart .summary .delete .value.done, #navigation .shoppingCart .summary .delete body.dashboard-retailer #content .value.done, body.dashboard-retailer #content #navigation .shoppingCart .summary .delete .value.done, #navigation .shoppingCart .summary .delete body.account-downloads #content .value.done, body.account-downloads #content #navigation .shoppingCart .summary .delete .value.done {
        font-size: 2rem; }
    #navigation .shoppingCart .summary .price {
      float: right;
      position: relative;
      margin-top: 0.3rem; }
      #navigation .shoppingCart .summary .price:before {
        left: -1rem; }

.timeline {
  border-left: 1px solid #4c4c4c;
  height: 100%;
  width: 100%; }
  .timeline li {
    *zoom: 1;
    position: relative;
    padding: 2rem 0rem 0rem 2rem; }
    .timeline li:after {
      content: "";
      display: table;
      clear: both; }
    .timeline li:before {
      width: 10px;
      height: 10px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      content: "";
      display: block;
      background: #d20f2b;
      border: 2px solid #ffffff;
      position: absolute;
      left: -5px;
      top: 2.3rem; }
  .timeline .date {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    display: block;
    margin-bottom: 0.6rem; }
    .timeline .date:after {
      padding-left: 0.3rem;
      content: "/";
      color: #d20f2b; }
  .timeline .content {
    line-height: 2.6rem; }

.hidden_content {
  display: none; }

.productDetails {
  margin-top: 0;
  margin-bottom: 3rem; }
  .productDetails .title {
    min-width: 12rem;
    display: inline-block;
    word-break: break-all; }
  .productDetails li {
    line-height: 3rem; }
    .productDetails li .title:before {
      float: left;
      content: "/ ";
      color: #d20f2b;
      margin-right: 0.3rem; }
    .productDetails li .discounted_price {
      float: left;
      color: #d20f2b; }
    .productDetails li .regular_price_old {
      text-decoration: line-through; }
      .productDetails li .regular_price_old:before {
        float: left;
        content: "/ ";
        color: #d20f2b;
        margin-right: 0.3rem;
        margin-left: 0.3rem; }

#imageGallery {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 3rem; }
  #imageGallery .title {
    font-family: "URWFranklinGothicW10-Bo_929350", "URWFranklinGothicW01-Bo_927744", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif; }
    #imageGallery .title:before {
      content: "/ ";
      color: #d20f2b;
      margin-left: 1rem; }
  #imageGallery .container_previews {
    position: absolute;
    top: 7rem;
    bottom: 3rem;
    width: 20rem;
    border: 1px solid #ccc;
    overflow: hidden; }
    @media (max-width: 767px) {
      #imageGallery .container_previews {
        height: 20rem;
        bottom: 3rem;
        right: 3rem;
        left: 3rem;
        top: auto;
        width: auto; } }
  #imageGallery .container_detail {
    position: absolute;
    top: 7rem;
    left: 24rem;
    bottom: 3rem;
    right: 3rem;
    border: 1px solid #ccc;
    overflow: hidden; }
    @media (max-width: 767px) {
      #imageGallery .container_detail {
        left: 3rem;
        bottom: 24rem; } }
  #imageGallery .full-size-container {
    height: 100%;
    width: 100%; }

.seriesTeaserRow {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .seriesTeaserRow .clearfix {
      display: none; } }
  .seriesTeaserRow .clearfix a.textlink {
    float: right; }
  .seriesTeaserRow .image > a {
    display: block;
    line-height: 0; }

.seriesTeaser {
  position: relative; }
  @media (max-width: 767px) {
    .seriesTeaser {
      background-color: #f5f5f5; } }
  @media (min-width: 768px) {
    .seriesTeaser.overview .image img {
      left: auto;
      -moz-transform: translate3D(0, -50%, 0);
      -ms-transform: translate3D(0, -50%, 0);
      -webkit-transform: translate3D(0, -50%, 0);
      transform: translate3D(0, -50%, 0); } }
  @media (min-width: 768px) {
    .seriesTeaser.overview .content {
      width: 50rem; } }
  .seriesTeaser .content {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
    top: 50%;
    padding: 2rem;
    max-width: 60%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .seriesTeaser .content {
        position: static;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        max-width: 100%; } }
    .seriesTeaser .content p {
      margin-bottom: 1rem !important; }

.productList {
  max-width: 1050px;
  margin: 0 auto; }
  .productList li.series_ov_row:nth-child(odd) {
    padding-left: 0; }
  .productList li.series_ov_row:nth-child(even) {
    padding-right: 0; }
  @media (max-width: 991px) {
    .productList li.series_ov_row:nth-child(odd),
    .productList li.series_ov_row:nth-child(even) {
      padding: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .productList li.series_ov_row {
      width: 100%; } }
  .productList .newSeriesTeaser .image {
    height: 30rem; }
    @media (max-width: 767px) {
      .productList .newSeriesTeaser .image {
        height: 22.5rem; } }
    .productList .newSeriesTeaser .image img {
      object-fit: cover;
      object-position: center;
      transform: none;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .productList .newSeriesTeaser .content {
    margin-bottom: 0;
    background-color: transparent;
    left: 0;
    bottom: 0;
    top: auto;
    transform: none; }
    .productList .newSeriesTeaser .content h3 {
      display: inline-block; }
      .productList .newSeriesTeaser .content h3:after {
        content: " /";
        margin-right: 0.5rem;
        color: #d20f2b; }
    .productList .newSeriesTeaser .content p.description {
      display: inline-block;
      margin-bottom: 0 !important; }
    @media (max-width: 767px) {
      .productList .newSeriesTeaser .content {
        position: absolute; } }

#checkout-progress {
  padding-bottom: 30px; }
  #checkout-progress li {
    text-align: center;
    padding: 0; }
    #checkout-progress li a {
      color: #d20f2b;
      height: 10rem;
      display: block; }
      #checkout-progress li a:after, #checkout-progress li a:before {
        border-color: #d20f2b; }
      #checkout-progress li a .inner-icon {
        position: relative;
        top: 4.8rem; }
    #checkout-progress li.active a:before {
      background-color: #d20f2b; }
    #checkout-progress li span:after, #checkout-progress li span:before {
      border-color: #4c4c4c; }
    #checkout-progress li a:after,
    #checkout-progress li span:after {
      display: block;
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      top: 20px;
      left: 0;
      z-index: 0;
      background-color: #ffffff;
      border-top-width: 1px;
      border-top-style: solid; }
    #checkout-progress li a:before,
    #checkout-progress li span:before {
      position: relative;
      z-index: 1;
      display: block;
      padding: 0.9rem;
      margin: 0 auto;
      margin-bottom: 10px;
      border-radius: 100%;
      border-width: 1px;
      border-style: solid;
      background-color: #ffffff; }
    #checkout-progress li.active a {
      color: #d20f2b; }
      #checkout-progress li.active a:before {
        color: #ffffff; }
    #checkout-progress li .icon:before, #checkout-progress li .SumoSelect > .CaptionCont > label > i:before, #checkout-progress .SumoSelect > .optWrapper > .options li.opt.opt.selected span i:before, .SumoSelect > .optWrapper > .options #checkout-progress li.opt.opt.selected span i:before, #checkout-progress li .sm-expander .arrow_hint:before, .sm-expander #checkout-progress li .arrow_hint:before, #checkout-progress li .address-container .radio_button input ~ .input-field:before, .address-container .radio_button #checkout-progress li input ~ .input-field:before, #checkout-progress li .collapsibleItem .title:before, .collapsibleItem #checkout-progress li .title:before, #checkout-progress li .collapsibleItem .expander-title:before, .collapsibleItem #checkout-progress li .expander-title:before, #checkout-progress li body.account-order-history #content .value.payment:before, body.account-order-history #content #checkout-progress li .value.payment:before, #checkout-progress li body.account-order-history #content .value.send:before, body.account-order-history #content #checkout-progress li .value.send:before, #checkout-progress li body.account-order-history #content .value.partial_send:before, body.account-order-history #content #checkout-progress li .value.partial_send:before, #checkout-progress li body.account-order-history #content .value.commission:before, body.account-order-history #content #checkout-progress li .value.commission:before, #checkout-progress li body.account-order-history #content .value.done:before, body.account-order-history #content #checkout-progress li .value.done:before, #checkout-progress body[class^="product-"] .file-downloads li a:before, body[class^="product-"] .file-downloads #checkout-progress li a:before, #checkout-progress li body[class^="product-"] .hidden-information .trigger:after, body[class^="product-"] .hidden-information #checkout-progress li .trigger:after, #checkout-progress li body.account-retailer #content .value.payment:before, body.account-retailer #content #checkout-progress li .value.payment:before, #checkout-progress li body.dashboard-retailer #content .value.payment:before, body.dashboard-retailer #content #checkout-progress li .value.payment:before, #checkout-progress li body.account-downloads #content .value.payment:before, body.account-downloads #content #checkout-progress li .value.payment:before, #checkout-progress li body.account-retailer #content .value.send:before, body.account-retailer #content #checkout-progress li .value.send:before, #checkout-progress li body.dashboard-retailer #content .value.send:before, body.dashboard-retailer #content #checkout-progress li .value.send:before, #checkout-progress li body.account-downloads #content .value.send:before, body.account-downloads #content #checkout-progress li .value.send:before, #checkout-progress li body.account-retailer #content .value.partial_send:before, body.account-retailer #content #checkout-progress li .value.partial_send:before, #checkout-progress li body.dashboard-retailer #content .value.partial_send:before, body.dashboard-retailer #content #checkout-progress li .value.partial_send:before, #checkout-progress li body.account-downloads #content .value.partial_send:before, body.account-downloads #content #checkout-progress li .value.partial_send:before, #checkout-progress li body.account-retailer #content .value.commission:before, body.account-retailer #content #checkout-progress li .value.commission:before, #checkout-progress li body.dashboard-retailer #content .value.commission:before, body.dashboard-retailer #content #checkout-progress li .value.commission:before, #checkout-progress li body.account-downloads #content .value.commission:before, body.account-downloads #content #checkout-progress li .value.commission:before, #checkout-progress li body.account-retailer #content .value.done:before, body.account-retailer #content #checkout-progress li .value.done:before, #checkout-progress li body.dashboard-retailer #content .value.done:before, body.dashboard-retailer #content #checkout-progress li .value.done:before, #checkout-progress li body.account-downloads #content .value.done:before, body.account-downloads #content #checkout-progress li .value.done:before {
      position: absolute;
      z-index: 100;
      color: #4c4c4c;
      font-size: 2rem;
      left: 50%;
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
    #checkout-progress li.done .icon:before, #checkout-progress li.done .SumoSelect > .CaptionCont > label > i:before, #checkout-progress li.done .SumoSelect > .optWrapper > .options li.opt.opt.selected span i:before, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #checkout-progress li.done i:before, #checkout-progress li.done .sm-expander .arrow_hint:before, .sm-expander #checkout-progress li.done .arrow_hint:before, #checkout-progress li.done .address-container .radio_button input ~ .input-field:before, .address-container .radio_button #checkout-progress li.done input ~ .input-field:before, #checkout-progress li.done .collapsibleItem .title:before, .collapsibleItem #checkout-progress li.done .title:before, #checkout-progress li.done .collapsibleItem .expander-title:before, .collapsibleItem #checkout-progress li.done .expander-title:before, #checkout-progress li.done body.account-order-history #content .value.payment:before, body.account-order-history #content #checkout-progress li.done .value.payment:before, #checkout-progress li.done body.account-order-history #content .value.send:before, body.account-order-history #content #checkout-progress li.done .value.send:before, #checkout-progress li.done body.account-order-history #content .value.partial_send:before, body.account-order-history #content #checkout-progress li.done .value.partial_send:before, #checkout-progress li.done body.account-order-history #content .value.commission:before, body.account-order-history #content #checkout-progress li.done .value.commission:before, #checkout-progress li.done body.account-order-history #content .value.done:before, body.account-order-history #content #checkout-progress li.done .value.done:before, #checkout-progress body[class^="product-"] .file-downloads li.done a:before, body[class^="product-"] .file-downloads #checkout-progress li.done a:before, #checkout-progress li.done body[class^="product-"] .hidden-information .trigger:after, body[class^="product-"] .hidden-information #checkout-progress li.done .trigger:after, #checkout-progress li.done body.account-retailer #content .value.payment:before, body.account-retailer #content #checkout-progress li.done .value.payment:before, #checkout-progress li.done body.dashboard-retailer #content .value.payment:before, body.dashboard-retailer #content #checkout-progress li.done .value.payment:before, #checkout-progress li.done body.account-downloads #content .value.payment:before, body.account-downloads #content #checkout-progress li.done .value.payment:before, #checkout-progress li.done body.account-retailer #content .value.send:before, body.account-retailer #content #checkout-progress li.done .value.send:before, #checkout-progress li.done body.dashboard-retailer #content .value.send:before, body.dashboard-retailer #content #checkout-progress li.done .value.send:before, #checkout-progress li.done body.account-downloads #content .value.send:before, body.account-downloads #content #checkout-progress li.done .value.send:before, #checkout-progress li.done body.account-retailer #content .value.partial_send:before, body.account-retailer #content #checkout-progress li.done .value.partial_send:before, #checkout-progress li.done body.dashboard-retailer #content .value.partial_send:before, body.dashboard-retailer #content #checkout-progress li.done .value.partial_send:before, #checkout-progress li.done body.account-downloads #content .value.partial_send:before, body.account-downloads #content #checkout-progress li.done .value.partial_send:before, #checkout-progress li.done body.account-retailer #content .value.commission:before, body.account-retailer #content #checkout-progress li.done .value.commission:before, #checkout-progress li.done body.dashboard-retailer #content .value.commission:before, body.dashboard-retailer #content #checkout-progress li.done .value.commission:before, #checkout-progress li.done body.account-downloads #content .value.commission:before, body.account-downloads #content #checkout-progress li.done .value.commission:before, #checkout-progress li.done body.account-retailer #content .value.done:before, body.account-retailer #content #checkout-progress li.done .value.done:before, #checkout-progress li.done body.dashboard-retailer #content .value.done:before, body.dashboard-retailer #content #checkout-progress li.done .value.done:before, #checkout-progress li.done body.account-downloads #content .value.done:before, body.account-downloads #content #checkout-progress li.done .value.done:before {
      color: #d20f2b; }

#navigation ul.options li.opt {
  float: none; }

.SumoSelect {
  width: 100%; }
  .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-color: #a5a5a5; }
  .SumoSelect.open > .CaptionCont > label > i {
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -webkit-transform: scale(-1);
    transform: scale(-1); }
  .SumoSelect .options .disabled {
    display: none; }
  .SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    margin: 0;
    height: 3.4rem;
    padding: 0.5em;
    text-transform: uppercase;
    width: 100% !important; }
    .SumoSelect > .CaptionCont > label > i {
      background-image: none;
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -moz-transition: -moz-transform 250ms ease-in-out;
      -o-transition: -o-transform 250ms ease-in-out;
      -webkit-transition: -webkit-transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out; }
    .SumoSelect > .CaptionCont > span.placeholder {
      font-style: normal;
      color: #4c4c4c; }
  .SumoSelect > .optWrapper, .SumoSelect > .optWrapper.multiple {
    border-color: #cccccc; }
    .SumoSelect > .optWrapper.open, .SumoSelect > .optWrapper.multiple.open {
      top: 33px; }
    .SumoSelect > .optWrapper > .options, .SumoSelect > .optWrapper.multiple > .options {
      max-height: 50vh; }
      .SumoSelect > .optWrapper > .options li.group, .SumoSelect > .optWrapper.multiple > .options li.group {
        border: none;
        padding-left: 0.5em;
        padding-right: 0; }
        .SumoSelect > .optWrapper > .options li.group > label, .SumoSelect > .optWrapper.multiple > .options li.group > label {
          color: #7c7c7c;
          padding-bottom: 1rem;
          text-transform: uppercase; }
        .SumoSelect > .optWrapper > .options li.group:hover, .SumoSelect > .optWrapper.multiple > .options li.group:hover {
          background-color: inherit; }
      .SumoSelect > .optWrapper > .options li.opt, .SumoSelect > .optWrapper.multiple > .options li.opt {
        padding: 0.5em 3.5rem 0.5em 0;
        border-bottom: 1px solid #f2f2f2;
        font-family: "URWFranklinGothicW10-Bo_929350", "URWFranklinGothicW01-Bo_927744", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
        font-weight: normal; }
        .SumoSelect > .optWrapper > .options li.opt:first-child, .SumoSelect > .optWrapper.multiple > .options li.opt:first-child {
          border-top: 1px solid #f2f2f2; }
        .SumoSelect > .optWrapper > .options li.opt:hover, .SumoSelect > .optWrapper.multiple > .options li.opt:hover {
          background-color: #E4E4E4; }
        .SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .optWrapper.multiple > .options li.opt label {
          padding: 0 1rem; }
        .SumoSelect > .optWrapper > .options li.opt span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
          right: 0;
          background: #e5e5e5; }
          .SumoSelect > .optWrapper > .options li.opt span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
            background: transparent;
            -moz-box-shadow: 0 0 0;
            -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
            border: 0; }
        .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper.multiple > .options li.opt.opt.selected span i {
          background: transparent;
          color: #d20f2b; }

.accountInfoBox {
  background: #f6f6f6;
  padding: 2.5rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  line-height: 2.6rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }
  .accountInfoBox .accountInfo {
    margin-top: 2rem; }
    .accountInfoBox .accountInfo:first-child {
      margin-top: 0; }
  .accountInfoBox .edit {
    position: absolute;
    outline: 0;
    top: 2.5rem;
    right: 2.5rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fbfbfb;
    border: 1px solid #909090;
    height: 4.5rem;
    width: 4.5rem;
    cursor: pointer; }
    .accountInfoBox .edit:before {
      font-size: 3rem;
      left: 0.7rem;
      top: 0.7rem;
      position: absolute;
      color: #909090; }

button.lines-button {
  background: transparent;
  position: relative;
  top: 0;
  right: 0;
  outline: 0;
  height: 27px;
  padding: 0;
  float: right;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
  border: 0;
  ouline: 0;
  opacity: 1 !important;
  top: -4px;
  margin-left: 10px;
  /* */ }
  button.lines-button:hover {
    opacity: 1; }
  button.lines-button:active {
    transition: 0; }

.lines {
  display: inline-block;
  width: 27px;
  height: 2px;
  background: #4c4c4c;
  border-radius: 0;
  transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 27px;
    height: 2px;
    background: #4c4c4c;
    border-radius: 0;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 1.92857143px center;
    transform-origin: 1.92857143px center; }
  .lines:before {
    top: 6.75px; }
  .lines:after {
    top: -7.10526316px; }

.lines-button:hover .lines:before, li:hover .lines-button .lines:before {
  top: 8.30769231px; }
.lines-button:hover .lines:after, li:hover .lines-button .lines:after {
  top: -8.30769231px; }

.lines-button.close, body.menuOpen .lines-button {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  top: -2px; }

.lines-button.x.close .lines, body.menuOpen .lines-button.x .lines {
  background: transparent; }
  .lines-button.x.close .lines:before, .lines-button.x.close .lines:after, body.menuOpen .lines-button.x .lines:before, body.menuOpen .lines-button.x .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 27px; }
  .lines-button.x.close .lines:before, body.menuOpen .lines-button.x .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    background: #4c4c4c; }
  .lines-button.x.close .lines:after, body.menuOpen .lines-button.x .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background: #4c4c4c; }

.google-map {
  height: 400px;
  margin-bottom: 2.6rem;
  background: #f2f2f2; }

#backToTop {
  width: 4rem;
  height: 4rem;
  background: #f2f2f2;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  color: #4c4c4c;
  text-align: center;
  cursor: pointer;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms; }
  #backToTop:hover {
    background: #d9d9d9; }
  #backToTop .icon, #backToTop .SumoSelect > .CaptionCont > label > i, #backToTop .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span #backToTop i, #backToTop .sm-expander .arrow_hint, .sm-expander #backToTop .arrow_hint, #backToTop .address-container .radio_button input ~ .input-field, .address-container .radio_button #backToTop input ~ .input-field, #backToTop .collapsibleItem .title, .collapsibleItem #backToTop .title, #backToTop .collapsibleItem .expander-title, .collapsibleItem #backToTop .expander-title, #backToTop body.account-order-history #content .value.payment, body.account-order-history #content #backToTop .value.payment, #backToTop body.account-order-history #content .value.send, body.account-order-history #content #backToTop .value.send, #backToTop body.account-order-history #content .value.partial_send, body.account-order-history #content #backToTop .value.partial_send, #backToTop body.account-order-history #content .value.commission, body.account-order-history #content #backToTop .value.commission, #backToTop body.account-order-history #content .value.done, body.account-order-history #content #backToTop .value.done, #backToTop body.account-retailer #content .value.payment, body.account-retailer #content #backToTop .value.payment, #backToTop body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content #backToTop .value.payment, #backToTop body.account-downloads #content .value.payment, body.account-downloads #content #backToTop .value.payment, #backToTop body.account-retailer #content .value.send, body.account-retailer #content #backToTop .value.send, #backToTop body.dashboard-retailer #content .value.send, body.dashboard-retailer #content #backToTop .value.send, #backToTop body.account-downloads #content .value.send, body.account-downloads #content #backToTop .value.send, #backToTop body.account-retailer #content .value.partial_send, body.account-retailer #content #backToTop .value.partial_send, #backToTop body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content #backToTop .value.partial_send, #backToTop body.account-downloads #content .value.partial_send, body.account-downloads #content #backToTop .value.partial_send, #backToTop body.account-retailer #content .value.commission, body.account-retailer #content #backToTop .value.commission, #backToTop body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content #backToTop .value.commission, #backToTop body.account-downloads #content .value.commission, body.account-downloads #content #backToTop .value.commission, #backToTop body.account-retailer #content .value.done, body.account-retailer #content #backToTop .value.done, #backToTop body.dashboard-retailer #content .value.done, body.dashboard-retailer #content #backToTop .value.done, #backToTop body.account-downloads #content .value.done, body.account-downloads #content #backToTop .value.done {
    line-height: 4rem; }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  margin-top: 20px; }
  .preloader-wrapper.small {
    width: 36px;
    height: 36px; }
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #d20f2b; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }
@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }
@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }
@keyframes left-spin {
  from {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }
@keyframes right-spin {
  from {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.row.load-more-row {
  position: relative;
  top: 4rem; }

.load-more {
  padding: 0; }
  .load-more svg {
    width: 4rem;
    height: 4rem; }
  .load-more.inactive .container-more {
    cursor: default; }
  .load-more hr.red-line {
    position: absolute;
    margin: 0;
    width: 100%;
    top: 50%;
    border-top-color: #d20f2b; }
  .load-more .container-more {
    position: relative;
    background: #ffffff;
    display: inline-block;
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: #d20f2b; }
    .load-more .container-more .load-more-info-text {
      text-transform: uppercase;
      font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
      float: right;
      margin: 0 0 0 1rem;
      line-height: 4rem;
      font-size: 1.8rem; }
    .load-more .container-more .icon-more {
      font-size: 4rem; }

#settings_layer {
  position: fixed;
  width: 100%;
  z-index: 999;
  margin-top: -1px; }
  #settings_layer .content {
    background: #ffffff;
    display: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #f2f2f2; }
    #settings_layer .content .content_holder {
      margin: 1.5rem;
      text-align: center; }
      #settings_layer .content .content_holder .bn_switch {
        display: inline-block; }
        #settings_layer .content .content_holder .bn_switch p {
          margin-bottom: 1rem; }
  #settings_layer .opener {
    height: 2rem;
    width: 3rem;
    background-color: #ffffff;
    color: #7c7c7c;
    position: absolute;
    right: 10rem;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    border: 2px solid #f2f2f2;
    border-top: 0;
    padding-top: 0.2rem; }
    #settings_layer .opener:before {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -moz-transition: -moz-transform 200ms;
      -o-transition: -o-transform 200ms;
      -webkit-transition: -webkit-transform 200ms;
      transition: transform 200ms;
      display: block; }
    @media (max-width: 767px) {
      #settings_layer .opener {
        right: 2rem; } }
  #settings_layer.open .opener:before {
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -webkit-transform: scale(-1);
    transform: scale(-1); }

.sm-expander {
  margin: 0.2rem;
  transition: 500ms opacity; }
  .sm-expander.white {
    background-color: #ffffff; }
  .sm-expander.greyed {
    opacity: 0.4; }
  .sm-expander.closed .expander-content {
    display: none; }
  .sm-expander .expander-title {
    line-height: 2rem;
    padding: 0.5rem 1rem;
    border: 1px solid #f2f2f2;
    cursor: pointer; }
    .sm-expander .expander-title .arrow {
      text-align: right;
      font-size: 2.2rem;
      color: #c9c9c9;
      margin-top: 1.7rem;
      margin-right: 3rem; }
  .sm-expander .expander-content {
    padding: 3rem;
    border: 1px solid #f2f2f2; }
  .sm-expander .ident {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    margin-right: 0.5rem; }
    .sm-expander .ident:after {
      margin-left: 0.3rem;
      color: #d20f2b;
      content: "/"; }
  .sm-expander .arrow_hint {
    color: #f2f2f2;
    float: right;
    font-size: 2rem; }

.sm-tabs {
  background-color: #f2f2f2; }
  .sm-tabs .tab-container .tab-wrapper {
    padding: 0.5rem 1rem; }
    .sm-tabs .tab-container .tab-wrapper.active a {
      background-color: #ffffff; }
    .sm-tabs .tab-container .tab-wrapper a {
      border: 1px solid #4ba7e8;
      display: block;
      padding: 1rem; }
  .sm-tabs .tab-content {
    padding: 0.5rem 1rem; }

.overlays {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 1001; }

#selectFirstTimePasssword {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.address-container {
  height: 17rem;
  line-height: 1.5;
  padding: 0.4rem 1rem; }
  .address-container .address {
    position: relative;
    height: 100%;
    background-color: #f2f2f2;
    cursor: pointer;
    padding: 0;
    margin-left: 4rem; }
    .address-container .address.info {
      background-color: transparent;
      border: 1px solid #4c4c4c; }
    .address-container .address label {
      width: 100%;
      height: 100%;
      display: block;
      padding: 3.5rem 0 0 4rem; }
  .address-container .company {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
    .address-container .company:before {
      position: absolute;
      content: "/";
      color: #d20f2b;
      left: 2.3rem;
      top: 2.8rem;
      font-size: 2.3rem; }
  .address-container .radio_style {
    cursor: pointer; }
  .address-container .radio_button {
    height: 100%;
    background-color: #a5a5a5;
    width: 4rem;
    position: relative;
    float: left; }
    .address-container .radio_button input {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      height: 100%;
      width: 100%;
      visibility: visible;
      cursor: pointer;
      z-index: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
      .address-container .radio_button input ~ .input-field {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #ffffff;
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 2.2rem;
        width: 2.2rem;
        height: 2.2rem; }
      .address-container .radio_button input:checked ~ .input-field {
        color: #d20f2b; }

@media (max-width: 767px) {
  .mobile-first > *:nth-child(n+2) {
    display: none; } }
.action-box {
  position: relative;
  padding: 2rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  color: #4c4c4c; }
  .action-box .titlebar .icon, .action-box .titlebar .SumoSelect > .CaptionCont > label > i, .action-box .titlebar .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span .action-box .titlebar i, .action-box .titlebar .sm-expander .arrow_hint, .sm-expander .action-box .titlebar .arrow_hint, .action-box .titlebar .address-container .radio_button input ~ .input-field, .address-container .radio_button .action-box .titlebar input ~ .input-field, .action-box .titlebar .collapsibleItem .title, .collapsibleItem .action-box .titlebar .title, .action-box .titlebar .collapsibleItem .expander-title, .collapsibleItem .action-box .titlebar .expander-title, .action-box .titlebar body.account-order-history #content .value.payment, body.account-order-history #content .action-box .titlebar .value.payment, .action-box .titlebar body.account-order-history #content .value.send, body.account-order-history #content .action-box .titlebar .value.send, .action-box .titlebar body.account-order-history #content .value.partial_send, body.account-order-history #content .action-box .titlebar .value.partial_send, .action-box .titlebar body.account-order-history #content .value.commission, body.account-order-history #content .action-box .titlebar .value.commission, .action-box .titlebar body.account-order-history #content .value.done, body.account-order-history #content .action-box .titlebar .value.done, .action-box .titlebar body.account-retailer #content .value.payment, body.account-retailer #content .action-box .titlebar .value.payment, .action-box .titlebar body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content .action-box .titlebar .value.payment, .action-box .titlebar body.account-downloads #content .value.payment, body.account-downloads #content .action-box .titlebar .value.payment, .action-box .titlebar body.account-retailer #content .value.send, body.account-retailer #content .action-box .titlebar .value.send, .action-box .titlebar body.dashboard-retailer #content .value.send, body.dashboard-retailer #content .action-box .titlebar .value.send, .action-box .titlebar body.account-downloads #content .value.send, body.account-downloads #content .action-box .titlebar .value.send, .action-box .titlebar body.account-retailer #content .value.partial_send, body.account-retailer #content .action-box .titlebar .value.partial_send, .action-box .titlebar body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content .action-box .titlebar .value.partial_send, .action-box .titlebar body.account-downloads #content .value.partial_send, body.account-downloads #content .action-box .titlebar .value.partial_send, .action-box .titlebar body.account-retailer #content .value.commission, body.account-retailer #content .action-box .titlebar .value.commission, .action-box .titlebar body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content .action-box .titlebar .value.commission, .action-box .titlebar body.account-downloads #content .value.commission, body.account-downloads #content .action-box .titlebar .value.commission, .action-box .titlebar body.account-retailer #content .value.done, body.account-retailer #content .action-box .titlebar .value.done, .action-box .titlebar body.dashboard-retailer #content .value.done, body.dashboard-retailer #content .action-box .titlebar .value.done, .action-box .titlebar body.account-downloads #content .value.done, body.account-downloads #content .action-box .titlebar .value.done, .action-box .titlebar .title {
    float: left; }
  .action-box .titlebar .titleAmount {
    float: right; }
  .action-box > a, .action-box > a:visited {
    color: #4c4c4c; }
  @media (max-width: 767px) {
    .action-box {
      padding: 0.8rem; } }
  .action-box > .content {
    position: relative; }
    .action-box > .content .badge {
      position: absolute;
      padding: 0.8rem 1.8rem;
      font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
      background-color: #4c4c4c;
      color: #ffffff;
      right: 0;
      top: -2.4rem;
      border-bottom: 1px solid #a5a5a5; }
  .action-box .titlebar {
    font-size: 1.6rem;
    line-height: 2.7em; }
    .action-box .titlebar .edit {
      float: right; }
    .action-box .titlebar .icon, .action-box .titlebar .SumoSelect > .CaptionCont > label > i, .action-box .titlebar .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span .action-box .titlebar i, .action-box .titlebar .sm-expander .arrow_hint, .sm-expander .action-box .titlebar .arrow_hint, .action-box .titlebar .address-container .radio_button input ~ .input-field, .address-container .radio_button .action-box .titlebar input ~ .input-field, .action-box .titlebar .collapsibleItem .title, .collapsibleItem .action-box .titlebar .title, .action-box .titlebar .collapsibleItem .expander-title, .collapsibleItem .action-box .titlebar .expander-title, .action-box .titlebar body.account-order-history #content .value.payment, body.account-order-history #content .action-box .titlebar .value.payment, .action-box .titlebar body.account-order-history #content .value.send, body.account-order-history #content .action-box .titlebar .value.send, .action-box .titlebar body.account-order-history #content .value.partial_send, body.account-order-history #content .action-box .titlebar .value.partial_send, .action-box .titlebar body.account-order-history #content .value.commission, body.account-order-history #content .action-box .titlebar .value.commission, .action-box .titlebar body.account-order-history #content .value.done, body.account-order-history #content .action-box .titlebar .value.done, .action-box .titlebar body.account-retailer #content .value.payment, body.account-retailer #content .action-box .titlebar .value.payment, .action-box .titlebar body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content .action-box .titlebar .value.payment, .action-box .titlebar body.account-downloads #content .value.payment, body.account-downloads #content .action-box .titlebar .value.payment, .action-box .titlebar body.account-retailer #content .value.send, body.account-retailer #content .action-box .titlebar .value.send, .action-box .titlebar body.dashboard-retailer #content .value.send, body.dashboard-retailer #content .action-box .titlebar .value.send, .action-box .titlebar body.account-downloads #content .value.send, body.account-downloads #content .action-box .titlebar .value.send, .action-box .titlebar body.account-retailer #content .value.partial_send, body.account-retailer #content .action-box .titlebar .value.partial_send, .action-box .titlebar body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content .action-box .titlebar .value.partial_send, .action-box .titlebar body.account-downloads #content .value.partial_send, body.account-downloads #content .action-box .titlebar .value.partial_send, .action-box .titlebar body.account-retailer #content .value.commission, body.account-retailer #content .action-box .titlebar .value.commission, .action-box .titlebar body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content .action-box .titlebar .value.commission, .action-box .titlebar body.account-downloads #content .value.commission, body.account-downloads #content .action-box .titlebar .value.commission, .action-box .titlebar body.account-retailer #content .value.done, body.account-retailer #content .action-box .titlebar .value.done, .action-box .titlebar body.dashboard-retailer #content .value.done, body.dashboard-retailer #content .action-box .titlebar .value.done, .action-box .titlebar body.account-downloads #content .value.done, body.account-downloads #content .action-box .titlebar .value.done {
      -moz-border-radius: 4rem;
      -webkit-border-radius: 4rem;
      border-radius: 4rem;
      text-align: center;
      font-size: 3rem;
      background-color: #ffffff;
      color: #d20f2b;
      display: inline-block;
      padding: 0.5rem;
      background: transparent; }
      .action-box .titlebar .icon:before, .action-box .titlebar .SumoSelect > .CaptionCont > label > i:before, .action-box .titlebar .SumoSelect > .optWrapper > .options li.opt.opt.selected span i:before, .SumoSelect > .optWrapper > .options li.opt.opt.selected span .action-box .titlebar i:before, .action-box .titlebar .sm-expander .arrow_hint:before, .sm-expander .action-box .titlebar .arrow_hint:before, .action-box .titlebar .address-container .radio_button input ~ .input-field:before, .address-container .radio_button .action-box .titlebar input ~ .input-field:before, .action-box .titlebar .collapsibleItem .title:before, .collapsibleItem .action-box .titlebar .title:before, .action-box .titlebar .collapsibleItem .expander-title:before, .collapsibleItem .action-box .titlebar .expander-title:before, .action-box .titlebar body.account-order-history #content .value.payment:before, body.account-order-history #content .action-box .titlebar .value.payment:before, .action-box .titlebar body.account-order-history #content .value.send:before, body.account-order-history #content .action-box .titlebar .value.send:before, .action-box .titlebar body.account-order-history #content .value.partial_send:before, body.account-order-history #content .action-box .titlebar .value.partial_send:before, .action-box .titlebar body.account-order-history #content .value.commission:before, body.account-order-history #content .action-box .titlebar .value.commission:before, .action-box .titlebar body.account-order-history #content .value.done:before, body.account-order-history #content .action-box .titlebar .value.done:before, .action-box .titlebar body[class^="product-"] .file-downloads li a:before, body[class^="product-"] .file-downloads li .action-box .titlebar a:before, .action-box .titlebar body[class^="product-"] .hidden-information .trigger:after, body[class^="product-"] .hidden-information .action-box .titlebar .trigger:after, .action-box .titlebar body.account-retailer #content .value.payment:before, body.account-retailer #content .action-box .titlebar .value.payment:before, .action-box .titlebar body.dashboard-retailer #content .value.payment:before, body.dashboard-retailer #content .action-box .titlebar .value.payment:before, .action-box .titlebar body.account-downloads #content .value.payment:before, body.account-downloads #content .action-box .titlebar .value.payment:before, .action-box .titlebar body.account-retailer #content .value.send:before, body.account-retailer #content .action-box .titlebar .value.send:before, .action-box .titlebar body.dashboard-retailer #content .value.send:before, body.dashboard-retailer #content .action-box .titlebar .value.send:before, .action-box .titlebar body.account-downloads #content .value.send:before, body.account-downloads #content .action-box .titlebar .value.send:before, .action-box .titlebar body.account-retailer #content .value.partial_send:before, body.account-retailer #content .action-box .titlebar .value.partial_send:before, .action-box .titlebar body.dashboard-retailer #content .value.partial_send:before, body.dashboard-retailer #content .action-box .titlebar .value.partial_send:before, .action-box .titlebar body.account-downloads #content .value.partial_send:before, body.account-downloads #content .action-box .titlebar .value.partial_send:before, .action-box .titlebar body.account-retailer #content .value.commission:before, body.account-retailer #content .action-box .titlebar .value.commission:before, .action-box .titlebar body.dashboard-retailer #content .value.commission:before, body.dashboard-retailer #content .action-box .titlebar .value.commission:before, .action-box .titlebar body.account-downloads #content .value.commission:before, body.account-downloads #content .action-box .titlebar .value.commission:before, .action-box .titlebar body.account-retailer #content .value.done:before, body.account-retailer #content .action-box .titlebar .value.done:before, .action-box .titlebar body.dashboard-retailer #content .value.done:before, body.dashboard-retailer #content .action-box .titlebar .value.done:before, .action-box .titlebar body.account-downloads #content .value.done:before, body.account-downloads #content .action-box .titlebar .value.done:before {
        font-size: 2.2rem;
        padding: 0.6rem;
        display: inline-block; }
    .action-box .titlebar .title {
      font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
      text-transform: uppercase;
      margin-left: 0.7rem;
      line-height: 4.4rem;
      font-size: 1.8rem; }
    .action-box .titlebar .titleAmount {
      color: #7c7c7c; }
  .action-box hr {
    margin: 1rem 0; }
  .action-box .row.content {
    margin: 0; }
    .action-box .row.content.title-align {
      margin-left: 3.4rem; }
    .action-box .row.content.clickable {
      cursor: pointer; }
      .action-box .row.content.clickable:hover {
        background-color: #f2f2f2; }
    .action-box .row.content .prop {
      font-size: 1.4rem;
      color: #7c7c7c;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .action-box .row.content .prop {
          margin-left: 1rem;
          font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
          font-size: 1.6rem; } }
    .action-box .row.content .value {
      margin-top: 1rem;
      font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
    .action-box .row.content .image {
      line-height: 0; }
    .action-box .row.content .col-xs-12 {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 1rem; }
    .action-box .row.content .action_row {
      margin-bottom: 2rem;
      margin-left: 0;
      margin-right: 0; }
      .action-box .row.content .action_row .value {
        margin-top: 0.6rem; }
      .action-box .row.content .action_row a.value {
        display: block; }
  .action-box .trim-line {
    background-color: #c9c9c9; }
  .action-box.arrow {
    padding-right: 7rem; }
    @media (max-width: 767px) {
      .action-box.arrow {
        padding-right: 5rem; } }
    .action-box.arrow .arrow {
      background-color: #d20f2b;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 5rem;
      cursor: pointer; }
      @media (max-width: 767px) {
        .action-box.arrow .arrow {
          width: 3.4rem; } }
      .action-box.arrow .arrow .icon, .action-box.arrow .arrow .SumoSelect > .CaptionCont > label > i, .action-box.arrow .arrow .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span .action-box.arrow .arrow i, .action-box.arrow .arrow .sm-expander .arrow_hint, .sm-expander .action-box.arrow .arrow .arrow_hint, .action-box.arrow .arrow .address-container .radio_button input ~ .input-field, .address-container .radio_button .action-box.arrow .arrow input ~ .input-field, .action-box.arrow .arrow .collapsibleItem .title, .collapsibleItem .action-box.arrow .arrow .title, .action-box.arrow .arrow .collapsibleItem .expander-title, .collapsibleItem .action-box.arrow .arrow .expander-title, .action-box.arrow .arrow body.account-order-history #content .value.payment, body.account-order-history #content .action-box.arrow .arrow .value.payment, .action-box.arrow .arrow body.account-order-history #content .value.send, body.account-order-history #content .action-box.arrow .arrow .value.send, .action-box.arrow .arrow body.account-order-history #content .value.partial_send, body.account-order-history #content .action-box.arrow .arrow .value.partial_send, .action-box.arrow .arrow body.account-order-history #content .value.commission, body.account-order-history #content .action-box.arrow .arrow .value.commission, .action-box.arrow .arrow body.account-order-history #content .value.done, body.account-order-history #content .action-box.arrow .arrow .value.done, .action-box.arrow .arrow body.account-retailer #content .value.payment, body.account-retailer #content .action-box.arrow .arrow .value.payment, .action-box.arrow .arrow body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content .action-box.arrow .arrow .value.payment, .action-box.arrow .arrow body.account-downloads #content .value.payment, body.account-downloads #content .action-box.arrow .arrow .value.payment, .action-box.arrow .arrow body.account-retailer #content .value.send, body.account-retailer #content .action-box.arrow .arrow .value.send, .action-box.arrow .arrow body.dashboard-retailer #content .value.send, body.dashboard-retailer #content .action-box.arrow .arrow .value.send, .action-box.arrow .arrow body.account-downloads #content .value.send, body.account-downloads #content .action-box.arrow .arrow .value.send, .action-box.arrow .arrow body.account-retailer #content .value.partial_send, body.account-retailer #content .action-box.arrow .arrow .value.partial_send, .action-box.arrow .arrow body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content .action-box.arrow .arrow .value.partial_send, .action-box.arrow .arrow body.account-downloads #content .value.partial_send, body.account-downloads #content .action-box.arrow .arrow .value.partial_send, .action-box.arrow .arrow body.account-retailer #content .value.commission, body.account-retailer #content .action-box.arrow .arrow .value.commission, .action-box.arrow .arrow body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content .action-box.arrow .arrow .value.commission, .action-box.arrow .arrow body.account-downloads #content .value.commission, body.account-downloads #content .action-box.arrow .arrow .value.commission, .action-box.arrow .arrow body.account-retailer #content .value.done, body.account-retailer #content .action-box.arrow .arrow .value.done, .action-box.arrow .arrow body.dashboard-retailer #content .value.done, body.dashboard-retailer #content .action-box.arrow .arrow .value.done, .action-box.arrow .arrow body.account-downloads #content .value.done, body.account-downloads #content .action-box.arrow .arrow .value.done {
        font-size: 2.6rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        color: #ffffff; }
        @media (max-width: 767px) {
          .action-box.arrow .arrow .icon, .action-box.arrow .arrow .SumoSelect > .CaptionCont > label > i, .action-box.arrow .arrow .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span .action-box.arrow .arrow i, .action-box.arrow .arrow .sm-expander .arrow_hint, .sm-expander .action-box.arrow .arrow .arrow_hint, .action-box.arrow .arrow .address-container .radio_button input ~ .input-field, .address-container .radio_button .action-box.arrow .arrow input ~ .input-field, .action-box.arrow .arrow .collapsibleItem .title, .collapsibleItem .action-box.arrow .arrow .title, .action-box.arrow .arrow .collapsibleItem .expander-title, .collapsibleItem .action-box.arrow .arrow .expander-title, .action-box.arrow .arrow body.account-order-history #content .value.payment, body.account-order-history #content .action-box.arrow .arrow .value.payment, .action-box.arrow .arrow body.account-order-history #content .value.send, body.account-order-history #content .action-box.arrow .arrow .value.send, .action-box.arrow .arrow body.account-order-history #content .value.partial_send, body.account-order-history #content .action-box.arrow .arrow .value.partial_send, .action-box.arrow .arrow body.account-order-history #content .value.commission, body.account-order-history #content .action-box.arrow .arrow .value.commission, .action-box.arrow .arrow body.account-order-history #content .value.done, body.account-order-history #content .action-box.arrow .arrow .value.done, .action-box.arrow .arrow body.account-retailer #content .value.payment, body.account-retailer #content .action-box.arrow .arrow .value.payment, .action-box.arrow .arrow body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content .action-box.arrow .arrow .value.payment, .action-box.arrow .arrow body.account-downloads #content .value.payment, body.account-downloads #content .action-box.arrow .arrow .value.payment, .action-box.arrow .arrow body.account-retailer #content .value.send, body.account-retailer #content .action-box.arrow .arrow .value.send, .action-box.arrow .arrow body.dashboard-retailer #content .value.send, body.dashboard-retailer #content .action-box.arrow .arrow .value.send, .action-box.arrow .arrow body.account-downloads #content .value.send, body.account-downloads #content .action-box.arrow .arrow .value.send, .action-box.arrow .arrow body.account-retailer #content .value.partial_send, body.account-retailer #content .action-box.arrow .arrow .value.partial_send, .action-box.arrow .arrow body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content .action-box.arrow .arrow .value.partial_send, .action-box.arrow .arrow body.account-downloads #content .value.partial_send, body.account-downloads #content .action-box.arrow .arrow .value.partial_send, .action-box.arrow .arrow body.account-retailer #content .value.commission, body.account-retailer #content .action-box.arrow .arrow .value.commission, .action-box.arrow .arrow body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content .action-box.arrow .arrow .value.commission, .action-box.arrow .arrow body.account-downloads #content .value.commission, body.account-downloads #content .action-box.arrow .arrow .value.commission, .action-box.arrow .arrow body.account-retailer #content .value.done, body.account-retailer #content .action-box.arrow .arrow .value.done, .action-box.arrow .arrow body.dashboard-retailer #content .value.done, body.dashboard-retailer #content .action-box.arrow .arrow .value.done, .action-box.arrow .arrow body.account-downloads #content .value.done, body.account-downloads #content .action-box.arrow .arrow .value.done {
            font-size: 1.6rem; } }

.whitebox {
  background-color: #ffffff;
  padding: 2rem; }
  .whitebox .prop {
    font-size: 1.4rem;
    color: #7c7c7c;
    text-transform: uppercase; }
  .whitebox .value {
    margin-top: 1rem;
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    line-height: 2.2rem; }

.graybox {
  background-color: #f2f2f2;
  padding: 2.6rem;
  margin-bottom: 0.2rem; }
  .graybox .title {
    text-transform: uppercase;
    margin-bottom: 2.4rem;
    font-size: 1.8rem; }

.tabs {
  position: relative;
  user-select: none;
  display: flex; }
  .tabs > li {
    cursor: pointer;
    display: flex;
    padding: 1.5rem 0;
    margin-right: 8rem;
    text-transform: uppercase;
    position: relative; }
    .tabs > li span {
      align-self: flex-end; }
    .tabs > li:last-child {
      margin-right: 0; }
    .tabs > li.current {
      font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
      .tabs > li.current:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 0 12px;
        border-color: #ffffff transparent transparent transparent;
        position: absolute;
        left: calc(50% - 12px);
        bottom: -12px; }

.tabcontainer .tab {
  display: none; }
  .tabcontainer .tab.current {
    display: block; }

.spinner {
  text-align: center; }
  .spinner > div {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.career-jobs-content p {
  max-width: 100% !important; }

.career-jobs {
  margin-top: 2rem; }

.career-job {
  border-bottom: 1px solid #e9e9e9; }
  .career-job .collapsibleItem {
    margin-bottom: 0; }
    .career-job .collapsibleItem .title, .career-job .collapsibleItem .expander-title {
      padding: 0;
      margin-top: 1.5rem;
      margin-bottom: 0;
      border: none; }
      .career-job .collapsibleItem .title:before, .career-job .collapsibleItem .expander-title:before {
        top: 0.3rem; }
    .career-job .collapsibleItem .content, .career-job .collapsibleItem .expander-content {
      padding: 1rem 0 2.5rem 0;
      border: none; }
      .career-job .collapsibleItem .content .richtext ul li, .career-job .collapsibleItem .expander-content .richtext ul li {
        margin-top: 1rem; }
        .career-job .collapsibleItem .content .richtext ul li:last-child, .career-job .collapsibleItem .expander-content .richtext ul li:last-child {
          margin-bottom: 2rem; }
      .career-job .collapsibleItem .content .richtext p, .career-job .collapsibleItem .expander-content .richtext p {
        max-width: 100% !important; }

.collapsibleItem {
  margin-bottom: 1rem; }
  .collapsibleItem .content, .collapsibleItem .expander-content {
    display: block; }
  .collapsibleItem .title, .collapsibleItem .content, .collapsibleItem .expander-title, .collapsibleItem .expander-content {
    background: #fff;
    *zoom: 1;
    padding: 3rem 2rem; }
    .collapsibleItem .title:after, .collapsibleItem .content:after, .collapsibleItem .expander-title:after, .collapsibleItem .expander-content:after {
      content: "";
      display: table;
      clear: both; }
  .collapsibleItem input {
    font-size: 1.6rem; }
  .collapsibleItem .title, .collapsibleItem .expander-title {
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .collapsibleItem .title h2, .collapsibleItem .expander-title h2 {
      padding-right: 6rem; }
    .collapsibleItem .title:before, .collapsibleItem .expander-title:before {
      position: absolute;
      right: 2.6rem;
      top: 1.5rem;
      font-size: 2.6rem;
      -moz-transition: -moz-transform 300ms;
      -o-transition: -o-transform 300ms;
      -webkit-transition: -webkit-transform 300ms;
      transition: transform 300ms; }
  .collapsibleItem.open .title:before, .collapsibleItem.open .expander-title:before, .collapsibleItem.opened .title:before, .collapsibleItem.opened .expander-title:before {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

#content p.title_manager {
  font-size: 2rem;
  color: #d20f2b; }

body.manage-server .desc {
  line-height: 1.5; }
body.manage-server .group hr {
  border-top: 1px solid #c7c7c7; }
body.manage-server hr.margin-large {
  margin: 10rem 0; }
body.manage-server a.green {
  background-color: #6aa84f; }
  body.manage-server a.green:hover {
    background-color: #549b35; }
body.manage-server a.yellow {
  background-color: #f1c232; }
  body.manage-server a.yellow:hover {
    background-color: #dfb536; }

.itemList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .itemList li {
    margin-bottom: 3rem; }
  .itemList a {
    color: inherit;
    *zoom: 1;
    display: block; }
    .itemList a:after {
      content: "";
      display: table;
      clear: both; }
  .itemList img {
    width: 100%;
    height: auto; }
  .itemList .content {
    padding-top: 1rem; }
  .itemList .title {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    text-transform: uppercase; }
    .itemList .title:after {
      content: " /";
      margin-right: 0.5rem;
      color: #d20f2b; }
  .itemList .code {
    text-transform: uppercase; }
    .itemList .code:before {
      content: " /";
      margin-right: 0.5rem;
      color: #d20f2b; }

.full_size_img {
  height: 100%;
  width: 100%; }

.back1, .back2, .back3, .back4, .no-back {
  height: 100%;
  width: 100%; }
  .back1 img, .back2 img, .back3 img, .back4 img, .no-back img {
    height: 100%;
    width: 100%; }

.back1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #ffffff), color-stop(50%, #ededed), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(top, #ffffff, #ededed, #ffffff);
  background: -webkit-linear-gradient(top, #ffffff, #ededed, #ffffff);
  background: linear-gradient(to bottom right, #ffffff, #ededed, #ffffff); }

.back2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #ffffff), color-stop(50%, #ededed), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(bottom, #ffffff, #ededed, #ffffff);
  background: -webkit-linear-gradient(bottom, #ffffff, #ededed, #ffffff);
  background: linear-gradient(to top right, #ffffff, #ededed, #ffffff); }

.back3 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ededed), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%); }

.back4 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%); }

.productList li, .similarProducts li {
  height: auto; }
  @media (min-width: 480px) and (max-width: 768px) {
    .productList li, .similarProducts li {
      width: 50%; } }
  .productList li a, .similarProducts li a {
    height: inherit;
    line-height: 0; }
    .productList li a.teasercategory, .similarProducts li a.teasercategory {
      border-bottom: none; }
.productList .content, .similarProducts .content {
  line-height: 2rem;
  height: auto;
  margin-bottom: 2rem; }
.productList .wrapper, .similarProducts .wrapper {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transition: -moz-transform 600ms;
  -o-transition: -o-transform 600ms;
  -webkit-transition: -webkit-transform 600ms;
  transition: transform 600ms; }
.productList .ribbon, .similarProducts .ribbon {
  position: absolute;
  z-index: 1;
  top: -13px;
  right: 26px;
  width: 3.6rem;
  height: 3.6rem;
  background: url("/img/marker-sales.png") no-repeat;
  background-size: contain;
  color: #ffffff;
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
  text-align: center;
  padding-top: 1.9rem;
  font-size: 2rem;
  padding-left: 0.6rem; }
.productList .image:hover .wrapper, .similarProducts .image:hover .wrapper {
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }
.productList img, .similarProducts img {
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  width: initial;
  height: initial; }
.productList .image, .similarProducts .image {
  line-height: 0;
  overflow: hidden;
  height: 19rem;
  position: relative; }
  .productList .image:after, .similarProducts .image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.03); }
  @media (max-width: 991px) {
    .productList .image, .similarProducts .image {
      width: 100%;
      display: block; } }
.productList .series-ar-img, .similarProducts .series-ar-img {
  position: absolute;
  width: 8%;
  left: 35%; }
  @media (max-width: 767px) {
    .productList .series-ar-img, .similarProducts .series-ar-img {
      width: 15%;
      left: 85%;
      top: 10%; } }

.similarProducts {
  margin-top: 2rem;
  margin-bottom: 1rem; }
  .similarProducts li {
    margin-bottom: 0; }

.resultList {
  margin-top: 2rem; }

.referencesList {
  *zoom: 1;
  position: relative; }
  .referencesList:after {
    content: "";
    display: table;
    clear: both; }
  .referencesList .content {
    padding-top: 0;
    line-height: 2rem; }
  .referencesList li {
    margin-bottom: 4rem; }
    @media (max-width: 991px) {
      .referencesList li {
        margin-bottom: 2rem; } }
  .referencesList img {
    -moz-transition: -moz-transform 600ms;
    -o-transition: -o-transform 600ms;
    -webkit-transition: -webkit-transform 600ms;
    transition: transform 600ms; }
  .referencesList .image {
    line-height: 0;
    margin-bottom: 1rem;
    overflow: hidden; }

.pastFairsList {
  *zoom: 1;
  margin-bottom: 4rem; }
  .pastFairsList:after {
    content: "";
    display: table;
    clear: both; }
  .pastFairsList li {
    margin-bottom: 2rem; }

.pressReleasesList img {
  max-width: 20rem; }
.pressReleasesList a {
  outline: 0; }
  .pressReleasesList a img {
    -moz-transition: -moz-transform 250ms;
    -o-transition: -o-transform 250ms;
    -webkit-transition: -webkit-transform 250ms;
    transition: transform 250ms; }
  .pressReleasesList a:hover img {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
.pressReleasesList li {
  margin-bottom: 5rem;
  height: 28rem;
  overflow: hidden;
  text-align: center; }

.upcomingFairsList {
  margin-bottom: 6rem;
  *zoom: 1; }
  .upcomingFairsList:after {
    content: "";
    display: table;
    clear: both; }

.upcomingFair .content {
  background: #4c4c4c;
  color: #ffffff;
  text-align: center;
  padding: 0rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2rem;
  display: block; }
.upcomingFair img {
  margin: 1rem 0; }
.upcomingFair .headline, .upcomingFair .date {
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }

.homepageTeaserList li {
  height: 16rem; }
  @media (max-width: 991px) {
    .homepageTeaserList li {
      height: auto; } }
  .homepageTeaserList li:hover img {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
.homepageTeaserList img {
  -moz-transition: -moz-transform 600ms;
  -o-transition: -o-transform 600ms;
  -webkit-transition: -webkit-transform 600ms;
  transition: transform 600ms; }
  @media (max-width: 991px) {
    .homepageTeaserList img {
      width: 100%;
      height: auto; } }
.homepageTeaserList .image {
  position: relative;
  line-height: 0;
  overflow: hidden; }
  .homepageTeaserList .image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.03); }

.downloadsList h2 {
  margin-bottom: 0.4rem; }
.downloadsList .download_infobox {
  padding: 1rem 2rem; }
.downloadsList li {
  margin-bottom: 4rem; }
.downloadsList ul {
  margin-top: -1rem; }
.downloadsList .links a {
  color: #d20f2b;
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 4.4rem; }
  .downloadsList .links a:before {
    font-size: 3.4rem;
    margin-right: 1rem; }
.downloadsList .links li {
  display: block;
  margin-bottom: 0; }

#content .downloadsList p {
  margin-bottom: 2rem; }

body.account-order-history #content {
  padding-top: 2rem; }
  @media (max-width: 767px) {
    body.account-order-history #content {
      padding-top: 6rem; } }
body.account-order-history .row.sm-expander.expander-retailer {
  margin: 0 -1rem;
  border-bottom: 1px solid #f2f2f2; }
  @media (max-width: 767px) {
    body.account-order-history .row.sm-expander.expander-retailer {
      margin: 0.5rem -1rem; } }
  @media (max-width: 767px) {
    body.account-order-history .row.sm-expander.expander-retailer .arrow {
      margin-top: 10rem;
      margin-right: 0; } }
  body.account-order-history .row.sm-expander.expander-retailer .arrow:before {
    -moz-transition: -moz-transform 200ms;
    -o-transition: -o-transform 200ms;
    -webkit-transition: -webkit-transform 200ms;
    transition: transform 200ms;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: inline-block; }
  body.account-order-history .row.sm-expander.expander-retailer.opened .arrow:before {
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -webkit-transform: scale(-1);
    transform: scale(-1); }
  body.account-order-history .row.sm-expander.expander-retailer .expander-title {
    border: none;
    padding: 1.5rem 1rem; }
body.account-order-history .row.download-row {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem 0; }
  body.account-order-history .row.download-row a {
    display: inline-block;
    color: #4c4c4c;
    margin-right: 2rem;
    margin-top: 0.3rem; }
    body.account-order-history .row.download-row a .icon, body.account-order-history .row.download-row a .SumoSelect > .CaptionCont > label > i, body.account-order-history .row.download-row a .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span body.account-order-history .row.download-row a i, body.account-order-history .row.download-row a .sm-expander .arrow_hint, .sm-expander body.account-order-history .row.download-row a .arrow_hint, body.account-order-history .row.download-row a .address-container .radio_button input ~ .input-field, .address-container .radio_button body.account-order-history .row.download-row a input ~ .input-field, body.account-order-history .row.download-row a .collapsibleItem .title, .collapsibleItem body.account-order-history .row.download-row a .title, body.account-order-history .row.download-row a .collapsibleItem .expander-title, .collapsibleItem body.account-order-history .row.download-row a .expander-title, body.account-order-history .row.download-row a #content .value.payment, body.account-order-history #content .row.download-row a .value.payment, body.account-order-history .row.download-row a #content .value.send, body.account-order-history #content .row.download-row a .value.send, body.account-order-history .row.download-row a #content .value.partial_send, body.account-order-history #content .row.download-row a .value.partial_send, body.account-order-history .row.download-row a #content .value.commission, body.account-order-history #content .row.download-row a .value.commission, body.account-order-history .row.download-row a #content .value.done, body.account-order-history #content .row.download-row a .value.done, body.account-retailer #content body.account-order-history .row.download-row a .value.payment, body.dashboard-retailer #content body.account-order-history .row.download-row a .value.payment, body.account-downloads #content body.account-order-history .row.download-row a .value.payment, body.account-retailer #content body.account-order-history .row.download-row a .value.send, body.dashboard-retailer #content body.account-order-history .row.download-row a .value.send, body.account-downloads #content body.account-order-history .row.download-row a .value.send, body.account-retailer #content body.account-order-history .row.download-row a .value.partial_send, body.dashboard-retailer #content body.account-order-history .row.download-row a .value.partial_send, body.account-downloads #content body.account-order-history .row.download-row a .value.partial_send, body.account-retailer #content body.account-order-history .row.download-row a .value.commission, body.dashboard-retailer #content body.account-order-history .row.download-row a .value.commission, body.account-downloads #content body.account-order-history .row.download-row a .value.commission, body.account-retailer #content body.account-order-history .row.download-row a .value.done, body.dashboard-retailer #content body.account-order-history .row.download-row a .value.done, body.account-downloads #content body.account-order-history .row.download-row a .value.done {
      margin-right: 0.6rem;
      color: #d20f2b; }
    body.account-order-history .row.download-row a.commission-link {
      margin-right: 0.4rem;
      margin-top: 0; }
      body.account-order-history .row.download-row a.commission-link svg {
        width: 1.6rem;
        height: 1.6rem; }
        body.account-order-history .row.download-row a.commission-link svg .outline {
          fill: #d20f2b; }
  body.account-order-history .row.download-row .linkcollection {
    margin: 0.3rem 0; }
  @media (max-width: 767px) {
    body.account-order-history .row.download-row > .col-xs-12 {
      padding: 1rem 0;
      border-bottom: 1px solid #f2f2f2; }
      body.account-order-history .row.download-row > .col-xs-12:last-child {
        border-bottom: none; }
      body.account-order-history .row.download-row > .col-xs-12 .prop {
        margin-top: 1rem; } }
body.account-order-history .row.sales-row {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem 0; }
  body.account-order-history .row.sales-row:last-child {
    border-bottom: none; }
  body.account-order-history .row.sales-row .image {
    text-align: center;
    background-color: #f2f2f2; }
body.account-order-history #content {
  background-color: #f2f2f2; }
  body.account-order-history #content .value.payment {
    color: #d20f2b; }
    body.account-order-history #content .value.payment:before {
      margin-right: 1rem; }
  body.account-order-history #content .value.send {
    color: #FDA609; }
    body.account-order-history #content .value.send:before {
      margin-right: 1rem; }
  body.account-order-history #content .value.partial_send {
    color: #FDA609; }
    body.account-order-history #content .value.partial_send:before {
      margin-right: 1rem; }
  body.account-order-history #content .value.commission {
    color: #FDA609; }
    body.account-order-history #content .value.commission:before {
      margin-right: 1rem; }
  body.account-order-history #content .value.done {
    color: #06a22e; }
    body.account-order-history #content .value.done:before {
      margin-right: 1rem; }
body.account-order-history .prop {
  font-size: 1.4rem;
  color: #7c7c7c;
  text-transform: uppercase; }
body.account-order-history .prop_desc {
  line-height: 1.2; }
body.account-order-history .value {
  margin-top: 1rem;
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
  body.account-order-history .value.val_summary {
    text-align: right;
    margin-top: 0;
    line-height: 1.2; }
@media (max-width: 767px) {
  body.account-order-history .prop, body.account-order-history .value {
    margin-top: 0.2rem; } }

body.contact #content .info_text {
  margin-bottom: 2rem; }
body.contact .left_30 {
  float: left;
  width: 50%; }
body.contact .left_50 {
  float: left;
  width: 50%; }
body.contact .pl10 {
  padding-left: 10px; }
body.contact .pr10 {
  padding-right: 10px; }
body.contact .left_small {
  float: left;
  width: 70px; }
body.contact .left_small_fill {
  float: left;
  width: calc(100% - 70px); }
body.contact input[type=checkbox] {
  margin: 0 1rem 0 0; }
  body.contact input[type=checkbox] + label {
    position: relative;
    top: -1px; }
body.contact textarea.border {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9; }
body.contact .info_required {
  margin-top: 1.6rem; }
  @media (max-width: 991px) {
    body.contact .info_required {
      float: none;
      margin-top: 3rem; } }

body[class^="products-"], body.products {
  padding-top: 25.9rem; }
  @media (max-width: 991px) {
    body[class^="products-"], body.products {
      padding-top: 21.8rem; } }
  @media (max-width: 767px) {
    body[class^="products-"], body.products {
      padding-top: 18.8rem; } }
  @media (max-width: 368px) {
    body[class^="products-"], body.products {
      padding: 17.6rem 0 0; }
      body[class^="products-"] #navigation > .wrapper, body.products #navigation > .wrapper {
        padding-bottom: 0; } }
  body[class^="products-"] .counter-col, body.products .counter-col {
    line-height: 3rem; }
  body[class^="products-"] .big-slider .description, body.products .big-slider .description {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    padding: 1rem;
    max-width: 60%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    body[class^="products-"] .big-slider .description h3.title, body[class^="products-"] .big-slider .description .subtitle, body.products .big-slider .description h3.title, body.products .big-slider .description .subtitle {
      float: left; }
    body[class^="products-"] .big-slider .description h3.title, body.products .big-slider .description h3.title {
      font-size: 4rem; }
      body[class^="products-"] .big-slider .description h3.title:after, body.products .big-slider .description h3.title:after {
        content: "/";
        color: #d20f2b;
        font-size: 38px;
        margin-left: 0.5rem; }
  body[class^="products-"] .row.category_ov_row, body.products .row.category_ov_row {
    width: 100%; }

#content p.subtitle {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-top: 1.2rem;
  margin-left: 0.5rem; }
  @media (max-width: 767px) {
    #content p.subtitle {
      display: none; } }

.sale-countdown {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 5rem; }
  @media (max-width: 991px) {
    .sale-countdown {
      top: 14%; } }
  @media (max-width: 767px) {
    .sale-countdown {
      top: 4%;
      font-size: 3rem; } }
  @media (max-width: 320px) {
    .sale-countdown {
      top: 4%; } }

body[class^="product-"] {
  padding: 19.5rem 0 0; }
  @media (max-width: 991px) {
    body[class^="product-"] {
      padding-top: 10.1rem; } }
  body[class^="product-"] .prodVarHint {
    margin-top: 1rem;
    margin-bottom: 2rem; }
  body[class^="product-"] h1 {
    margin: 4rem 0 0.8rem; }
  body[class^="product-"] input[type=number] {
    -moz-appearance: textfield; }
    body[class^="product-"] input[type=number]::-webkit-outer-spin-button, body[class^="product-"] input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  body[class^="product-"] textarea.border {
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9; }
  body[class^="product-"] .numeric_input {
    display: inline-block;
    width: 7rem;
    margin: 0 1rem 0 0; }
    body[class^="product-"] .numeric_input input[type=number] {
      font-size: 2rem;
      text-align: center; }
  body[class^="product-"] .main-product-information {
    margin-bottom: 2rem; }
  body[class^="product-"] .av_index {
    position: relative;
    padding-left: 1.6rem; }
    body[class^="product-"] .av_index:before {
      content: " ";
      border-radius: 1rem;
      position: absolute;
      height: 1rem;
      width: 1rem;
      left: 0;
      top: 1rem; }
    body[class^="product-"] .av_index.index_1 {
      color: #d20f2b; }
      body[class^="product-"] .av_index.index_1:before {
        background-color: #d20f2b; }
    body[class^="product-"] .av_index.index_2 {
      color: #FDA609; }
      body[class^="product-"] .av_index.index_2:before {
        background-color: #FDA609; }
    body[class^="product-"] .av_index.index_3 {
      color: #06a22e; }
      body[class^="product-"] .av_index.index_3:before {
        background-color: #06a22e; }
  body[class^="product-"] .extraArticle input {
    display: none; }
    body[class^="product-"] .extraArticle input + label {
      display: block;
      border: 1px solid #f2f2f2;
      padding: 0.6rem;
      font-size: 1.2rem;
      cursor: pointer;
      line-height: 2rem;
      height: 7.2rem;
      margin-bottom: 1rem;
      -moz-transition: border 200ms, background 200ms;
      -o-transition: border 200ms, background 200ms;
      -webkit-transition: border 200ms, background 200ms;
      transition: border 200ms, background 200ms;
      -moz-user-select: -moz-none;
      -ms-user-select: none;
      -webkit-user-select: none;
      user-select: none; }
      body[class^="product-"] .extraArticle input + label:before, body[class^="product-"] .extraArticle input + label:after {
        display: none; }
      body[class^="product-"] .extraArticle input + label .title, body[class^="product-"] .extraArticle input + label .subtitle, body[class^="product-"] .extraArticle input + label .price {
        display: block; }
      body[class^="product-"] .extraArticle input + label .title {
        font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
      body[class^="product-"] .extraArticle input + label .subtitle {
        color: #7c7c7c;
        min-height: 2rem; }
      body[class^="product-"] .extraArticle input + label .price {
        font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
        text-align: right;
        font-size: 1.4rem; }
      body[class^="product-"] .extraArticle input + label:hover {
        border: 1px solid #f2f2f2; }
    body[class^="product-"] .extraArticle input:checked + label {
      background-color: rgba(245, 245, 245, 0.5);
      border-color: #c9c9c9; }
  body[class^="product-"] .zoomed-images {
    position: absolute;
    border: 1px solid #f2f2f2;
    height: 40rem;
    width: 40rem;
    background-color: #ffffff;
    z-index: 1;
    top: -1rem;
    left: 0.5rem;
    overflow: hidden; }
    body[class^="product-"] .zoomed-images .inner-container {
      position: relative; }
      body[class^="product-"] .zoomed-images .inner-container img {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%; }
  body[class^="product-"] .hint-area {
    position: absolute;
    width: 46.834px;
    height: 37.4126px;
    opacity: 0.6;
    background-color: #ffffff;
    border: 1px solid #a5a5a5;
    z-index: 2;
    pointer-events: none; }
  body[class^="product-"] .mfp-figure {
    background-color: #ffffff; }
    body[class^="product-"] .mfp-figure .mfp-bottom-bar {
      display: none; }
  body[class^="product-"] img.mfp-img {
    padding: 0; }
  body[class^="product-"] .mfp-image-holder button.mfp-close {
    width: 2rem;
    height: 2rem;
    line-height: 1rem;
    text-align: center;
    top: 0;
    right: 1rem;
    color: #4c4c4c;
    padding: 1.9rem;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body[class^="product-"] .info_area {
    margin-top: 1rem; }
    @media (max-width: 767px) {
      body[class^="product-"] .info_area {
        padding: 3rem 2.5rem;
        background: #f2f2f2;
        margin: 0; } }
  body[class^="product-"] .productImage {
    position: relative;
    text-align: center;
    line-height: 0; }
    body[class^="product-"] .productImage .ribbon {
      position: absolute;
      z-index: 2;
      top: -17px;
      right: 26px;
      width: 5.6rem;
      height: 5.6rem;
      background: url(/img/marker-sales.png) no-repeat;
      background-size: contain;
      color: #ffffff;
      font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
      text-align: center;
      padding-top: 2.8rem;
      font-size: 3rem;
      padding-left: 0.9rem; }
    @media (min-width: 768px) {
      body[class^="product-"] .productImage .gallery-container {
        border: 1px solid #f2f2f2; } }
    body[class^="product-"] .productImage .gallery-container.detail-container {
      margin-bottom: 0rem; }
    body[class^="product-"] .productImage .gallery-container .detail-image {
      position: relative;
      overflow: hidden; }
      body[class^="product-"] .productImage .gallery-container .detail-image > img {
        cursor: pointer; }
      body[class^="product-"] .productImage .gallery-container .detail-image a {
        outline: none; }
      body[class^="product-"] .productImage .gallery-container .detail-image .product-video {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40rem;
        outline: none; }
        @media (max-width: 991px) {
          body[class^="product-"] .productImage .gallery-container .detail-image .product-video {
            height: 30rem; } }
        @media (max-width: 767px) {
          body[class^="product-"] .productImage .gallery-container .detail-image .product-video {
            height: 40rem; } }
        body[class^="product-"] .productImage .gallery-container .detail-image .product-video span {
          width: 100px;
          height: 100px;
          position: absolute; }
          body[class^="product-"] .productImage .gallery-container .detail-image .product-video span > img {
            position: relative;
            height: 100%; }
    body[class^="product-"] .productImage .gallery-container .add-image {
      cursor: pointer;
      float: left;
      width: 1px; }
    body[class^="product-"] .productImage img {
      position: relative;
      z-index: 1;
      max-height: 400px;
      text-align: center;
      margin: 0 auto;
      object-fit: contain;
      font-family: "object-fit: contain;"; }
    body[class^="product-"] .productImage .detail-container .slick-dots {
      bottom: -15px; }
      body[class^="product-"] .productImage .detail-container .slick-dots li {
        display: inline-block; }
      body[class^="product-"] .productImage .detail-container .slick-dots li:only-child {
        display: none; }
    body[class^="product-"] .productImage .detail-container .slick-list .slick-track {
      height: 100%; }
    body[class^="product-"] .productImage .slick-list {
      z-index: 1; }
      body[class^="product-"] .productImage .slick-list .slick-track {
        width: 100%; }
  body[class^="product-"] .preview-container {
    z-index: 1;
    padding: 10px 0;
    margin-top: 15px; }
    body[class^="product-"] .preview-container .add-image {
      height: 12rem;
      display: flex;
      align-items: center;
      opacity: 0.7;
      -moz-transition: opacity 250ms;
      -o-transition: opacity 250ms;
      -webkit-transition: opacity 250ms;
      transition: opacity 250ms;
      background: #FFFFFF;
      margin-right: 0.4rem;
      position: relative;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; }
      body[class^="product-"] .preview-container .add-image img {
        max-width: 100%;
        max-height: 12rem;
        object-fit: contain;
        font-family: "object-fit: contain;"; }
      body[class^="product-"] .preview-container .add-image.slick-current, body[class^="product-"] .preview-container .add-image:hover {
        opacity: 1; }
        body[class^="product-"] .preview-container .add-image.slick-current:after, body[class^="product-"] .preview-container .add-image:hover:after {
          position: absolute;
          content: "";
          bottom: 5px;
          left: 20%;
          width: 60%;
          height: 3px;
          background: rgba(76, 76, 76, 0.7);
          z-index: 2; }
    body[class^="product-"] .preview-container.slick-slider {
      margin-bottom: 0; }
      body[class^="product-"] .preview-container.slick-slider .slick-dots {
        bottom: 1rem; }
  body[class^="product-"] .foreign-color {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff; }
  body[class^="product-"] .headline {
    position: relative; }
  body[class^="product-"] .show_all {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 3rem; }
  body[class^="product-"] .line-break {
    border-top: 1px solid #f2f2f2;
    padding-top: 2rem;
    margin-top: 2rem; }
    body[class^="product-"] .line-break.seriesTeaserRow {
      margin-top: 0;
      padding-top: 4rem; }
  body[class^="product-"] .product .title {
    text-transform: none; }
    @media (max-width: 767px) {
      body[class^="product-"] .product .title {
        margin-bottom: 2rem; } }
  body[class^="product-"] .smaller {
    margin-top: 10rem; }
    body[class^="product-"] .smaller .headline h3 {
      font-size: 1.6rem; }
    body[class^="product-"] .smaller .similarProducts .image {
      height: 12rem; }
    body[class^="product-"] .smaller .title {
      font-size: 1.4rem; }
  body[class^="product-"] .btn {
    padding: 0.6rem 2rem; }
  body[class^="product-"] .file-downloads li a {
    color: #4c4c4c;
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    display: block;
    height: 2.4rem;
    margin-bottom: 1.5rem;
    line-height: 2.4rem; }
    body[class^="product-"] .file-downloads li a:before {
      font-size: 2.4rem;
      margin-right: 0.5rem;
      color: #d20f2b; }
  body[class^="product-"] .hidden-information .content {
    display: none; }
  body[class^="product-"] .hidden-information .trigger {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    margin-top: 1rem;
    position: relative;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
    body[class^="product-"] .hidden-information .trigger [data-action="hide"] {
      display: none; }
    body[class^="product-"] .hidden-information .trigger:after {
      position: absolute;
      right: 2rem;
      top: 1rem;
      -moz-transition: -moz-transform 200ms;
      -o-transition: -o-transform 200ms;
      -webkit-transition: -webkit-transform 200ms;
      transition: transform 200ms;
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
  body[class^="product-"] .hidden-information.open .trigger:after {
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -webkit-transform: scale(-1);
    transform: scale(-1); }
  body[class^="product-"] img.mfp-img {
    max-height: 80vh !important; }
  @media (max-width: 767px) {
    body[class^="product-"] {
      padding: 8.1rem 0 0; } }
  body[class^="product-"] .cart-add, body[class^="product-"] .adtn-cart-add {
    padding: 8px;
    margin: 5px 5px 5px 0; }

body[class^="products-series-"] {
  padding-top: 13.3rem; }

.container.checkout .step-data {
  padding: 20px 0; }
  .container.checkout .step-data.border-top {
    border-top: 1px solid #f2f2f2; }

body[class^=checkout-request-offer] #content {
  padding-top: 4rem; }
  body[class^=checkout-request-offer] #content .info_text {
    margin-bottom: 2rem; }
body[class^=checkout-request-offer] #newsletter-register {
  margin-top: 0; }

body.checkout-confirmation .input-group label {
  position: relative;
  text-transform: none;
  margin-left: 1rem;
  top: -0.1rem; }

body.checkout-overview .action-box,
body.checkout-confirmation .action-box,
body[class^=checkout-] .action-box,
body[class^=account-activation] .action-box {
  padding-top: 1rem;
  background-color: #f2f2f2; }
  body.checkout-overview .action-box .titlebar,
  body.checkout-confirmation .action-box .titlebar,
  body[class^=checkout-] .action-box .titlebar,
  body[class^=account-activation] .action-box .titlebar {
    margin: 0 -1rem; }
    body.checkout-overview .action-box .titlebar .title,
    body.checkout-confirmation .action-box .titlebar .title,
    body[class^=checkout-] .action-box .titlebar .title,
    body[class^=account-activation] .action-box .titlebar .title {
      margin-left: 0;
      top: 0.8rem; }
    body.checkout-overview .action-box .titlebar .icon, body.checkout-overview .action-box .titlebar .SumoSelect > .CaptionCont > label > i, body.checkout-overview .action-box .titlebar .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span body.checkout-overview .action-box .titlebar i, body.checkout-overview .action-box .titlebar .sm-expander .arrow_hint, .sm-expander body.checkout-overview .action-box .titlebar .arrow_hint, body.checkout-overview .action-box .titlebar .address-container .radio_button input ~ .input-field, .address-container .radio_button body.checkout-overview .action-box .titlebar input ~ .input-field, body.checkout-overview .action-box .titlebar .collapsibleItem .title, .collapsibleItem body.checkout-overview .action-box .titlebar .title, body.checkout-overview .action-box .titlebar .collapsibleItem .expander-title, .collapsibleItem body.checkout-overview .action-box .titlebar .expander-title, body.checkout-overview .action-box .titlebar body.account-order-history #content .value.payment, body.account-order-history #content body.checkout-overview .action-box .titlebar .value.payment, body.checkout-overview .action-box .titlebar body.account-order-history #content .value.send, body.account-order-history #content body.checkout-overview .action-box .titlebar .value.send, body.checkout-overview .action-box .titlebar body.account-order-history #content .value.partial_send, body.account-order-history #content body.checkout-overview .action-box .titlebar .value.partial_send, body.checkout-overview .action-box .titlebar body.account-order-history #content .value.commission, body.account-order-history #content body.checkout-overview .action-box .titlebar .value.commission, body.checkout-overview .action-box .titlebar body.account-order-history #content .value.done, body.account-order-history #content body.checkout-overview .action-box .titlebar .value.done, body.checkout-overview .action-box .titlebar body.account-retailer #content .value.payment, body.account-retailer #content body.checkout-overview .action-box .titlebar .value.payment, body.checkout-overview .action-box .titlebar body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content body.checkout-overview .action-box .titlebar .value.payment, body.checkout-overview .action-box .titlebar body.account-downloads #content .value.payment, body.account-downloads #content body.checkout-overview .action-box .titlebar .value.payment, body.checkout-overview .action-box .titlebar body.account-retailer #content .value.send, body.account-retailer #content body.checkout-overview .action-box .titlebar .value.send, body.checkout-overview .action-box .titlebar body.dashboard-retailer #content .value.send, body.dashboard-retailer #content body.checkout-overview .action-box .titlebar .value.send, body.checkout-overview .action-box .titlebar body.account-downloads #content .value.send, body.account-downloads #content body.checkout-overview .action-box .titlebar .value.send, body.checkout-overview .action-box .titlebar body.account-retailer #content .value.partial_send, body.account-retailer #content body.checkout-overview .action-box .titlebar .value.partial_send, body.checkout-overview .action-box .titlebar body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content body.checkout-overview .action-box .titlebar .value.partial_send, body.checkout-overview .action-box .titlebar body.account-downloads #content .value.partial_send, body.account-downloads #content body.checkout-overview .action-box .titlebar .value.partial_send, body.checkout-overview .action-box .titlebar body.account-retailer #content .value.commission, body.account-retailer #content body.checkout-overview .action-box .titlebar .value.commission, body.checkout-overview .action-box .titlebar body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content body.checkout-overview .action-box .titlebar .value.commission, body.checkout-overview .action-box .titlebar body.account-downloads #content .value.commission, body.account-downloads #content body.checkout-overview .action-box .titlebar .value.commission, body.checkout-overview .action-box .titlebar body.account-retailer #content .value.done, body.account-retailer #content body.checkout-overview .action-box .titlebar .value.done, body.checkout-overview .action-box .titlebar body.dashboard-retailer #content .value.done, body.dashboard-retailer #content body.checkout-overview .action-box .titlebar .value.done, body.checkout-overview .action-box .titlebar body.account-downloads #content .value.done, body.account-downloads #content body.checkout-overview .action-box .titlebar .value.done,
    body.checkout-confirmation .action-box .titlebar .icon,
    body.checkout-confirmation .action-box .titlebar .SumoSelect > .CaptionCont > label > i,
    body.checkout-confirmation .action-box .titlebar .SumoSelect > .optWrapper > .options li.opt.opt.selected span i,
    .SumoSelect > .optWrapper > .options li.opt.opt.selected span body.checkout-confirmation .action-box .titlebar i,
    body.checkout-confirmation .action-box .titlebar .sm-expander .arrow_hint,
    .sm-expander body.checkout-confirmation .action-box .titlebar .arrow_hint,
    body.checkout-confirmation .action-box .titlebar .address-container .radio_button input ~ .input-field,
    .address-container .radio_button body.checkout-confirmation .action-box .titlebar input ~ .input-field,
    body.checkout-confirmation .action-box .titlebar .collapsibleItem .title,
    .collapsibleItem body.checkout-confirmation .action-box .titlebar .title,
    body.checkout-confirmation .action-box .titlebar .collapsibleItem .expander-title,
    .collapsibleItem body.checkout-confirmation .action-box .titlebar .expander-title,
    body.checkout-confirmation .action-box .titlebar body.account-order-history #content .value.payment,
    body.account-order-history #content body.checkout-confirmation .action-box .titlebar .value.payment,
    body.checkout-confirmation .action-box .titlebar body.account-order-history #content .value.send,
    body.account-order-history #content body.checkout-confirmation .action-box .titlebar .value.send,
    body.checkout-confirmation .action-box .titlebar body.account-order-history #content .value.partial_send,
    body.account-order-history #content body.checkout-confirmation .action-box .titlebar .value.partial_send,
    body.checkout-confirmation .action-box .titlebar body.account-order-history #content .value.commission,
    body.account-order-history #content body.checkout-confirmation .action-box .titlebar .value.commission,
    body.checkout-confirmation .action-box .titlebar body.account-order-history #content .value.done,
    body.account-order-history #content body.checkout-confirmation .action-box .titlebar .value.done,
    body.checkout-confirmation .action-box .titlebar body.account-retailer #content .value.payment,
    body.account-retailer #content body.checkout-confirmation .action-box .titlebar .value.payment,
    body.checkout-confirmation .action-box .titlebar body.dashboard-retailer #content .value.payment,
    body.dashboard-retailer #content body.checkout-confirmation .action-box .titlebar .value.payment,
    body.checkout-confirmation .action-box .titlebar body.account-downloads #content .value.payment,
    body.account-downloads #content body.checkout-confirmation .action-box .titlebar .value.payment,
    body.checkout-confirmation .action-box .titlebar body.account-retailer #content .value.send,
    body.account-retailer #content body.checkout-confirmation .action-box .titlebar .value.send,
    body.checkout-confirmation .action-box .titlebar body.dashboard-retailer #content .value.send,
    body.dashboard-retailer #content body.checkout-confirmation .action-box .titlebar .value.send,
    body.checkout-confirmation .action-box .titlebar body.account-downloads #content .value.send,
    body.account-downloads #content body.checkout-confirmation .action-box .titlebar .value.send,
    body.checkout-confirmation .action-box .titlebar body.account-retailer #content .value.partial_send,
    body.account-retailer #content body.checkout-confirmation .action-box .titlebar .value.partial_send,
    body.checkout-confirmation .action-box .titlebar body.dashboard-retailer #content .value.partial_send,
    body.dashboard-retailer #content body.checkout-confirmation .action-box .titlebar .value.partial_send,
    body.checkout-confirmation .action-box .titlebar body.account-downloads #content .value.partial_send,
    body.account-downloads #content body.checkout-confirmation .action-box .titlebar .value.partial_send,
    body.checkout-confirmation .action-box .titlebar body.account-retailer #content .value.commission,
    body.account-retailer #content body.checkout-confirmation .action-box .titlebar .value.commission,
    body.checkout-confirmation .action-box .titlebar body.dashboard-retailer #content .value.commission,
    body.dashboard-retailer #content body.checkout-confirmation .action-box .titlebar .value.commission,
    body.checkout-confirmation .action-box .titlebar body.account-downloads #content .value.commission,
    body.account-downloads #content body.checkout-confirmation .action-box .titlebar .value.commission,
    body.checkout-confirmation .action-box .titlebar body.account-retailer #content .value.done,
    body.account-retailer #content body.checkout-confirmation .action-box .titlebar .value.done,
    body.checkout-confirmation .action-box .titlebar body.dashboard-retailer #content .value.done,
    body.dashboard-retailer #content body.checkout-confirmation .action-box .titlebar .value.done,
    body.checkout-confirmation .action-box .titlebar body.account-downloads #content .value.done,
    body.account-downloads #content body.checkout-confirmation .action-box .titlebar .value.done,
    body[class^=checkout-] .action-box .titlebar .icon,
    body[class^=checkout-] .action-box .titlebar .SumoSelect > .CaptionCont > label > i,
    body[class^=checkout-] .action-box .titlebar .SumoSelect > .optWrapper > .options li.opt.opt.selected span i,
    .SumoSelect > .optWrapper > .options li.opt.opt.selected span body[class^=checkout-] .action-box .titlebar i,
    body[class^=checkout-] .action-box .titlebar .sm-expander .arrow_hint,
    .sm-expander body[class^=checkout-] .action-box .titlebar .arrow_hint,
    body[class^=checkout-] .action-box .titlebar .address-container .radio_button input ~ .input-field,
    .address-container .radio_button body[class^=checkout-] .action-box .titlebar input ~ .input-field,
    body[class^=checkout-] .action-box .titlebar .collapsibleItem .title,
    .collapsibleItem body[class^=checkout-] .action-box .titlebar .title,
    body[class^=checkout-] .action-box .titlebar .collapsibleItem .expander-title,
    .collapsibleItem body[class^=checkout-] .action-box .titlebar .expander-title,
    body[class^=checkout-] .action-box .titlebar body.account-order-history #content .value.payment,
    body.account-order-history #content body[class^=checkout-] .action-box .titlebar .value.payment,
    body[class^=checkout-] .action-box .titlebar body.account-order-history #content .value.send,
    body.account-order-history #content body[class^=checkout-] .action-box .titlebar .value.send,
    body[class^=checkout-] .action-box .titlebar body.account-order-history #content .value.partial_send,
    body.account-order-history #content body[class^=checkout-] .action-box .titlebar .value.partial_send,
    body[class^=checkout-] .action-box .titlebar body.account-order-history #content .value.commission,
    body.account-order-history #content body[class^=checkout-] .action-box .titlebar .value.commission,
    body[class^=checkout-] .action-box .titlebar body.account-order-history #content .value.done,
    body.account-order-history #content body[class^=checkout-] .action-box .titlebar .value.done,
    body[class^=checkout-] .action-box .titlebar body.account-retailer #content .value.payment,
    body.account-retailer #content body[class^=checkout-] .action-box .titlebar .value.payment,
    body[class^=checkout-] .action-box .titlebar body.dashboard-retailer #content .value.payment,
    body.dashboard-retailer #content body[class^=checkout-] .action-box .titlebar .value.payment,
    body[class^=checkout-] .action-box .titlebar body.account-downloads #content .value.payment,
    body.account-downloads #content body[class^=checkout-] .action-box .titlebar .value.payment,
    body[class^=checkout-] .action-box .titlebar body.account-retailer #content .value.send,
    body.account-retailer #content body[class^=checkout-] .action-box .titlebar .value.send,
    body[class^=checkout-] .action-box .titlebar body.dashboard-retailer #content .value.send,
    body.dashboard-retailer #content body[class^=checkout-] .action-box .titlebar .value.send,
    body[class^=checkout-] .action-box .titlebar body.account-downloads #content .value.send,
    body.account-downloads #content body[class^=checkout-] .action-box .titlebar .value.send,
    body[class^=checkout-] .action-box .titlebar body.account-retailer #content .value.partial_send,
    body.account-retailer #content body[class^=checkout-] .action-box .titlebar .value.partial_send,
    body[class^=checkout-] .action-box .titlebar body.dashboard-retailer #content .value.partial_send,
    body.dashboard-retailer #content body[class^=checkout-] .action-box .titlebar .value.partial_send,
    body[class^=checkout-] .action-box .titlebar body.account-downloads #content .value.partial_send,
    body.account-downloads #content body[class^=checkout-] .action-box .titlebar .value.partial_send,
    body[class^=checkout-] .action-box .titlebar body.account-retailer #content .value.commission,
    body.account-retailer #content body[class^=checkout-] .action-box .titlebar .value.commission,
    body[class^=checkout-] .action-box .titlebar body.dashboard-retailer #content .value.commission,
    body.dashboard-retailer #content body[class^=checkout-] .action-box .titlebar .value.commission,
    body[class^=checkout-] .action-box .titlebar body.account-downloads #content .value.commission,
    body.account-downloads #content body[class^=checkout-] .action-box .titlebar .value.commission,
    body[class^=checkout-] .action-box .titlebar body.account-retailer #content .value.done,
    body.account-retailer #content body[class^=checkout-] .action-box .titlebar .value.done,
    body[class^=checkout-] .action-box .titlebar body.dashboard-retailer #content .value.done,
    body.dashboard-retailer #content body[class^=checkout-] .action-box .titlebar .value.done,
    body[class^=checkout-] .action-box .titlebar body.account-downloads #content .value.done,
    body.account-downloads #content body[class^=checkout-] .action-box .titlebar .value.done,
    body[class^=account-activation] .action-box .titlebar .icon,
    body[class^=account-activation] .action-box .titlebar .SumoSelect > .CaptionCont > label > i,
    body[class^=account-activation] .action-box .titlebar .SumoSelect > .optWrapper > .options li.opt.opt.selected span i,
    .SumoSelect > .optWrapper > .options li.opt.opt.selected span body[class^=account-activation] .action-box .titlebar i,
    body[class^=account-activation] .action-box .titlebar .sm-expander .arrow_hint,
    .sm-expander body[class^=account-activation] .action-box .titlebar .arrow_hint,
    body[class^=account-activation] .action-box .titlebar .address-container .radio_button input ~ .input-field,
    .address-container .radio_button body[class^=account-activation] .action-box .titlebar input ~ .input-field,
    body[class^=account-activation] .action-box .titlebar .collapsibleItem .title,
    .collapsibleItem body[class^=account-activation] .action-box .titlebar .title,
    body[class^=account-activation] .action-box .titlebar .collapsibleItem .expander-title,
    .collapsibleItem body[class^=account-activation] .action-box .titlebar .expander-title,
    body[class^=account-activation] .action-box .titlebar body.account-order-history #content .value.payment,
    body.account-order-history #content body[class^=account-activation] .action-box .titlebar .value.payment,
    body[class^=account-activation] .action-box .titlebar body.account-order-history #content .value.send,
    body.account-order-history #content body[class^=account-activation] .action-box .titlebar .value.send,
    body[class^=account-activation] .action-box .titlebar body.account-order-history #content .value.partial_send,
    body.account-order-history #content body[class^=account-activation] .action-box .titlebar .value.partial_send,
    body[class^=account-activation] .action-box .titlebar body.account-order-history #content .value.commission,
    body.account-order-history #content body[class^=account-activation] .action-box .titlebar .value.commission,
    body[class^=account-activation] .action-box .titlebar body.account-order-history #content .value.done,
    body.account-order-history #content body[class^=account-activation] .action-box .titlebar .value.done,
    body[class^=account-activation] .action-box .titlebar body.account-retailer #content .value.payment,
    body.account-retailer #content body[class^=account-activation] .action-box .titlebar .value.payment,
    body[class^=account-activation] .action-box .titlebar body.dashboard-retailer #content .value.payment,
    body.dashboard-retailer #content body[class^=account-activation] .action-box .titlebar .value.payment,
    body[class^=account-activation] .action-box .titlebar body.account-downloads #content .value.payment,
    body.account-downloads #content body[class^=account-activation] .action-box .titlebar .value.payment,
    body[class^=account-activation] .action-box .titlebar body.account-retailer #content .value.send,
    body.account-retailer #content body[class^=account-activation] .action-box .titlebar .value.send,
    body[class^=account-activation] .action-box .titlebar body.dashboard-retailer #content .value.send,
    body.dashboard-retailer #content body[class^=account-activation] .action-box .titlebar .value.send,
    body[class^=account-activation] .action-box .titlebar body.account-downloads #content .value.send,
    body.account-downloads #content body[class^=account-activation] .action-box .titlebar .value.send,
    body[class^=account-activation] .action-box .titlebar body.account-retailer #content .value.partial_send,
    body.account-retailer #content body[class^=account-activation] .action-box .titlebar .value.partial_send,
    body[class^=account-activation] .action-box .titlebar body.dashboard-retailer #content .value.partial_send,
    body.dashboard-retailer #content body[class^=account-activation] .action-box .titlebar .value.partial_send,
    body[class^=account-activation] .action-box .titlebar body.account-downloads #content .value.partial_send,
    body.account-downloads #content body[class^=account-activation] .action-box .titlebar .value.partial_send,
    body[class^=account-activation] .action-box .titlebar body.account-retailer #content .value.commission,
    body.account-retailer #content body[class^=account-activation] .action-box .titlebar .value.commission,
    body[class^=account-activation] .action-box .titlebar body.dashboard-retailer #content .value.commission,
    body.dashboard-retailer #content body[class^=account-activation] .action-box .titlebar .value.commission,
    body[class^=account-activation] .action-box .titlebar body.account-downloads #content .value.commission,
    body.account-downloads #content body[class^=account-activation] .action-box .titlebar .value.commission,
    body[class^=account-activation] .action-box .titlebar body.account-retailer #content .value.done,
    body.account-retailer #content body[class^=account-activation] .action-box .titlebar .value.done,
    body[class^=account-activation] .action-box .titlebar body.dashboard-retailer #content .value.done,
    body.dashboard-retailer #content body[class^=account-activation] .action-box .titlebar .value.done,
    body[class^=account-activation] .action-box .titlebar body.account-downloads #content .value.done,
    body.account-downloads #content body[class^=account-activation] .action-box .titlebar .value.done {
      color: #d20f2b;
      background-color: transparent; }
  body.checkout-overview .action-box hr,
  body.checkout-confirmation .action-box hr,
  body[class^=checkout-] .action-box hr,
  body[class^=account-activation] .action-box hr {
    border-top: 1px solid #ffffff; }
body.checkout-overview .body,
body.checkout-confirmation .body,
body[class^=checkout-] .body,
body[class^=account-activation] .body {
  position: relative;
  line-height: 2rem;
  margin-left: 3.4rem; }
body.checkout-overview h1,
body.checkout-confirmation h1,
body[class^=checkout-] h1,
body[class^=account-activation] h1 {
  margin-bottom: 0; }
body.checkout-overview h3,
body.checkout-confirmation h3,
body[class^=checkout-] h3,
body[class^=account-activation] h3 {
  font-size: 2rem; }
body.checkout-overview h5,
body.checkout-confirmation h5,
body[class^=checkout-] h5,
body[class^=account-activation] h5 {
  margin-bottom: 1rem; }
body.checkout-overview .checkout-confirmation-wrapper,
body.checkout-confirmation .checkout-confirmation-wrapper,
body[class^=checkout-] .checkout-confirmation-wrapper,
body[class^=account-activation] .checkout-confirmation-wrapper {
  padding-top: 6rem; }
body.checkout-overview .step-data,
body.checkout-confirmation .step-data,
body[class^=checkout-] .step-data,
body[class^=account-activation] .step-data {
  margin-top: 2rem;
  padding-top: 2rem; }
  body.checkout-overview .step-data.border-top,
  body.checkout-confirmation .step-data.border-top,
  body[class^=checkout-] .step-data.border-top,
  body[class^=account-activation] .step-data.border-top {
    border-top: 1px solid #f2f2f2; }
  @media (max-width: 767px) {
    body.checkout-overview .step-data,
    body.checkout-confirmation .step-data,
    body[class^=checkout-] .step-data,
    body[class^=account-activation] .step-data {
      margin: 0; } }
body.checkout-overview .order_number,
body.checkout-confirmation .order_number,
body[class^=checkout-] .order_number,
body[class^=account-activation] .order_number {
  color: #d20f2b;
  font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
body.checkout-overview .print a.btn,
body.checkout-confirmation .print a.btn,
body[class^=checkout-] .print a.btn,
body[class^=account-activation] .print a.btn {
  padding: 1.1rem 4rem 1.4rem 4rem; }
body.checkout-overview .print a:before,
body.checkout-confirmation .print a:before,
body[class^=checkout-] .print a:before,
body[class^=account-activation] .print a:before {
  content: "";
  font-family: iconfont;
  font-size: 2rem;
  position: relative;
  top: 0.3rem;
  margin-right: 1rem; }

body.news .newsentry > .image {
  padding: 0; }
body.news .newsentry > .content {
  height: 100%;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem; }
  body.news .newsentry > .content a.external_bottom {
    position: absolute;
    bottom: 2rem;
    left: 2rem; }
    body.news .newsentry > .content a.external_bottom:before {
      margin-right: 0.5rem;
      color: #d20f2b; }
  @media (max-width: 1199px) {
    body.news .newsentry > .content {
      height: auto; } }
body.news ul.newslist li .image a:before {
  content: ""; }
body.news .body {
  margin-top: 2rem;
  line-height: 1.4;
  max-height: 20rem;
  overflow: hidden; }
body.news .action_bar {
  padding: 0 2.2rem 1.2rem 2.2rem; }
  body.news .action_bar > a {
    display: inline-block; }
    body.news .action_bar > a .button_ical, body.news .action_bar > a .button_website {
      font-size: 4.2rem;
      margin: 0 0.8rem 1rem 0.8rem; }

#dwMap {
  margin-bottom: 10rem; }
  @media (max-width: 991px) {
    #dwMap {
      margin-bottom: 2rem; } }

#dwMap.google-map.flagship-store {
  margin-right: 2rem; }

body.flagshipstore-frankfurt iframe {
  padding-right: 2rem;
  margin-bottom: 2rem; }
@supports (-webkit-hyphens: auto) or (-moz-hyphens: auto) or (-ms-hyphens: auto) or (hyphens: auto) {
  body.flagshipstore-frankfurt #content .richtext {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }
@media (max-width: 991px) {
  body.flagshipstore-frankfurt .sidebar {
    margin-bottom: 10rem; } }
body.flagshipstore-frankfurt .view360 {
  position: relative;
  display: block;
  margin-bottom: 2rem; }
  body.flagshipstore-frankfurt .view360 i {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: white;
    font-size: 5rem;
    padding: 0rem 1rem 0 1rem;
    background: rgba(0, 0, 0, 0.54);
    border-radius: 1rem; }
body.flagshipstore-frankfurt .views_360_container {
  margin-bottom: 10rem; }
  body.flagshipstore-frankfurt .views_360_container + h2 {
    border-top: 1px solid rgba(76, 76, 76, 0.2);
    padding-top: 2rem; }

body.retailer {
  padding-top: 21rem; }
  @media (max-width: 991px) {
    body.retailer {
      padding-top: 24rem; } }
  @media (max-width: 767px) {
    body.retailer {
      padding-top: 18rem; } }
  body.retailer .SumoSelect, body.retailer .input-group {
    margin-bottom: 0; }

#retailerMessageFallback {
  display: none; }

#retailerMap {
  height: 400px;
  background: #f2f2f2;
  position: relative; }
  @media (max-width: 991px) {
    #retailerMap {
      max-height: 60vh; } }
  #retailerMap .preloader-wrapper {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px); }
  #retailerMap .customDwMapsMarker {
    position: absolute;
    background: transparent url("/img/maps-marker-small.png") no-repeat;
    width: 34px;
    height: 42px;
    color: #ffffff;
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    line-height: 3rem;
    text-align: center;
    padding-right: 0.6rem;
    font-size: 1.4rem;
    margin-top: -42px;
    margin-left: -15px; }

#retailerResults {
  padding: 1.5em; }
  #retailerResults .number {
    color: #d20f2b;
    font-weight: bold; }

#retailerList a:not(.btn) {
  color: #d20f2b; }
#retailerList ol {
  counter-reset: retailer-counter; }
#retailerList li {
  border-top: 1px solid #f2f2f2;
  padding: 1.5rem 0 2.5rem; }
  #retailerList li.col-xs-12 {
    padding: 0 0.7rem 2.5rem;
    border-top: none; }
    @media (min-width: 992px) {
      #retailerList li.col-xs-12:nth-child(3n-1) {
        clear: both; }
      #retailerList li.col-xs-12:nth-child(2) {
        clear: none; } }
    @media (max-width: 991px) {
      #retailerList li.col-xs-12:nth-child(2n) {
        clear: both; }
      #retailerList li.col-xs-12:nth-child(2) {
        clear: none; } }
  #retailerList li .row {
    max-width: 680px;
    margin: 0 auto; }
  #retailerList li .infos {
    position: relative;
    padding-left: 6rem;
    line-height: 1.4; }
    #retailerList li .infos.light-grey {
      background: #f2f2f2;
      padding: 0; }
      #retailerList li .infos.light-grey:before {
        left: 2rem;
        top: 2rem; }
      #retailerList li .infos.light-grey:after {
        left: 5.2rem;
        top: 2rem; }
      #retailerList li .infos.light-grey input[type="radio"] {
        display: none; }
        #retailerList li .infos.light-grey input[type="radio"] + label {
          display: block;
          border: 1px solid #ffffff;
          padding: 1em 0.5em 1.2em 5em;
          min-height: 230px; }
          #retailerList li .infos.light-grey input[type="radio"] + label:before, #retailerList li .infos.light-grey input[type="radio"] + label:after {
            display: none; }
          @media (max-width: 767px) {
            #retailerList li .infos.light-grey input[type="radio"] + label {
              min-height: 0; } }
        #retailerList li .infos.light-grey input[type="radio"]:checked + label {
          border-color: #d20f2b;
          background: #ffffff; }
    #retailerList li .infos:before {
      content: counter(retailer-counter);
      counter-increment: retailer-counter;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      font-size: 36px;
      font-weight: bold; }
    #retailerList li .infos:after {
      content: "/";
      color: #d20f2b;
      font-size: 38px;
      font-weight: bold;
      position: absolute;
      left: 3.2rem;
      top: 0;
      z-index: 1; }
    #retailerList li .infos .title {
      display: block;
      font-size: 1em;
      line-height: 1.1;
      padding: 1em 0 0.7em;
      text-transform: uppercase;
      font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif; }
  #retailerList li:nth-child(n+11) .infos:before {
    font-size: 26px;
    padding-top: 6px; }
  #retailerList li:nth-child(n+101) .infos:before {
    font-size: 18px;
    padding-top: 10px; }
  #retailerList li .links a {
    margin: 1em 0 0; }
    #retailerList li .links a:not(.btn) {
      color: #d20f2b;
      display: block; }
      #retailerList li .links a:not(.btn) .icon, #retailerList li .links a:not(.btn) .SumoSelect > .CaptionCont > label > i, #retailerList .SumoSelect > .optWrapper > .options li.opt.opt.selected .links a:not(.btn) span i, .SumoSelect > .optWrapper > .options #retailerList li.opt.opt.selected .links a:not(.btn) span i, #retailerList .SumoSelect > .optWrapper > .options li.opt.opt.selected span .links a:not(.btn) i, .SumoSelect > .optWrapper > .options #retailerList li.opt.opt.selected span .links a:not(.btn) i, #retailerList li .links a:not(.btn) .sm-expander .arrow_hint, .sm-expander #retailerList li .links a:not(.btn) .arrow_hint, #retailerList li .links a:not(.btn) .address-container .radio_button input ~ .input-field, .address-container .radio_button #retailerList li .links a:not(.btn) input ~ .input-field, #retailerList li .links a:not(.btn) .collapsibleItem .title, .collapsibleItem #retailerList li .links a:not(.btn) .title, #retailerList li .links a:not(.btn) .collapsibleItem .expander-title, .collapsibleItem #retailerList li .links a:not(.btn) .expander-title, #retailerList li .links a:not(.btn) body.account-order-history #content .value.payment, body.account-order-history #content #retailerList li .links a:not(.btn) .value.payment, #retailerList li .links a:not(.btn) body.account-order-history #content .value.send, body.account-order-history #content #retailerList li .links a:not(.btn) .value.send, #retailerList li .links a:not(.btn) body.account-order-history #content .value.partial_send, body.account-order-history #content #retailerList li .links a:not(.btn) .value.partial_send, #retailerList li .links a:not(.btn) body.account-order-history #content .value.commission, body.account-order-history #content #retailerList li .links a:not(.btn) .value.commission, #retailerList li .links a:not(.btn) body.account-order-history #content .value.done, body.account-order-history #content #retailerList li .links a:not(.btn) .value.done, #retailerList li .links a:not(.btn) body.account-retailer #content .value.payment, body.account-retailer #content #retailerList li .links a:not(.btn) .value.payment, #retailerList li .links a:not(.btn) body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content #retailerList li .links a:not(.btn) .value.payment, #retailerList li .links a:not(.btn) body.account-downloads #content .value.payment, body.account-downloads #content #retailerList li .links a:not(.btn) .value.payment, #retailerList li .links a:not(.btn) body.account-retailer #content .value.send, body.account-retailer #content #retailerList li .links a:not(.btn) .value.send, #retailerList li .links a:not(.btn) body.dashboard-retailer #content .value.send, body.dashboard-retailer #content #retailerList li .links a:not(.btn) .value.send, #retailerList li .links a:not(.btn) body.account-downloads #content .value.send, body.account-downloads #content #retailerList li .links a:not(.btn) .value.send, #retailerList li .links a:not(.btn) body.account-retailer #content .value.partial_send, body.account-retailer #content #retailerList li .links a:not(.btn) .value.partial_send, #retailerList li .links a:not(.btn) body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content #retailerList li .links a:not(.btn) .value.partial_send, #retailerList li .links a:not(.btn) body.account-downloads #content .value.partial_send, body.account-downloads #content #retailerList li .links a:not(.btn) .value.partial_send, #retailerList li .links a:not(.btn) body.account-retailer #content .value.commission, body.account-retailer #content #retailerList li .links a:not(.btn) .value.commission, #retailerList li .links a:not(.btn) body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content #retailerList li .links a:not(.btn) .value.commission, #retailerList li .links a:not(.btn) body.account-downloads #content .value.commission, body.account-downloads #content #retailerList li .links a:not(.btn) .value.commission, #retailerList li .links a:not(.btn) body.account-retailer #content .value.done, body.account-retailer #content #retailerList li .links a:not(.btn) .value.done, #retailerList li .links a:not(.btn) body.dashboard-retailer #content .value.done, body.dashboard-retailer #content #retailerList li .links a:not(.btn) .value.done, #retailerList li .links a:not(.btn) body.account-downloads #content .value.done, body.account-downloads #content #retailerList li .links a:not(.btn) .value.done {
        margin: 0 0.5em 0 0; }

#retailerSearch input[type=text] {
  margin-top: 0.1rem; }
#retailerSearch .input-group.sanitary, #retailerSearch .input-group.lamps {
  display: inline-block;
  position: relative;
  top: -1px; }
  #retailerSearch .input-group.sanitary:before, #retailerSearch .input-group.lamps:before {
    content: " ";
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    color: #7c7c7c;
    width: 24px;
    height: 24px;
    border: 1px solid #848484;
    display: block;
    position: absolute;
    top: 5.6px;
    padding: 0.3rem 0 0 0.6rem; }
  #retailerSearch .input-group.sanitary.checked:before, #retailerSearch .input-group.lamps.checked:before {
    content: "X"; }
  #retailerSearch .input-group.sanitary input[type=checkbox], #retailerSearch .input-group.lamps input[type=checkbox] {
    visibility: hidden;
    margin-top: 1rem; }
  #retailerSearch .input-group.sanitary label, #retailerSearch .input-group.lamps label {
    padding: 0.4rem 0 0.4rem 3rem;
    margin-left: -1.2rem;
    position: relative;
    z-index: 2;
    cursor: pointer; }
    #retailerSearch .input-group.sanitary label.icon:before, #retailerSearch .input-group.sanitary .sm-expander label.arrow_hint:before, .sm-expander #retailerSearch .input-group.sanitary label.arrow_hint:before, #retailerSearch .input-group.sanitary .address-container .radio_button input ~ label.input-field:before, .address-container .radio_button #retailerSearch .input-group.sanitary input ~ label.input-field:before, #retailerSearch .input-group.sanitary .collapsibleItem label.title:before, .collapsibleItem #retailerSearch .input-group.sanitary label.title:before, #retailerSearch .input-group.sanitary .collapsibleItem label.expander-title:before, .collapsibleItem #retailerSearch .input-group.sanitary label.expander-title:before, #retailerSearch .input-group.sanitary body.account-order-history #content label.value.payment:before, body.account-order-history #content #retailerSearch .input-group.sanitary label.value.payment:before, #retailerSearch .input-group.sanitary body.account-order-history #content label.value.send:before, body.account-order-history #content #retailerSearch .input-group.sanitary label.value.send:before, #retailerSearch .input-group.sanitary body.account-order-history #content label.value.partial_send:before, body.account-order-history #content #retailerSearch .input-group.sanitary label.value.partial_send:before, #retailerSearch .input-group.sanitary body.account-order-history #content label.value.commission:before, body.account-order-history #content #retailerSearch .input-group.sanitary label.value.commission:before, #retailerSearch .input-group.sanitary body.account-order-history #content label.value.done:before, body.account-order-history #content #retailerSearch .input-group.sanitary label.value.done:before, #retailerSearch .input-group.sanitary body[class^="product-"] .hidden-information label.trigger:after, body[class^="product-"] .hidden-information #retailerSearch .input-group.sanitary label.trigger:after, #retailerSearch .input-group.sanitary body.account-retailer #content label.value.payment:before, body.account-retailer #content #retailerSearch .input-group.sanitary label.value.payment:before, #retailerSearch .input-group.sanitary body.dashboard-retailer #content label.value.payment:before, body.dashboard-retailer #content #retailerSearch .input-group.sanitary label.value.payment:before, #retailerSearch .input-group.sanitary body.account-downloads #content label.value.payment:before, body.account-downloads #content #retailerSearch .input-group.sanitary label.value.payment:before, #retailerSearch .input-group.sanitary body.account-retailer #content label.value.send:before, body.account-retailer #content #retailerSearch .input-group.sanitary label.value.send:before, #retailerSearch .input-group.sanitary body.dashboard-retailer #content label.value.send:before, body.dashboard-retailer #content #retailerSearch .input-group.sanitary label.value.send:before, #retailerSearch .input-group.sanitary body.account-downloads #content label.value.send:before, body.account-downloads #content #retailerSearch .input-group.sanitary label.value.send:before, #retailerSearch .input-group.sanitary body.account-retailer #content label.value.partial_send:before, body.account-retailer #content #retailerSearch .input-group.sanitary label.value.partial_send:before, #retailerSearch .input-group.sanitary body.dashboard-retailer #content label.value.partial_send:before, body.dashboard-retailer #content #retailerSearch .input-group.sanitary label.value.partial_send:before, #retailerSearch .input-group.sanitary body.account-downloads #content label.value.partial_send:before, body.account-downloads #content #retailerSearch .input-group.sanitary label.value.partial_send:before, #retailerSearch .input-group.sanitary body.account-retailer #content label.value.commission:before, body.account-retailer #content #retailerSearch .input-group.sanitary label.value.commission:before, #retailerSearch .input-group.sanitary body.dashboard-retailer #content label.value.commission:before, body.dashboard-retailer #content #retailerSearch .input-group.sanitary label.value.commission:before, #retailerSearch .input-group.sanitary body.account-downloads #content label.value.commission:before, body.account-downloads #content #retailerSearch .input-group.sanitary label.value.commission:before, #retailerSearch .input-group.sanitary body.account-retailer #content label.value.done:before, body.account-retailer #content #retailerSearch .input-group.sanitary label.value.done:before, #retailerSearch .input-group.sanitary body.dashboard-retailer #content label.value.done:before, body.dashboard-retailer #content #retailerSearch .input-group.sanitary label.value.done:before, #retailerSearch .input-group.sanitary body.account-downloads #content label.value.done:before, body.account-downloads #content #retailerSearch .input-group.sanitary label.value.done:before, #retailerSearch .input-group.lamps label.icon:before, #retailerSearch .input-group.lamps .sm-expander label.arrow_hint:before, .sm-expander #retailerSearch .input-group.lamps label.arrow_hint:before, #retailerSearch .input-group.lamps .address-container .radio_button input ~ label.input-field:before, .address-container .radio_button #retailerSearch .input-group.lamps input ~ label.input-field:before, #retailerSearch .input-group.lamps .collapsibleItem label.title:before, .collapsibleItem #retailerSearch .input-group.lamps label.title:before, #retailerSearch .input-group.lamps .collapsibleItem label.expander-title:before, .collapsibleItem #retailerSearch .input-group.lamps label.expander-title:before, #retailerSearch .input-group.lamps body.account-order-history #content label.value.payment:before, body.account-order-history #content #retailerSearch .input-group.lamps label.value.payment:before, #retailerSearch .input-group.lamps body.account-order-history #content label.value.send:before, body.account-order-history #content #retailerSearch .input-group.lamps label.value.send:before, #retailerSearch .input-group.lamps body.account-order-history #content label.value.partial_send:before, body.account-order-history #content #retailerSearch .input-group.lamps label.value.partial_send:before, #retailerSearch .input-group.lamps body.account-order-history #content label.value.commission:before, body.account-order-history #content #retailerSearch .input-group.lamps label.value.commission:before, #retailerSearch .input-group.lamps body.account-order-history #content label.value.done:before, body.account-order-history #content #retailerSearch .input-group.lamps label.value.done:before, #retailerSearch .input-group.lamps body[class^="product-"] .hidden-information label.trigger:after, body[class^="product-"] .hidden-information #retailerSearch .input-group.lamps label.trigger:after, #retailerSearch .input-group.lamps body.account-retailer #content label.value.payment:before, body.account-retailer #content #retailerSearch .input-group.lamps label.value.payment:before, #retailerSearch .input-group.lamps body.dashboard-retailer #content label.value.payment:before, body.dashboard-retailer #content #retailerSearch .input-group.lamps label.value.payment:before, #retailerSearch .input-group.lamps body.account-downloads #content label.value.payment:before, body.account-downloads #content #retailerSearch .input-group.lamps label.value.payment:before, #retailerSearch .input-group.lamps body.account-retailer #content label.value.send:before, body.account-retailer #content #retailerSearch .input-group.lamps label.value.send:before, #retailerSearch .input-group.lamps body.dashboard-retailer #content label.value.send:before, body.dashboard-retailer #content #retailerSearch .input-group.lamps label.value.send:before, #retailerSearch .input-group.lamps body.account-downloads #content label.value.send:before, body.account-downloads #content #retailerSearch .input-group.lamps label.value.send:before, #retailerSearch .input-group.lamps body.account-retailer #content label.value.partial_send:before, body.account-retailer #content #retailerSearch .input-group.lamps label.value.partial_send:before, #retailerSearch .input-group.lamps body.dashboard-retailer #content label.value.partial_send:before, body.dashboard-retailer #content #retailerSearch .input-group.lamps label.value.partial_send:before, #retailerSearch .input-group.lamps body.account-downloads #content label.value.partial_send:before, body.account-downloads #content #retailerSearch .input-group.lamps label.value.partial_send:before, #retailerSearch .input-group.lamps body.account-retailer #content label.value.commission:before, body.account-retailer #content #retailerSearch .input-group.lamps label.value.commission:before, #retailerSearch .input-group.lamps body.dashboard-retailer #content label.value.commission:before, body.dashboard-retailer #content #retailerSearch .input-group.lamps label.value.commission:before, #retailerSearch .input-group.lamps body.account-downloads #content label.value.commission:before, body.account-downloads #content #retailerSearch .input-group.lamps label.value.commission:before, #retailerSearch .input-group.lamps body.account-retailer #content label.value.done:before, body.account-retailer #content #retailerSearch .input-group.lamps label.value.done:before, #retailerSearch .input-group.lamps body.dashboard-retailer #content label.value.done:before, body.dashboard-retailer #content #retailerSearch .input-group.lamps label.value.done:before, #retailerSearch .input-group.lamps body.account-downloads #content label.value.done:before, body.account-downloads #content #retailerSearch .input-group.lamps label.value.done:before {
      position: relative;
      top: 0.9rem;
      margin-right: 0.6rem;
      font-size: 1.7rem; }
  #retailerSearch .input-group.sanitary.sanitary, #retailerSearch .input-group.lamps.sanitary {
    margin-right: 3rem; }

#retailerEmptyResults {
  border-top: 1px solid #f2f2f2;
  padding: 2rem; }
  #retailerEmptyResults p {
    max-width: 100% !important; }

#content .container404 {
  background: #f2f2f2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0YzZjOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c4c6c8), color-stop(100%, #f2f2f2));
  background-image: -moz-linear-gradient(left, #c4c6c8, #f2f2f2);
  background-image: -webkit-linear-gradient(left, #c4c6c8, #f2f2f2);
  background-image: linear-gradient(to right, #c4c6c8, #f2f2f2);
  padding: 4rem; }
  #content .container404 img {
    max-width: 40rem;
    height: auto; }
  #content .container404 p {
    max-width: 40rem; }
  #content .container404 .row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }

body.account-retailer, body.account-article-sales-list, body.account-order-history {
  padding-top: 19.2rem; }
  @media (max-width: 991px) {
    body.account-retailer, body.account-article-sales-list, body.account-order-history {
      padding-top: 14.7rem; } }
  @media (max-width: 767px) {
    body.account-retailer, body.account-article-sales-list, body.account-order-history {
      padding-top: 12.7rem; } }
  @media (max-width: 368px) {
    body.account-retailer, body.account-article-sales-list, body.account-order-history {
      padding: 11.5rem 0 0; } }

body.account-retailer .download-entry, body.dashboard-retailer .download-entry, body.account-downloads .download-entry {
  color: rgba(76, 76, 76, 0.6); }
  body.account-retailer .download-entry:before, body.dashboard-retailer .download-entry:before, body.account-downloads .download-entry:before {
    float: left;
    margin-right: 1rem;
    font-size: 1.6rem;
    color: #d20f2b; }
  body.account-retailer .download-entry:hover, body.dashboard-retailer .download-entry:hover, body.account-downloads .download-entry:hover {
    color: #4c4c4c; }
body.account-retailer #content, body.dashboard-retailer #content, body.account-downloads #content {
  padding-top: 2rem;
  /** Grey Action Buttons */
  background-color: #f2f2f2; }
  @media (max-width: 767px) {
    body.account-retailer #content, body.dashboard-retailer #content, body.account-downloads #content {
      padding-top: 6rem; } }
  body.account-retailer #content .small-notice, body.dashboard-retailer #content .small-notice, body.account-downloads #content .small-notice {
    padding: 2rem; }
  body.account-retailer #content .customer_id, body.dashboard-retailer #content .customer_id, body.account-downloads #content .customer_id {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    margin-left: 2rem; }
    body.account-retailer #content .customer_id .strong, body.dashboard-retailer #content .customer_id .strong, body.account-downloads #content .customer_id .strong {
      color: #d20e2c;
      margin-left: 1rem; }
  body.account-retailer #content .buttons-bar .btn.small, body.dashboard-retailer #content .buttons-bar .btn.small, body.account-downloads #content .buttons-bar .btn.small {
    margin: 1rem 0;
    display: block; }
  body.account-retailer #content .action-box .titlebar, body.dashboard-retailer #content .action-box .titlebar, body.account-downloads #content .action-box .titlebar {
    margin: 0 -1rem; }
    body.account-retailer #content .action-box .titlebar .icon.icon-profil:before, body.account-retailer #content .action-box .titlebar .SumoSelect > .CaptionCont > label > i.icon-profil:before, body.account-retailer #content .action-box .titlebar .SumoSelect > .optWrapper > .options li.opt.opt.selected span i.icon-profil:before, .SumoSelect > .optWrapper > .options li.opt.opt.selected span body.account-retailer #content .action-box .titlebar i.icon-profil:before, body.account-retailer #content .action-box .titlebar .sm-expander .icon-profil.arrow_hint:before, .sm-expander body.account-retailer #content .action-box .titlebar .icon-profil.arrow_hint:before, body.account-retailer #content .action-box .titlebar .address-container .radio_button input ~ .icon-profil.input-field:before, .address-container .radio_button body.account-retailer #content .action-box .titlebar input ~ .icon-profil.input-field:before, body.account-retailer #content .action-box .titlebar .collapsibleItem .icon-profil.title:before, .collapsibleItem body.account-retailer #content .action-box .titlebar .icon-profil.title:before, body.account-retailer #content .action-box .titlebar .collapsibleItem .icon-profil.expander-title:before, .collapsibleItem body.account-retailer #content .action-box .titlebar .icon-profil.expander-title:before, body.account-retailer #content .action-box .titlebar body[class^="product-"] .file-downloads li a.icon-profil:before, body[class^="product-"] .file-downloads li body.account-retailer #content .action-box .titlebar a.icon-profil:before, body.account-retailer #content .action-box .titlebar body[class^="product-"] .hidden-information .icon-profil.trigger:after, body[class^="product-"] .hidden-information body.account-retailer #content .action-box .titlebar .icon-profil.trigger:after, body.account-retailer #content .action-box .titlebar .icon-profil.value.payment:before, body.account-retailer #content .action-box .titlebar .icon-profil.value.send:before, body.account-retailer #content .action-box .titlebar .icon-profil.value.partial_send:before, body.account-retailer #content .action-box .titlebar .icon-profil.value.commission:before, body.account-retailer #content .action-box .titlebar .icon-profil.value.done:before, body.dashboard-retailer #content .action-box .titlebar .icon.icon-profil:before, body.dashboard-retailer #content .action-box .titlebar .SumoSelect > .CaptionCont > label > i.icon-profil:before, body.dashboard-retailer #content .action-box .titlebar .SumoSelect > .optWrapper > .options li.opt.opt.selected span i.icon-profil:before, .SumoSelect > .optWrapper > .options li.opt.opt.selected span body.dashboard-retailer #content .action-box .titlebar i.icon-profil:before, body.dashboard-retailer #content .action-box .titlebar .sm-expander .icon-profil.arrow_hint:before, .sm-expander body.dashboard-retailer #content .action-box .titlebar .icon-profil.arrow_hint:before, body.dashboard-retailer #content .action-box .titlebar .address-container .radio_button input ~ .icon-profil.input-field:before, .address-container .radio_button body.dashboard-retailer #content .action-box .titlebar input ~ .icon-profil.input-field:before, body.dashboard-retailer #content .action-box .titlebar .collapsibleItem .icon-profil.title:before, .collapsibleItem body.dashboard-retailer #content .action-box .titlebar .icon-profil.title:before, body.dashboard-retailer #content .action-box .titlebar .collapsibleItem .icon-profil.expander-title:before, .collapsibleItem body.dashboard-retailer #content .action-box .titlebar .icon-profil.expander-title:before, body.dashboard-retailer #content .action-box .titlebar body[class^="product-"] .file-downloads li a.icon-profil:before, body[class^="product-"] .file-downloads li body.dashboard-retailer #content .action-box .titlebar a.icon-profil:before, body.dashboard-retailer #content .action-box .titlebar body[class^="product-"] .hidden-information .icon-profil.trigger:after, body[class^="product-"] .hidden-information body.dashboard-retailer #content .action-box .titlebar .icon-profil.trigger:after, body.dashboard-retailer #content .action-box .titlebar .icon-profil.value.payment:before, body.dashboard-retailer #content .action-box .titlebar .icon-profil.value.send:before, body.dashboard-retailer #content .action-box .titlebar .icon-profil.value.partial_send:before, body.dashboard-retailer #content .action-box .titlebar .icon-profil.value.commission:before, body.dashboard-retailer #content .action-box .titlebar .icon-profil.value.done:before, body.account-downloads #content .action-box .titlebar .icon.icon-profil:before, body.account-downloads #content .action-box .titlebar .SumoSelect > .CaptionCont > label > i.icon-profil:before, body.account-downloads #content .action-box .titlebar .SumoSelect > .optWrapper > .options li.opt.opt.selected span i.icon-profil:before, .SumoSelect > .optWrapper > .options li.opt.opt.selected span body.account-downloads #content .action-box .titlebar i.icon-profil:before, body.account-downloads #content .action-box .titlebar .sm-expander .icon-profil.arrow_hint:before, .sm-expander body.account-downloads #content .action-box .titlebar .icon-profil.arrow_hint:before, body.account-downloads #content .action-box .titlebar .address-container .radio_button input ~ .icon-profil.input-field:before, .address-container .radio_button body.account-downloads #content .action-box .titlebar input ~ .icon-profil.input-field:before, body.account-downloads #content .action-box .titlebar .collapsibleItem .icon-profil.title:before, .collapsibleItem body.account-downloads #content .action-box .titlebar .icon-profil.title:before, body.account-downloads #content .action-box .titlebar .collapsibleItem .icon-profil.expander-title:before, .collapsibleItem body.account-downloads #content .action-box .titlebar .icon-profil.expander-title:before, body.account-downloads #content .action-box .titlebar body[class^="product-"] .file-downloads li a.icon-profil:before, body[class^="product-"] .file-downloads li body.account-downloads #content .action-box .titlebar a.icon-profil:before, body.account-downloads #content .action-box .titlebar body[class^="product-"] .hidden-information .icon-profil.trigger:after, body[class^="product-"] .hidden-information body.account-downloads #content .action-box .titlebar .icon-profil.trigger:after, body.account-downloads #content .action-box .titlebar .icon-profil.value.payment:before, body.account-downloads #content .action-box .titlebar .icon-profil.value.send:before, body.account-downloads #content .action-box .titlebar .icon-profil.value.partial_send:before, body.account-downloads #content .action-box .titlebar .icon-profil.value.commission:before, body.account-downloads #content .action-box .titlebar .icon-profil.value.done:before {
      font-size: 1.7rem;
      padding: 8.5px; }
    body.account-retailer #content .action-box .titlebar .title, body.dashboard-retailer #content .action-box .titlebar .title, body.account-downloads #content .action-box .titlebar .title {
      margin-left: 0;
      top: 0.8rem; }
  body.account-retailer #content .action-box .body, body.dashboard-retailer #content .action-box .body, body.account-downloads #content .action-box .body {
    position: relative;
    line-height: 2rem;
    margin-left: 3.4rem; }
  body.account-retailer #content .no_orders_yet, body.dashboard-retailer #content .no_orders_yet, body.account-downloads #content .no_orders_yet {
    text-align: center;
    color: #7c7c7c; }
    body.account-retailer #content .no_orders_yet .row, body.dashboard-retailer #content .no_orders_yet .row, body.account-downloads #content .no_orders_yet .row {
      margin-top: 3rem; }
    body.account-retailer #content .no_orders_yet a.btn, body.dashboard-retailer #content .no_orders_yet a.btn, body.account-downloads #content .no_orders_yet a.btn {
      margin-top: 2rem; }
  body.account-retailer #content h1 + a.btn, body.dashboard-retailer #content h1 + a.btn, body.account-downloads #content h1 + a.btn {
    margin-bottom: 4rem; }
  body.account-retailer #content .failed_to_load, body.dashboard-retailer #content .failed_to_load, body.account-downloads #content .failed_to_load {
    color: #d20f2b; }
    body.account-retailer #content .failed_to_load .row, body.dashboard-retailer #content .failed_to_load .row, body.account-downloads #content .failed_to_load .row {
      margin-top: 3rem; }
  body.account-retailer #content .value.payment, body.dashboard-retailer #content .value.payment, body.account-downloads #content .value.payment {
    color: #d20f2b; }
    body.account-retailer #content .value.payment:before, body.dashboard-retailer #content .value.payment:before, body.account-downloads #content .value.payment:before {
      margin-right: 1rem; }
  body.account-retailer #content .value.send, body.dashboard-retailer #content .value.send, body.account-downloads #content .value.send {
    color: #FDA609; }
    body.account-retailer #content .value.send:before, body.dashboard-retailer #content .value.send:before, body.account-downloads #content .value.send:before {
      margin-right: 1rem; }
  body.account-retailer #content .value.partial_send, body.dashboard-retailer #content .value.partial_send, body.account-downloads #content .value.partial_send {
    color: #FDA609; }
    body.account-retailer #content .value.partial_send:before, body.dashboard-retailer #content .value.partial_send:before, body.account-downloads #content .value.partial_send:before {
      margin-right: 1rem; }
  body.account-retailer #content .value.commission, body.dashboard-retailer #content .value.commission, body.account-downloads #content .value.commission {
    color: #FDA609; }
    body.account-retailer #content .value.commission:before, body.dashboard-retailer #content .value.commission:before, body.account-downloads #content .value.commission:before {
      margin-right: 1rem; }
  body.account-retailer #content .value.done, body.dashboard-retailer #content .value.done, body.account-downloads #content .value.done {
    color: #06a22e; }
    body.account-retailer #content .value.done:before, body.dashboard-retailer #content .value.done:before, body.account-downloads #content .value.done:before {
      margin-right: 1rem; }

body.account-article-sales-list #content {
  padding-top: 2rem; }
  @media (max-width: 767px) {
    body.account-article-sales-list #content {
      padding-top: 6rem; } }
@media (max-width: 767px) {
  body.account-article-sales-list .SumoSelect, body.account-article-sales-list #content p.SelectBox {
    max-width: none; } }
body.account-article-sales-list #content {
  background-color: #f2f2f2; }
body.account-article-sales-list .sort_label {
  margin-bottom: 0.4rem; }
body.account-article-sales-list .expander-container {
  background-color: #ffffff; }
body.account-article-sales-list .csv-export {
  background-color: #ffffff; }
  body.account-article-sales-list .csv-export .content {
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    border-bottom: 1px solid #c9c9c9;
    padding: 1rem 0;
    margin: 0 1rem; }
    body.account-article-sales-list .csv-export .content a {
      color: #4c4c4c; }
    body.account-article-sales-list .csv-export .content .icon-download_down {
      line-height: 3rem; }
      body.account-article-sales-list .csv-export .content .icon-download_down:before {
        padding-right: 1rem;
        color: #d20f2b;
        font-size: 3rem; }
body.account-article-sales-list h1 .icon, body.account-article-sales-list h1 .SumoSelect > .CaptionCont > label > i, body.account-article-sales-list h1 .SumoSelect > .optWrapper > .options li.opt.opt.selected span i, .SumoSelect > .optWrapper > .options li.opt.opt.selected span body.account-article-sales-list h1 i, body.account-article-sales-list h1 .sm-expander .arrow_hint, .sm-expander body.account-article-sales-list h1 .arrow_hint, body.account-article-sales-list h1 .address-container .radio_button input ~ .input-field, .address-container .radio_button body.account-article-sales-list h1 input ~ .input-field, body.account-article-sales-list h1 .collapsibleItem .title, .collapsibleItem body.account-article-sales-list h1 .title, body.account-article-sales-list h1 .collapsibleItem .expander-title, .collapsibleItem body.account-article-sales-list h1 .expander-title, body.account-article-sales-list h1 body.account-order-history #content .value.payment, body.account-order-history #content body.account-article-sales-list h1 .value.payment, body.account-article-sales-list h1 body.account-order-history #content .value.send, body.account-order-history #content body.account-article-sales-list h1 .value.send, body.account-article-sales-list h1 body.account-order-history #content .value.partial_send, body.account-order-history #content body.account-article-sales-list h1 .value.partial_send, body.account-article-sales-list h1 body.account-order-history #content .value.commission, body.account-order-history #content body.account-article-sales-list h1 .value.commission, body.account-article-sales-list h1 body.account-order-history #content .value.done, body.account-order-history #content body.account-article-sales-list h1 .value.done, body.account-article-sales-list h1 body.account-retailer #content .value.payment, body.account-retailer #content body.account-article-sales-list h1 .value.payment, body.account-article-sales-list h1 body.dashboard-retailer #content .value.payment, body.dashboard-retailer #content body.account-article-sales-list h1 .value.payment, body.account-article-sales-list h1 body.account-downloads #content .value.payment, body.account-downloads #content body.account-article-sales-list h1 .value.payment, body.account-article-sales-list h1 body.account-retailer #content .value.send, body.account-retailer #content body.account-article-sales-list h1 .value.send, body.account-article-sales-list h1 body.dashboard-retailer #content .value.send, body.dashboard-retailer #content body.account-article-sales-list h1 .value.send, body.account-article-sales-list h1 body.account-downloads #content .value.send, body.account-downloads #content body.account-article-sales-list h1 .value.send, body.account-article-sales-list h1 body.account-retailer #content .value.partial_send, body.account-retailer #content body.account-article-sales-list h1 .value.partial_send, body.account-article-sales-list h1 body.dashboard-retailer #content .value.partial_send, body.dashboard-retailer #content body.account-article-sales-list h1 .value.partial_send, body.account-article-sales-list h1 body.account-downloads #content .value.partial_send, body.account-downloads #content body.account-article-sales-list h1 .value.partial_send, body.account-article-sales-list h1 body.account-retailer #content .value.commission, body.account-retailer #content body.account-article-sales-list h1 .value.commission, body.account-article-sales-list h1 body.dashboard-retailer #content .value.commission, body.dashboard-retailer #content body.account-article-sales-list h1 .value.commission, body.account-article-sales-list h1 body.account-downloads #content .value.commission, body.account-downloads #content body.account-article-sales-list h1 .value.commission, body.account-article-sales-list h1 body.account-retailer #content .value.done, body.account-retailer #content body.account-article-sales-list h1 .value.done, body.account-article-sales-list h1 body.dashboard-retailer #content .value.done, body.dashboard-retailer #content body.account-article-sales-list h1 .value.done, body.account-article-sales-list h1 body.account-downloads #content .value.done, body.account-downloads #content body.account-article-sales-list h1 .value.done {
  position: relative;
  top: -1.4rem;
  left: -1rem;
  -moz-border-radius: 4rem;
  -webkit-border-radius: 4rem;
  border-radius: 4rem;
  text-align: center;
  font-size: 1.8rem;
  background-color: #d20f2b;
  color: #ffffff;
  display: inline-block;
  padding: 0.5rem; }
  body.account-article-sales-list h1 .icon:before, body.account-article-sales-list h1 .SumoSelect > .CaptionCont > label > i:before, body.account-article-sales-list h1 .SumoSelect > .optWrapper > .options li.opt.opt.selected span i:before, .SumoSelect > .optWrapper > .options li.opt.opt.selected span body.account-article-sales-list h1 i:before, body.account-article-sales-list h1 .sm-expander .arrow_hint:before, .sm-expander body.account-article-sales-list h1 .arrow_hint:before, body.account-article-sales-list h1 .address-container .radio_button input ~ .input-field:before, .address-container .radio_button body.account-article-sales-list h1 input ~ .input-field:before, body.account-article-sales-list h1 .collapsibleItem .title:before, .collapsibleItem body.account-article-sales-list h1 .title:before, body.account-article-sales-list h1 .collapsibleItem .expander-title:before, .collapsibleItem body.account-article-sales-list h1 .expander-title:before, body.account-article-sales-list h1 body.account-order-history #content .value.payment:before, body.account-order-history #content body.account-article-sales-list h1 .value.payment:before, body.account-article-sales-list h1 body.account-order-history #content .value.send:before, body.account-order-history #content body.account-article-sales-list h1 .value.send:before, body.account-article-sales-list h1 body.account-order-history #content .value.partial_send:before, body.account-order-history #content body.account-article-sales-list h1 .value.partial_send:before, body.account-article-sales-list h1 body.account-order-history #content .value.commission:before, body.account-order-history #content body.account-article-sales-list h1 .value.commission:before, body.account-article-sales-list h1 body.account-order-history #content .value.done:before, body.account-order-history #content body.account-article-sales-list h1 .value.done:before, body.account-article-sales-list h1 body[class^="product-"] .file-downloads li a:before, body[class^="product-"] .file-downloads li body.account-article-sales-list h1 a:before, body.account-article-sales-list h1 body[class^="product-"] .hidden-information .trigger:after, body[class^="product-"] .hidden-information body.account-article-sales-list h1 .trigger:after, body.account-article-sales-list h1 body.account-retailer #content .value.payment:before, body.account-retailer #content body.account-article-sales-list h1 .value.payment:before, body.account-article-sales-list h1 body.dashboard-retailer #content .value.payment:before, body.dashboard-retailer #content body.account-article-sales-list h1 .value.payment:before, body.account-article-sales-list h1 body.account-downloads #content .value.payment:before, body.account-downloads #content body.account-article-sales-list h1 .value.payment:before, body.account-article-sales-list h1 body.account-retailer #content .value.send:before, body.account-retailer #content body.account-article-sales-list h1 .value.send:before, body.account-article-sales-list h1 body.dashboard-retailer #content .value.send:before, body.dashboard-retailer #content body.account-article-sales-list h1 .value.send:before, body.account-article-sales-list h1 body.account-downloads #content .value.send:before, body.account-downloads #content body.account-article-sales-list h1 .value.send:before, body.account-article-sales-list h1 body.account-retailer #content .value.partial_send:before, body.account-retailer #content body.account-article-sales-list h1 .value.partial_send:before, body.account-article-sales-list h1 body.dashboard-retailer #content .value.partial_send:before, body.dashboard-retailer #content body.account-article-sales-list h1 .value.partial_send:before, body.account-article-sales-list h1 body.account-downloads #content .value.partial_send:before, body.account-downloads #content body.account-article-sales-list h1 .value.partial_send:before, body.account-article-sales-list h1 body.account-retailer #content .value.commission:before, body.account-retailer #content body.account-article-sales-list h1 .value.commission:before, body.account-article-sales-list h1 body.dashboard-retailer #content .value.commission:before, body.dashboard-retailer #content body.account-article-sales-list h1 .value.commission:before, body.account-article-sales-list h1 body.account-downloads #content .value.commission:before, body.account-downloads #content body.account-article-sales-list h1 .value.commission:before, body.account-article-sales-list h1 body.account-retailer #content .value.done:before, body.account-retailer #content body.account-article-sales-list h1 .value.done:before, body.account-article-sales-list h1 body.dashboard-retailer #content .value.done:before, body.dashboard-retailer #content body.account-article-sales-list h1 .value.done:before, body.account-article-sales-list h1 body.account-downloads #content .value.done:before, body.account-downloads #content body.account-article-sales-list h1 .value.done:before {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    padding-top: 1.1rem; }
body.account-article-sales-list .sales-row {
  padding: 1rem;
  border-bottom: 1px solid #c9c9c9; }
  body.account-article-sales-list .sales-row:last-child {
    border-bottom: none; }
  body.account-article-sales-list .sales-row .prop {
    font-size: 1.4rem;
    color: #a5a5a5;
    text-transform: uppercase;
    margin-top: 1rem; }
  body.account-article-sales-list .sales-row .value {
    margin-top: 1rem;
    font-family: "URWFranklinGothicW10-Me_929353", "URWFranklinGothicW01-Me_927747", "Franklin Gothic Medium", "ITC Franklin Gothic Medium", Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.3; }
    body.account-article-sales-list .sales-row .value .color {
      color: #7c7c7c; }
  body.account-article-sales-list .sales-row .image {
    text-align: center; }
body.account-article-sales-list .submit-button {
  padding: 0.9rem 2rem;
  position: relative;
  top: -0.4rem;
  margin-left: 1rem; }
body.account-article-sales-list .date-field {
  padding-top: 0.4rem; }
body.account-article-sales-list #footer {
  border-top: 2px solid #ffffff; }
body.account-article-sales-list .load-more {
  margin-top: 1rem; }
  body.account-article-sales-list .load-more .container-more {
    background-color: #f2f2f2; }

#manage-retailers {
  font-size: 1.4rem; }

body[class^="manage-retailer"] .row.retailer_entry {
  line-height: 3rem;
  padding: 1rem 0; }
  body[class^="manage-retailer"] .row.retailer_entry .colamount {
    text-align: right;
    padding-right: 1rem; }
    body[class^="manage-retailer"] .row.retailer_entry .colamount .amount {
      line-height: 3.8rem; }
  body[class^="manage-retailer"] .row.retailer_entry .idents {
    float: left;
    line-height: 1.8rem;
    width: 6rem; }
    body[class^="manage-retailer"] .row.retailer_entry .idents .customerId {
      color: #a5a5a5; }
  body[class^="manage-retailer"] .row.retailer_entry .details {
    line-height: 1.8rem; }
    body[class^="manage-retailer"] .row.retailer_entry .details .mail {
      color: #a5a5a5; }
    body[class^="manage-retailer"] .row.retailer_entry .details .title, body[class^="manage-retailer"] .row.retailer_entry .details .mail {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  body[class^="manage-retailer"] .row.retailer_entry button {
    color: #d20f2b;
    background-color: transparent; }
  body[class^="manage-retailer"] .row.retailer_entry:nth-child(odd) {
    background-color: #f2f2f2; }
  body[class^="manage-retailer"] .row.retailer_entry .missing_mail {
    padding: 1px 6px;
    color: #7c7c7c; }
  body[class^="manage-retailer"] .row.retailer_entry .toggle_user_op {
    margin-right: 0.6rem;
    margin-left: 0.3rem; }
  body[class^="manage-retailer"] .row.retailer_entry a.user_del, body[class^="manage-retailer"] .row.retailer_entry a.user_set_password {
    display: inline-block;
    line-height: 1.4rem;
    text-align: right;
    padding-right: 0.2rem; }
    body[class^="manage-retailer"] .row.retailer_entry a.user_del span, body[class^="manage-retailer"] .row.retailer_entry a.user_set_password span {
      display: inline-block; }
  body[class^="manage-retailer"] .row.retailer_entry .add_new_user {
    text-align: right; }
    body[class^="manage-retailer"] .row.retailer_entry .add_new_user i {
      opacity: 0.8;
      margin-right: 1rem;
      margin-top: 0.4rem;
      display: block;
      position: relative;
      top: -0.2rem; }
      body[class^="manage-retailer"] .row.retailer_entry .add_new_user i:before {
        line-height: 3rem;
        font-size: 2.2rem;
        background: white;
        border-radius: 3rem;
        padding: 0.8rem;
        font-weight: 800; }
      body[class^="manage-retailer"] .row.retailer_entry .add_new_user i:hover {
        opacity: 1; }
    body[class^="manage-retailer"] .row.retailer_entry .add_new_user a {
      display: inline-block; }
body[class^="manage-retailer"] .expander-content {
  padding: 1rem; }
  body[class^="manage-retailer"] .expander-content .account_entry {
    line-height: 3rem;
    padding: 1rem 0;
    border-bottom: 1px dashed #ccc7c7; }
    body[class^="manage-retailer"] .expander-content .account_entry:last-child {
      border-bottom: none; }
    body[class^="manage-retailer"] .expander-content .account_entry button {
      color: #d20f2b;
      background-color: transparent; }
    body[class^="manage-retailer"] .expander-content .account_entry .toggle_user_op {
      margin-right: 0.6rem;
      margin-left: 0.3rem; }
    body[class^="manage-retailer"] .expander-content .account_entry a.user_del, body[class^="manage-retailer"] .expander-content .account_entry a.user_set_password {
      display: inline-block;
      line-height: 1.4rem;
      text-align: right;
      padding-right: 0.2rem; }
      body[class^="manage-retailer"] .expander-content .account_entry a.user_del span, body[class^="manage-retailer"] .expander-content .account_entry a.user_set_password span {
        display: inline-block; }

body[class^="manage-server"] h3 {
  margin-top: 2rem; }

body.newsletter .newsletter-submit input[type=submit] {
  margin-top: 0; }
body.newsletter .newsletter-submit .float-right {
  margin-top: 0.8rem;
  margin-left: 1rem; }

@media (max-width: 767px) {
  body.account-login .recover_link {
    margin-top: 2rem; } }

body.dashboard-retailer .new-search-page-link {
  display: none; }
body.dashboard-retailer h1 {
  font-family: "Didot LT W04 Italic", "Times New Roman", Times, serif;
  font-size: 2.4rem;
  text-transform: none;
  margin-top: 2.5rem;
  line-height: 1; }
body.dashboard-retailer .action-box.kontakt.mobile {
  margin-top: 2rem; }
  body.dashboard-retailer .action-box.kontakt.mobile .entry hr {
    border-top: 3px solid #eeeeee; }

body.cart #content {
  padding-top: 2rem; }

body.references #content {
  padding-top: 2rem; }

body.press-releases #content {
  padding-top: 2rem; }

body[class^="news-gallery-"] .big-slider .slide {
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }
body[class^="news-gallery-"] .slick-dots {
  bottom: -3rem; }

body.integration-ARGallery #content {
  padding-bottom: 0; }
body.integration-ARGallery .ar-content {
  padding: 5rem 0;
  border-bottom: 1px solid #eee; }
  body.integration-ARGallery .ar-content:first-child {
    padding-top: 2rem; }
  body.integration-ARGallery .ar-content:last-child {
    border-bottom: none; }
  body.integration-ARGallery .ar-content p {
    max-width: 100% !important; }
  body.integration-ARGallery .ar-content .ar-showcase-img {
    border-left: 1px solid #eee;
    padding-left: 30px; }
    @media (max-width: 991px) {
      body.integration-ARGallery .ar-content .ar-showcase-img {
        border-left: none;
        padding-left: 0;
        margin-top: 30px; } }
  @media (max-width: 991px) {
    body.integration-ARGallery .ar-content .integration-devices-img {
      margin-bottom: 30px; } }
  body.integration-ARGallery .ar-content .ar-list {
    top: 85px;
    left: 50px; }
    @media (max-width: 991px) {
      body.integration-ARGallery .ar-content .ar-list {
        top: 0;
        left: 0; } }
    body.integration-ARGallery .ar-content .ar-list h2 {
      margin-bottom: 3rem; }
    body.integration-ARGallery .ar-content .ar-list ul {
      line-height: 18px; }
  body.integration-ARGallery .ar-content .ar-title {
    margin-bottom: 5rem; }
  body.integration-ARGallery .ar-content .ar-subtitle {
    margin: 0 auto;
    float: none;
    width: 50rem; }

.row:before, .row:after {
  width: 0; }

.tright {
  text-align: right; }

.textlink {
  color: #d20f2b;
  border-bottom: 1px solid #d20f2b;
  padding-bottom: 0.1rem; }
  .textlink:hover {
    color: #d20f2b; }

.red-marker:before, .info-red-marker:before {
  content: "/ ";
  color: #d20f2b;
  position: absolute;
  left: -2rem; }

.info-red-marker:before {
  left: 20px; }

.rel {
  position: relative; }

@media (max-width: 767px) {
  .desktop {
    display: none; } }

@media (min-width: 768px) {
  .mobile {
    display: none; } }

.design_layer {
  display: none;
  position: absolute;
  top: 0;
  opacity: 0.2;
  z-index: 10000; }

#createNewUserAccount .input-group.chk {
  text-align: left;
  margin-bottom: 6rem; }
  #createNewUserAccount .input-group.chk label {
    margin-left: 1rem; }
