/*
  Basic includes for bootstrap (in base.tpl)
  ------------------------------------------
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: 100%;
  display: block;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 16px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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: 208px;
  margin-bottom: 208px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 208px;
  margin-bottom: 104px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 104px;
  margin-bottom: 104px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 104px;
}
.lead {
  margin-bottom: 208px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
/*.page-header {
  padding-bottom: ((@line-height-computed / 2) - 1);
  margin: (@line-height-computed * 2) 0 @line-height-computed;
  border-bottom: 1px solid @page-header-border-color;
}*/
ul,
ol {
  margin-top: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
}
dt,
dd {
  line-height: 16px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  font-size: 13px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 16px;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
/*address {
  margin-bottom: @line-height-computed;
  font-style: normal;
  line-height: @line-height-base;
}*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.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,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.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,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.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,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23 {
  float: left;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-24 {
  width: 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,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23 {
    float: left;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .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,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23 {
    float: left;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1205px;
  }
  .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,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23 {
    float: left;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 16px;
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 156px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 208px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 6px;
  font-size: 13px;
  line-height: 16px;
  color: #555555;
}
.form-control {
  display: block;
  padding: 5px 8px;
  font-size: 13px;
  line-height: 16px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 220px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  /*min-height: @line-height-computed;*/
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 275px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 213px;
  right: 0;
  display: block;
  width: 220px;
  height: 220px;
  line-height: 220px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal {
  /*.radio,
  .checkbox {
    min-height: (@line-height-computed + (@padding-base-vertical + 1));
  }*/
  /*.form-group {
    .make-row();
  }*/
  /* @media (min-width: @screen-sm-min) {
    .control-label {
      text-align: right;
    }
  }*/
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .form-control-static {
  padding-top: 6px;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 8px;
  font-size: 13px;
  line-height: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 31px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 16px;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after,
#detailsFaqWrapper:before,
#detailsFaqWrapper:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.modal-footer:after,
#detailsFaqWrapper: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.visible-inline-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-xs,
  td.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-xs.visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-xs.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-xs.visible-inline-sm,
  td.visible-inline-xs.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-xs.visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-xs.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-xs.visible-inline-md,
  td.visible-inline-xs.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-xs.visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-xs.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-xs.visible-inline-lg,
  td.visible-inline-xs.visible-inline-lg {
    display: table-cell !important;
  }
}
.visible-inline-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-sm.visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-sm.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-sm.visible-inline-xs,
  td.visible-inline-sm.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-sm,
  td.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-sm.visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-sm.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-sm.visible-inline-md,
  td.visible-inline-sm.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-sm.visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-sm.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-sm.visible-inline-lg,
  td.visible-inline-sm.visible-inline-lg {
    display: table-cell !important;
  }
}
.visible-inline-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-md.visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-md.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-xs,
  td.visible-inline-md.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-md.visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-md.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-sm,
  td.visible-inline-md.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-md,
  td.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-md.visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-md.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-lg,
  td.visible-inline-md.visible-inline-lg {
    display: table-cell !important;
  }
}
.visible-inline-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-lg.visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-lg.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-lg.visible-inline-xs,
  td.visible-inline-lg.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-lg.visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-lg.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-lg.visible-inline-sm,
  td.visible-inline-lg.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-lg.visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-lg.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-lg.visible-inline-md,
  td.visible-inline-lg.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-lg,
  td.visible-inline-lg {
    display: table-cell !important;
  }
}
.hidden-inline-xs {
  display: inline !important;
}
tr.hidden-inline-xs {
  display: table-row !important;
}
th.hidden-inline-xs,
td.hidden-inline-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-inline-sm {
  display: inline !important;
}
tr.hidden-inline-sm {
  display: table-row !important;
}
th.hidden-inline-sm,
td.hidden-inline-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-inline-md {
  display: inline !important;
}
tr.hidden-inline-md {
  display: table-row !important;
}
th.hidden-inline-md,
td.hidden-inline-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-md.hidden-lg {
    display: none !important;
  }
}
.hidden-inline-lg {
  display: inline !important;
}
tr.hidden-inline-lg {
  display: table-row !important;
}
th.hidden-inline-lg,
td.hidden-inline-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-lg {
    display: none !important;
  }
}
/*
  Basic includes for the bootstrap mod on Roxid (in base.tpl)
  -----------------------------------------------------------
*/
label {
  font-weight: inherit;
}
.form-inline-xs .form-control {
  display: inline-block;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 8px;
  }
}
.pagination > li > a,
.pagination > li > span {
  padding-left: 13px;
  padding-right: 13px;
}
/*
  Basic includes for UI Features (in base.tpl) -- only deleting there -- DD styles should appear in .less files
  -------------------------------------------------------
  libs_combined.css

  Basic includes for the roxid blue theme (in base_colortheme.tpl) -- only deleting there -- DD styles should appear in .less files
  -------------------------------------------------------------------
  bootstrap_blue.css
  theme_blue.css
  roxid3_theme_blue.css

*/
@charset "UTF-8";
/*some styles are outcommented by uls*/
/* -------------------------------- 

Main Components 

-------------------------------- */
/*
uls
header {
  height: 100px;
  background: #ffffff;
}*/
.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  z-index: 30;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*uls
.cd-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0 36px 0 20px;
  line-height: 40px;
  background-color: @bg-topnav;
  color: #ffffff;
  border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  !* this is the arrow inside the dropdown trigger*!
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media @desktop {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
  }
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #3f8654;
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    // transform the arrow into a 'X'
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    //transform the arrow into a 'X'
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    //transform the arrow into a 'X'
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
*/
/*.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}*/
/*uls
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}*/
/*@media @desktop {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}*/
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}
.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111433;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
  }
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .cd-dropdown {
    position: absolute;
    top: calc(98%);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2,
  .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  /*.cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }*/
}
.cd-dropdown-content,
.cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #242643;
  border-style: solid;
}
/*uls
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}*/
.cd-dropdown-content li:last-of-type > a,
.cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a,
.cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a,
.cd-dropdown-content.is-hidden > li > .cd-search,
.cd-dropdown-content.is-hidden > .cd-divider,
.cd-dropdown-content.move-out > li > a,
.cd-dropdown-content.move-out > li > .cd-search,
.cd-dropdown-content.move-out > .cd-divider,
.cd-dropdown-content ul.is-hidden > li > a,
.cd-dropdown-content ul.is-hidden > li > .cd-search,
.cd-dropdown-content ul.is-hidden > .cd-divider,
.cd-dropdown-content ul.move-out > li > a,
.cd-dropdown-content ul.move-out > li > .cd-search,
.cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a,
.cd-dropdown-content.move-out > li > .cd-search,
.cd-dropdown-content.move-out > .cd-divider,
.cd-dropdown-content ul.move-out > li > a,
.cd-dropdown-content ul.move-out > li > .cd-search,
.cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
/*uls
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}*/
@media only screen and (min-width: 768px) {
  .cd-dropdown-content,
  .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  /*  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    border-color: #ebebeb;
  }*/
  .cd-dropdown-content .cd-divider,
  .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a,
  .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a,
  .cd-dropdown-content.is-hidden > li > .cd-search,
  .cd-dropdown-content.is-hidden > .cd-divider,
  .cd-dropdown-content.move-out > li > a,
  .cd-dropdown-content.move-out > li > .cd-search,
  .cd-dropdown-content.move-out > .cd-divider,
  .cd-dropdown-content ul.is-hidden > li > a,
  .cd-dropdown-content ul.is-hidden > li > .cd-search,
  .cd-dropdown-content ul.is-hidden > .cd-divider,
  .cd-dropdown-content ul.move-out > li > a,
  .cd-dropdown-content ul.move-out > li > .cd-search,
  .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}
.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("https://vendor/mega-dropdown/img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content {
    /* reset mobile style */
    height: auto;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  /* uls
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }*/
  .cd-dropdown-content.move-out > li > a,
  .cd-dropdown-content.move-out > li > .cd-search,
  .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown,
  .cd-dropdown-content .cd-dropdown-gallery,
  .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after,
  .cd-dropdown-content .cd-dropdown-gallery::after,
  .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown,
  .open-to-left .cd-dropdown-content .cd-dropdown-gallery,
  .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden,
  .cd-dropdown-content .cd-dropdown-gallery.is-hidden,
  .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in,
  .cd-dropdown-content .cd-dropdown-gallery.fade-in,
  .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  /* uls removed: ugly effect
 .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    !* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items *!
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }*/
  .cd-dropdown-content .cd-secondary-dropdown > .go-back,
  .cd-dropdown-content .cd-dropdown-gallery > .go-back,
  .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all,
  .cd-dropdown-content .cd-dropdown-gallery > .see-all,
  .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a,
  .cd-dropdown-content .cd-dropdown-gallery > .see-all a,
  .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover,
  .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover,
  .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item,
  .cd-dropdown-content .cd-secondary-dropdown a,
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
  .cd-dropdown-content .cd-dropdown-gallery a,
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item,
  .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery,
  .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all,
  .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(40%);
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after,
  .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  /*uls
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }*/
  .cd-dropdown-content .cd-secondary-dropdown ul {
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before,
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children.hoverOver > ul {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children.hoverOver > .cd-secondary-dropdown > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: hidden;
    display: none;
  }
  /*uls
  .cd-dropdown-content > .has-children > a.is-active {
    !* hover effect for .cd-dropdown-content items with subnavigation *!
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }*/
  .cd-dropdown-content > .has-children > a.is-active::before,
  .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 768px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}
.has-children > a,
.go-back a {
  position: relative;
}
.cd-dropdown-content .has-children > a::before,
.cd-dropdown-content .has-children > a::after,
.go-back a::before,
.go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-dropdown-content .has-children > a::before,
.go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-dropdown-content .has-children > a::after,
.go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content .has-children > a::before,
  .cd-dropdown-content .has-children > a::after,
  .go-back a::before,
  .go-back a::after {
    background: #b3b3b3;
    display: none;
  }
}
.has-children > a {
  padding-right: 40px;
}
.cd-dropdown-content a::before,
.cd-dropdown-content .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}
@media only screen and (min-width: 768px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before,
  .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  background: #eeeeee;
}
.cd-dropdown-content .go-back a::before,
.cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(0vh);
  padding: 2em 5%;
  line-height: 2;
}
.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}
/*DD includes*/
body:before {
  content: "mobile";
  display: none;
  /* Prevent from displaying. */
}
@media (min-width: 992px) {
  body:before {
    content: "desktop";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:before {
    content: "tablet";
  }
}
@media (max-width: 767px) {
  body:before {
    content: "phone";
  }
}
@media (max-width: 480px) {
  body:before {
    content: "phone-small";
  }
}
@media (max-width: 320px) {
  body:before {
    content: "phone-xsmall";
  }
}
@media (max-width: 991px) {
  .visible-mobile {
    display: inherit;
  }
}
@media (min-width: 992px) {
  .visible-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-mobile {
    display: inherit;
  }
}
@media (min-width: 992px) {
  .visible-desktop {
    display: inherit;
  }
}
@media (max-width: 991px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-desktop {
    display: inherit;
  }
}
.wrapper-xs {
  padding: 5px;
}
.wrapper-sm {
  padding: 10px;
}
.wrapper {
  padding: 15px;
}
.wrapper-md {
  padding: 20px;
}
.wrapper-lg {
  padding: 30px;
}
.wrapper-xl {
  padding: 50px;
}
.padder-lg {
  padding-right: 30px;
  padding-left: 30px;
}
.padder-md {
  padding-right: 20px;
  padding-left: 20px;
}
.padder {
  padding-right: 15px;
  padding-left: 15px;
}
.padder-sm {
  padding-right: 10px;
  padding-left: 10px;
}
.padder-xs {
  padding-right: 5px;
  padding-left: 5px;
}
.padder-v-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}
.no-padder {
  padding: 0 !important;
}
.no-border {
  border: 0 none;
}
.p-t-none {
  padding-top: 0 !important;
}
.p-t-xs {
  padding-top: 5px;
}
.p-t-sm {
  padding-top: 10px;
}
.p-t-n {
  padding-top: 15px;
}
.p-t-md {
  padding-top: 20px;
}
.p-t-lg {
  padding-top: 30px;
}
.p-t-xl {
  padding-top: 40px;
}
.p-b-xs {
  padding-bottom: 5px;
}
.p-b-n {
  padding-bottom: 15px;
}
.p-b-sm {
  padding-bottom: 10px;
}
.p-b-md {
  padding-bottom: 20px;
}
.p-l-none {
  padding-left: 0 !important;
}
.p-l-sm {
  padding-left: 10px;
}
.p-l-md {
  padding-left: 15px;
}
.p-l-n {
  padding-left: 20px;
}
.p-l-lg {
  padding-left: 40px;
}
.p-l-xl {
  padding-left: 60px;
}
.p-r-none {
  padding-right: 0 !important;
}
.p-r-xs {
  padding-right: 5px;
}
.p-r-sm {
  padding-right: 10px;
}
.p-r-md {
  padding-right: 15px;
}
.p-r-normal {
  padding-right: 30px;
}
.p-r-lg {
  padding-right: 40px;
}
.p-r-xl {
  padding-right: 60px;
}
.pull-in {
  margin-right: -15px;
  margin-left: -15px;
}
.pull-out {
  margin: -10px -15px;
}
.m-center {
  margin-right: auto;
  margin-left: auto;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0 !important;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-xxl {
  margin-left: 50px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-l-n-xxl {
  margin-left: -50px;
}
.m-t-none {
  margin-top: 0 !important;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-xxl {
  margin-top: 50px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-t-n-xxl {
  margin-top: -50px;
}
.m-r-none {
  margin-right: 0 !important;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-xxl {
  margin-right: 50px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-r-n-xxl {
  margin-right: -50px;
}
.m-b-none {
  margin-bottom: 0 !important;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-xxl {
  margin-bottom: 50px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.m-b-n-xxl {
  margin-bottom: -50px;
}
.m-t-2p {
  margin-top: 2%;
}
.m-b-2p {
  margin-bottom: 2%;
}
.m-t-4p {
  margin-top: 4%;
}
.m-b-4p {
  margin-bottom: 4%;
}
.w-full {
  width: 100%;
  display: inline-block;
}
.w-half {
  width: 50%;
}
.w-2-3 {
  width: 66.66666667%;
}
.w-1-3 {
  width: 33.33333333%;
}
.w-auto {
  width: auto !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  height: 100% !important;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.truncate {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 300px;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: 100%;
  display: block;
  height: auto;
}
.fullwidth {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.line_reset {
  line-height: 1;
}
.container::before {
  content: inherit;
}
a:hover {
  color: #ff9933;
}
@media (max-width: 991px) {
  .visible-mobile {
    display: inherit;
  }
}
@media (min-width: 992px) {
  .visible-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-mobile {
    display: inherit;
  }
}
@media (min-width: 992px) {
  .visible-desktop {
    display: inherit;
  }
}
@media (max-width: 991px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-desktop {
    display: inherit;
  }
}
input[type="checkbox"] {
  margin-top: 0;
  min-height: 15px;
}
body.list #main-content,
body.account #main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dd-sidebar {
  flex: 0 0 22%;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-sidebar {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.list .dd-sidebar {
    max-width: 205px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-sidebar {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.account .dd-sidebar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.account .dd-sidebar {
    display: none;
  }
}
body.login .dd-sidebar {
  display: none;
}
.dd-content {
  flex: 0 0 100%;
}
body.list .dd-content {
  flex: 1 0 75%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.list .dd-content {
    flex: 0 0 77%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.list .dd-content {
    margin-top: 10px;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.list .dd-content {
    margin-top: 10px;
    flex: 0 0 100%;
  }
}
body.account .dd-content {
  flex: 0 0 78%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.account .dd-content {
    margin-top: 20px;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.account .dd-content {
    margin-top: 20px;
    flex: 0 0 100%;
  }
}
#listlocator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px;
  flex: 0 1 100%;
  max-width: 100%;
  background: white;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 767px) {
  #listlocator {
    border-radius: 0 0 4px 4px;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #listlocator {
    border-radius: 0 0 4px 4px;
    margin: 0 0 5px;
  }
}
/*font-families*/
/*font-sizes*/
/*font-weights*/
/*line-heights*/
/*letter-space*/
.border-radius-4,
.dd-start-small-teaser,
.wrapper-dropdown-5,
input[type="email"],
input[type="text"],
input[type="password"],
.form-control,
.dd-select-label select,
.dd-payment-icon,
.dd-list-category-box,
.dd-list-subcategory-box,
.dd-content-wrapper,
#dd-basketmerger-overlay #bdsBasketMergerOverlay #bdsUserBasketForm,
.dd-detail-drop-down-menu,
.dd-variant-reset-container,
.dd-variant-reset-container .dd-variant-buttons,
.dd-product-info-container,
.dd-detail-suggested-products,
.dd-details-comments-container,
#dd-social-bookmarks,
.dd-variant-dropdown .dd-dropdown-toggle-menu,
.dd-variant-dropdown .dd-dropdown-toggle-menu:focus,
.dd-variant-dropdown .dd-dropdown-toggle-menu:hover,
.dd-variant-dropdown ul.dd-dropdown-vardrop-variants,
.dd-detail-accessories-groupname .icon-arrow,
.dd-detail-accessories-groupname .icon-arrow:hover,
#dd-basket-items-container,
#colorSelect,
.dd-category-dropdown,
.dd-categorygrid-productlist,
.dd-category-text-container,
.dd-no-search-result,
.dd-not-hidden-xs .dd-productlist-filter .dd-dropdown-toggle-menu,
.dd-not-hidden-xs .dd-productlist-filter .dd-items-per-page,
.dd-acountlogin-wrapper,
.dd-account-sidebarblock,
.dd-accountregister-wrapper,
.dd-forgotpassword-wrapper,
.dd-account-myaccount-wrapper,
.dd-myaccount-useraddress-wrapper,
.dd-userpassword-wrapper,
.dd-orderhistory-wrapper,
.dd-newsletteraccount-wrapper,
.dd-mynoticelist-wrapper,
.dd-start-more-teasers a img,
.dd-start-top-article,
.dd-start-text-container,
.dd-start-small-teaser,
.dd-start-small-teaser .bx-viewport #categoryTeaserWrapper div a img,
.dd-start-top-slider .bannerItem img,
.dd-start-top-slider .bannerItem a img,
.dd-checkout-wrapper,
.dd-checkout-wrapper .dd-checkout-basket-items,
.dd-checkout-option-wrapper,
.dd-checkout-option-wrapper .dd-checkout-registration,
.dd-checkout-user-noregistration,
.dd-checkout-addresses,
.dd-checkout-payment,
.dd-checkout-order-wrapper,
.dd-checkout-basket-items,
.dd-detail-price-wrapper button.dd-blue-btn:disabled:hover:after,
.dd-categorytree-sidebar,
.dd-category grid-productlist {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
/** KEEP Parameter Order
  @font-size
  @font-weight
  @line-height
**/
html,
body {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
}
p {
  margin: 0 0 10px;
}
a {
  color: #000000;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
/*.page-header{
  .nimbus(@font-size: @font-size-24; @font-weight:  @font-weight-bold; @line-height: @line-height-20;);
  padding-bottom: @space-20;
}*/
.z-start-welcome {
  font-size: 0.76923077rem;
  font-weight: 700;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
.z-start-welcome {
  font-size: 1.84615385rem;
  font-weight: 400;
  line-height: 11px;
  font-family: "Open Sans", sans-serif;
}
/*use this global fonts for extend font style*/
.dd-panelmenu-mobile-listcontent,
.mm-list li {
  font-size: 1.53846154rem;
  font-weight: 700;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #515356;
  letter-spacing: 1px;
}
.dd-panelmenu-mobile-login,
li.dd-panelmenu-login,
li.dd-panelmenu-contact {
  font-size: 1.23076923rem;
  font-weight: 700;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  letter-spacing: 1px;
}
.dd-navigation-title,
.dd-navibar-tablet-trigger .dd-menubar-tablet-label {
  font-size: 0.92307692rem;
  font-weight: 700;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  letter-spacing: 1px;
}
.dd-navigation-title-child {
  font-size: 0.92307692rem;
  font-weight: 700;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  letter-spacing: 1px;
}
.dd-category-titile,
.dd-category-producttitle a,
.dd-category-producttitle a:hover,
.dd-list-category-box .dd-category-title,
.dd-not-hidden-xs .dd-productlist-filter,
.dd-list-subcatlist ul li a,
.dd-list-subcatlist ul li a:hover {
  font-size: 1.07692308rem;
  font-weight: 700;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}
.dd-price {
  font-size: 1.23076923rem;
  font-weight: 700;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  color: #737373;
}
.dd-new-price {
  font-size: 1.23076923rem;
  font-weight: 700;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  color: #db2929;
}
.dd-header-title,
.dd-filter-expanded-filter,
.dd-no-search-result,
.dd-account-sidebarblock li a,
.dd-account-sidebarblock li a:hover,
.dd-categorytree-sidebar li a,
.dd-categorytree-sidebar .dd-sidebar-category-active a,
.categoryBox ul li h2,
.dd-page-header-search-result-text,
.dd-page-header-search-result-number {
  font-size: 0.76923077rem;
  font-weight: 700;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}
.dd-main-title,
.dd-accountlogin-pageheader h1,
.dd-sitemap-wrapper .dd-sitemap-title h1,
.dd-detail-product-title h1,
.noty_text,
.dd-detail-stickybasket-content .dd-content-left .dd-stickybasket-description .dd-detail-product-title label,
.page-header h1,
.dd-account-pageheader h1,
.dd-page-header-search-result-param,
.dd-thankyou-title,
.infoReview,
.dd-detail-product-title .dd-mobile-title {
  padding: 20px 0 40px;
  font-size: 2.46153846rem;
  font-weight: 700;
  line-height: 38px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-main-title,
  .dd-accountlogin-pageheader h1,
  .dd-sitemap-wrapper .dd-sitemap-title h1,
  .dd-detail-product-title h1,
  .noty_text,
  .dd-detail-stickybasket-content .dd-content-left .dd-stickybasket-description .dd-detail-product-title label,
  .page-header h1,
  .dd-account-pageheader h1,
  .dd-page-header-search-result-param,
  .dd-thankyou-title,
  .infoReview,
  .dd-detail-product-title .dd-mobile-title {
    font-size: 1.84615385rem;
    font-weight: 700;
    line-height: 29px;
    font-family: "Open Sans", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .dd-main-title,
  .dd-accountlogin-pageheader h1,
  .dd-sitemap-wrapper .dd-sitemap-title h1,
  .dd-detail-product-title h1,
  .noty_text,
  .dd-detail-stickybasket-content .dd-content-left .dd-stickybasket-description .dd-detail-product-title label,
  .page-header h1,
  .dd-account-pageheader h1,
  .dd-page-header-search-result-param,
  .dd-thankyou-title,
  .infoReview,
  .dd-detail-product-title .dd-mobile-title {
    font-size: 1.84615385rem;
    font-weight: 700;
    line-height: 29px;
    font-family: "Open Sans", sans-serif;
  }
}
.dd-copy,
.dd-form-control-labelnormal,
.dd-form-control-label,
.dd-form-control-labelnormal,
.dd-cmscontent a,
.dd-cmscontent a:hover,
.dd-contact-company-address,
.dd-succeed-registration,
#dd-basketmerger-overlay,
#cookieNote,
.dd-detail-selectoption-block,
.dd-detail-custom-section,
.dd-detail-product-description,
.dd-detail-stock-status,
.dd-detail-rating,
.z-product-info .dd-detail-tab-content,
.z-product-info .dd-detail-tab-content p,
.dd-detail-description-text,
.categoryDescription,
.categoryDescription p,
.categoryDescription h2,
.categoryDescription h3,
.dd-accountlogin-text-info p,
.dd-loginaccount-label,
.dd-loginaccount-label-normal,
.dd-accountregister-wrapper p,
.dd-forgotpassword-wrapper,
.dd-forgotpassword-wrapper p,
.dd-forgotpwd-text,
.dd-account-dashboard-row dl dt a,
.dd-account-dashboard-row dl dt a:hover,
.dd-account-dashboard-row dl dd,
.dd-account-dashboard-right dl dt a,
.dd-account-dashboard-right dl dt a:hover,
.dd-account-dashboard-right dl dd,
#shippingAddressText,
.dd-billingaddress-text,
.dd-user-shipping-address .dd-user-control-label,
.dd-label-error,
.dd-help-block,
.dd-start-seo-text,
.dd-start-top-article .dd-start-article-text,
.dd-start-text-container h2,
.dd-start-text-container h3,
.dd-start-text-container p,
.dd-checkout-option-wrapper .dd-checkout-option-registration p,
.dd-checkout-option-wrapper .dd-checkout-option-registration li,
.dd-checkout-option-noregistration p,
.dd-checkout-option-login p,
#shipping .shipment-desc p,
.dd-shipping-cost,
.dd-trustedshop-desc,
.dd-trustedshop-desc a,
.dd-trustedshop-desc a:hover,
.dd-checkout-paymentcard-desc,
.dd-checkout-payment .form-horizontal.payment,
.agb,
.dd-order-billing-text dt,
.dd-order-billing-text dd,
.dd-thankyou-content,
.dd-previous-order,
.articleDescriptionReview,
.dd-detail-collapse-description,
.dd-detail-collapse-description p {
  font-size: 1.07692308rem;
  font-weight: 400;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  color: #737373;
  margin: 0;
  padding-bottom: 20px;
}
.dd-small-title,
#colorSelectMobile .dd-color-select-title,
#colorSelect .dd-color-select-title,
.dd-categorytree-sidebar .dd-sidebar-category-active ul a,
.dd-categorytree-sidebar .dd-sidebar-category-active ul a:hover,
.categoryBox ul li ul li a,
.categoryBox ul li ul li a:hover {
  font-size: 1.07692308rem;
  font-weight: 400;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
  color: #b1b1b1;
}
.dd-dropdown,
.dd-category-dropdown {
  font-size: 1.07692308rem;
  font-weight: 700;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
  color: #737373;
  box-shadow: inset 0 1px 0 0 #dedede;
}
.dd-footer-copy,
.dd-footer-payment-term,
.dd-footer-delivery,
.dd-footer-quality,
.dd-footer-navigation span a,
.dd-footer-navigation span a:hover,
.dd-hotline-list,
.dd-quality-list a,
.dd-hotline-list a,
.dd-quality-list a:hover,
.dd-hotline-list a:hover {
  color: #cbcbcb;
  font-size: 0.92307692rem;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}
.dd-start-small-title,
.dd-start-small-teaser .dd-start-title-boxslider,
.dd-detail-serie-products .dd-slider-title,
.dd-detail-suggested-products .dd-slider-title,
.dd-category-text-container .dd-info-title,
.dd-category-suggested-products .dd-category-title-wrapper .dd-slider-title,
.dd-start-text-container h1,
.dd-start-small-teaser .dd-start-title-boxslider,
.dd-detail-panel-heading .accordion-toggle,
.dd-detail-panel-heading .accordion-toggle.collapsed {
  letter-spacing: 2px;
  text-align: center;
  color: #333333;
  font-size: 0.92307692rem;
  font-weight: 700;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
/* Basic Color */
.gallery-bg {
  background-color: #eeeeee;
}
.silver-chalice {
  color: #b1b1b1;
}
.boulder {
  color: #737373;
}
.green {
  color: #169a30;
}
/* Hover Color */
/* Click Color */
.dd-start-small-teaser .bx-wrapper {
  max-width: 100% !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-start-small-teaser .bx-wrapper {
    max-width: 700px !important;
  }
}
@media (max-width: 360px) {
  .dd-start-small-teaser .bx-wrapper {
    max-width: 320px !important;
  }
}
.dd-start-small-teaser .bx-viewport {
  height: 160px !important;
  width: 96% !important;
}
@media only screen and (max-width: 360px) {
  .dd-start-small-teaser .bx-viewport {
    width: 70% !important;
    height: 147px !important;
  }
}
.MagicToolboxSelectorsContainer .bx-viewport .mz-thumb img {
  max-height: 100px;
}
.MagicToolboxSelectorsContainer .bx-viewport a {
  overflow: hidden;
  text-align: center;
  /* align the inline(-block) elements horizontally */
  font: 0/0 a;
  /* remove the gap between inline(-block) elements */
}
.MagicToolboxSelectorsContainer .bx-viewport a:before {
  /* create a full-height inline block pseudo-element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: auto;
}
@media only screen and (min-width: 768px) {
  .MagicToolboxSelectorsContainer .bx-viewport a.mz-thumb-selected {
    position: relative;
    z-index: 1;
  }
  .MagicToolboxSelectorsContainer .bx-viewport a.mz-thumb-selected:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #737373;
    opacity: 0.6;
  }
}
.MagicToolboxSelectorsContainer .bx-viewport a:not(.active) img {
  opacity: 1 !important;
}
.MagicToolboxSelectorsContainer .bx-controls-direction .bx-prev {
  /*width: 100px;
      position: absolute !important;
      left: -30px;
      top: 30px;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      height: 38px !important;
      //background-color: @mine-shaft;
      color: @mine-shaft;
      opacity: 0.8;
      padding: 15px 15px 15px 15px;
      background: white;*/
  padding: 10px 10px 5px;
  width: 40px;
  position: absolute !important;
  left: 0px;
  top: 32px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  color: #333333;
  background: #ffffff;
  opacity: 0.8;
}
.MagicToolboxSelectorsContainer .bx-controls-direction .bx-prev:hover {
  opacity: 1;
}
.MagicToolboxSelectorsContainer .bx-controls-direction .bx-prev.disabled {
  color: #b1b1b1;
}
.MagicToolboxSelectorsContainer .bx-controls-direction .bx-prev.disabled:hover {
  cursor: not-allowed !important;
  opacity: 0.8;
}
.MagicToolboxSelectorsContainer .bx-controls-direction .bx-next {
  /*width: 100px;
      position: absolute!important ;
      right: -30px;
      top: 30px;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      height: 38px !important;
      //background-color: @mine-shaft;
      color: @mine-shaft;
      opacity: 0.8;
      padding: 15px 15px 15px 15px;*/
  padding: 10px 10px 5px;
  width: 40px;
  position: absolute !important;
  right: 0px;
  top: 32px;
  background: #ffffff;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #333333;
  opacity: 0.8;
}
.MagicToolboxSelectorsContainer .bx-controls-direction .bx-next:hover {
  opacity: 1;
}
.MagicToolboxSelectorsContainer .bx-controls-direction .bx-next.disabled {
  color: #b1b1b1;
}
.MagicToolboxSelectorsContainer .bx-controls-direction .bx-next.disabled:hover {
  cursor: not-allowed !important;
  opacity: 0.8;
}
.noty_buttons {
  border-top-color: white !important;
}
html.no-touch .dropdown-menu > .disabled > a:hover,
html.no-touch .dropdown-menu > .disabled > a:focus {
  cursor: pointer;
}
html.no-touch .dropdown-menu > .disabled > a:hover:before,
html.no-touch .dropdown-menu > .disabled > a:focus:before {
  content: "";
  border-left: 5px solid rgba(0, 0, 0, 0.8);
  border-right: 6px solid transparent;
  left: 20px;
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 10px;
  /*
      show tooltip above
      border-top: 5px solid rgba(0,0,0,.8);
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      top: 5px;
      position: absolute;
      */
}
html.no-touch .dropdown-menu > .disabled > a:hover:after,
html.no-touch .dropdown-menu > .disabled > a:focus:after {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  content: attr(data-tooltip);
  font-weight: 400;
  bottom: -40%;
  left: -160px;
  white-space: normal;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 180px;
  line-height: normal;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  /* tooltip above
      background-color: rgba(0, 0, 0, 0.8);
      color: #FFF;
      content: attr(data-tooltip);
      font-weight: 400;
      bottom: 27px;
      left: 15px;
      white-space: normal;
      text-align: center;
      position: absolute;
      z-index: 1;
      width: 180px;
      line-height: normal;
      padding: 10px;
      */
}
.owl-wrapper .owl-item li a img {
  width: 100%;
}
.owl-wrapper .owl-item li a:not(.active) img {
  opacity: 1 !important;
}
/*detail page*/
.facebook {
  padding-top: 10px;
  text-align: center;
}
.facebook iframe {
  width: 400px !important;
}
/*Trustedshop*/
.reviews {
  bottom: 30px !important;
}
@media only screen and (max-width: 360px) {
  .dd-info-packet {
    float: none !important;
    width: 100% !important;
  }
}
/*pls add additional containers here if needed */
.categoryDescription h1 {
  font-size: 24px;
  line-height: 32px !important;
  letter-spacing: 1px !important;
  margin-bottom: 20px;
}
.categoryDescription h2 {
  font-size: 20px !important;
  line-height: 24px !important;
  margin-top: 10px;
}
.categoryDescription h3 {
  font-size: 16px !important;
  line-height: 20px !important;
  margin-top: 5px;
}
/* Everything for Flexboxes */
.display_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}
.flex_direction_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex_direction_column_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex_direction_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex_direction_row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.center_content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.space_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
}
.space_around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex_stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align_items_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}
.align_items_stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align_items_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align_items_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align_items_baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -webkit-align-self: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align_content_stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.align_content_center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.align_self_center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.align_self_end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}
.align_self_baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align_self_start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_one_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
}
.flex_one_col > * {
  flex: 0 1 100%;
}
.flex_two_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
}
.flex_two_cols > * {
  flex: 0 1 49%;
}
@media only screen and (max-width: 767px) {
  .flex_two_cols > * {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flex_two_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flex_three_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
}
.flex_three_cols > * {
  flex: 0 1 32.33333333%;
}
@media only screen and (max-width: 767px) {
  .flex_three_cols > * {
    flex: 0 1 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flex_three_cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flex_four_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
}
.flex_four_cols > * {
  flex: 0 1 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .flex_four_cols > * {
    flex: 0 1 33.33333333%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flex_four_cols > * {
    flex: 0 1 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .flex_four_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .flex_four_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flex_five_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
}
.flex_five_cols > * {
  flex: 0 1 24%;
  margin-bottom: 20px;
  /*@media @desktop-big {
      flex:0 1 100/5-1%;
    }*/
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .flex_five_cols > * {
    flex: 0 1 32.33333333%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flex_five_cols > * {
    flex: 0 2 49%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .flex_five_cols > * {
    flex: 0 1 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 360px) {
  .flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex_six_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
}
.flex_six_cols > * {
  flex: 0 1 32.33333333%;
  margin-bottom: 20px;
  /*@media @desktop-big {
      flex:0 1 100/6-1%;

    }*/
}
@media only screen and (max-width: 767px) {
  .flex_six_cols > * {
    flex: 0 1 49%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .flex_six_cols > * {
    flex: 0 1 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 360px) {
  .flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex_list {
  width: 101%;
}
.flex_list > * {
  margin-right: 1%;
  /*Start style only for IE 10 an 11 -- edge is fine*/
  /*End style only for IE*/
}
.ie .flex_list > * {
  margin-right: 15px;
}
.flex_list.flex_four_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex_list.flex_four_cols > * {
  flex: 0 1 24%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .flex_list.flex_four_cols > * {
    flex: 0 1 49%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flex_list.flex_four_cols > * {
    flex: 0 1 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .flex_list.flex_four_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .flex_list.flex_four_cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flex_list.flex_five_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex_list.flex_five_cols > * {
  flex: 0 1 24%;
  margin-bottom: 20px;
  /*Start style only for IE*/
  /*End style only for IE*/
  /*@media @desktop-big {
        flex: 0 1 100/5-1%;

        !*Start style only for IE*!
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          margin-right: 8px
        }
        !*End style only for IE*!

      }*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flex_list.flex_five_cols > * {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .flex_list.flex_five_cols > * {
    flex: 0 1 32.33333333%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flex_list.flex_five_cols > * {
    flex: 0 2 49%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .flex_list.flex_five_cols > * {
    flex: 0 1 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .flex_list.flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .flex_list.flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .flex_list.flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 360px) {
  .flex_list.flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex_list.flex_six_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex_list.flex_six_cols > * {
  flex: 0 1 32.33333333%;
  margin-bottom: 20px;
  /*Start style only for IE*/
  /*End style only for IE*/
  /*@media @desktop-big {
        flex: 0 1 100/6-1%;
        margin-right: 10px;

      }*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flex_list.flex_six_cols > * {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .flex_list.flex_six_cols > * {
    flex: 0 1 49%;
    margin-bottom: 20px;
    /*Start style only for IE*/
    /*End style only for IE*/
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .flex_list.flex_six_cols > * {
    flex: 0 1 48%;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 360px) {
  .flex_list.flex_six_cols > * {
    flex: 0 1 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .flex_list.flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .flex_list.flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .flex_list.flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 360px) {
  .flex_list.flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.closeButton {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  background: transparent;
  font-size: 21px;
}
.dd-button-abstract,
.dd-blue-btn,
.dd-blue-btn-checkout,
.dd-orange-btn,
.dd-orange-outline-btn,
.dd-blue-outline-btn {
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 2px;
  font-size: 0.76923077rem;
  font-weight: 700;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
  border-radius: 40px;
  border: none;
  padding: 10px;
}
.dd-blue-btn {
  background-color: #1a5ec1;
  color: #ffffff;
  text-transform: uppercase;
}
.dd-blue-btn:hover {
  background-color: #3c81e6;
  color: #ffffff;
  cursor: pointer;
}
.dd-blue-btn:focus {
  background-color: #174e9f;
  outline: none;
  color: #ffffff;
}
.dd-blue-btn-checkout {
  background-color: #1a5ec1;
  color: #ffffff;
  text-transform: uppercase;
  /*margin-bottom: @space-10;
  margin-top: 27px;*/
}
.dd-blue-btn-checkout:hover {
  background-color: #3c81e6;
  color: #ffffff;
  cursor: pointer;
}
.dd-blue-btn-checkout:focus {
  background-color: #174e9f;
  outline: none;
}
.dd-orange-btn {
  background-color: #ff9933;
  color: #ffffff;
}
.dd-orange-btn:hover {
  background-color: #ffb770;
  outline: none;
  cursor: pointer;
}
.dd-orange-btn:focus {
  background-color: #ff8000;
  outline: none;
}
.dd-orange-outline-btn {
  background-color: #ffffff;
  color: #ff9933;
  border: 1px solid #ff9933;
}
.dd-orange-outline-btn:hover {
  background-color: #ffe9d3;
  cursor: pointer;
}
.dd-orange-outline-btn:focus {
  background-color: #ff9933;
  color: #ffffff;
  outline: none;
}
.dd-blue-outline-btn {
  background-color: #ffffff;
  color: #1a5ec1;
  border: 1px solid #1a5ec1;
}
.dd-blue-outline-btn:hover {
  color: #ffffff;
  background-color: #3c81e6;
  border-color: #1a5ec1;
  cursor: pointer;
}
.dd-blue-outline-btn:focus {
  background-color: #174e9f;
  color: #ffffff;
  outline: none;
}
.dd-blue-outline-btn.dd-btn-top-article {
  font-size: 0.92307692rem;
}
.dd-andern-btn {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .dd-andern-btn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 360px) {
  .dd-andern-btn {
    margin-top: 10px;
  }
}
.dd-back-link {
  padding-right: 20px;
  padding-left: 10px;
}
.dd-btn-quantity {
  border: none;
}
.dd-btn-quantity:disabled {
  color: #b1b1b1;
}
.dd-btn-remove {
  border: none;
  width: 95px;
  padding: 0;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-btn-remove {
    float: left;
  }
}
select option {
  padding: 5px 10px;
}
.labelPassword {
  position: relative;
}
.form-group .control-label {
  padding-top: 10px;
  padding-bottom: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form-group .control-label {
    text-align: center;
    padding-bottom: 10px;
  }
}
.wrapper-dropdown-5 {
  font-size: 14px;
  line-height: 17px;
  position: relative;
  width: 200px;
  padding: 12px 15px;
  background-color: #eeeeee;
  color: #838d8f;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.7);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrapper-dropdown-5.active {
  border-radius: 4px 4px 0 0;
}
.wrapper-dropdown-5.active:after {
  border-color: #82d1ff transparent;
}
.wrapper-dropdown-5.active .dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}
.wrapper-dropdown-5:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #4cbeff transparent;
}
.wrapper-dropdown-5 .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #eeeeee;
  border-radius: 0 0 4px 4px;
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
  padding-left: 0px;
}
.wrapper-dropdown-5 .dropdown li a {
  display: block;
  text-decoration: none;
  line-height: 17px;
  padding: 10px 0;
  color: #838d8f;
  padding-left: 15px;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea;
}
.wrapper-dropdown-5 .dropdown li a:hover {
  color: #ffffff;
  background-color: #b1b1b1;
}
.dd-col-nopadding {
  padding: 0;
}
.form-control {
  background-color: #eeeeee;
}
.dd-control-label {
  padding-left: 0;
}
.dd-shippingadress-form {
  padding: 0 10px;
}
.dd-textfield-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.dd-textfield-wrapper.dd-detail-drop-down-menu {
  border: 1px solid #cbcbcb;
}
.dd-form-openaccount-wrapper {
  padding-top: 10px;
  width: 100%;
}
.dd-form-userbilling-wrapper {
  padding-top: 10px;
  width: 100%;
}
.dd-form-userbilling-wrapper .dd-detail-drop-down-menu .drop-down-menu-wrapper {
  width: 109%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-form-userbilling-wrapper .dd-detail-drop-down-menu .drop-down-menu-wrapper {
    width: 118%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-form-control-labelnormal {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-form-control-labelnormal {
    padding-bottom: 10px;
  }
}
.dd-form-control-label {
  padding-left: 0;
  padding-bottom: 0;
  font-weight: 300;
  color: #333333;
  position: relative;
}
.dd-form-control-label.req {
  font-weight: 700;
  /*&:after {
      content: " *";
    }*/
}
@media only screen and (max-width: 767px) {
  .dd-form-control-label {
    padding-bottom: 10px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 360px) {
  .dd-form-control-label {
    padding-bottom: 10px;
    padding-top: 0;
  }
}
.dd-form-control-labelnormal {
  padding-left: 0;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .dd-form-control-labelnormal {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-form-control-labelnormal {
    padding-bottom: 10px;
  }
}
.dd-loginaccount-checkbox {
  min-height: 0;
}
.form-control.input-small {
  width: 100%;
}
.dd-formhorizontal-userpassword {
  width: 100%;
}
.dd-callme-areabox {
  width: 100%;
  display: inline-block;
}
.dd-form-birthday:first-child {
  padding-left: 0;
}
.dd-form-birthday:last-child {
  padding-right: 0;
}
.form-control.dd-input-small {
  width: 81%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .form-control.dd-input-small {
    width: 75%;
  }
}
.form-control.input-mini {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  float: left;
}
/* Styles für das Select Feld */
label.dd-select-label {
  position: relative;
  display: inline-block;
  width: 100%;
}
.dd-select-label select {
  display: inline-block;
  font: inherit;
  cursor: pointer;
  color: #737373;
  background-color: #eeeeee;
  font-weight: 700;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #cbcbcb;
  text-transform: capitalize;
  /* remove the browser specification about the select field*/
  outline: none;
  /* remove focus ring from Webkit */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body.details .dd-select-label select {
  text-transform: none;
  background: transparent;
  padding-left: 5px;
  font-weight: 400;
}
.dd-select-label select::-ms-expand {
  display: none;
}
/* Select arrow styling */
.arrow-select,
.dd-select-label:after,
.dd-variant-dropdown .dd-dropdown-toggle-menu:after,
.dd-not-hidden-xs .dd-productlist-filter .dd-dropdown-toggle-menu :after {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #737373;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  content: "\f107";
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  line-height: 35px;
  pointer-events: none;
  border-radius: 0 4px 4px 0;
  border-left: 0 none;
  -webkit-border-radius: 0 4px 4px 0;
  -webkit-border-left: 0 none;
}
textarea {
  resize: vertical;
}
/*Amount Controls*/
.dd-article-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}
.dd-article-amount input[type='text'] {
  font-size: 1.07692308rem;
  font-weight: 700;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  text-align: center;
  color: #333333;
  border-color: #333333;
  width: 30px;
  margin: 0 5px;
}
.dd-article-amount-plus,
.dd-article-amount-minus {
  background: transparent;
  border: 1px solid #333333;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0;
  margin: 0;
}
.dd-article-amount-plus > i,
.dd-article-amount-minus > i {
  color: #333333;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}
.dd-article-amount-plus:disabled,
.dd-article-amount-minus:disabled {
  border-color: #737373;
}
.dd-article-amount-plus:disabled > i,
.dd-article-amount-minus:disabled > i {
  color: #737373;
}
.dd-article-amount-plus:focus,
.dd-article-amount-minus:focus {
  outline: none;
}
.help-block.form-error {
  display: none;
}
/* CSS3 animated buttons */
.button23 {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.button23 a {
  color: #333333;
  text-decoration: none;
  display: block;
}
.button23::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.button23:hover::before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.toggle-password {
  float: right;
  margin-right: 30px;
  margin-top: -23px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/* CSS3 animated buttons */
.button23 {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.button23 a {
  color: #333333;
  text-decoration: none;
  display: block;
}
.button23::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.button23:hover::before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.form-horizontal .checkbox.dd-loginaccount-checkbox {
  margin-top: 10px;
}
.error-message .error-text-wrapper {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.error-message .error-link a {
  border: 1px solid #b94a48;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 0 0;
  background: #b94a48;
  color: white;
}
.error-message .error-link a:hover {
  background: #F2DEDD;
  color: #b94a48;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
#invCountrySelect:focus option[disabled] {
  color: #B1B1B1;
}
.dd-icon {
  font-size: 1.38461538rem;
  color: #515356;
  font-weight: 700;
}
/*.icon-search{
  position: absolute;
  font-size: @font-size-18;
  z-index: 1001;
  top: @space-10;
  right: @space-20;
  color: @abbey;
}*/
.icon-user {
  font-size: 1.38461538rem;
  font-weight: 700;
}
.icon-user.dd-user-logged-in {
  color: #ff9933;
}
.icon-menu-mobile {
  font-size: 1.23076923rem;
  color: #333333;
}
.icon-return {
  font-size: 1rem;
}
.icon-cross {
  font-size: 1.23076923rem;
}
.dd-start-icon-basket {
  font-size: 1.38461538rem;
  font-weight: 700;
}
.icon-phone {
  padding: 0 10px;
  font-size: 0.76923077rem;
  color: #ffffff;
}
.dd-icon-phone-mobile {
  font-size: 1.38461538rem;
}
.icon-close-1 {
  font-size: 1.38461538rem;
}
.icon-Arrow_Forward {
  font-size: 10px;
  padding-right: 5px;
}
.dd-icon-info {
  position: absolute;
  left: -30px;
  padding: 2px 8px;
  color: white;
  border-radius: 50%;
  background: #174e9f;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .dd-icon-info {
    left: auto;
    right: -30px;
  }
}
.dd-icon-info .dd-password-info-text {
  display: none;
}
.dd-icon-info:hover .dd-password-info-text {
  display: block;
  position: absolute;
  left: auto;
  top: -65px;
  padding: 10px;
  background: #174e9f;
  color: white;
  width: 300px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  z-index: 1;
  right: -130px;
  text-align: left;
}
.dd-icon-info:hover .dd-password-info-text::after {
  position: absolute;
  content: "";
  left: 50%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #174e9f;
  bottom: -12px;
}
.dd-footer-wrapper {
  background: #eeeeee;
}
@media only screen and (min-width: 1200px) {
  .footer-flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
}
.dd-footer {
  text-align: center;
  background-color: #333333;
  border-top: #515356;
}
.dd-footer-title {
  color: #ffffff;
  font-size: 0.92307692rem;
  font-weight: 400;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
}
.dd-col-footer {
  border-right: 1px solid #515356;
  padding: 15px 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-col-footer {
    padding-left: 5px;
  }
}
.dd-col-footer dl {
  margin-bottom: 0;
}
.dd-col-footer .icon-arrow {
  margin-top: -10px;
  float: right;
  font-size: 10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #515356;
}
@media only screen and (min-width: 768px) {
  .dd-col-footer .icon-arrow {
    display: none;
  }
}
.dd-footer-contact-hotline {
  margin: 10px 0;
}
.dd-footer-contact-hotline p {
  color: #ff9933;
  font-size: 1.07692308rem;
  font-weight: 400;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  letter-spacing: 1px;
}
.dd-footer-contact-hotline p a {
  color: #ff9933;
}
.dd-footer-payment-term {
  margin: 10px 0;
  padding: 0 20px;
}
.dd-footer-payment-term:hover {
  color: #ffb770;
}
.dd-footer-payment-term-icons {
  width: 100%;
  max-width: 320px;
  color: #ffffff;
  margin: 20px auto;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  /*  @media @tablet{
    margin: @space-20;
  }*/
  /*.pui{
    background: url("/out/roxid_mod/img/kaufauf_rechnung.png") no-repeat;
    height: 18px;
    width: 60px;
  }*/
}
.dd-footer-payment-term-icons span {
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-footer-payment-term-icons span {
    margin: 5px;
  }
}
.dd-footer-payment-term-icons .easycredit {
  background: url("/out/roxid_mod/img/easycredit.png") no-repeat;
  height: 18px;
  width: 82px;
  float: left;
  background-size: 60px;
  margin-left: 2px;
}
.dd-footer-payment-term-icons:hover {
  color: #ffb770;
  /*.pui{
      background: url("/out/roxid_mod/img/kaufauf_rechnung_orange.png") no-repeat;
      height: 18px;
      width: 60px;
    }*/
}
.dd-footer-payment-term-icons:hover .easycredit {
  background: url("/out/roxid_mod/img/easycreadit_hover.png") no-repeat;
  height: 18px;
  width: 82px;
  float: left;
  background-size: 60px;
  margin-left: 2px;
  color: #ffb770;
}
.dd-footer-delivery {
  margin: 10px 0;
  padding: 0 20px;
}
.dd-footer-delivery:hover {
  color: #ffb770;
}
.dd-footer-delivery p {
  padding-top: 10px;
}
.dd-footer-delivery p a:hover {
  color: #ffb770;
}
.dd-footer-quality {
  margin: 10px 0;
  padding: 0 20px;
}
.dd-footer-quality:hover {
  color: #ffb770;
}
.dd-footer-navigation span {
  margin: 20px;
  display: inline-block;
}
.dd-footer-navigation span a {
  color: #ffffff;
}
.dd-footer-navigation span a:hover {
  color: #ffb770;
}
.dd-footer-navigation span a:hover img {
  opacity: 0.8;
}
.dd-partner-icon-wrapper {
  text-align: center;
}
.dd-partner-icon-wrapper .dd-partner {
  display: inline-block;
  margin: 20px;
  vertical-align: middle;
}
.dd-partner-icon-wrapper .dd-partner img {
  max-height: 50px;
}
.dd-partner-icon-wrapper .dd-partner a:hover img {
  opacity: 0.8;
}
.dd-detail-partner-footer {
  padding-bottom: 130px;
  background: #eeeeee;
}
.dd-truted-shop {
  text-align: center;
}
.dd-trusted-shop-ratings {
  padding-top: 8px;
  color: #777;
}
/*trusted shops stars megatrash*/
#MyCustomTrustbadge {
  position: fixed;
  right: 0;
  top: 60%;
}
#tsbadge4_db8d3657bdbe440c985ae127463eaad4 {
  top: 20% !important;
  left: 0;
  right: inherit !important;
}
#tscard4_db8d3657bdbe440c985ae127463eaad4 {
  right: inherit !important;
  left: 0;
  top: 20% !important;
}
@media only screen and (max-width: 767px) {
  #tsbadge4_db8d3657bdbe440c985ae127463eaad4 {
    display: none !important;
  }
}
/*.dd-footer-quality,*/
.dd-quality-list,
.dd-hotline-list {
  text-align: left;
  padding-left: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-quality-list,
  .dd-hotline-list {
    padding-left: 10%;
  }
}
.dd-quality-list a:hover,
.dd-hotline-list a:hover {
  color: #ffb770;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-quality-list li,
  .dd-hotline-list li {
    padding: 5px 0;
  }
}
.dd-quality-badge {
  display: inline-block;
  vertical-align: bottom;
}
#MenuDotsBadge_db8d3657bdbe440c985ae127463eaad4 {
  display: none;
}
.dd-footer-lastrow {
  background: white;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .dd-footer-lastrow {
    background: transparent;
  }
}
body.details .dd-footer-lastrow {
  padding-bottom: 100px;
}
/*new style for header*/
body .dd-header-toprow {
  padding-right: 0;
}
body .dd-header-toprow .dd-header-headermenu .dd-header-headermenu-left {
  padding: 0 10px;
}
body .dd-header-toprow .dd-header-headermenu .dd-header-headermenu-right {
  padding: 0;
}
body .dd-header-toprow .dd-header-headermenu .dd-header-headermenu-right .dd-ts-header {
  padding-right: 0;
}
/*#header {
  border-bottom: 1px solid #333;
}*/
#cookieNote.dd-cookie-note-wrapper {
  padding: 20px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
  background: white;
  opacity: 0.8;
  font-size: 1.15384615rem;
  border-top: 1px solid #ff9933;
}
#cookieNote.dd-cookie-note-wrapper a,
#cookieNote.dd-cookie-note-wrapper .closeText {
  color: inherit;
  text-decoration: underline;
}
#cookieNote.dd-cookie-note-wrapper a:hover,
#cookieNote.dd-cookie-note-wrapper .closeText:hover {
  color: #ff9933;
}
#cookieNote.dd-cookie-note-wrapper button.close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 1.84615385rem;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  #header #burgerMenu {
    flex: 0 1 10%;
  }
}
@media only screen and (max-width: 767px) {
  #header #burgerMenu {
    display: inherit;
  }
}
#header #logo {
  flex: 0 1 30%;
}
@media only screen and (max-width: 991px) {
  #header #logo {
    flex: 1 1 25%;
  }
}
#header .dd-header-search {
  flex: 0 1 50%;
}
@media only screen and (max-width: 991px) {
  #header .dd-header-search {
    flex: 1 1 45%;
    padding: 0 0 0 10px;
  }
}
#header .dd-header-account {
  flex: 0 1 10%;
  padding: 0;
  text-align: right;
}
#header .dd-header-account .dd-header-account-link {
  padding: 10px;
  display: block;
}
#header .dd-header-minibasket {
  flex: 0 1 10%;
  padding: 0;
  position: relative;
  text-align: right;
}
#header .dd-header-minibasket .dd-header-minibasket-link {
  padding: 10px;
  display: block;
}
#header .icon-user,
#header .dd-start-icon-basket {
  font-size: 24px;
}
#header .dd-start-icon-basket {
  font-weight: 400;
}
body.checkout #header {
  height: auto !important;
}
#header .dd-header-topcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}
#header .dd-header-topcol #logo {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.checkout #header .dd-header-topcol #logo {
    padding-left: 20px;
  }
}
#header .dd-header-topcol #logo img {
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  #header .dd-header-topcol #logo img {
    max-width: 160px;
  }
}
@media (max-width: 420px) {
  #header .dd-header-topcol #logo img {
    max-width: 120px;
  }
}
#header .dd-header-topcol .dd-header-minibasket .dd-header-minibasket-link .dd-basket-itemcounter {
  top: 0px;
  line-height: 14px;
}
/*--------------------------------------*/
.dd-header-toprow {
  background: white;
  border-bottom: 0 none;
}
.dd-header-headermenu {
  margin: 0 auto;
  padding-top: 15px;
  font-weight: 300;
}
.dd-header-headermenu.container:before,
.dd-header-headermenu.container:after {
  content: none;
}
.dd-header-headermenu .dd-header-headermenu-left {
  padding: 0 35px;
  color: #515356;
  float: left;
  font-size: 1rem;
  cursor: pointer;
  outline: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-header-headermenu .dd-header-headermenu-left {
    padding: 0 30px;
  }
}
.dd-header-headermenu .dd-header-headermenu-left .dd-heaeder-hotline .dd-hotline {
  font-size: 11px;
  color: #515356;
}
.dd-header-headermenu .dd-header-headermenu-left .dd-heaeder-hotline a {
  letter-spacing: 2px;
  color: #515356;
}
.dd-header-headermenu .dd-header-headermenu-right {
  padding: 0 10px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-header-headermenu .dd-header-headermenu-right {
    padding: 0;
  }
}
.dd-header-headermenu .dd-header-headermenu-right > a {
  float: left;
  padding: 0 10px;
  color: #515356;
}
.dd-header-headermenu .dd-header-headermenu-right > a:hover {
  color: #ffb770;
}
.dd-header-topcol {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .dd-header-topcol {
    padding: 20px 10px;
  }
}
.dd-header-logo {
  padding: 5px 0 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-header-logo {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-header-logo {
    padding: 5px 0;
  }
}
.dd-header-search .dd-header-search-inputgroup {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}
@media only screen and (max-width: 991px) {
  .dd-header-search .dd-header-search-inputgroup {
    position: inherit;
  }
}
.dd-header-search .dd-header-search-inputgroup .dd-header-btn-search {
  background: transparent none repeat scroll 0 0;
  position: relative;
  right: 40px;
  z-index: 1001;
  border: none;
  color: #333333;
}
@media (max-width: 420px) {
  .dd-header-search .dd-header-search-inputgroup .dd-header-btn-search {
    display: none;
  }
}
.dd-header-search .dd-header-search-inputgroup .dd-header-btn-search .icon-search {
  font-size: 1.23076923rem;
}
.dd-header-search .dd-header-search-inputgroup .dd-header-btn-search:focus {
  outline: none;
}
.dd-header-search .dd-header-search-inputgroup .dd-header-search-field {
  border-radius: 20px;
  background: #eeeeee;
  height: 40px;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .dd-header-search .dd-header-search-inputgroup .dd-header-search-field {
    height: 35px;
    font-size: 16px;
  }
}
.dd-header-search .dd-header-search-inputgroup .dd-header-search-field:focus {
  outline: none;
}
.dd-header-account .dd-header-account-link:hover .icon-user {
  color: #ffb770;
}
.dd-header-account .dd-header-account-link:hover:before {
  content: "";
  left: 50%;
  position: absolute;
  bottom: 5px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
}
.dd-header-account .dd-header-account-link:hover:after {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  content: "Kundenkonto";
  font-weight: 400;
  white-space: normal;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100px;
  line-height: normal;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
}
.dd-header-z-minibasket .dd-header-minibasket-link {
  position: relative;
  padding: 15px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-header-z-minibasket .dd-header-minibasket-link {
    padding: 15px 30px;
  }
}
.dd-header-z-minibasket .dd-header-minibasket-link.dd-header-full-basket {
  padding: 15px 5px 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-header-z-minibasket .dd-header-minibasket-link.dd-header-full-basket {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-header-z-minibasket .dd-header-minibasket-link.dd-header-full-basket {
    padding: 15px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-header-z-minibasket {
    float: none;
  }
}
.dd-header-minibasket .dd-basket-itemcounter {
  font-size: 1.07692308rem;
  margin-top: 0;
  float: left;
  background: #ff9933;
  border-radius: 50%;
  padding: 3px;
  width: 20px;
  margin-left: -15px;
  text-align: center;
  height: 20px;
  color: #ffffff;
  position: absolute;
  right: 0px;
}
.dd-header-minibasket:hover .dd-basket-itemcounter {
  background: #ffb770;
  color: #ffffff;
}
.dd-header-minibasket:hover .icon-basket {
  color: #ffb770;
}
.checkout .dd-header-search {
  visibility: hidden;
}
.checkout .dd-headerbar-search {
  display: none;
}
body.checkout .cd-dropdown-wrapper {
  display: none;
}
/*
.dd-basket-itemcounter{
  background: @blaze-orange;
  text-indent: @space-5;
  color: white;
  font-weight: bold;
  width: @space-20;
  height: @space-20;
  position: relative;
  .dd-basket-itemcount{
    position: absolute;
    right: 7px;
    top: 2px;
  }
}*/
.dd-ts-header {
  float: left;
  display: block;
}
.trustedshop_logo {
  margin-top: -10px;
}
.dd-ts-header-stars {
  display: block;
  float: right;
  margin-left: 5px;
}
/*
#TrustmarkBlockCustomBadge_db8d3657bdbe440c985ae127463eaad4,
#BottomSlantCustomBadge_db8d3657bdbe440c985ae127463eaad4,
#MarkInWordsCustomBadge_db8d3657bdbe440c985ae127463eaad4,
#MarkCustomBadge_db8d3657bdbe440c985ae127463eaad4,
#TriangleCustomBadge_db8d3657bdbe440c985ae127463eaad4{
  display: none!important;
}

#tsbadge_db8d3657bdbe440c985ae127463eaad4 #tsCustomBadge4_db8d3657bdbe440c985ae127463eaad4 {
  border:0!important;
  width: auto!important;
  height: auto!important;
  background: transparent!important;
}
#tsbadge_db8d3657bdbe440c985ae127463eaad4 #tsCustomBadge4_db8d3657bdbe440c985ae127463eaad4 #ContentCustomBadge_db8d3657bdbe440c985ae127463eaad4 {
  padding: 0!important;
}
#tsbadge_db8d3657bdbe440c985ae127463eaad4 #tsCustomBadge4_db8d3657bdbe440c985ae127463eaad4 #ContentCustomBadge_db8d3657bdbe440c985ae127463eaad4 .displayTableRow_db8d3657bdbe440c985ae127463eaad4 #ReviewsBlockCustomBadge_db8d3657bdbe440c985ae127463eaad4 .ts-stars-wrapper {
  margin-bottom:0!important;
}
#tsbadge_db8d3657bdbe440c985ae127463eaad4 #tsCustomBadge4_db8d3657bdbe440c985ae127463eaad4 #ContentCustomBadge_db8d3657bdbe440c985ae127463eaad4 .displayTableRow_db8d3657bdbe440c985ae127463eaad4 #ReviewsBlockCustomBadge_db8d3657bdbe440c985ae127463eaad4 {
  border-left:0!important;
}
#tsbadge_db8d3657bdbe440c985ae127463eaad4 #tsCustomBadge4_db8d3657bdbe440c985ae127463eaad4 #ContentCustomBadge_db8d3657bdbe440c985ae127463eaad4 .displayTableRow_db8d3657bdbe440c985ae127463eaad4 #ReviewsBlockCustomBadge_db8d3657bdbe440c985ae127463eaad4 .ts-stars-wrapper .ts-stars-fullBar {
  background-color: transparent!Important;
}
#tsbadge_db8d3657bdbe440c985ae127463eaad4 #tsCustomBadge4_db8d3657bdbe440c985ae127463eaad4 #ContentCustomBadge_db8d3657bdbe440c985ae127463eaad4 .displayTableRow_db8d3657bdbe440c985ae127463eaad4 #ReviewsBlockCustomBadge_db8d3657bdbe440c985ae127463eaad4 .ts-stars-wrapper i {
}

#MyCustomTrustbadge {
  * {
    visibility: hidden;
  }
  .dd-ts-header {
    visibility: visible;
  }
}*/
/* menuFive */
.menuFive {
  width: 28px;
  height: 20px;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
}
.menuFive span {
  background-color: #333;
  position: absolute;
  border-radius: 2px;
  transition: 0.01s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 4px;
  transition-duration: 500ms;
}
.menuFive span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.menuFive span:nth-child(2) {
  top: 8px;
  left: 0px;
}
.menuFive span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
.dropdown-is-active.menuFive span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.dropdown-is-active.menuFive span:nth-child(2) {
  transform: scale(0.1);
}
.dropdown-is-active.menuFive span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}
.burger_label {
  position: absolute;
  left: 0px;
  bottom: -16px;
  font-size: 10px;
}
@media only screen and (max-width: 991px) {
  #divSuggestions {
    top: 84px !important;
    left: 0 !important;
    width: 100vw;
    /*
    &::after {
      content:'';
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.8;
      position: absolute;
    }
*/
  }
  #divSuggestions .yui-ac-content {
    position: initial;
    max-height: 100%;
    width: 100vw;
  }
  #divSuggestions .yui-ac-content::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #EBEBEB transparent;
    position: absolute;
    top: -15px;
    left: 50%;
  }
}
#divSuggestions .yui-ac-content ul li.ACHeaderItem {
  width: 100%;
  float: left;
}
#divSuggestions .yui-ac-content ul li.ACQueryItem {
  width: auto;
  float: left;
  font-weight: normal;
  color: #333;
  text-align: center;
  padding: 15px 20px;
  border: 1px solid #dedede;
  background: #dedede;
  border-radius: 4px;
  position: relative;
  margin: 0 10px 10px 0;
}
#divSuggestions .yui-ac-content ul li.ACQueryItem img {
  display: none;
}
@media only screen and (max-width: 991px) {
  #divSuggestions .yui-ac-content ul li.ACProductItem {
    width: 100%;
    margin: 5px 0;
  }
}
/*.bxslider-wrap {
  visibility: hidden;
}*/
.dd-main {
  background-color: #eeeeee;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-content {
    width: 100%;
  }
}
.dd-cmscontent h3 {
  font-weight: 700;
}
.dd-cmscontent a {
  text-decoration: underline;
  color: #333333;
  word-break: break-word;
}
.dd-cmscontent a:hover {
  color: #ffb770;
}
.dd-cmscontent img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.dd-cmscontent font {
  color: #333333;
}
.dd-cmscontent p {
  color: #333333;
}
.dd-cmscontent .cmstable-wrapper table {
  border: 1px solid #cbcbcb;
}
.dd-cmscontent .cmstable-wrapper table tbody tr td {
  border-bottom: 1px solid #cbcbcb;
}
.dd-cmscontent .cmstable-wrapper table tbody tr td p {
  padding: 0 20px;
  padding-top: 5px;
}
.dd-cmscontent .cmstable-wrapper table tbody tr th p {
  margin: 5px 0;
}
.dd-cmscontent .cmstable-wrapper table tbody tr th p img {
  margin: 5px 0px;
  max-width: none;
}
.dd-cmscontent .title {
  padding: 10px;
}
.dd-cmscontent .dd-info-wrapper .dd-border-bottom-cms1 {
  padding: 7px 0;
  border-bottom: 1px solid #cbcbcb;
}
.dd-cmscontent .dd-info-wrapper .dd-border-bottom-cms {
  border-bottom: 1px solid #cbcbcb;
}
.dd-cmscontent .dd-info-packet {
  padding: 5px 0;
}
.dd-cmscontent .dd-info-packet p {
  margin: 0;
  line-height: 20px;
}
.dd-cmscontent .cr_page {
  width: 100%;
}
.dd-cmscontent iframe {
  width: 100%;
  max-width: 560px;
  margin-top: 20px;
}
.cmstable-wrapper-responsive {
  width: 100%;
}
.cmstable-wrapper-responsive table {
  border: 1px solid #cbcbcb;
}
.cmstable-wrapper-responsive tr:last-child .dd-label-td {
  border-bottom: 1px solid #cbcbcb;
}
.cmstable-wrapper-responsive .dd-label-td {
  text-align: center;
  padding: 10px;
  width: 25%;
  font-size: 14px;
  border-bottom: 1px solid white;
  background-color: #cbcbcb;
}
@media (max-width: 480px) {
  .cmstable-wrapper-responsive .dd-label-td {
    width: 100%;
    float: left;
  }
}
.cmstable-wrapper-responsive .dd-entry-td {
  padding: 10px;
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 480px) {
  .cmstable-wrapper-responsive .dd-entry-td {
    width: 100%;
    float: left;
    padding-bottom: 30px;
  }
}
.dd-main-content-wrapper {
  background-color: #eeeeee;
}
.dd-breadcrumb-wrapper {
  background-color: #cbcbcb;
  text-align: center;
  padding: 0;
}
.dd-breadcrumb-wrapper ul.dd-breadcrumb {
  margin: 0;
  padding: 0 10px;
  border-radius: 0;
  background-color: #dedede;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dd-breadcrumb-wrapper ul.dd-breadcrumb li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.dd-breadcrumb-wrapper ul.dd-breadcrumb li a {
  padding: 10px;
  display: inline-block;
  border-right: 1px solid #b1b1b1;
}
.dd-breadcrumb-wrapper ul.dd-breadcrumb li a .divider {
  padding: 0 5px;
}
.dd-breadcrumb-wrapper ul.dd-breadcrumb li a:hover {
  background-color: #b1b1b1;
  color: white;
}
.dd-breadcrumb-wrapper ul.dd-breadcrumb li:last-child a {
  border-right: 0 none;
}
.dd-breadcrumb-wrapper li a {
  color: #737373;
}
.dd-list-category-box {
  background-color: #ffffff;
}
.dd-list-subcategory-box {
  background-color: #ffffff;
  height: auto;
}
.divider {
  color: #b1b1b1;
}
.clear {
  clear: both;
}
.dd-content-wrapper {
  background: #ffffff;
  margin: 30px 0;
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 25px 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-content-wrapper {
    padding: 25px 70px;
  }
}
.dd-content-wrapper h1 {
  font-weight: 300;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 24px;
  padding: 10px 0;
  word-wrap: break-word;
  font-size: 1.84615385rem;
  padding-bottom: 30px;
  text-align: center;
}
.dd-contact-company-address {
  color: #333333;
}
.dd-contact-company-address a {
  text-decoration: underline;
}
.dd-contact-company-address a:hover {
  color: #ffb770;
}
.dd-contact-company-address .titleContactForm {
  border-bottom: 1px solid #dedede;
}
.dd-contact-form-wrapper .dd-detail-drop-down-menu .drop-down-menu-wrapper {
  width: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-contact-form-wrapper .dd-detail-drop-down-menu .drop-down-menu-wrapper {
    width: 115%;
  }
}
.dd-callme-form-wrapper {
  margin-bottom: 30px;
}
.dd-callme-form-wrapper .form-group {
  display: flex;
}
.dd-callme-form-wrapper .form-group .dd-detail-drop-down-menu {
  border: 1px solid #cbcbcb;
}
.dd-callme-note {
  padding-left: 10px;
}
.dd-filter-expanded-filter {
  height: 50px;
  text-align: left;
  text-transform: uppercase;
  padding-top: 30px;
}
.dd-contact-input-field {
  padding-right: 0;
  padding-left: 0;
}
.dd-start-vat-message {
  background-color: #333333;
  color: #ffffff;
  padding: 5px 10px;
  right: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  max-width: 350px;
  margin-left: 0;
}
.dd-start-vat-message a {
  color: #ffffff;
  text-decoration: underline;
}
.dd-start-vat-message a:hover {
  color: #ffb770;
}
.dd-start-smallteaser-picwrapper {
  padding: 10px;
  /*  height: 150px;
  img{
    display: inline-block;
    max-height: 111px;
    min-height: 94px;
  }*/
}
.dd_fixed_right_widget {
  right: 0;
  z-index: 99999;
}
.dd_fixed_right_widget .dd-fixed-facbook-container {
  position: fixed;
  top: 20%;
  background: url("/out/roxid_mod/img/moebel1-facebook-button.png") no-repeat scroll 0 0 transparent;
  height: 94px;
  text-indent: -999em;
  right: -25px;
  width: 56px;
}
.dd_fixed_right_widget .dd-live-consultation-container {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 99999;
}
.dd-note {
  font-style: italic;
  padding-bottom: 10px;
}
.cmstable-wrapper table {
  border: none;
}
.cmstable-wrapper table td,
.cmstable-wrapper table th {
  border: none;
}
.dd-footer-title-info {
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-footer-title-info {
    display: none;
  }
}
.dd-footer-title-tablet {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-footer-title-tablet {
    display: block;
    word-wrap: break-word;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-footer-title-tablet {
    display: none;
  }
}
#dd-basketmerger-overlay {
  background-color: #eeeeee;
  padding: 10px;
  margin: auto;
  position: relative;
}
#dd-basketmerger-overlay #bdsBasketMergerOverlay {
  padding: 20px 0;
}
#dd-basketmerger-overlay #bdsBasketMergerOverlay #bdsUserBasketForm {
  background-color: #ffffff;
}
#dd-basketmerger-overlay #bdsBasketMergerOverlay #bdsUserBasketForm .dd-basket-merger-title {
  font-weight: 700;
  color: #515356;
  padding: 10px 0 20px 0;
}
#dd-basketmerger-overlay #bdsBasketMergerOverlay #bdsUserBasketForm a {
  text-align: center;
  display: block;
}
#dd-basketmerger-overlay #bdsBasketMergerOverlay #bdsUserBasketForm img {
  max-width: 100%;
  max-height: 80px;
}
.loadingfade {
  background: #fff;
  z-index: 5000;
}
.loadingiconbg {
  background: url("/out/roxid_mod/img/loading_bg.png") no-repeat center center;
  z-index: 5001;
}
.loadingicon {
  background: url("/out/roxid_mod/img/loading.gif") no-repeat center center;
  z-index: 5002;
}
/*Sitemap*/
.dd-sitemap-container {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
  float: left;
}
.dd-sitemap-container li {
  padding: 3px 0;
}
.dd-sitemap-container li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
}
.dd-sitemap-container li a:hover {
  color: #ffb770;
}
.dd-sitemap-wrapper {
  background: #ffffff;
  height: 100%;
  display: inline-block;
  width: 100%;
  padding: 25px 100px;
  margin: 30px 0;
  border-radius: 4px;
}
.dd-sitemap-wrapper .dd-sitemap-title h1 {
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.84615385rem;
  border: none;
  padding: 10px 0 30px;
  line-height: 24px;
}
/*ERROR PAGE*/
.error-wrapper {
  color: #515356;
}
.error-wrapper .error-content {
  padding: 20px 0;
}
.error-wrapper .error-content .error-header {
  font-size: 1.53846154rem;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.error-wrapper .error-content .error-title {
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}
.error-wrapper .error-content .error-body {
  text-align: center;
  padding: 40px 50px;
  font-size: 1.23076923rem;
  font-weight: 300;
  line-height: 20px;
}
.error-wrapper .error-content .dd-kontakt-error {
  text-align: center;
  color: #515356;
  padding-bottom: 5px;
}
.error-wrapper .error-content .dd-kontakt-error .contact-number {
  display: inline-block;
  font-size: 1.23076923rem;
  text-align: center;
  font-weight: 300;
  line-height: 40px;
}
.error-wrapper .error-content .dd-kontakt-error .contact-number .phone-label {
  float: left;
  padding-right: 10px;
}
.error-wrapper .error-content .dd-kontakt-error .contact-number .number-link {
  float: left;
  color: #515356;
}
.error-wrapper .error-content .dd-kontakt-error .contact-number .icon-hotline {
  color: #515356;
  transform: rotate(245deg);
  font-size: 22px;
  border: 1px solid;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-indent: 1px;
  padding: 6px;
  margin-left: 10px;
}
.error-wrapper .error-content .dd-kontakt-error .contact-link {
  text-align: center;
  padding-bottom: 10px;
}
.error-wrapper .error-content .dd-kontakt-error .contact-link a {
  font-size: 1.23076923rem;
  text-decoration: underline;
  font-weight: 300;
  color: #515356;
}
.error-wrapper .error-content .dd-kontakt-error .contact-link a:hover {
  color: #ff9933;
}
.error-wrapper .error-content .link-home {
  text-align: center;
}
.error-wrapper .error-content .link-home a {
  font-size: 1.23076923rem;
  text-decoration: underline;
  text-align: center;
  font-weight: 300;
  color: #515356;
}
.error-wrapper .error-content .link-home a:hover {
  color: #ff9933;
}
.error-wrapper img {
  max-height: 260px;
  display: table;
  margin: 0 auto;
}
body {
  position: relative;
}
/*LANDING PAGE*/
a.content_link {
  color: #1a5ec1;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
}
a.content_link:hover {
  font-weight: 700;
}
.headline_button {
  display: block;
  margin: 10px auto;
  max-width: 250px;
}
.headline_button .dd-blue-btn {
  display: block;
  margin: 10px auto;
  color: white;
  padding: 10px;
  text-decoration: none;
  text-transform: none;
  font-family: inherit;
}
.headline_button .dd-blue-btn:hover {
  padding-bottom: 10px;
  font-family: inherit;
}
.headline_wrapper {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.headline_wrapper .headline_picture {
  position: relative;
}
.headline_wrapper .headline_picture img {
  margin: 0 auto;
}
.headline_wrapper .headline_picture .list_item {
  font-size: 1.53846154rem;
  line-height: 30px;
}
.headline_wrapper .headline_picture .headline_info {
  text-align: left;
  font-size: 1.53846154rem;
  font-weight: 700;
  line-height: 30px;
}
.headline_text {
  float: left;
  padding: 20px;
}
.headline_title h1 {
  font-size: 2.46153846rem;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 20px;
}
.list_wrapper {
  opacity: 1;
  background: rgba(222, 222, 222, 0.85);
  position: absolute;
  top: 5%;
  right: 20px;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #5c4c4f;
}
@media (max-width: 1200px) {
  .list_wrapper {
    display: none;
  }
}
.top_content_info_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  background: #eee;
  border-radius: 20px;
}
.left_content .title,
.right_content .title,
.content_title {
  text-align: center;
  font-weight: 700;
  line-height: 38px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  margin: 0;
  font-size: 1.53846154rem;
  padding: 0 10px;
}
/*.right_content .title{
  text-align: center;
  font-weight: @font-weight-bold;
  line-height: 38px;
  font-family: "nimbus-sans",sans-serif;
  color: rgb(51, 51, 51);
  margin: 0;
  font-size: @font-size-20;
  padding: 0 @space-10;
}*/
/*.content_title{
  text-align: center;
  font-weight: @font-weight-bold;
  line-height: 38px;
  font-family: "nimbus-sans",sans-serif;
  color: rgb(51, 51, 51);
  margin: 0;
  font-size: @font-size-20;
  padding: 0;
}*/
.middle_title {
  position: relative;
  z-index: 3;
  line-height: 30px;
  margin: 20px 0;
}
.middle_title h2 {
  font-size: 1.53846154rem;
  font-weight: 700;
  line-height: 38px;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  z-index: 1;
  background: #ff8000;
  border-radius: 20px;
  color: white;
  padding: 5px 20px;
}
.middle_title:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ff9933;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.text,
.info_text {
  font-size: 1.07692308rem;
  line-height: 20px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
.front-text {
  display: inline;
  font-size: 1.53846154rem;
}
/*.info_text{
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-family: @font-family-base;
}*/
.left_content {
  padding: 20px 30px;
  padding-top: 0;
}
.right_content {
  padding: 10px 30px;
  border-radius: 20px;
}
.orange_separator {
  border-bottom: 1px solid #ff9933;
  display: table;
  width: 500px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 40px;
}
.middle_content_info_wrapper {
  margin: 20px 0;
}
.middle_content_info_wrapper .middle_content_block {
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 40px;
}
.middle_content_info_wrapper .middle_content_block:first-child {
  margin-top: 0;
}
.middle_info_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 4px dotted #dedede;
  border-radius: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .middle_info_wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.image_wrapper {
  flex: 0 1 40%;
  padding: 10px;
}
.middle_info {
  flex: 0 1 60%;
  padding: 20px 30px;
}
.bottom_content_info_wrapper {
  display: inline-block;
  margin-top: 10px;
  background: #dedede;
  border-radius: 20px;
  border: 2px solid #dedede;
  width: 100%;
}
.bottom_content_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .bottom_content_flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.bottom_content_flex .left {
  padding: 0 70px;
}
@media (max-width: 1200px) {
  .bottom_content_flex .left {
    padding: 20px 20px;
  }
}
.list_bottom_content {
  font-size: 1.53846154rem;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .list_bottom_content {
    font-size: 1.23076923rem;
  }
}
.bottom_content_flex ul {
  padding: 20px;
}
.bottom_content_picture {
  text-align: right;
  border-radius: 40px;
}
.bottom_content_picture img {
  border-radius: 0 20px 20px 0;
  max-width: 400px;
}
@media (max-width: 1200px) {
  .bottom_content_picture img {
    border-radius: 0 0 20px 20px;
    padding-top: 20px;
    max-width: 100%;
  }
}
.contact_content {
  margin-top: 40px;
  border: 2px solid #dedede;
  border-radius: 10px;
  padding: 20px;
  font-size: 1.07692308rem;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 991px) {
  .middle_content_block .image_wrapper {
    order: 1;
  }
}
@media (max-width: 991px) {
  .middle_content_block .middle_info {
    order: 2;
  }
}
.bottom_content_tittle {
  font-size: 1.84615385rem;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .image_wrapper {
    flex: 0 1 auto;
  }
}
@media (max-width: 991px) {
  .middle_info {
    flex: 0 1 auto;
  }
}
@media (max-width: 991px) {
  .headline_title h1 {
    font-size: 1.23076923rem;
  }
}
.list_wrapper_mobile {
  display: none;
}
@media (max-width: 1200px) {
  .list_wrapper_mobile {
    background: rgba(222, 222, 222, 0.85);
    padding: 20px 30px;
    border-radius: 20px;
    border: 2px solid #dedede;
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .list_item {
    font-size: 1.07692308rem;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
  }
}
@media (max-width: 1200px) {
  .headline_info {
    font-weight: 700;
    font-size: 1.07692308rem;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    padding-top: 5px;
  }
}
/*Cookie*/
#cookieNote {
  padding: 10px;
  color: #333333;
}
#cookieNote a {
  color: #1a5ec1;
  text-decoration: none;
  padding: 0;
}
.dd-cross-products .slick-slide {
  position: relative;
}
.dd-cross-products .slick-arrow::before {
  font-family: 'icomoon';
  line-height: 40px;
}
.dd-cross-products .slick-prev {
  top: -45px;
  left: 25px;
}
.dd-cross-products .slick-prev::before {
  font-size: 0.76923077rem;
  color: #333333;
  content: '\e60b';
  font-weight: 700;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: block;
}
.dd-cross-products .slick-next {
  top: -45px;
  right: 25px;
}
.dd-cross-products .slick-next::before {
  color: #333333;
  content: '\e60b';
  font-weight: 700;
  font-size: 0.76923077rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: block;
}
.dd-detail-altpic-img {
  margin: 0 auto;
}
.dd-detail-alternative-article {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
  border-top: 1px solid #ffffff;
}
.dd-detail-alternative-article .dd-detail-button-wrapper1 {
  padding: 0;
  text-transform: uppercase;
}
.dd-detail-alternative-article .dd-detail-button-wrapper1 .dd-detail-btn-alterarticle {
  background: #dedede;
  padding: 20px;
  color: #333333;
  text-align: center;
}
.dd-detail-alternative-article .dd-detail-button-wrapper1 .dd-detail-btn-alterarticle:hover {
  background: #515356;
  color: #ffffff;
}
.dd-detail-alternative-article .dd-detail-button-wrapper1 .dd-detail-btn-alterarticle:hover .icon-overview {
  color: #ffffff;
}
.dd-detail-alternative-article .dd-detail-button-wrapper1 .dd-detail-btn-alterarticle .icon-overview {
  color: #333333;
}
.dd-detail-alternative-article .dd-detail-altpictures-wrapper {
  max-height: 55px;
  overflow: hidden;
  padding: 0 14px;
  text-align: center;
  /*.dd-detail-empty-box{
      max-height: 100%;
      height: 55px;
      background: @silver-chalice;
    }*/
}
.dd-detail-alternative-article .dd-detail-altpictures-wrapper .dd-altpict-box {
  display: inline-block;
  float: none;
  max-height: 55px;
}
.dd-detail-alternative-article .dd-detail-altpictures-wrapper .dd-altpict-box .dd-details-cat-product {
  max-height: 55px;
}
.dd-detail-alternative-article .dd-detail-altpictures-wrapper .dd-altpict-box .dd-details-cat-product .dd-details-suggestion-image {
  padding: 0px 4px;
  height: inherit;
  width: 100%;
}
.dd-detail-alternative-article .dd-detail-altpictures-wrapper .dd-altpict-box .dd-details-cat-product .dd-details-suggestion-image .dd-detail-altpic-img {
  overflow: hidden;
  min-height: 55px;
  max-height: 55px;
  min-width: 70px;
  max-width: 70px;
}
.dd-detail-alternative-article .dd-detail-altpictures-wrapper .dd-altpict-box .dd-details-cat-product .dd-category-cat-product-texts {
  display: none;
}
.dd-detail-alternative-article .dd-detail-button-wrapper2 {
  padding: 0;
  background: #dedede;
}
.dd-detail-alternative-article .dd-detail-button-wrapper2 .dd-detail-btnoverview {
  color: #333333;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
}
.dd-detail-alternative-article .dd-detail-button-wrapper2 .dd-detail-btnoverview:hover {
  background: #515356;
  color: #ffffff;
}
/*.dd-detail-alternative-article{
  .display_flex();
  .space_between();
  .align_items_center();
  background: @gallery;
  padding: 10px 0;

  > .dd-detail-button-wrapper1 {
    flex: 1 0 auto;
    padding:0 10px 0 0;
  }
  > .dd-detail-altpictures-wrapper {
    flex: 0 1 auto;
  }
  > .dd-detail-button-wrapper2 {
    flex: 1 0 auto;
    padding: 0 0 0 10px;
    text-align: right;
  }

  .dd-detail-button-wrapper1{
    .dd-detail-btn-alterarticle{
      background: #333;
      padding: @space-20;
      color: @white;
      text-align: center;
      &:hover{
        background: @abbey;
      }
      .icon-overview{
        color: @white;
      }
    }
  }
  .dd-detail-altpictures-wrapper{
    .display_flex();
    .align_items_center();
    .center_content();
  }
  .dd-detail-button-wrapper2{
    .dd-detail-btnoverview{
      color: @white;
      padding: 12px;
      text-align: center;
      text-transform: uppercase;
      &:hover{
        background: @abbey;
      }
    }
  }
}*/
.ratting-link,
.question-link {
  color: #737373;
}
.ratting-link:hover,
.question-link:hover {
  color: #ff9933;
}
/*.ratting-link {
  flex: 1 0 auto;
}*/
.contactTrigger {
  text-decoration: underline;
  cursor: pointer;
}
.contactTrigger:hover {
  color: #ff9933;
}
/*.dd-details-cat-product .dd-details-suggestion-image:hover {
  opacity:0;
}*/
.dd-detail-productmain {
  background: #ffffff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.dd-detail-drop-down-menu {
  padding-left: 0px;
  background: #eeeeee;
  height: 32px;
  padding-right: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
  color: #737373;
  font-weight: 700;
  border: 1px solid #cbcbcb;
}
.dd-detail-drop-down-menu .drop-down-menu-wrapper {
  line-height: normal;
  width: 140%;
  height: 100%;
  margin-left: 6px;
  padding: 5px;
  border: 0 none;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.dd-detail-drop-down-menu .drop-down-menu-wrapper::-ms-expand {
  display: none;
}
.dd-detail-selectoption-block {
  display: inline-block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 1220px) {
  .dd-detail-selectoption-block > div {
    width: 100%;
    padding: 0;
  }
}
.dd-variant-reset-container {
  border: 1px solid #1a5ec1;
  background-color: #eeeeee;
  z-index: 999;
  position: absolute;
  left: 10px;
  margin-top: 20px;
  top: 0;
  bottom: 0;
  min-height: 150px;
  right: 10px;
}
.dd-variant-reset-container .dd-variant-reset-text {
  font-size: 1rem;
  font-weight: 700;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 10px;
  line-height: 24px;
}
.dd-variant-reset-container .dd-variant-buttons {
  padding: 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #ffffff;
}
.dd-detail-custom-section {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #737373;
  padding-bottom: 0;
  padding-top: 10px;
}
.dd-detail-custom-section .note {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.84615385rem;
}
.dd-detail-product-title h1 {
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}
.dd-detail-product-title h1 > .dd-detail-product-title-var {
  font-size: 1.53846154rem;
}
.dd-detail-product-number {
  font-size: 1rem;
  font-weight: 700;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  color: #b1b1b1;
  margin: 0;
}
.dd-detail-product-description {
  padding-bottom: 10px;
}
.dd-product-picture-wrapper {
  min-height: 20px;
}
.dd-detail-price-container {
  text-align: -webkit-center;
  text-align: -moz-center;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-price-container {
    padding-right: 30px;
    padding-left: 15px;
  }
}
.dd-detail-price-wrapper {
  background-color: #eeeeee;
  margin: 15px 0 0;
  padding: 15px;
  line-height: 50px;
  border-radius: 4px 4px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dd-detail-price-wrapper .dd-detail-product-price {
  flex: 0 1 25%;
  text-align: center;
  font-size: 1.84615385rem;
  font-weight: 700;
  line-height: inherit;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  white-space: nowrap;
}
.dd-detail-price-wrapper .dd-detail-product-price .dd-old-price {
  color: #333333;
}
.dd-detail-price-wrapper .dd-detail-product-price .dd-new-price {
  font-size: inherit;
}
.dd-detail-price-wrapper #basketButtonShippingText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
}
.dd-detail-price-wrapper .dd-detail-amountButton-wrapper {
  flex: 0 1 75%;
  padding-left: 15px;
}
.dd-detail-price-wrapper .dd-detail-amountButton-wrapper .z-to-basket {
  text-align: right;
  height: 45px;
}
.dd-detail-price-wrapper .dd-detail-amountButton-wrapper label.dd-select-label:after {
  right: 8px;
  line-height: 46px;
}
.dd-detail-price-wrapper .dd-detail-amountButton-wrapper label.dd-select-label select {
  width: 60px;
  background: white;
  padding-left: 10px;
  padding-right: 25px;
  height: 45px;
  font-size: 1.07692308rem;
  line-height: 40px;
}
.dd-detail-price-wrapper .dd-detail-amountButton-wrapper .dd-blue-btn {
  width: 100%;
  height: 50px;
  font-size: 0.76923077rem;
  font-weight: 700;
  line-height: initial;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.dd-detail-price-wrapper .dd-detail-amountButton-wrapper .dd-blue-btn .icon-basket {
  color: #ffffff;
  font-size: 1.07692308rem;
  vertical-align: sub;
  padding-right: 6px;
}
.extDiscount {
  display: inline-block;
  background: #ff9933;
  padding: 10px;
  color: white;
  float: left;
  text-align: center;
  margin-top: 10px;
  width: 100%;
  font-size: 1.07692308rem;
}
.extDiscount > div {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}
.dd-detail-accessories-article {
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 0.84615385rem;
  font-weight: 700;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
}
.dd-detail-overview {
  width: 100%;
  color: #b1b1b1;
  height: 60px;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  text-align: center;
  font-size: 0.84615385rem;
  font-weight: 700;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
  color: #777777;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
}
.dd-detail-overview:hover {
  color: #ffb770;
}
.dd-detail-overview:hover .icon-share,
.dd-detail-overview:hover .icon-overview {
  color: #ffb770;
}
.dd-detail-overview:focus {
  outline: none;
}
.dd-detail-overview .icon-share,
.dd-detail-overview .icon-overview {
  color: #cbcbcb;
  padding: 10px;
  font-size: 1.23076923rem;
  vertical-align: sub;
}
.dd-visible-phone {
  display: none;
}
.dd-detail-porduct-amount {
  width: 45px;
}
.dd-detail-porduct-amount input {
  height: 45px;
  font-size: 1.07692308rem;
  font-weight: 700;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
}
.dd-detail-porduct-amount .dd-detail-product-plus,
.dd-detail-porduct-amount .dd-detail-product-minus {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  left: 0;
  z-index: 2;
  height: 10px;
  font-size: 7px;
  background-color: transparent;
  text-align: center;
}
.dd-detail-porduct-amount .dd-detail-product-plus:disabled,
.dd-detail-porduct-amount .dd-detail-product-minus:disabled {
  color: #737373;
}
.dd-detail-porduct-amount .dd-detail-product-plus:focus,
.dd-detail-porduct-amount .dd-detail-product-minus:focus {
  outline: none;
}
.dd-detail-porduct-amount .dd-detail-product-plus {
  top: 4px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.dd-detail-porduct-amount .dd-detail-product-minus {
  bottom: 4px;
}
.dd-detail-porduct-amount .dd-arrow-up {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.dd-detail-delivery-container {
  height: 50px;
  margin: 40px 0;
  background-color: #333333;
  line-height: 60px;
  overflow: hidden;
}
.dd-detail-delivery-container.js-dd-toggle-detail-delivery-container {
  height: auto !important;
  overflow: hidden;
}
.dd-detail-delivery-container.js-dd-toggle-detail-delivery-container .icon-arrow {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.dd-detail-delivery-container.js-dd-toggle-detail-delivery-container table {
  line-height: normal;
}
.dd-detail-delivery-container.js-dd-toggle-detail-delivery-container .dd-detail-delivery-more:before {
  content: "WENIGER";
}
.dd-detail-delivery-container.js-dd-sticky-delivery-container {
  position: fixed;
  margin: 0;
  z-index: 2000;
  bottom: 0;
  padding: 0;
}
.dd-detail-delivery-container .dd-detail-delivery-more:before {
  content: "MEHR";
}
@media only screen and (min-width: 1200px) {
  .dd-detail-delivery-container {
    width: 1185px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-detail-delivery-container {
    width: 920px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-delivery-container {
    width: 700px;
  }
}
.dd-detail-shipping-text {
  color: #169a30;
  padding-top: 5px;
  text-align: center;
  line-height: 18px;
}
.dd-detail-delivery-more {
  color: #737373;
  font-size: 0.76923077rem;
  font-weight: 700;
  line-height: inherit;
  font-family: "Open Sans", sans-serif;
  line-height: 54px;
  letter-spacing: 2px;
  width: 100px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.dd-detail-delivery-more .icon-arrow {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: inline-block;
  padding: 0 10px;
}
.dd-detail-delivery-more:before {
  content: "MEHR";
}
.dd-detail-deliveryWrapper {
  float: right;
}
.iconWrapper {
  color: #169a30;
  font-size: 21px;
  margin: 0 5px;
}
.iconWrapper .iconTooltip {
  display: inline-block;
  line-height: 1px;
}
.iconWrapper:hover .tooltipText {
  display: block;
  position: absolute;
  top: -35px;
  background: #169a30;
  font-size: 12px;
  border: 1px solid;
  line-height: 1;
  color: white;
  border-radius: 10px 10px 10px 0;
  padding: 10px;
  z-index: 9;
}
.iconWrapper:hover .tooltipText:after {
  position: absolute;
  content: "";
  left: 8px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin-left: -8px;
  border-top: 12px solid #169a30;
}
.iconWrapper .iconTooltip {
  display: inline-block;
}
.tooltipText {
  display: none;
}
/*.dd-detail-stock-status{
  .dd-detail-delivery-time{
    float: right;
  }
}*/
.dd-detail-stock-status {
  text-align: left;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  margin-top: 20px;
  position: relative;
}
.dd-detail-stock-status .icon-box {
  padding: 0 10px;
  font-size: 1.53846154rem;
  position: absolute;
  left: 10px;
  top: 15px;
}
.dd-detail-stock-status #statusContainer #statusLegend {
  background-color: #fff;
  border: 1px solid #EA663B;
  display: none !important;
  height: 130px;
  padding: 5px 10px 5px 0;
  position: absolute;
  left: -334px;
  top: -6px;
  width: 316px;
  z-index: 1000;
}
.dd-detail-stock-status #statusContainer .statusIcon {
  background: url("/out/roxid_mod/img/icon-ampel.png") 0 4px no-repeat;
  display: none;
  float: left;
  text-indent: -9999em;
  width: 30px;
  /*&.red {
        background-position: 0 5px;
        display: block;
      }*/
}
.dd-detail-stock-status #statusContainer .statusIcon.green {
  background-position: 0 -89px;
  display: block;
  margin-right: 5px;
}
.dd-detail-stock-status #statusContainer .statusIcon.orange {
  background-position: 0 -42px;
  display: block;
}
.dd-detail-stock-status #statusContainer .dd_stock_info .inStock {
  color: #169a30;
  margin: 0;
}
.dd-detail-stock-status #statusContainer .dd_stock_info .outOfStock {
  display: none;
}
.dd-detail-stock-status #statusContainer .dd_stock_info .dd-detail-delivery-free,
.dd-detail-stock-status #statusContainer .dd_stock_info .dd-detail-delivery-option {
  display: none;
}
.dd-detail-stock-status #statusContainer .dd_stock_info .dd-detail-delivery-time {
  color: #737373;
}
.dd-detail-stock-status .dd-detail-delivery-free,
.dd-detail-stock-status .dd-detail-iconDelivery {
  color: #169a30;
  font-size: 21px;
  margin: 0 5px;
}
.dd-detail-stock-status .dd-detail-delivery-free span,
.dd-detail-stock-status .dd-detail-iconDelivery span {
  line-height: 1px;
}
.dd-detail-stock-status .dd_delivery_information {
  float: left;
}
.dd-detail-stock-status .dd_delivery_information .deliveryNotice {
  text-align: right;
}
.dd-detail-stock-status .dd_delivery_information .deliveryNotice.freeShipping a {
  color: #169a30;
}
.dd-detail-stock-status .dd_delivery_information .truckHomeDel {
  background: url("/out/roxid_mod/img/bg-delivery.png") 2px -44px no-repeat;
  width: 100%;
  text-align: right;
  padding: 4px 0 4px 65px;
}
.dd-detail-stock-status .dd_delivery_information .truckDel {
  background: url("/out/roxid_mod/img/bg-delivery.png") -60px -16px no-repeat;
  width: 100%;
  text-align: right;
  padding: 0 0 4px 45px;
}
.dd-detail-stock-status .dd_delivery_information .package {
  background: url("/out/roxid_mod/img/bg-delivery.png") -97px 7px no-repeat;
  width: 100%;
  text-align: right;
  padding: 4px 0 4px 32px;
}
.dd-detail-rating {
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
.dd-detail-rating .icon-star {
  padding: 0 10px 0 20px;
  font-size: 1.53846154rem;
}
.dd-detail-delivery-information {
  position: relative;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
  text-align: center;
  cursor: pointer;
  font-size: 0.92307692rem;
  font-weight: 700;
  line-height: inherit;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.dd-detail-delivery-information .dd-detail-delivery-free {
  color: #169a30;
  letter-spacing: 2px;
}
.dd-detail-delivery-information .dd-detail-delivery-free a {
  color: #169a30;
}
.dd-detail-delivery-information .dd-detail-delivery-free .icon-Paketdienst,
.dd-detail-delivery-information .dd-detail-delivery-free .icon-Spedition-Wohnung,
.dd-detail-delivery-information .dd-detail-delivery-free .icon-Spedition-1,
.dd-detail-delivery-information .dd-detail-delivery-free .icon-box {
  padding: 0 10px;
  font-size: 1.84615385rem;
  vertical-align: middle;
  font-weight: bold;
}
.dd-detail-delivery-information .dd-detail-delivery-textAndFlag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  color: #ffffff;
  line-height: 54px;
}
.dd-detail-delivery-information .dd-detail-delivery-textAndFlag img {
  max-width: 30px;
  padding: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dd-detail-delivery-information .dd-detail-delivery-textAndFlag {
    display: inline-block;
    line-height: 24px;
    margin-top: 15px;
  }
  .dd-detail-delivery-information .dd-detail-delivery-textAndFlag > span {
    float: left;
  }
}
.dd-detail-delivery-information .dd-detail-delivery-option {
  color: #b1b1b1;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-delivery-information .dd-detail-delivery-option {
    display: none;
  }
}
.dd-detail-delivery-information .dd-detail-delivery-time {
  color: #ffffff;
  padding: 0 10px;
  font-weight: 400;
}
.dd-product-info-container {
  background-color: #ffffff;
  padding-top: 0;
}
.dd-detail-attribute-wrapper {
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.dd-tabs-description-container {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.dd-tabs-description {
  text-align: center;
  padding: 0;
  border-right: 2px solid white;
  border-bottom: 2px solid #dedede;
  width: 25%;
  margin: 0 10px;
}
.dd-tabs-description:last-child {
  border-right: 0;
}
.dd-tabs-description a {
  font-size: 0.92307692rem;
  font-weight: 700;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
  border-radius: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333333;
  background-color: transparent;
  padding: 20px;
  opacity: 0.5;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-tabs-description a#descriptionTab,
  .dd-tabs-description a#contactTab {
    line-height: 22px;
  }
}
.dd-tabs-description a:hover {
  color: #ff9933;
  opacity: 1;
}
.dd-tabs-description.active {
  background: white;
  border-bottom: 2px solid #ff9933;
}
.dd-tabs-description.active a {
  color: #ff9933;
  opacity: 1;
}
.tabFormContact > div,
.tabFormCallme > div {
  padding: 0 !important;
}
.tabFormContact .title,
.tabFormCallme .title {
  color: #333333;
  font-weight: 700;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  background: #f7f7f7;
  padding-top: 10px;
  text-align: center;
}
.z-product-info .dd-detail-tab-content {
  font-size: 1.07692308rem;
  padding: 30px 50px;
  width: 100%;
  border-top: 0;
  background: #ffffff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .z-product-info .dd-detail-tab-content {
    padding: 30px 25px;
  }
}
.z-product-info .dd-detail-tab-content #contact.tab-pane.active {
  display: inline-block;
  width: 100%;
}
.z-product-info .dd-detail-tab-content #attributes.tab-pane,
.z-product-info .dd-detail-tab-content #quality.tab-pane {
  columns: 2;
  column-gap: 60px;
  position: relative;
  page-break-inside: avoid;
  -webkit-column-rule: 1px solid rgba(0, 0, 0, 0.3);
  -moz-column-rule: 1px solid rgba(0, 0, 0, 0.3);
  column-rule: 1px solid rgba(0, 0, 0, 0.3);
}
.z-product-info .dd-detail-tab-content p {
  font-size: 1.07692308rem;
  padding-bottom: 5px;
}
.z-product-info .dd-detail-tab-content font {
  color: #737373;
  display: block;
}
.z-product-info .dd-detail-tab-content font[size='6'] {
  margin-bottom: 20px;
  line-height: 36px;
}
.z-product-info .dd-detail-tab-content li font {
  display: inline;
}
.z-product-info .dd-detail-tab-content p font {
  display: inline;
}
.dd-detail-serie-products,
.dd-detail-suggested-products {
  background-color: #ffffff;
  margin: 20px 0 0;
  position: relative;
}
.dd-detail-serie-products .dd-slider-title,
.dd-detail-suggested-products .dd-slider-title {
  height: 70px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.53846154rem;
  color: #333333;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
.dd-detail-serie-products .bx-viewport #categoryTeaserWrapper,
.dd-detail-suggested-products .bx-viewport #categoryTeaserWrapper {
  text-align: center;
}
.dd-detail-serie-products .bx-viewport #categoryTeaserWrapper h2 a,
.dd-detail-suggested-products .bx-viewport #categoryTeaserWrapper h2 a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 11px;
  font-family: "Open Sans", sans-serif;
  color: #515356;
}
.dd-detail-serie-products .bx-controls,
.dd-detail-suggested-products .bx-controls {
  background-color: red;
}
.dd-detail-serie-products .bx-controls .bx-prev,
.dd-detail-suggested-products .bx-controls .bx-prev {
  position: absolute;
  left: 35px;
  top: 30px;
  color: #737373;
}
.dd-detail-serie-products .bx-controls .bx-prev .icon-arrow,
.dd-detail-suggested-products .bx-controls .bx-prev .icon-arrow {
  font-size: 0.76923077rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: block;
}
.dd-detail-serie-products .bx-controls .bx-prev:hover,
.dd-detail-suggested-products .bx-controls .bx-prev:hover {
  color: #ffb770;
}
.dd-detail-serie-products .bx-controls .bx-next,
.dd-detail-suggested-products .bx-controls .bx-next {
  position: absolute;
  right: 35px;
  top: 30px;
  color: #737373;
}
.dd-detail-serie-products .bx-controls .bx-next .icon-arrow,
.dd-detail-suggested-products .bx-controls .bx-next .icon-arrow {
  font-size: 0.76923077rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: block;
}
.dd-detail-serie-products .bx-controls .bx-next:hover,
.dd-detail-suggested-products .bx-controls .bx-next:hover {
  color: #ffb770;
}
.dd-detail-serie-products .dd-productprice,
.dd-detail-suggested-products .dd-productprice {
  color: #ff9933;
}
.dd-detail-serie-products .dd-category-oldprice,
.dd-detail-suggested-products .dd-category-oldprice {
  font-weight: 700;
}
#dd-basket-items-clone .dd-detail-suggested-products {
  margin: 20px 0;
}
#dd-basket-items-clone .noty_buttons {
  display: block;
  margin-top: 30px;
  background-color: transparent !important;
  border-top: none !important;
}
body.details .noty_buttons {
  display: none;
}
.dd-detail-title-wrapper {
  width: 100%;
  display: table;
}
.dd-details-cat-product {
  position: relative;
  color: #333333;
  word-wrap: break-word;
}
.dd-details-cat-product .dd-details-suggestion-image {
  height: 90px;
  padding: 0 7px;
  text-align: right;
}
.dd-details-cat-product .dd-details-cat-product-texts {
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-details-cat-product .dd-details-cat-product-texts {
    padding: 0 10px;
  }
}
.dd-details-cat-product .dd-details-cat-product-texts span a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}
.dd-details-cat-product .dd-details-cat-product-texts span a:hover {
  color: #ffb770;
}
.dd-details-cat-product .dd-details-cat-product-texts .dd-details-cat-product-price {
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 100%;
  padding-top: 5px;
}
.dd-details-cat-product .dd-details-cat-product-texts .dd-details-cat-product-price .dd-productprices {
  text-align: center;
}
.dd-details-cat-product .dd-details-cat-product-texts .dd-details-cat-product-price .dd-productprice {
  display: inline-block;
}
.dd-details-cat-product .dd-details-cat-product-texts .dd-details-cat-product-price .dd-category-oldprice {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-details-cat-product .dd-details-cat-product-texts .dd-details-cat-product-price .dd-category-oldprice {
    display: inline-block;
  }
}
.dd-details-comments-container {
  background-color: #f7f7f7;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 20px 120px 50px;
}
.dd-details-comments-container .icon-pen {
  cursor: pointer;
  height: 42px;
  width: 42px;
  color: #515356;
  border: 1px solid #737373;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 14px;
}
.dd-details-comments-container .icon-pen:hover {
  color: #ffb770;
  border: 1px solid #ffb770;
}
.dd-details-comments-container .dd-comment-title {
  font-family: inherit;
  font-weight: 500;
  font-size: 1.84615385rem;
  text-align: center;
  line-height: 42px;
}
.dd-details-comments-container .dd-comment-title .dd-review-count {
  font-size: 1rem;
  font-weight: 700;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #1a5ec1;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
}
.dd-details-comments-container .dd-detail-comment-title-wrapper {
  padding-top: 5px;
  display: inline-block;
}
.dd-details-comments-container .dd-detail-comment-title-wrapper .dd-detail-comments-name {
  font-size: 0.76923077rem;
  font-weight: 700;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
}
.dd-details-comments-container .dd-detail-comment-title-wrapper .dd-detail-comments-time {
  font-size: 0.92307692rem;
  font-weight: 400;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
  color: #737373;
  margin: 0 30px;
  font-style: italic;
}
.dd-details-comments-container .dd-detail-comment-title-wrapper .dd-detail-comments-time .icon-clock {
  margin-right: 10px;
}
.dd-details-comments-container textarea {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.dd-details-comments-container .dd-detail-comments-rating {
  margin: 10px;
  margin-top: 0;
  z-index: 2;
}
.dd-detail-attributes {
  padding: 5px 5px 5px 15px;
  font-size: 1.07692308rem;
  font-weight: 400;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
  color: #737373;
}
.dd-detail-attributes .dd-detail-attributes-oval {
  height: 7px;
  width: 7px;
  background-color: #ff9933;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  /*&.child{
      background-color: @abbey;
      top: 5px;
    }*/
}
.dd-detail-attributes tr:nth-child(odd) {
  background: #f7f7f7;
}
.dd-detail-attributes td {
  padding: 5px;
}
.dd-detail-attributes td.dd-attributes-name {
  color: #333333;
}
.dd-detail-attributes .childWrapper .dd-detail-attributes-oval {
  background-color: #515356;
  position: relative;
  display: inline-block;
  top: 0;
  margin-right: 5px;
}
.dd-detail-attributes-groupname {
  display: block;
  clear: both;
  font-size: 1.07692308rem;
  font-weight: 700;
  padding-bottom: 5px;
  position: relative;
}
.dd-detail-attributes-groupname:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
  height: 1px;
  left: -10px;
  border-top: 1px dotted #777;
}
.dd-detail-attributes-groupname:first-child:after {
  display: none;
}
.dd-detail-inforamtion-section {
  font-size: 1rem;
  font-weight: 400;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
}
.dd-detail-inforamtion-section a {
  color: #737373;
}
.dd-detail-inforamtion-section a:hover {
  color: #ffb770;
}
.dd-detail-description-text a {
  color: #737373;
  text-decoration: underline;
}
.dd-detail-description-text a:hover {
  color: #ffb770;
}
.dd-detail-description-text .dd-detail-question a {
  color: #737373;
  text-decoration: underline;
}
.dd-detail-description-text .dd-detail-question a:hover {
  color: #ffb770;
}
.custom_thumb_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}
.MagicToolboxSelectorsContainer {
  position: relative;
  margin: 20px 0;
}
.MagicToolboxContainer .MagicZoom {
  width: 100%;
}
.MagicToolboxContainer figure.mz-figure {
  width: 100%;
}
.dd-detail-image-big figure > img {
  max-width: 100%;
  display: block;
  height: auto;
  max-width: 100%!Important;
  max-height: none !important;
}
.z-productpictures-more-for-desktop {
  padding-top: 20px;
}
.dd-detail-tabs-accessories .dd-tabs-detail-articlebox .dd-grid .dd-productlist-category .dd-productlist-category-box {
  position: relative;
}
.dd-detail-tabs-accessories .dd-tabs-detail-articlebox .dd-grid .dd-productlist-category .dd-productlist-category-box .dd-category-product-price {
  padding-bottom: 10px;
}
.dd-detail-tabs-accessories .dd-tabs-detail-articlebox .dd-grid .dd-productlist-category .dd-productlist-category-box .dd-category-btn-basket {
  width: 100%;
  display: inline-block;
  padding: 0 15%;
}
.dd-detail-tabs-accessories .dd-tabs-detail-articlebox .dd-grid .dd-productlist-category .dd-productlist-category-box .dd-category-btn-basket .dd-blue-btn {
  width: 100%;
  padding: 10px 5px;
}
.panel-body .dd-grid li.dd-productlist-category .dd-productlist-category-box,
.dd-detail-tabs-accessories .dd-grid li.dd-productlist-category .dd-productlist-category-box {
  border: 1px solid #eeeeee;
}
.dd-delivery-info-container {
  background-color: #ffffff;
  padding: 10px;
  margin: 10px;
  line-height: normal;
  overflow: auto;
}
.dd-detail-accessories {
  position: relative;
  margin: 0 10px;
}
.dd-detail-accessories .dd-detail-accessories-title {
  background: #ff9933;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}
.dd-detail-accessories .dd-detail-accessories-title .icon-arrow {
  font-size: 0.76923077rem;
  padding: 10px 5px 5px 10px;
}
.dd-detail-accessories:after,
.dd-detail-accessories:before {
  content: "";
  display: block;
  border-bottom: 1px solid #ff9933;
  width: 100%;
  position: absolute;
  bottom: 30px;
  z-index: 1;
}
#dd-detail-accessories-content {
  padding: 20px;
}
#dd-detail-accessories-content ul:nth-child(odd) {
  background: #eeeeee;
}
#dd-detail-accessories-content .dd-detail-accessories-groupname {
  color: #ff9933;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 11px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  border-bottom: 1px dotted #737373;
  border-top: none;
  text-align: left;
  padding: 10px 0;
}
#dd-detail-accessories-content #accessoires {
  margin-bottom: 50px;
  padding-top: 10px;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category {
  padding: 0 0 20px;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category:last-child {
  padding-bottom: 0;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category-box {
  background: none;
  padding: 0;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category-box .row {
  padding: 0 10px;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category-box .dd-accessories-picture-wrapper {
  padding-left: 0;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category-box .dd-accessories-picture-wrapper img {
  height: 55px;
  width: 75px;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category-box .dd-accessories-info-wrapper {
  padding-left: 20px;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category-box .dd-accessories-info-wrapper .dd-accessories-article-title span {
  font-size: 1.07692308rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  line-height: 14px;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category-box .dd-accessories-info-wrapper .dd-accessories-article-title span a {
  color: #333333;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category-box .dd-accessories-info-wrapper .dd-accessories-article-description {
  color: #cbcbcb;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  color: #777;
  font-size: 0.92307692rem;
  letter-spacing: 0;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category-box .dd-accessories-amount-wrapper .dd-detail-porduct-amount {
  margin: auto;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category-box .dd-accessories-amount-wrapper .dd-detail-porduct-amount #amountToBasket {
  text-align: center;
}
#dd-detail-accessories-content #accessoires .dd-productlist-category-box .dd-btn-accessories-wrapper .dd-blue-outline-btn {
  text-transform: uppercase;
  letter-spacing: 0;
}
.easyCreaditWrapper {
  margin: 0 auto;
  max-width: 350px;
}
.easycredit_widget {
  display: none;
  padding-left: 140px;
  height: 40px;
  margin-bottom: 15px;
}
.easycredit_widget > span {
  float: left;
  text-align: left;
}
div.rateit {
  margin-left: 0;
}
#dd-social-bookmarks {
  background-color: #ffffff;
  z-index: 1;
  left: 0;
  border: 1px solid #cbcbcb;
  text-align: center;
}
#dd-social-bookmarks .icon-close-circle {
  float: right;
  cursor: pointer;
  font-size: 15px;
  background-color: #ffffff;
}
#dd-social-bookmarks .icon-close-circle:hover {
  color: #ffb770;
}
#dd-social-bookmarks .facebook {
  padding-top: 10px;
  text-align: center;
}
#dd-social-bookmarks .googlePlus,
#dd-social-bookmarks .aklamio-share-btn,
#dd-social-bookmarks .pinterest {
  display: inline-block;
  padding: 10px;
}
#dd-social-bookmarks .pinterest img {
  vertical-align: inherit;
}
.dd-detail-selection-label {
  padding-bottom: 2px;
}
.dd-variant-dropdown {
  margin-top: 10px;
}
@media (max-width: 1220px) {
  .dd-variant-dropdown {
    width: 100%;
  }
}
.dd-variant-dropdown .dd-dropdown-toggle-menu {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  border: 1px solid #cbcbcb;
  height: 35px;
  padding-left: 5px;
  z-index: 1;
  color: #737373;
  line-height: 33px;
  position: relative;
  width: 100%;
  display: block;
}
.dd-variant-dropdown .dd-dropdown-toggle-menu:focus,
.dd-variant-dropdown .dd-dropdown-toggle-menu:hover {
  color: #737373;
}
.dd-variant-dropdown ul.dd-dropdown-vardrop-variants {
  padding: 0;
  background: #eeeeee;
  width: 100%;
}
.dd-variant-dropdown ul.dd-dropdown-vardrop-variants li {
  list-style-type: none;
}
.dd-variant-dropdown ul.dd-dropdown-vardrop-variants li a {
  height: 32px;
  color: #737373;
  line-height: 33px;
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  padding-left: 20px;
}
.dd-variant-dropdown ul.dd-dropdown-vardrop-variants li a:hover {
  color: #ffb770;
}
.dd-variant-dropdown ul.dd-dropdown-vardrop-variants li a:focus {
  color: #737373;
  outline: none;
}
.dd-variant-dropdown ul.dd-dropdown-vardrop-variants li a.selected:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 4px;
  top: 13px;
  left: 5px;
  border: 2px solid #737373;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dd-variant-dropdown ul.dd-dropdown-vardrop-variants li.disabled a {
  color: #cbcbcb;
}
.dd-variant-dropdown ul.dd-dropdown-vardrop-variants li.disabled.dd-first-variants a {
  color: #737373;
}
@media (max-width: 1220px) {
  .dd-variant-dropdown ul.dd-dropdown-vardrop-variants {
    width: 100%;
    left: 0;
  }
}
.dd-iswood {
  padding-top: 15px;
  border: 1px solid #cbcbcb;
  padding-bottom: 15px;
  border-radius: 4px;
  margin: 10px;
}
#dd-contact-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #cbcbcb;
}
#dd-contact-tabs > li.active > a {
  border: 1px solid #cbcbcb;
  border-bottom-color: #ffffff;
  color: #ff9933;
}
#dd-contact-tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-bottom-color: #cbcbcb;
}
.dd-facebook-wrapper {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 550px;
  margin: 20px auto;
  overflow: auto;
  padding-top: 40px;
}
#dd-js-is-wood option {
  display: none;
}
#dd-js-wood-selection {
  position: absolute;
  background-color: #eeeeee;
  z-index: 901;
  border: 1px solid #cbcbcb;
  right: 0;
  left: 0;
  margin-top: -1px;
  padding-bottom: 10px;
}
#dd-js-wood-selection ul {
  list-style: outside none none;
  padding-left: 0;
}
.dd-single-wood-selection {
  float: left;
  font-weight: 700;
  color: #737373;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
  width: 100%;
  padding: 10px 0 0 10px;
}
.dd-single-wood-selection:hover {
  color: #ff9933;
}
/* slider custom article */
.dd-product-customarticle-wrapper .slider {
  margin-bottom: 0;
  margin-right: 0;
  white-space: nowrap;
}
.dd-product-customarticle-wrapper .slider label {
  float: left;
  margin: 0 10px 0 0;
  width: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-product-customarticle-wrapper .slider label {
    width: 50px;
  }
}
.dd-product-customarticle-wrapper .slider .slideContainer {
  background-color: #999;
  display: block;
  float: left;
  margin: 5px 10px 0 0;
  width: 200px;
}
.dd-product-customarticle-wrapper .slider .slideContainer .ui-slider-handle {
  top: -3px;
}
.dd-product-customarticle-wrapper .slider .inputText {
  padding: 0;
  text-align: center;
  width: 30px;
}
.dd-product-customarticle-wrapper .rightButton {
  margin: 0 15px 10px 0;
}
.dd-product-customarticle-wrapper .dd-detail-drop-down-menu.customarticle-option {
  margin-bottom: 20px;
}
#articleLoaderImage {
  display: none;
  text-align: center;
  margin: 10px 0;
}
.dd-review-login {
  margin-top: 20px;
  display: block;
  text-decoration: underline;
}
.dd-review-login:hover {
  color: #ffb770;
}
.dd-custom-article-title {
  font-size: 1.53846154rem;
}
.dd-detail-accessories-groupname {
  color: #ff9933;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px dotted #737373;
  border-top: 1px dotted #737373;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 33px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.dd-detail-accessories-groupname .dd-back-to-top {
  float: right;
}
.dd-detail-accessories-groupname .icon-arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  padding: 10px;
  display: inline-block;
  color: #ffffff;
  background-color: #ff9933;
}
.dd-detail-accessories-groupname .icon-arrow:hover {
  background-color: #ffb770;
}
.noty_text {
  font-weight: 300;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 24px;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 1.84615385rem;
}
#dd-basket-items-container {
  padding: 0;
  background-color: white;
}
#dd-basket-items-container ul {
  padding: 0;
}
#dd-basket-items-container li {
  list-style-type: none;
  border-bottom: 1px solid #dedede;
}
#dd-basket-items-container li:last-child {
  border-bottom: none;
}
#dd-basket-items-container li .item {
  display: inline-block;
  width: 100%;
}
#dd-basket-items-container li .item > div {
  padding-top: 10px;
}
#dd-basket-items-container li .item .dd-basket-item-img {
  padding-top: 0;
  text-align: center;
}
#dd-basket-items-container li .item .dd-basket-item-img img {
  max-width: 80px;
  padding-top: 10px;
}
#dd-basket-items-container li .item .dd-basket-amount-price {
  text-align: right;
}
#dd-basket-items-container li .item .dd-amount {
  white-space: nowrap;
}
#colorSelectMobile,
#colorSelect {
  position: absolute;
  background-color: #eeeeee;
  z-index: 901;
  border: 1px solid #cbcbcb;
  right: 10px;
  left: 10px;
  margin-top: -1px;
}
#colorSelectMobile .dd-color-select-title,
#colorSelect .dd-color-select-title {
  color: #333333;
  padding: 10px 10px 20px;
  font-weight: 700;
}
#colorSelectMobile a,
#colorSelect a {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #333333;
  font-size: 1.15384615rem;
}
#colorSelectMobile a:hover,
#colorSelect a:hover {
  color: #ffb770;
}
#colorSelectMobile .colorSelectContent ul,
#colorSelect .colorSelectContent ul {
  padding: 0;
}
#colorSelectMobile .colorSelectContent ul li,
#colorSelect .colorSelectContent ul li {
  list-style-type: none;
  padding: 10px 10px 5px 5px;
  border-bottom: 1px solid #b1b1b1;
  width: 45%;
  margin: 0 2% -1px 2%;
  border-top: 1px dotted #b1b1b1;
}
#colorSelectMobile .colorSelectContent ul li:last-child,
#colorSelect .colorSelectContent ul li:last-child {
  width: 95%;
  float: left;
}
#colorSelectMobile .colorSelectContent ul li:last-child a,
#colorSelect .colorSelectContent ul li:last-child a {
  position: static;
  color: #737373;
  font-weight: 700;
}
#colorSelectMobile .colorSelectContent ul li:last-child a:hover,
#colorSelect .colorSelectContent ul li:last-child a:hover {
  color: #ffb770;
}
#colorSelectMobile .colorSelectContent ul li input[type="radio"],
#colorSelect .colorSelectContent ul li input[type="radio"] {
  float: left;
  margin: 2px 5px;
  display: none;
}
#colorSelectMobile .colorSelectContent ul li input[type="radio"]:checked + label,
#colorSelect .colorSelectContent ul li input[type="radio"]:checked + label {
  color: #ff9933;
}
#colorSelectMobile .colorSelectContent ul li label,
#colorSelect .colorSelectContent ul li label {
  float: left;
  font-weight: 700;
  color: #737373;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
}
#colorSelectMobile .colorSelectContent ul li label:hover,
#colorSelect .colorSelectContent ul li label:hover {
  color: #ffb770;
}
#colorSelectMobile .colorSelectContent ul li label img,
#colorSelect .colorSelectContent ul li label img {
  border: 1px solid #737373;
  display: block;
  float: left;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
#colorSelectMobile .colorSelectContent ul li label .dd-empty,
#colorSelect .colorSelectContent ul li label .dd-empty {
  border: 1px solid #737373;
  display: block;
  float: left;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  visibility: hidden;
}
#colorSelectMobile .colorSelectContent ul li label .dd-filter-color,
#colorSelect .colorSelectContent ul li label .dd-filter-color {
  padding-top: 2px;
  display: inline-block;
  text-transform: capitalize;
}
.dd-delivery-iframe {
  background-color: #333333;
  line-height: normal;
  overflow: auto;
  height: 400px;
  display: block;
  width: 100%;
  padding: 10px;
  border: 2px solid #ccc;
  border-top: 0;
}
#dd-detail-accessories-content ul.dd-top-anchor-container {
  padding: 0;
  list-style: none;
  background: #ffffff;
}
#dd-detail-accessories-content ul.dd-top-anchor-container li .dd-top-anchor-link {
  color: #ff9933;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  font-size: 0.84615385rem;
  display: inline-block;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
}
#dd-detail-accessories-content ul.dd-top-anchor-container li .dd-top-anchor-link:hover {
  border: 1px solid #ff9933;
}
#dd-detail-accessories-content ul.dd-top-anchor-container.fixed {
  position: fixed;
  left: 310px;
  top: 90px;
  width: 10%;
}
/*prototype zubehör*/
#collapseAccessories .panel-body {
  padding: 7px 0;
}
#dd-detail-accessories-wrapper {
  position: relative;
  padding: 0;
}
#dd-detail-accessories-wrapper .dd-accessories-title-wrapper {
  list-style: none;
  padding-left: 0;
}
#dd-detail-accessories-wrapper .dd-accessories-title-wrapper li .dd-title-accessories-link {
  color: #ff9933;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  font-size: 0.84615385rem;
  display: inline-block;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
}
#dd-detail-accessories-wrapper .dd-accessories-title-wrapper li .dd-title-accessories-link:hover {
  border: 1px solid #ffb770;
}
#dd-detail-accessories-wrapper .dd-accessories-title-wrapper li .dd-title-accessories-link.active {
  border: 1px solid #ff9933;
  width: auto;
  display: inline-block;
}
#dd-detail-accessories-wrapper .dd-accessories-title-list ul {
  padding-left: 0;
}
#dd-detail-accessories-wrapper .dd-accessories-title-list ul li {
  list-style: none;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list {
  padding: 0;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list ul li {
  list-style: none;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper ul:nth-child(odd) {
  background: #eeeeee;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-detail-accessories-articletitle {
  color: #ff9933;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 11px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  border-top: none;
  text-align: left;
  padding: 10px;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires {
  margin-bottom: 50px;
  padding-top: 10px;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category {
  padding: 0 10px 15px;
  display: inline-block;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category:last-child {
  padding-bottom: 0;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box {
  padding: 0;
  background: transparent none repeat scroll 0 0;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-picture-wrapper {
  padding-left: 0;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-picture-wrapper .dd-accessories-picture-container {
  height: 60px;
  width: 80px;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-picture-wrapper img {
  width: 100%;
  max-height: 100%;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-article-title span {
  font-size: 1.07692308rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  line-height: 14px;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-article-title span a {
  color: #333333;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-article-description {
  color: #cbcbcb;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  color: #737373;
  font-size: 0.92307692rem;
  letter-spacing: 0;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-detail-stock-status {
  padding: 0;
  margin: 0;
  border: 0;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-amount-wrapper .dd-detail-porduct-amount {
  margin: auto;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-amount-wrapper .dd-detail-porduct-amount #amountToBasket {
  text-align: center;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-price-wrapper {
  padding-right: 0;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-price-wrapper .dd-accessories-price {
  font-size: 1.23076923rem;
  color: #ff9933;
  font-weight: 700;
  padding-top: 17px;
  line-height: 10px;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-price-wrapper .dd-detail-accessories-oldprice {
  padding-top: 7px;
  font-weight: 700;
  color: #737373;
  line-height: 10px;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-btn-accessories-wrapper {
  padding-top: 5px;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-btn-accessories-wrapper .dd-blue-outline-btn {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-info-wrapper {
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 5px;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-info-wrapper .dd-detail-stock-status .statusIcon {
  float: left;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-info-wrapper .dd-accessories-price-mobile {
  padding: 10px 0;
}
#dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-accessories-info-wrapper .dd-accessories-price-mobile .dd-accessories-price {
  line-height: 10px;
  font-size: 1.23076923rem;
  color: #ff9933;
  font-weight: 700;
}
.dd-grid#accessoires {
  margin-bottom: 20px;
}
.dd-grid#accessoires .dd-article-amount input[type='text'] {
  padding: 5px;
}
.affix {
  top: 80px;
}
.affix-bottom {
  position: absolute;
}
.dd-detail-accessories-article .dd-accessories-toggle-title {
  position: relative;
  margin: 10px;
}
.dd-detail-accessories-article .dd-accessories-toggle-title .dd-detail-accessories-titleOpen {
  display: inline-block;
  width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.dd-detail-accessories-article .dd-accessories-toggle-title .dd-detail-accessories-titleOpen .icon-arrow:before {
  float: right;
  margin-top: 2px;
}
.dd-detail-accessories-article .dd-accessories-toggle-title .dd-detail-accessories-titleClosed {
  display: none;
}
.dd-detail-accessories-article.js-dd-toggle-accessories .dd-accessories-toggle-title {
  position: relative;
  margin: 10px;
}
.dd-detail-accessories-article.js-dd-toggle-accessories .dd-accessories-toggle-title .dd-detail-accessories-titleOpen {
  display: none;
}
.dd-detail-accessories-article.js-dd-toggle-accessories .dd-accessories-toggle-title .dd-detail-accessories-titleClosed {
  display: inline-block;
  width: 220px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.dd-detail-accessories-article.js-dd-toggle-accessories .dd-accessories-toggle-title .dd-detail-accessories-titleClosed .icon-arrow:before {
  float: right;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  display: inline-block;
}
.dd-accessories-toggle-title:after,
.dd-accessories-toggle-title:before {
  content: "";
  display: block;
  border-bottom: 1px solid #ff9933;
  width: 100%;
  position: absolute;
  bottom: 28px;
  z-index: 0;
}
.formStickyBasket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formStickyBasket {
    display: block;
  }
  .formStickyBasket .dd-detail-stickybasket-wrapper .dd-detail-toggle-stickybasket {
    display: block;
  }
}
.dd-detail-stickybasket-wrapper {
  position: fixed;
  bottom: 50px;
  z-index: 4;
  width: 100%;
  max-width: 1185px;
}
.dd-detail-stickybasket-wrapper .dd-detail-toggle-stickybasket {
  background: #b9d1f3;
  cursor: pointer;
  width: 80px;
  margin: 0 auto;
  border-radius: 40px 40px 0 0;
  height: 40px;
  border: 2px solid #ccc;
  border-bottom: 0;
}
.dd-detail-stickybasket-wrapper .dd-detail-toggle-stickybasket .icon-arrow {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.23076923rem;
  transform: rotate(-180deg);
  margin-top: 12px;
}
.dd-detail-stickybasket-wrapper .dd-detail-toggle-stickybasket:after {
  content: "";
  position: absolute;
  border-top: 2px solid #ccc;
}
.dd-detail-stickybasket-wrapper.open .dd-detail-toggle-stickybasket {
  position: relative;
  z-index: 4;
}
.dd-detail-stickybasket-wrapper.open .dd-detail-toggle-stickybasket .icon-arrow {
  transform: rotate(0deg);
}
.dd-detail-stickybasket {
  display: none;
  border: 2px solid #ccc;
  height: 130px;
  background: #b9d1f3;
  z-index: 3;
  margin-top: -5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dd-detail-stickybasket {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-detail-stickybasket {
    width: 920px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-stickybasket {
    width: 700px;
    margin: 0 auto;
  }
}
.dd-detail-stickybasket-content {
  margin: 10px;
}
.dd-detail-stickybasket-content .dd-content-left {
  width: 50%;
  float: left;
}
.dd-detail-stickybasket-content .dd-content-left .dd-stickybasket-picture {
  height: 105px;
}
.dd-detail-stickybasket-content .dd-content-left .dd-stickybasket-picture img {
  max-height: 105px;
  border: 2px solid #ccc;
}
.dd-detail-stickybasket-content .dd-content-left .dd-stickybasket-description {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-stickybasket-content .dd-content-left .dd-stickybasket-description {
    padding-top: 0;
  }
}
.dd-detail-stickybasket-content .dd-content-left .dd-stickybasket-description .dd-detail-product-title label {
  padding: 0;
  font-size: 1.53846154rem;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}
.dd-detail-stickybasket-content .dd-content-left .dd-stickybasket-description .dd-detail-product-title span {
  font-size: 1.07692308rem;
}
.dd-detail-stickybasket-content .dd-content-right {
  width: 50%;
  text-align: right;
  float: right;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-stickybasket-content .dd-content-right {
    padding-top: 0;
  }
}
.dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-price {
  font-size: 1.84615385rem;
  font-weight: 700;
  line-height: inherit;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}
.dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-price #dd-js-main-productprice {
  font-size: 28px;
  line-height: 29px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-price #dd-js-main-productprice {
    font-size: 1.84615385rem;
  }
}
.dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-price .dd-stickbasket-oldprice {
  padding-right: 12px;
  font-size: 1.07692308rem;
}
.dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-amount {
  padding-top: 3px;
}
.dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-amount .dd-detail-porduct-amount {
  margin: 0 auto;
}
.dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-amount #amountToBasket_sticky {
  text-align: center;
}
.dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-button .dd-blue-btn {
  width: 100%;
  height: 50px;
  border: 2px solid #ccc;
}
.dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-button .dd-blue-btn .icon-basket {
  color: #ffffff;
  font-size: 1.07692308rem;
  vertical-align: sub;
  padding-right: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-button .dd-blue-btn {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-button .dd-blue-btn {
    display: none;
  }
}
.dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-button .dd-blue-btn-tablet {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-button .dd-blue-btn-tablet {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-stickybasket-content .dd-content-right .dd-stickybasket-button .dd-blue-btn-tablet {
    display: block;
  }
}
.dd-link-configuration {
  color: #333333;
  font-size: 1.07692308rem;
  font-weight: bold;
  padding-top: 10px;
  display: inline-block;
}
.dd-link-configuration .fa-cog {
  font-size: 1.84615385rem;
  padding-right: 6px;
  vertical-align: sub;
}
.dd-link-configuration span {
  font-size: 1.23076923rem;
}
.dd-details-video-iframe {
  width: 100%;
  max-width: 530px;
  height: 300px;
  max-height: 300px;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  position: relative;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em;
}
.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}
.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}
.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.icon-wood {
  max-width: 50px;
}
#detailHotlineLink {
  color: #ff9933;
  border: 1px solid #ff9933;
  padding: 5px 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  text-align: left;
  float: left;
  width: 100%;
  margin: 0 0 10px;
  line-height: 20px;
  border-radius: 40px;
}
#detailHotlineLink #kontaktLabel,
#detailHotlineLink .fa-reply {
  display: none;
}
#detailHotlineLink .icon-phone {
  color: #ff9933;
  padding-left: 0;
}
#detailHotlineLink #outOfOrder {
  display: none;
}
#detailHotlineLink.contact_trigger #hotlineLabel,
#detailHotlineLink.contact_trigger .icon-phone {
  display: none;
}
#detailHotlineLink.contact_trigger #kontaktLabel,
#detailHotlineLink.contact_trigger .fa-reply {
  display: block;
  padding-right: 10px;
}
.dd-page-header-category.page-header {
  text-align: center;
  flex: 0 0 100%;
  /*  @media @phone-small {
    display: block;
  }*/
}
.dd-page-header-category.page-header h1 {
  font-weight: 300;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 24px;
  padding: 20px;
}
.catHasArticle {
  background: white;
  margin-bottom: 0;
  max-width: 100%;
}
.dd-category-dropdown {
  padding-left: 0;
  margin: 2px 0 0;
  z-index: 1;
  font-weight: 400;
  box-shadow: none;
}
.dd-category-dropdown .dd-select-label select {
  font-weight: 400;
}
.dd-category-dropdown span {
  display: inline-block;
  padding: 5px;
}
.dd-category-dropdown .filterSelected {
  background: #ffffff;
  border: none;
}
.dd-category-dropdown .filterSelected::after {
  content: "\f00c";
  color: #169a30;
  font-size: 14px;
  box-shadow: none;
  line-height: 28px;
}
/* Center the loader */
#filterWrapperSidebar {
  border-radius: 0 0 4px 4px;
  padding-bottom: 10px;
  /*  @media @tablet-landscape{
    padding-bottom: 10px;
  }*/
}
@media only screen and (max-width: 767px) {
  #filterWrapperSidebar {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #filterWrapperSidebar {
    padding-bottom: 0;
  }
}
#filterWrapperSidebar .filTabs-wrapper {
  border-radius: 0 0 4px 4px;
}
#filterWrapperSidebar .filTabs-wrapper .tab-content {
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #eeeeee;
  /*      @media  @phone{
      margin-bottom:  10px;
    }
      @media  @tablet-portrait{
        margin-bottom:  10px;
      }*/
}
#filterWrapperSidebar .filTabs-wrapper .tab-content #filter {
  border-radius: 0 0 4px 4px;
}
@media only screen and (min-width: 1200px) {
  #filterWrapperSidebar .filTabs-wrapper .tab-content #filter {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #filterWrapperSidebar .filTabs-wrapper .tab-content #filter {
    display: block;
  }
}
.dd-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -60px 0 0 -60px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ff9933;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.dd-bg-loader {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 10000000;
  left: 0;
  top: 0;
}
.dd-categorygrid-productlist {
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 4px;
  /*  @media @tablet-landscape {
    //margin-left: @space-10;
  }@media @tablet {
  //margin-left: @space-10;
}*/
}
.dd-categorygrid-productlist .dd-category-filter-title.js-dd-toggle-filter-information .dd-category-filter-refresh {
  border-radius: 4px;
  display: inline-block;
  padding: 0;
  text-align: left;
}
.dd-categorygrid-productlist .dd-category-filter-title.js-dd-toggle-filter-information .dd-category-filter-refresh a:hover {
  color: #ffb770;
}
.dd-categorygrid-productlist .dd-category-filter-title.js-dd-toggle-filter-information .dd-category-filter-refresh a:hover .dd-category-filterrefresh-label {
  color: #ffb770;
}
.dd-categorygrid-productlist .dd-category-filter-title.js-dd-toggle-filter-information .dd-category-filter-refresh a:hover .icon-return {
  color: #ffb770;
}
.dd-categorygrid-productlist .dd-category-filter-title.js-dd-toggle-filter-information .dd-category-filter-refresh .dd-category-filterrefresh-label {
  color: #1a5ec1;
}
.dd-now-available #nowAvailableFilter {
  border-radius: 4px;
  margin: 0 5px 0 0;
}
.dd-filter-nowavailable.dd-category-filter-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  cursor: pointer;
  padding-top: 10px;
}
.dd-category-filter-text {
  text-align: left;
  display: block;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 700;
  color: #737373;
  /*  @media @tablet-landscape{
    font-size: @font-size-13;
  }*/
}
.dd-category-filter-text .dd-filter-label-select {
  float: left;
}
.dd-category-filter-text input {
  padding-left: 5px;
  max-width: 110px;
}
.dd-filter-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
  padding: 9px 10px;
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #cbcbcb;
  color: #737373;
  font-size: 1.07692308rem;
}
.dd-filter-label .icon-arrow {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  display: inline-block;
  font-size: 7px;
  /*    @media @phone {
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
    }*/
}
.dd-filter-label.js-dd-show-expanded-filter .icon-arrow {
  transform: rotate(0deg);
  -webkit-transform: rotate(-180deg);
  margin-right: 12px;
  /*      @media @phone {
        transform: rotate(0deg);
        -webkit-transform: rotate(-180deg);

      }*/
}
.dd-filter-label:hover {
  color: #ff9933;
}
.dd-extended-filter {
  cursor: pointer;
}
.dd-extended-filter .fa-angle-down {
  font-size: 20px;
  display: inline-block;
  padding-right: 10px;
}
.dd-extended-filter .fa-angle-down:before {
  content: '\f107';
}
.dd-extended-filter:before {
  content: 'mehr Filter';
  text-align: center;
  display: inline-block;
}
.dd-extended-filter.js-dd-show-expanded-filter {
  margin-bottom: 0;
}
.dd-extended-filter.js-dd-show-expanded-filter i {
  display: inline-block;
}
.dd-extended-filter.js-dd-show-expanded-filter i:before {
  content: '\f106';
}
.dd-extended-filter.js-dd-show-expanded-filter:before {
  content: 'weniger Filter';
  text-align: center;
  display: inline-block;
}
.dd-category-productpicture:hover {
  opacity: 0.8;
}
.dd-category-producttitle {
  padding: 10px 0 0;
  height: 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.dd-category-producttitle a:hover {
  color: #ffb770;
}
.dd-productlist-controls-bottom {
  background: none;
}
.dd-productlist-controls-bottom .dd-category-filter-title,
.dd-productlist-controls-bottom .dd-categorygrid-produclist-filter,
.dd-productlist-controls-bottom .dd-category-filter-refresh {
  display: none;
  border-radius: 4px;
}
.dd-category-dropdown-box,
.dd-category-dropdown-boxExpand {
  width: 100%;
  overflow: hidden;
  padding: 5px 5px;
  /*  @media @tablet-portrait {
    flex: 0 1 50%;
  }
  @media @phone {
    flex: 0 1 50%;
  }
  @media (max-width: 480px) {
    flex: 0 1 100%;
  }*/
}
.dd-productlist-controls-top .dd-productlist-pagination {
  display: none;
}
.dd-category-pagination {
  /*  @media @tablet {
    float: left;
  }*/
}
.dd-category-pagination .active a {
  color: #ffffff;
  background-color: #ff9933;
  border-color: #ffffff;
  cursor: default;
  border-radius: 50%;
  font-weight: 700;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.dd-category-pagination .active a:hover {
  color: #ffffff;
}
.dd-category-pagination li a {
  color: #ff9933;
  font-weight: 700;
  line-height: 20px;
}
.dd-category-pagination li a:hover {
  color: #ffb770;
}
.dd-category-pagination li .next .icon-arrow {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: inline-block;
  color: #ff9933;
  font-size: 0.76923077rem;
}
.dd-category-pagination li .next .icon-arrow:hover {
  color: #ffb770;
}
.dd-category-pagination li .prev .icon-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
  color: #ff9933;
  font-size: 0.76923077rem;
}
.dd-category-pagination li .prev .icon-arrow:hover {
  color: #ffb770;
}
.dd-category-pagination li .disable {
  display: none;
}
.dd-category-text-container {
  background-color: #FFF;
  padding: 0;
  margin-bottom: 40px;
  /*  @media @tablet{
    max-width: 740px;
  }
  @media @tablet-landscape{
    max-width: 960px;
  }*/
}
.dd-category-text-container .dd-info-title {
  height: 70px;
  border-bottom: 1px solid #eeeeee;
  padding: 40px;
  vertical-align: middle;
}
.categoryDescription {
  padding: 15px 100px;
}
.categoryDescription p {
  text-align: justify;
  padding: 0 0 15px;
}
.categoryDescription h3 {
  padding-bottom: 10px;
}
.categoryDescription a {
  color: #ffb770;
}
.categoryDescription a:hover {
  color: #ff9933;
  border-bottom: 1px solid #ff9933;
}
.categoryDescription strong {
  font-size: 1rem;
  font-weight: 700;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
}
.categoryDescription u {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .categoryDescription #twoCols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.dd-category-readmore-text {
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.dd-list-category-box .dd-category-title a {
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 14px;
  color: #333333;
  font-weight: 700;
}
.dd-list-category-box .dd-category-title a:hover {
  color: #ff9933;
}
.dd-filter-form {
  padding-left: 0;
  /*  @media @tablet-portrait {
    padding-left: @space-10;
  }*/
}
.dd-category-suggested-products {
  background: #ffffff;
  border-radius: 4px;
  padding-left: 0;
  position: relative;
}
.dd-category-suggested-products .dd-category-title-wrapper {
  width: 100%;
  display: table;
}
.dd-category-suggested-products .dd-category-title-wrapper .dd-slider-title {
  padding: 0 50px;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  height: 70px;
}
.dd-category-suggested-products .bx-viewport #categoryTeaserWrapper {
  text-align: center;
}
.dd-category-suggested-products .bx-viewport #categoryTeaserWrapper h2 a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 11px;
  font-family: "Open Sans", sans-serif;
  color: #515356;
}
.dd-category-suggested-products .bx-controls {
  background-color: red;
}
.dd-category-suggested-products .bx-controls .bx-prev {
  position: absolute;
  left: 35px;
  top: 30px;
  color: #737373;
}
.dd-category-suggested-products .bx-controls .bx-prev:hover {
  color: #ffb770;
}
.dd-category-suggested-products .bx-controls .bx-prev .icon-arrow {
  font-size: 0.76923077rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: block;
}
.dd-category-suggested-products .bx-controls .bx-next {
  position: absolute;
  right: 35px;
  top: 30px;
  color: #737373;
}
.dd-category-suggested-products .bx-controls .bx-next:hover {
  color: #ffb770;
}
.dd-category-suggested-products .bx-controls .bx-next .icon-arrow {
  font-size: 0.76923077rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: block;
}
.dd-category-lastseen-wrapper {
  margin-top: 20px;
}
.dd-category-lastseen-wrapper .dd-category-cat-product .dd-category-cat-product-texts {
  word-wrap: break-word;
  /*      @media @tablet-landscape {
        padding: 0 @space-10;
      }*/
}
.dd-no-search-result {
  background-color: white;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 20px;
}
.dd-not-hidden-xs {
  position: relative;
  display: inline-block;
  width: 100%;
}
.dd-not-hidden-xs .dd-product-list-control {
  display: inline-block;
  width: 100%;
}
.dd-not-hidden-xs .dd-productlist-filter {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}
.dd-not-hidden-xs .dd-productlist-filter .dd-dropdown-toggle-menu {
  border: 1px solid #cbcbcb;
  padding-left: 10px;
  color: #737373;
  line-height: 33px;
  position: relative;
  width: 70px;
  display: inline-block;
}
.dd-not-hidden-xs .dd-productlist-filter .dd-items-per-page {
  background: #eeeeee;
  left: 0;
  padding: 0;
  width: 70px;
  min-width: 70px;
  margin-left: 105px;
}
.dd-not-hidden-xs .dd-productlist-filter .dd-items-per-page li {
  list-style-type: none;
}
.dd-not-hidden-xs .dd-productlist-filter .dd-items-per-page li a {
  padding-left: 10px;
  color: #737373;
  font-weight: 700;
  line-height: 33px;
  display: block;
  margin: auto;
}
.dd-category-product-devider {
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px dotted #737373;
  border-top: 1px dotted #737373;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 33px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.dd-list-subcatlist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  width: 101%;
}
.dd-list-subcatlist ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 4px;
  background: white;
  padding: 20px 10px;
  overflow-x: hidden;
  margin: 0 1% 10px 0;
  flex: 0 1 24%;
}
.dd-list-subcatlist ul li img {
  min-height: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-list-subcatlist ul li {
    flex: 0 1 32.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-list-subcatlist ul li {
    flex: 0 1 49%;
  }
}
@media only screen and (max-width: 360px) {
  .dd-list-subcatlist ul li {
    flex: 0 1 49%;
  }
}
.dd-list-subcatlist ul li a {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  line-height: 14px;
}
.dd-list-subcatlist ul li a:hover {
  color: #ffb770;
}
.catTabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.catTabs li {
  border-radius: 4px 4px 0 0;
  width: 100%;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catTabs li {
    border-radius: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs li {
    border-radius: 4px;
  }
}
.catTabs li.active {
  background: white;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catTabs li.active {
    border-radius: 4px 4px 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs li.active {
    border-radius: 4px 4px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs li.active {
    border-radius: 4px 4px 0 0;
    text-align: center;
  }
}
.catTabs li.active a {
  color: #333333;
  line-height: 12px;
}
@media only screen and (min-width: 1200px) {
  .catTabs li.active a {
    cursor: default;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catTabs li.active a {
    border-radius: 4px 4px 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catTabs li.active a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs li.active a {
    border-radius: 4px;
    margin: 0;
  }
}
.catTabs li.active a:hover {
  color: #ff9933;
}
@media only screen and (min-width: 1200px) {
  .catTabs li.active a:hover {
    color: inherit;
  }
}
.catTabs li.active .fa-angle-down:before {
  content: '\f106';
}
.catTabs a {
  color: #333333;
  letter-spacing: 2px;
  line-height: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .catTabs a {
    color: #333333;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs a {
    color: #333333;
    text-align: center;
  }
}
.catTabs a:hover {
  color: #ff9933;
}
.catTabs i {
  font-size: 1.38461538rem;
}
@media only screen and (min-width: 1200px) {
  .catTabs i {
    visibility: hidden;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catTabs i {
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .catTabs-wrapper {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs-wrapper {
    margin-bottom: 0px;
  }
}
.catTabs-wrapper .tab-content > .tab-panel {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .catTabs-wrapper .tab-content > .tab-panel {
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs-wrapper .tab-content > .tab-panel {
    border-radius: 0;
  }
}
.catTabs-wrapper .tab-content > .tab-panel.active {
  display: block;
}
.catTabs-wrapper .tab-content {
  border: 0 none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
}
.catTabs-wrapper .tab-pane.active,
.catTabs-wrapper .tab-panel.active {
  background: white;
}
.catTabs-wrapper .dd-list-subcatlist ul {
  width: 100%;
}
.catTabs-wrapper .dd-list-subcatlist ul li {
  border-color: white;
  position: relative;
  overflow: hidden;
  margin: 0;
  flex: 1 1 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .catTabs-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 360px) {
  .catTabs-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
.catTabs-wrapper .dd-list-category-box {
  background: transparent;
  color: white;
}
.catTabs-wrapper .dd-list-category-box .dd-category-title a {
  color: white;
  text-transform: none;
  font-weight: normal;
}
.catTabs-wrapper .dd-filter-form {
  padding: 0;
}
.catTabs-wrapper .dd-categorygrid-productlist {
  background: transparent;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.catTabs-wrapper .dd-now-available {
  background: #169a30;
  opacity: 0.9;
  flex: 1 0 50%;
  padding: 5px 0;
  border-right: 1px solid #ffffff;
}
.catTabs-wrapper .dd-now-available .dd-filter-sofort-label {
  font-weight: 400;
  color: white;
  text-transform: lowercase;
}
.catTabs-wrapper .dd-category-filter-refresh {
  background: #3c81e6;
  opacity: 0.9;
  padding: 5px 0;
  flex: 1 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}
.catTabs-wrapper .dd-category-filter-refresh a {
  color: #ffffff;
}
.catTabs-wrapper #dd-js-main-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catTabs-wrapper .dd-expanden-filter-options {
  display: none;
}
.catTabs-wrapper .dd-expanden-filter-options.js-dd-show-expanded-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catTabs-wrapper #catTabs-additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.catTabs-wrapper #jq_color_select {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .filTabs-wrapper {
    margin-bottom: 0;
  }
}
.filTabs-wrapper #catTabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .filTabs-wrapper #catTabs {
    margin: 20px;
  }
}
.filTabs-wrapper #catTabs li {
  flex: 1 0 50%;
  background: #737373;
  /*      background-image: -webkit-linear-gradient(top, #b1b1b1, #838D8F);
            background-image: -moz-linear-gradient(top, #b1b1b1, #838D8F);
            background-image: -ms-linear-gradient(top, #b1b1b1, #838D8F);
            background-image: -o-linear-gradient(top, #b1b1b1, #838D8F);
            background-image: linear-gradient(to bottom, #b1b1b1, #838D8F);*/
}
.filTabs-wrapper #catTabs a {
  color: white;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  height: 40px;
}
.filTabs-wrapper #catTabs i {
  font-size: 1.38461538rem;
}
.filTabs-wrapper #catTabs li:nth-child(2) a {
  border-left: 1px solid #b1b1b1;
}
.filTabs-wrapper #catTabs li:hover {
  background: #cbcbcb;
  /*      background-image: -webkit-linear-gradient(top, #838D8F, #777);
            background-image: -moz-linear-gradient(top, #838D8F, #777);
            background-image: -ms-linear-gradient(top, #838D8F, #777);
            background-image: -o-linear-gradient(top, #838D8F, #777);
            background-image: linear-gradient(to bottom, #838D8F, #777);*/
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .filTabs-wrapper #catTabs li:hover {
    background: #737373;
  }
}
@media only screen and (max-width: 767px) {
  .filTabs-wrapper #catTabs li:hover {
    background: #737373;
  }
}
.filTabs-wrapper #catTabs li:hover a {
  color: #737373;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .filTabs-wrapper #catTabs li:hover a {
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .filTabs-wrapper #catTabs li:hover a {
    color: white;
  }
}
.filTabs-wrapper #catTabs li.active {
  background: white;
  /*      border: 1px solid @silver-chalice;
            border-bottom: 0 none;
            border-right: 0 none;*/
}
.filTabs-wrapper #catTabs li.active a {
  color: #737373;
}
.filTabs-wrapper #catTabs li.active .fa-angle-down:before {
  content: '\f106';
}
.filTabs-wrapper .tab-content {
  background: #ffffff;
  border: 0 none;
  padding: 0;
  margin: 0;
}
.filTabs-wrapper .tab-pane.active {
  background: white;
  border-radius: 0 0 4px 4px;
}
.filTabs-wrapper .tab-panel.active {
  background: white;
}
.filTabs-wrapper .dd-list-subcatlist ul {
  width: 100%;
}
.filTabs-wrapper .dd-list-subcatlist ul li {
  border-color: white;
  margin: 0;
  flex: 0 1 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .filTabs-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .filTabs-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 360px) {
  .filTabs-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
.filTabs-wrapper .dd-list-category-box {
  background: transparent;
  color: white;
}
.filTabs-wrapper .dd-list-category-box .dd-category-title a {
  color: white;
  text-transform: none;
  font-weight: normal;
}
.filTabs-wrapper .dd-filter-form {
  padding: 0;
}
.filTabs-wrapper .dd-categorygrid-productlist {
  background: transparent;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.filTabs-wrapper .dd-now-available {
  opacity: 0.9;
  padding: 5px 0;
  display: inline-block;
  padding-left: 5px;
  width: 100%;
}
.filTabs-wrapper .dd-now-available .dd-filter-sofort-label {
  font-size: 1.07692308rem;
  font-weight: 400;
  color: #169a30;
  text-transform: lowercase;
}
.filTabs-wrapper .dd-category-filter-refresh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  opacity: 0.9;
  padding: 5px 15px 15px 15px;
}
.filTabs-wrapper .dd-category-filter-refresh a {
  font-size: 1.07692308rem;
  color: #3c81e6;
}
.filTabs-wrapper #dd-js-main-filter {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .filTabs-wrapper #dd-js-main-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filTabs-wrapper #dd-js-main-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .filTabs-wrapper #dd-js-main-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
}
@media (max-width: 480px) {
  .filTabs-wrapper #dd-js-main-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
}
.filTabs-wrapper .dd-expanden-filter-options {
  display: none;
}
.filTabs-wrapper .dd-expanden-filter-options.js-dd-show-expanded-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filTabs-wrapper #catTabs-additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background: #ffffff;
  padding: 15px;
  padding-right: 0;
}
.filTabs-wrapper #jq_color_select {
  position: relative;
}
#dd-js-main-filter,
#dd-js-more-filter {
  padding: 0 10px;
  flex: 1 1 20%;
}
.dd-category-text-wrapper {
  margin-top: 20px;
}
/* Tooltip container */
.tooltip {
  opacity: inherit;
  position: inherit;
  z-index: 830;
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #ffffff;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}
#catTree-wrapper {
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #catTree-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #catTree-wrapper {
    display: none;
  }
}
#filTabs-wrapper {
  border-radius: 4px;
}
#catTree-wrapper .catTabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#catTree-wrapper .catTabs li {
  flex: 1 0 50%;
  border-radius: 4px;
  background: #ffffff;
}
#catTree-wrapper .catTabs a {
  color: white;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  height: 40px;
}
#catTree-wrapper .catTabs i {
  font-size: 1.38461538rem;
}
#catTree-wrapper .catTabs li:nth-child(2) a {
  border-left: 1px solid #b1b1b1;
}
#catTree-wrapper .catTabs li:hover {
  background: #cbcbcb;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #catTree-wrapper .catTabs li:hover {
    background: #737373;
  }
}
@media only screen and (max-width: 767px) {
  #catTree-wrapper .catTabs li:hover {
    background: #737373;
  }
}
#catTree-wrapper .catTabs li:hover a {
  color: #737373;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #catTree-wrapper .catTabs li:hover a {
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  #catTree-wrapper .catTabs li:hover a {
    color: white;
  }
}
#catTree-wrapper .catTabs li.active {
  background: white;
  border-radius: 4px 4px 0 0;
}
#catTree-wrapper .catTabs li.active a {
  color: #737373;
}
#catTree-wrapper .catTabs li.active .fa-angle-down:before {
  content: '\f106';
}
#catTree-wrapper .catTabs .tab-categories {
  border-radius: 4px;
}
#catTree-wrapper .tab-content {
  border: 0 none;
  padding: 0;
  margin: 0;
}
#catTree-wrapper .tab-cat-tree.active {
  background: white;
}
#catTree-wrapper .dd-list-subcatlist ul {
  width: 100%;
}
#catTree-wrapper .dd-list-subcatlist ul li {
  border-color: white;
  margin: 0;
  flex: 0 1 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #catTree-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  #catTree-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 360px) {
  #catTree-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
#catTree-wrapper .dd-list-category-box {
  background: transparent;
  color: white;
}
#catTree-wrapper .dd-list-category-box .dd-category-title a {
  color: white;
  text-transform: none;
  font-weight: normal;
}
#catTree-wrapper .dd-filter-form {
  padding: 0;
}
#catTree-wrapper .dd-categorygrid-productlist {
  background: transparent;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#catTree-wrapper .dd-now-available {
  background: #169a30;
  opacity: 0.9;
  flex: 1 0 50%;
  padding: 5px 0;
  border-right: 1px solid #ffffff;
}
#catTree-wrapper .dd-now-available .dd-filter-sofort-label {
  font-weight: 400;
  color: white;
  text-transform: lowercase;
}
#catTree-wrapper .dd-category-filter-refresh {
  background: #3c81e6;
  opacity: 0.9;
  padding: 5px 0;
  flex: 1 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}
#catTree-wrapper .dd-category-filter-refresh a {
  color: #ffffff;
}
#catTree-wrapper #dd-js-main-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#catTree-wrapper .dd-expanden-filter-options {
  display: none;
}
#catTree-wrapper .dd-expanden-filter-options.js-dd-show-expanded-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#catTree-wrapper #catTabs-additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#catTree-wrapper #jq_color_select {
  position: relative;
}
.hiddenimage img {
  visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 1000ms ease-in-out;
  position: absolute;
  left: 0;
}
.subCatNavItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  float: left;
  padding: 15px 40px;
  border: 1px solid #dedede;
  background: #dedede;
  border-radius: 4px;
  position: relative;
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
  .subCatNavItem {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .subCatNavItem {
    padding: 15px 20px;
  }
}
.subCatNavItem img {
  display: none;
}
#slider_wrapper .slick-slide {
  position: relative;
}
#slider_wrapper .slick-track {
  transform: translate3d(100px, 0px, 0px);
}
#slider_wrapper .slick-arrow::before {
  font-family: 'icomoon';
  line-height: 40px;
}
#slider_wrapper .slick-prev {
  top: 60px;
  left: 5px;
  z-index: 830;
  position: absolute;
  height: 100%;
}
#slider_wrapper .slick-prev::before {
  font-size: 0.76923077rem;
  color: #333333;
  content: '\e60b';
  font-weight: 700;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: block;
}
#slider_wrapper .slick-next {
  top: 60px;
  right: 5px;
  position: absolute;
  height: 100%;
}
#slider_wrapper .slick-next::before {
  color: #333333;
  content: '\e60b';
  font-weight: 700;
  font-size: 0.76923077rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: block;
}
#slider_wrapper .slick-slider {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#slider_wrapper.slick-initialized {
  visibility: visible;
  overflow: hidden;
}
.exp-filter {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dd-select-label.filterSelected select {
  cursor: default;
}
.dd-select-label.filterSelected select option {
  display: none;
}
.oxValidateError {
  display: none;
}
.dd-acountlogin-wrapper {
  background: #ffffff;
  padding: 25px;
  margin: 30px 0;
}
.dd-account-sidebarblock {
  margin-top: 10px;
  background: #ffffff;
}
.dd-account-sidebarblock li {
  border-bottom: 1px solid #eeeeee;
}
.dd-account-sidebarblock li a {
  letter-spacing: 2px;
  padding: 20px;
  text-transform: uppercase;
}
.dd-account-sidebarblock li a:hover {
  color: #ffb770;
  letter-spacing: 2px;
}
.dd-account-sidebarblock li.active a {
  color: #ff9933;
}
/*account login page*/
.page-header h1 {
  font-weight: 300;
  font-size: 1.84615385rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.dd-loginaccount-link-label {
  position: relative;
}
.dd-loginaccount-link-label a {
  width: 150px;
  position: absolute;
  padding: 0;
}
.dd-loginaccount-link-label a:hover {
  color: #ffb770;
}
.dd-loginaccount-link-label #openAccountLink {
  top: -5px;
  padding: 0;
}
.dd-accountlogin-text-info p {
  color: #333333;
}
.dd-loginaccount-label {
  font-weight: 700;
  color: #333333;
}
.dd-loginaccount-label-normal {
  color: #333333;
}
.dd-loginaccount-label-normal a {
  padding-left: 10px;
}
.dd-loginaccount-label-normal a:hover {
  color: #ffb770;
}
.dd-loginaccount-textbox {
  background: #eeeeee;
  font-size: 1.07692308rem;
}
/*account register page*/
.dd-accountregister-wrapper {
  background: #ffffff;
  padding: 24px 100px;
  margin: 30px 0;
}
.dd-accountregister-wrapper p {
  padding-bottom: 0;
  color: #333333;
}
.dd-form-openaccount-wrapper {
  width: 100%;
}
.dd-payment-tsbox h3 {
  font-size: 1.53846154rem;
  font-family: "Open Sans", sans-serif;
}
fieldset legend {
  padding-bottom: 10px;
  font-size: 1.53846154rem;
  font-family: "Open Sans", sans-serif;
}
.dd-legend legend {
  padding-bottom: 10px;
  font-size: 1.53846154rem;
  font-family: "Open Sans", sans-serif;
}
.dd-form-btn {
  padding-bottom: 10px;
}
.dd-newsletter-account-registration {
  padding: 0;
  padding-top: 10px;
  padding-left: 20px;
  text-align: left;
}
/*account forgot password page*/
.dd-forgotpassword-wrapper {
  background: #ffffff;
  margin: 30px 0;
  padding: 25px 100px;
  color: #333333;
}
.dd-forgotpassword-wrapper p {
  color: #333333;
}
.dd-forgotpwd-text {
  color: #333333;
  padding-bottom: 0;
}
/*my account page*/
.dd-account-myaccount-wrapper {
  background: #ffffff;
  height: auto;
  padding: 0 100px;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-account-myaccount-wrapper {
    padding: 0 25px;
  }
}
.dd-account-pageheader {
  margin: 0;
}
.dd-account-dashboard-row dl {
  margin-bottom: 20px;
}
.dd-account-dashboard-row dl dt a {
  font-weight: 700;
  color: #333333;
}
.dd-account-dashboard-row dl dt a:hover {
  color: #ffb770;
  font-weight: 700;
}
.dd-account-dashboard-row dl dd {
  padding-bottom: 0;
}
.dd-account-dashboard-right dl dt a {
  font-weight: 700;
  color: #333333;
}
.dd-account-dashboard-right dl dt a:hover {
  color: #ffb770;
  font-weight: 700;
}
.dd-account-dashboard-right dl dd {
  padding-bottom: 0;
}
#shippingAddressText {
  color: #333333;
}
.dd-billingaddress-text {
  color: #333333;
  padding-bottom: 0;
}
.dd-user-billing-address fieldset legend {
  margin-left: 0;
  font-size: 1.84615385rem;
}
.dd-shippingadress-form .dd-myaccount-shipping-form {
  padding-left: 0;
}
.dd-shippingadress-form .dd-myaccount-shipping-form .dd-checkout-form-noregistration {
  margin-left: 0;
}
.dd-shippingadress-form .dd-myaccount-shipping-form .dd-checkout-form-noregistration .dd-blue-outline-btn {
  margin-top: 10px;
}
.dd-user-shipping-address {
  margin-left: 0;
  padding-bottom: 20px;
}
.dd-user-shipping-address fieldset legend {
  margin-left: 10px;
  font-size: 1.84615385rem;
}
.dd-user-shipping-address .dd-user-control-label {
  text-align: left;
  color: #333333;
  padding-bottom: 0;
}
.dd-user-shipping-address input[type="checkbox"] {
  margin-top: 15px;
}
.dd-myaccount-useraddress-wrapper {
  display: inline-block;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 10px 100px;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-myaccount-useraddress-wrapper {
    padding: 10px 50px;
  }
}
.dd-address-form {
  padding-top: 10px;
}
.dd-userpassword-wrapper {
  background: #ffffff;
  padding: 0 100px;
  height: auto;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.dd-label-error {
  color: #333333;
}
/*Order History*/
.dd-orderhistory-wrapper {
  padding: 0 100px;
  background: #ffffff;
  height: auto;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
ul.dd-orderhistory-orderlist {
  padding-left: 0;
  list-style: none;
}
ul.dd-orderhistory-orderlist .dd-orderhistory-orderitems {
  border-bottom: 1px solid #cbcbcb;
  padding-top: 10px;
}
.dd-orderhistory-listitem {
  margin-bottom: 20px;
}
.dd-orderhistory-listitem h3 {
  font-size: 1.07692308rem;
  font-weight: 700;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
}
.dd-orderhistory-articles {
  text-decoration: underline;
}
.dd-orderhistory-articles:hover {
  color: #ffb770;
}
/*newsletter page*/
.dd-newsletteraccount-wrapper {
  padding: 0 100px;
  background: #ffffff;
  height: auto;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-newsletteraccount-wrapper {
    padding: 0 20px;
  }
}
.dd-newsletteraccount-wrapper .drop-down-menu-wrapper {
  width: 170%;
}
.dd-help-block {
  color: #333333;
  float: left;
  padding-top: 10px;
}
/*my noticelist page*/
.dd-mynoticelist-wrapper {
  padding: 0 100px  30px 100px;
  background: #ffffff;
  height: auto;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-mynoticelist-wrapper {
    padding: 15px 100px 85px;
  }
}
.dd-header-nav-pills li.dropdown:last-child ul.dropdown-menu {
  left: auto;
  right: 0;
}
.dd-header-nav-pills .dropdown.dd-touch-show-menu .dropdown-toggle {
  position: relative;
  z-index: 1001;
  color: #ffb770;
}
.dd-header-nav-pills .dropdown.dd-touch-show-menu .dropdown-toggle:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  margin-left: -8px;
}
.dd-header-nav-pills .dropdown.dd-touch-show-menu .dropdown-menu {
  display: block;
}
li.dropdown:hover {
  position: relative;
}
li.dropdown:hover .dropdown-toggle {
  position: relative;
  z-index: 1001;
  font-weight: normal !important;
}
li.dropdown:hover .dropdown-toggle:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  margin-left: -8px;
}
.dd-header-mainrow-navigation {
  border-top: 1px solid #eeeeee;
}
@media only screen and (min-width: 1200px) {
  .dd-header-mainrow-navigation {
    background: #333333;
    border: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-header-mainrow-navigation {
    background: #333333;
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-header-mainrow-navigation {
    line-height: 40px;
  }
}
.dd-header-mainrow-navigation .dd-header-navigation {
  margin: 0 auto;
}
.dd-header-mainrow-navigation .dd-header-navigation .dropdown-menu {
  margin: 0;
}
.dd-header-mainrow-navigation .dd-header-navigation .dropdown-toggle {
  padding: 20px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-header-mainrow-navigation .dd-header-navigation .dropdown-toggle {
    padding: 20px 10px;
  }
}
.dd-header-mainrow-navigation .dd-header-logo-sticky {
  display: none;
}
.dd-header-mainrow-navigation.sticky {
  background: white;
  box-shadow: 0 -5px 15px 0 #000000;
  -webkit-box-shadow: 0 -5px 15px 0 #000000;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  animation: thedrop 1s 1;
  -moz-animation: thedrop 1s 1;
  -webkit-animation: thedrop 1s 1;
  z-index: 10000;
}
.dd-header-mainrow-navigation.sticky a {
  color: #515356;
}
.dd-header-mainrow-navigation.sticky .dd-header-logo-sticky {
  position: fixed;
  padding-left: 10px;
  padding-top: 10px;
}
@media (min-width: 1658px) {
  .dd-header-mainrow-navigation.sticky .dd-header-logo-sticky {
    display: block;
  }
}
.dd-header-nav-pills {
  text-transform: uppercase;
}
.dd-header-nav-pills a {
  color: white;
}
.dd-header-nav-pills a:hover {
  color: #ffb770;
  text-decoration: none;
  font-weight: normal;
}
.dd-header-nav-pills li.active > a,
.dd-header-nav-pills li.current > a {
  color: #ff9933;
}
.dd-header-nav-pills li.active > a:hover,
.dd-header-nav-pills li.current > a:hover {
  color: #ffb770;
}
.dd-header-nav-pills .dropdown-menu li a:hover {
  color: #ffb770;
  text-decoration: none;
}
.dd-header-nav-pills li:nth-last-child(-n+5) ul.dropdown-menu {
  left: auto;
  right: 0;
}
.dd-header-nav-pills li {
  color: #515356;
  font-size: 1.07692308rem;
}
@media only screen and (min-width: 1200px) {
  .dd-header-nav-pills li {
    font-size: 1.23076923rem;
  }
}
.dd-header-nav-pills li .dropdown-menu li {
  padding: 0;
  position: relative;
  float: left;
}
.dd-header-nav-pills li ul.dropdown-menu {
  position: absolute;
  padding: 0;
  height: auto;
  width: 520px;
}
.dd-header-nav-pills li ul.dropdown-menu:after {
  content: '';
  position: absolute;
  left: 45%;
  top: 5%;
  height: 90%;
  width: 10px;
  background-color: transparent;
  border-left: 1px solid #eeeeee;
}
.dd-header-nav-pills li .dropdown-menu li a {
  padding: 10px 15px;
  width: 260px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.23076923rem;
}
.dd-navibar-tablet-trigger {
  padding-bottom: 10px;
  padding-top: 10px;
}
.dd-navibar-tablet-trigger .icon-menu-mobile {
  font-weight: bold;
  font-size: 1.23076923rem;
  padding: 5px;
}
.dd-navibar-tablet-trigger .dd-menubar-tablet-label {
  font-size: 1.53846154rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-navigation-navbar-fixtop {
    font-size: 0.92307692rem;
    display: none;
  }
}
.dd-navigation-navbar-fixtop .dropdown {
  margin: 0;
  padding: 8px 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-navigation-navbar-fixtop .dropdown {
    padding: 6px 0;
    font-size: 0.92307692rem;
  }
}
.dd-navigation-navbar-fixtop .dropdown-toggle {
  padding: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-navigation-navbar-fixtop .dropdown-toggle {
    padding: 7px 4px;
    line-height: 17px;
  }
}
.dd-navigation-navbar-fixtop .dropdown-menu {
  top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-navigation-navbar-fixtop .dropdown-menu {
    top: 30px;
  }
}
.dd-navigation-navbar-fixtop .dd-header-nav-pills {
  display: table;
  margin: 0 auto;
  padding: 10px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-navigation-navbar-fixtop .dd-header-nav-pills {
    display: table;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.dd-navigation-navbar-brand {
  padding: 5px;
}
.dd-navigation-navbar-brand img {
  max-height: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-navigation-navbar-brand {
    margin-top: 0;
    padding: 10px;
    padding-right: 0;
  }
  .dd-navigation-navbar-brand img {
    max-height: 28px;
  }
}
.dropdown .dropdown-menu .dropdown-submenu a:after {
  display: none;
}
.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
  /*    INTERIM display third level

    display: block;
    position: relative;
    left: 0;*/
  display: none;
}
.dd-noty-overlay {
  width: 600px;
  margin-left: -265px;
  max-height: 90%;
}
.dd-filter-slider .dd-filter-input-text {
  border: none;
  background: none;
  cursor: default;
  font-weight: 400;
  color: #737373;
  display: inline;
  padding-top: 0;
}
.dd-filter-slider .dd-filter-content-wrapper {
  padding: 10px;
  background: #eeeeee;
  border: 1px solid #cbcbcb;
}
.dd-filter-slider .dd-filter-content-wrapper .ui-slider {
  width: 100%;
  margin: auto;
  background: #ffffff;
}
.dd-start-seo-text {
  padding: 25px 100px;
  text-align: justify;
  background: #ffffff;
  float: left;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
}
.dd-start-seo-text p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .dd-start-seo-text {
    display: none;
  }
}
.dd-start-more-teasers {
  text-align: center;
  padding-right: 10px;
}
.dd-start-more-teasers .dd-custom-teaser.bannerFrontRight1 {
  padding-right: 5px;
  position: relative;
}
.dd-start-more-teasers .dd-custom-teaser.bannerFrontRight1 .bannerItemTitle {
  position: absolute;
  top: 10%;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.84615385rem;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  padding: 10px 20px;
  background: #333333;
  border-radius: 0 4px 4px 0;
}
.dd-start-more-teasers .dd-custom-teaser.bannerFrontRight2 {
  padding-right: 0;
  position: relative;
}
.dd-start-more-teasers .dd-custom-teaser.bannerFrontRight2 .bannerItemTitle {
  position: absolute;
  text-transform: uppercase;
  background: #ffffff;
  color: #333333;
  bottom: 10%;
  left: 10px;
  text-align: center;
  font-size: 1.84615385rem;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 20px;
  border-radius: 0 4px 4px 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-start-more-teasers .dd-custom-teaser.bannerFrontRight1 {
    padding-right: 5px;
  }
}
.dd-start-more-teasers a img {
  width: 100%;
}
.dd-start-top-article {
  height: 350px;
  background-color: #ffffff;
  margin: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-start-top-article {
    margin: 20px 0;
  }
}
.dd-start-top-article .dd-start-article-text {
  display: table-cell;
  vertical-align: middle;
}
.dd-start-top-article .dd-start-top-article-link {
  text-align: center;
  display: table-row;
}
@media only screen and (min-width: 768px) {
  .dd-start-top-article .dd-start-top-article-link {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -57px;
    bottom: 25px;
  }
}
.dd-start-article-left-box {
  background-color: #1a5ec1;
  height: 100%;
  padding: 20px;
  text-transform: uppercase;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-start-article-left-box {
    padding: 15px;
  }
}
.dd-start-article-left-box:after {
  position: absolute;
  z-index: 3;
  content: "";
  right: -12px;
  margin-top: -12px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 12px solid #1a5ec1;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.dd-start-article-left-box .dd-start-announcement {
  display: table-header-group;
}
.dd-start-article-left-box .dd-start-announcement a {
  color: #ffffff;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
.dd-start-article-left-box .dd-announcement-container {
  display: table-cell;
  vertical-align: middle;
}
.dd-start-article-left-box .dd-start-price-container a,
.dd-start-article-left-box .dd-start-announcement-title a {
  color: #ffffff;
  display: inherit;
  font-size: 1.84615385rem;
  font-weight: 400;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 30px;
}
.dd-start-article-left-box .dd-old-price a {
  font-size: 1.53846154rem;
}
.dd-start-article-left-box .priceContainer {
  padding-top: 40px;
}
.dd-start-article-middle-box {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
}
.dd-start-article-right-box {
  height: 100%;
  border-left: 1px solid #eeeeee;
  display: table;
}
.dd-start-text-container {
  background-color: #ffffff;
  margin: 40px 0;
}
.dd-start-text-container #twoCols {
  padding: 20px 0;
}
@media only screen and (min-width: 1200px) {
  .dd-start-text-container #twoCols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-start-text-container {
    margin: 20px 0;
  }
}
.dd-start-text-container h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  height: 70px;
  border-bottom: 1px solid #eeeeee;
  /*padding: 0 50px;
    display: table-cell;
    vertical-align: middle;*/
}
.dd-start-text-container h2,
.dd-start-text-container h3 {
  padding: 20px 0 10px;
  font-size: 16px !important;
  line-height: 20px !important;
}
.dd-start-text-container p {
  text-align: justify;
  padding: 0;
}
.dd-start-text-container p strong {
  /*.nimbus(@font-size-13, @font-weight-bold, @line-height-17);*/
}
.dd-start-text-container p + p {
  padding-top: 10px;
}
.dd-start-text-container a {
  color: #ffb770;
}
.dd-start-text-container a:hover {
  color: #ff9933;
  border-bottom: 1px solid #ff9933;
}
.dd-start-text-container .dd-start-readmore-text {
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.dd-start-title-wrapper {
  width: 100%;
}
.dd-start-text-inner {
  padding: 15px 100px;
}
@media only screen and (max-width: 767px) {
  .dd-start-text-inner {
    padding: 0;
  }
}
.dd-start-small-teaser {
  background-color: #ffffff;
  margin: 40px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-start-small-teaser {
    margin: 20px 0;
  }
}
.dd-start-small-teaser .dd-start-title-boxslider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  height: 70px;
  border-bottom: 1px solid #eeeeee;
  /*padding: 0 50px;
    display: table-cell;
    vertical-align: middle;*/
}
.dd-start-small-teaser .bx-viewport {
  margin: 0 auto;
  padding: 10px;
}
.dd-start-small-teaser .bx-viewport #categoryTeaserWrapper {
  text-align: center;
}
.dd-start-small-teaser .bx-viewport #categoryTeaserWrapper div a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 11px;
  font-family: "Open Sans", sans-serif;
  color: #515356;
}
.dd-start-small-teaser .bx-viewport #categoryTeaserWrapper .dd-category-slider-title a {
  display: inline-block;
  padding-top: 10px;
}
.dd-start-small-teaser .bx-viewport #categoryTeaserWrapper .dd-category-slider-title a:hover {
  color: #ffb770;
}
.dd-start-small-teaser .bx-controls {
  background-color: red;
}
.dd-start-small-teaser .bx-controls .bx-prev {
  position: absolute;
  left: 20px;
  top: 15px;
  color: #737373;
  padding: 15px;
}
.dd-start-small-teaser .bx-controls .bx-prev .icon-arrow {
  font-size: 0.76923077rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: block;
}
.dd-start-small-teaser .bx-controls .bx-prev:hover {
  color: #ffb770;
}
.dd-start-small-teaser .bx-controls .bx-next {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #737373;
  padding: 15px;
}
.dd-start-small-teaser .bx-controls .bx-next .icon-arrow {
  font-size: 0.76923077rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: block;
}
.dd-start-small-teaser .bx-controls .bx-next:hover {
  color: #ffb770;
}
.dd-start-top-slider .bannerItem {
  text-align: center;
  height: auto;
}
.dd-start-top-slider .bannerItem img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.dd-start-top-slider .bannerItem a img {
  display: inline-block;
  max-width: 100%;
}
.dd-start-top-slider .bannerItemTitle {
  display: none;
  position: absolute;
  top: 10%;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.84615385rem;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  padding: 10px 20px;
  background: #333333;
  border-radius: 0 4px 4px 0;
}
.dd-start-top-slider .bx-controls {
  height: 40px;
  background-color: rgba(81, 83, 86, 0.5);
  text-align: center;
  line-height: 40px;
  position: relative;
  bottom: 40px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}
.dd-start-top-slider .bx-controls .bx-pager {
  display: inline-block;
  height: 40px;
}
.dd-start-top-slider .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
}
.dd-start-top-slider .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  outline: 0;
  color: transparent;
  display: block;
  text-indent: -9999px;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  z-index: 86;
}
.dd-start-top-slider .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #ffffff;
}
.dd-start-top-slider .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover,
.dd-start-top-slider .bx-controls .bx-pager .bx-pager-item .bx-pager-link:focus {
  background-color: #ffffff;
}
.dd-start-top-slider .bx-controls .bx-controls-direction {
  display: inline-block;
}
.dd-start-top-slider .bx-controls .bx-controls-direction .bx-prev {
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 16px;
  color: #ffffff;
  font-size: 0.84615385rem;
}
.dd-start-top-slider .bx-controls .bx-controls-direction .bx-prev .icon-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: block;
}
.dd-start-top-slider .bx-controls .bx-controls-direction .bx-next {
  position: absolute;
  right: 50%;
  margin-right: -90px;
  top: 16px;
  color: #ffffff;
  font-size: 0.84615385rem;
}
.dd-start-top-slider .bx-controls .bx-controls-direction .bx-next .icon-arrow {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: block;
}
/*ASC new style for step*/
body.checkout .dd-checkout-wrapper,
body.checkout .dd-checkout-user,
body.checkout .dd-checkout-payment,
body.checkout .dd-checkout-order-wrapper {
  max-width: 70%;
  margin: 0 auto;
  background: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.checkout .dd-checkout-wrapper,
  body.checkout .dd-checkout-user,
  body.checkout .dd-checkout-payment,
  body.checkout .dd-checkout-order-wrapper {
    max-width: 100%;
  }
}
body.checkout footer {
  padding-top: 0;
}
body.checkout footer .footer-flex-wrapper,
body.checkout footer .dd-footer-lastrow {
  display: none;
}
.z-checkout-steps ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.wizard.dd-checkout-steps li {
  line-height: 21px;
  background: #cbcbcb;
  flex: 0 1 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wizard.dd-checkout-steps li.step3 {
    flex: 0 1 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wizard.dd-checkout-steps li.step3 {
    flex: 0 1 40%;
  }
}
.z-checkout-steps.wizard li {
  height: auto;
}
li.step5.defaultLast {
  margin-right: 0;
}
.dd-checkout-steps {
  padding-top: 20px;
}
.dd-checkout-steps a:hover {
  color: #ffffff;
}
.dd-checkout-steps li::before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #eeeeee;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.wizard.dd-checkout-steps li {
  height: 20px;
  line-height: 21px;
  padding: 10px;
  background: #cbcbcb;
}
.wizard.dd-checkout-steps li:after {
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left-color: #cbcbcb;
  border-left: 20px solid #cbcbcb;
  right: -20px;
}
.wizard.dd-checkout-steps .active {
  background: #1a5ec1;
}
.dd-checkout-steps .active::after {
  border-left-color: #1a5ec1;
}
.z-checkout-steps.wizard .active::after {
  border-left-color: #1a5ec1;
}
.dd-checkout-bottom-part {
  padding: 20px;
}
.dd-checkout-bottom-part .dd-blue-btn-checkout {
  margin: 0;
  margin-left: 30px;
}
.linkBack {
  position: absolute;
  bottom: 20px;
}
/*******************************
    basket overview step
*******************************/
.dd-basket-thumb .img-responsive {
  max-height: 75px;
  max-width: 100%;
}
.dd-checkout-paypaltop {
  margin-top: -4px;
}
.dd-checkout-paypaltop .dd-checkout-or-label {
  padding: 0 10px;
}
.dd-checkout-paypaltop input:focus {
  outline: none;
}
.z-basket-unitprice .oldprice {
  font-weight: 400;
}
.z-basket-product p {
  margin: 0;
}
.dd-basket-product-info {
  padding-top: 5px;
}
.dd-checkout-wrapper {
  background: #ffffff;
  padding: 10px 10px 0 10px;
}
.dd-checkout-wrapper .dd-checkout-basket-items {
  border-collapse: separate;
  border: 1px solid #cbcbcb;
}
.dd-checkout-basket-summary {
  margin-top: 0;
  padding-top: 10px;
}
.dd-checkout-basket-summary td {
  text-align: right;
  padding-right: 5px;
  width: 70px;
}
.dd-checkout-basket-summary hr {
  margin: 10px 0;
  border: 1px solid;
  box-shadow: none;
}
.dd-checkout-button-wrapper {
  margin: 20px 0;
}
.dd-checkout-iconsecure-box img {
  max-width: 40px;
}
.dd-checkout-iconsecure-box label {
  padding-top: 5px;
  font-weight: 700;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
.dd-checkout-order-secure {
  width: 100%;
  border-top: 1px solid #eeeeee;
}
/********************
    user/address step
*********************/
.error-message a {
  color: #1a5ec1;
}
.dd-checkout-addresses .dd-col-nopadding .dd-blue-outline-btn {
  margin-top: 10px;
}
.dd-checkout-option-wrapper {
  width: 100%;
}
.dd-checkout-option-wrapper .dd-checkout-otheroption-wrapper {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
}
.dd-checkout-option-wrapper .dd-checkout-otheroption-wrapper .dd-checkout-radio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.dd-checkout-option-wrapper .dd-checkout-otheroption-wrapper .dd-checkout-radio-wrapper > div {
  font-size: 1.23076923rem;
  padding: 10px;
  background: #dedede;
  width: 100%;
  text-align: center;
  /*internet Explorer 10 & 11 bugfix*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dd-checkout-option-wrapper .dd-checkout-otheroption-wrapper .dd-checkout-radio-wrapper > div {
    width: 50%;
    float: left;
  }
}
.dd-checkout-option-wrapper .dd-checkout-otheroption-wrapper .dd-checkout-radio-wrapper > div:first-child {
  border-top-left-radius: 4px;
}
.dd-checkout-option-wrapper .dd-checkout-otheroption-wrapper .dd-checkout-radio-wrapper > div:last-child {
  border-top-right-radius: 4px;
}
.dd-checkout-option-wrapper .dd-checkout-otheroption-wrapper .dd-checkout-radio-wrapper .active {
  background: #ffffff;
}
.dd-checkout-option-wrapper .dd-checkout-registration {
  background: #ffffff;
}
.dd-checkout-option-wrapper .dd-checkout-registration .form-group {
  display: inline-block;
  width: 100%;
}
.dd-checkout-option-wrapper .dd-noregistration-address-wrapper {
  padding: 0;
}
.dd-checkout-option-wrapper .dd-noregistration-address-wrapper .form-group {
  display: inline-block;
  width: 100%;
}
.dd-checkout-option-wrapper .dd-noregistration-address-wrapper .dd-help-block {
  padding-top: 5px;
  position: absolute;
  left: 10px;
  top: 0;
  padding-left: 20px;
}
.dd-checkout-option-wrapper .dd-checkout-option-registration {
  position: relative;
}
.dd-checkout-option-wrapper .dd-checkout-option-registration li {
  padding-bottom: 0;
}
.dd-checkout-option-wrapper .dd-checkout-option-registration legend {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .dd-checkout-option-wrapper .dd-checkout-option-login,
  .dd-checkout-option-wrapper .dd-checkout-option-registration {
    position: relative;
  }
  .dd-checkout-option-wrapper .dd-checkout-option-login legend,
  .dd-checkout-option-wrapper .dd-checkout-option-registration legend {
    font-size: 1.53846154rem;
  }
}
/*user checkout no registration*/
.dd-checkout-user-noregistration {
  background: #ffffff;
  padding: 0;
}
.dd-new-shipping-address .form-group {
  margin-bottom: 15px;
}
.dd-checkout-shippingaddress-noregistration {
  padding: 0;
}
.dd-checkout-option-noregistration .dd-checkout-usernoregistration-form {
  padding: 0;
}
.dd-checkout-option-noregistration .dd-help-block {
  float: none;
  padding-top: 5px;
  padding-left: 20px;
}
.dd-checkout-option-noregistration .form-group {
  width: 100%;
  display: inline-block;
}
.dd-checkout-option-noregistration legend {
  padding: 10px 0;
}
.dd-checkout-option-login {
  position: relative;
  margin-right: 1%;
  background: #ffffff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-checkout-option-login p {
    padding-bottom: 10px;
  }
}
.dd-checkout-option-login legend {
  padding: 10px 0;
}
.dd-option-login-form {
  padding: 0;
}
.dd-option-login-form .dd-form-control-labelnormal {
  padding-bottom: 10px;
}
.dd-optionlogin-registration-list {
  padding-left: 10px;
}
.dd-option-loginbtn-wrapper {
  margin-top: 10px;
}
.dd-checkout-shipping-address {
  padding: 20px;
  padding-left: 10px;
  border: 1px solid #eeee;
  margin-top: -5px;
}
.dd-checkout-shipping-address .form-group {
  margin-bottom: 15px;
}
.dd-checkout-shipping-address .dd-checkout-shipping-form .dd-checkout-form-noregistration {
  margin-bottom: 15px;
}
.dd-checkout-addresses {
  width: 100%;
  padding: 0;
}
.dd-checkout-addresses > div {
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
}
.dd-checkout-addresses .dd-registration-option-wrapper {
  flex: 0 1 100%;
}
.dd-checkout-addresses .dd-blue-outline-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}
.dd-checkout-billing-form {
  padding-top: 10px;
}
.dd-checkoutchange-controlsbottom-wrapper .dd-checkoutchange-controls-bottom {
  float: left;
  margin-top: 20px;
  padding: 0;
}
.dd-checkoutchange-controlsbottom-wrapper .dd-blue-btn-checkout {
  margin-top: 0;
}
.dd-checkoutchange-controlsbottom-wrapper .dd-order-backbutton {
  float: left;
}
.dd-checkout-checkoutchange-address .addressOption {
  border: 1px solid #ffffff;
  border-left: 1px solid #eeeeee;
  background: #ffffff;
}
.dd-checkout-checkoutchange-address .addressOption.active {
  border: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
  border-top: 0;
}
.dd-checkout-checkoutchange-address .useAlternativeAdresseLabel,
.dd-checkout-checkoutchange-address .useBillingAdresseLabel {
  padding-top: 3px;
  padding-bottom: 0;
}
.dd-checkout-checkoutchange-address .shippingAddressOption .form-group {
  margin: 0;
}
.dd-checkout-checkoutchange-address #subscribeNewsletter {
  float: left;
}
.dd-checkout-checkoutchange-address .dd-help-block {
  padding-top: 2px;
  float: none;
  padding-left: 20px;
}
.dd-billingaddress-text {
  margin-top: 15px;
}
#orderRemark {
  height: 100px;
}
/********************
    payment step
*********************/
#payment input[type="radio"],
#shipping input[type="radio"] {
  margin: 0;
  padding: 0;
}
#shipping .shipment-desc {
  display: none;
}
#shipping .shipment-desc p {
  color: #737373;
  padding-bottom: 0;
}
#shipping .shipment-desc.shipment-checked {
  display: block;
  margin-top: -20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #shipping .shipment-desc.shipment-checked {
    margin-top: 0;
  }
}
/*#shipping .paymentOption {
  margin: 0 0 20px;
  border: 1px solid @silver;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  width: 100%;
  position: relative;

  .display_flex();
  .align_items_center();
  padding: 10px 20px;
  min-height: 70px;
  > * {
    margin: 0 10px;
  }

}*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #shipping dl dt {
    min-height: 0 !important;
  }
}
#payment dl,
#shipping dl {
  margin: 0 0 20px;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  width: 100%;
  position: relative;
  min-height: 70px;
}
#payment dl:hover,
#shipping dl:hover {
  background: #eeeeee;
}
#payment dl.payment-block-checked,
#shipping dl.payment-block-checked {
  background: #eeeeee;
}
#payment dl label,
#shipping dl label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  font-size: 1.07692308rem;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  min-height: inherit;
  line-height: 19px;
  padding: 0;
  margin: 0;
  width: 100%;
}
#payment dl label > *,
#shipping dl label > * {
  margin: 0 10px;
}
@media (max-width: 767px) {
  #payment dl label > img,
  #shipping dl label > img {
    display: none !important;
  }
}
#payment dl dt,
#shipping dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  padding: 10px 20px;
  min-height: 60px;
}
#payment dl dd,
#shipping dl dd {
  margin: 0;
  padding: 20px;
  padding-top: 0;
}
#payment dl.dd-easycredit dd label {
  display: block;
}
#payment dl.dd-easycredit dd label a {
  margin: 0;
}
#payment dl.dd-easycredit input {
  margin: 0;
  margin-right: 4px;
}
#payment dl .easycredit-payment-missing-profile :required:focus {
  border: 1px solid red;
}
#payment dl .easycredit-payment-missing-profile label {
  font-weight: bold;
}
#payment dl.ppp dt {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#payment dl.ppp dt label {
  width: 95%;
}
#paypPayPalPlusWall {
  width: 100%;
}
dl.ppp dd {
  display: none !important;
}
.form-horizontal .radio {
  min-height: 16px;
  padding-top: 0;
}
.dd-ts-info-popup {
  cursor: pointer;
  border-radius: 40px;
  background: #205ec0;
  padding: 2px 5px;
  color: white;
  display: inline-block;
  text-align: center;
}
.dd-payment-tsbox {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.dd-payment-tsbox h3 {
  font-size: 1.53846154rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 5px;
  line-height: inherit;
  color: #333333;
  padding-top: 40px;
}
.dd-payment-tsbox .dd-trustedlogo {
  width: 36px;
  float: left;
}
.dd-trustedshop-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  padding-left: 5px;
  padding-top: 10px;
  display: inline-block;
  color: #333333;
}
.dd-shipping-cost b {
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}
.dd-trustedshop-desc p {
  margin-left: -40px;
  margin-bottom: 0;
}
.dd-trustedshop-desc a {
  color: #737373;
  text-decoration: underline;
}
.dd-trustedshop-desc a:hover {
  color: #ffb770;
  text-decoration: underline;
}
.dd-checkout-payment .form-horizontal {
  margin-bottom: 40px;
}
.dd-checkout-payment .z-checkout-payment .status.error {
  padding: 8px 30px;
  color: red;
  border: 2px solid #fed8d2;
  background-color: #ffe7e3;
  margin-bottom: 15px;
  font-size: 14px;
}
.dd-checkout-payment-desc {
  margin-left: 20px;
}
.dd-checkout-payment-desc a {
  text-decoration: underline;
}
.dd-checkout-payment-desc a:hover {
  color: #ffb770;
}
.payment .dd-paypal-descbox {
  margin: 0;
}
.payment .dd-paypal-descbox .dd-paypal-payment-desc {
  margin: 0;
}
.dd-checkout-paymentcard-desc {
  margin-left: 10px;
}
.dd-checkout-paymentcard-desc .form-group div {
  padding: 0;
}
.dd-stsprotection .dd-select-label {
  background: #eeeeee;
}
.dd-stsprotection .dd-select-label select {
  padding-right: 35px;
}
.dd-stsprotection .dd-select-label label {
  padding-right: 35px;
}
button.closeModal {
  position: absolute;
  right: 5px;
  border: 1px solid;
  border-radius: 50%;
  padding: 2px 5px 0 5px;
  line-height: 18px;
  text-align: center;
  color: #737373;
  top: 7px;
}
.modal-header button.dd-trustedshop-cancel {
  background-color: #1a5ec1;
  color: #ffffff;
  text-transform: uppercase;
  /*margin-bottom: @space-10;
  margin-top: 27px;*/
  padding: 10px;
  opacity: 1;
  margin-top: 20px;
  text-shadow: none;
}
.modal-header button.dd-trustedshop-cancel:hover {
  background-color: #3c81e6;
  color: #ffffff;
  cursor: pointer;
}
.modal-header button.dd-trustedshop-cancel:focus {
  background-color: #174e9f;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .modal-header button.dd-trustedshop-cancel {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-header button.dd-trustedshop-cancel {
    margin-top: 20px;
  }
}
.modal-header span.dd-trustedshop-agree {
  margin-top: 20px;
}
.dd-checkout-payment-controlbottom {
  padding-top: 30px;
}
.dd-checkout-payment-controlbottom .dd-checout-payment-buttonWrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.dd-creditcard-divider {
  font-size: 1.53846154rem;
  line-height: 35px;
  text-align: center;
}
.dd-cashondel-text {
  margin-top: 10px;
  margin-left: 20px;
}
.dd-checkout-payment {
  background: #ffffff;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.dd-checkout-payment .dd-checkoutchange-controlsbottom-wrapper {
  margin-top: 20px;
}
.dd-checkout-payment .dd-checkoutchange-controlsbottom-wrapper .dd-blue-btn {
  margin-top: 50px;
}
.dd-checkout-payment .form-horizontal.payment b {
  font-size: 1.07692308rem;
  font-weight: 700;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}
.dd-checkout-payment-methods {
  margin-top: 10px;
  padding-left: 0;
}
.dd-payment-desc {
  margin-top: 10px;
}
.dd-activepayment .dd-payment-desc {
  margin-top: 10px;
}
.ec-row input {
  padding: 0 5px;
}
/********************
    order step
*********************/
.dd-checkout-order-wrapper {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}
.dd-checkout-order-wrapper .dd-order-basket-items {
  border-collapse: separate;
  border: 1px solid #cbcbcb;
}
.dd-order-wrapper {
  padding-bottom: 20px;
  padding-left: 0;
}
.dd-order-wrapper .dd-legend legend {
  margin-bottom: 10px;
}
.dd-order-wrapper .dd-blue-outline-btn {
  font-size: 0.92307692rem;
}
.dd-order-wrapper span {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.07692308rem;
}
.dd-checkout-basket-items {
  border-collapse: separate;
  border: 1px solid #cbcbcb;
}
.agb {
  color: #333333;
}
.agb a {
  color: #333333;
  font-weight: 700;
  text-decoration: underline;
}
.agb a:hover {
  color: #ffb770;
  text-decoration: underline;
}
.dd-checkout-order-wrapper .dd-order-basket-items thead tr .dd-order-quantity {
  text-align: right;
}
.dd-order-billing-text dt {
  color: #333333;
  font-size: 1.23076923rem;
  padding-bottom: 0;
  font-weight: 700;
}
.dd-order-billing-text dd {
  color: #333333;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .dd-order-billing-text {
    padding: 0;
  }
}
.dd-order-billing-text:first-child {
  padding-left: 10px;
}
.dd-checkout-basket-items thead tr th {
  background: #dedede;
  font-weight: 400;
}
.dd-checkout-basket-items thead tr th.dd-basket-quantity {
  text-align: center;
}
.dd-checkout-basket-items tbody tr td.dd-order-basket-total {
  white-space: nowrap;
}
.dd-checkout-basket-summary table {
  width: 400px;
}
.dd-checkout-basket-summary table tbody tr {
  border-right: none;
  border-left: none;
}
.dd-checkout-basket-summary table tbody tr th {
  font-weight: 400;
}
.dd-checkout-basket-summary table tbody tr .dd-checkout-note-allReady {
  text-align: left;
  padding-top: 5px;
  color: #169a30;
}
hr {
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid #cbcbcb;
  box-shadow: none;
}
.dd-quantity {
  float: right;
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-quantity {
    margin-right: 15px;
  }
}
.dd-basket-product-title {
  font-size: 1.07692308rem;
  font-weight: 400;
  text-decoration: underline;
  padding-bottom: 5px;
}
.dd-basket-product-title a:hover {
  color: #ffb770;
}
.dd-basket-product-artnum {
  font-size: 1rem;
}
.dd-checkout-controls {
  padding: 0;
  margin: 0;
}
.dd-message-area {
  resize: vertical;
}
.dd-detail-price-wrapper button.dd-blue-btn:disabled {
  background: #b1b1b1;
  z-index: 1;
}
.dd-detail-price-wrapper button.dd-blue-btn:disabled:hover {
  cursor: not-allowed;
}
.dd-detail-price-wrapper button.dd-blue-btn:disabled:hover:before {
  content: "";
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -6px;
}
.dd-detail-price-wrapper button.dd-blue-btn:disabled:hover:after {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  content: "Bitte wählen Sie zuerst alle anderen Varianten aus.";
  font-weight: 400;
  bottom: 45px;
  left: 50%;
  white-space: normal;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 180px;
  line-height: normal;
  padding: 10px;
  margin-left: -90px;
}
.easycredit_tilgungsplan a {
  color: #333333;
  font-weight: 700;
  text-decoration: underline;
}
.easycredit_tilgungsplan a:hover {
  color: #ff9933;
}
#orderEditCart {
  margin-top: 20px;
  padding-bottom: 10px;
}
.linkAddNewPassword {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
/* FIS 17.08.15 Hide the header navi for the checkout */
.checkout.basket .dd-navibar-tablet-trigger,
.checkout.user .dd-navibar-tablet-trigger,
.checkout.payment .dd-navibar-tablet-trigger,
.checkout.order .dd-navibar-tablet-trigger,
.checkout.basket .dd-header-mainrow-navigation,
.checkout.user .dd-header-mainrow-navigation,
.checkout.payment .dd-header-mainrow-navigation,
.checkout.order .dd-header-mainrow-navigation {
  display: none;
}
/*ausgeblendet*/
.z-pers-param-box {
  display: none;
}
.dd-categorytree-sidebar {
  background-color: #ffffff;
}
.dd-categorytree-sidebar li a {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px;
}
.dd-categorytree-sidebar .notActiveCategory {
  display: none;
}
.dd-categorytree-sidebar .dd-category-sublist a {
  text-overflow: ellipsis;
  overflow: hidden;
}
.dd-categorytree-sidebar .dd-category-sublist .notActiveCategory {
  display: block;
}
.dd-categorytree-sidebar .dd-category-sublist .dd-category-sublist {
  padding: 0 0 0 50px;
}
.dd-categorytree-sidebar .dd-category-sublist .dd-category-sublist li {
  padding: 5px 0;
}
.dd-categorytree-sidebar .dd-category-sublist .dd-category-sublist a {
  padding: 0;
}
.dd-categorytree-sidebar a {
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.dd-categorytree-sidebar a:hover {
  color: #ffb770;
}
.dd-categorytree-sidebar .dd-sidebar-category-active a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px;
}
.dd-categorytree-sidebar .dd-sidebar-category-active.active > a {
  color: #ff9933;
}
.dd-categorytree-sidebar .dd-sidebar-category-active.active > a .icon-arrow {
  padding-top: 3px;
  padding-right: 3px;
}
.dd-categorytree-sidebar .dd-sidebar-category-active ul {
  background-color: #dedede;
  border-radius: 0 0 4px 4px;
  padding: 10px 0;
}
.dd-categorytree-sidebar .dd-sidebar-category-active ul a {
  text-transform: none;
  color: #515356;
  font-size: 1rem;
  padding: 5px 15px;
}
.dd-categorytree-sidebar .dd-sidebar-category-active ul a:hover {
  color: #ff9933;
  font-size: 1rem;
}
.dd-categorytree-sidebar .dd-sidebar-category-active ul a .icon-arrow {
  display: none;
}
.dd-categorytree-sidebar .dd-sidebar-category-active ul li.active {
  border-radius: 4px;
}
.dd-categorytree-sidebar .dd-sidebar-category-active ul li.active a {
  color: #ff9933;
}
.dd-categorytree-sidebar .dd-sidebar-category-active ul li.active a:hover {
  color: #ffb770;
}
.dd-categorytree-sidebar .dd-sidebar-category-active ul li.active ul a {
  color: #515356;
  padding: 0;
}
.dd-categorytree-sidebar .dd-sidebar-category-active ul li.active ul a:hover {
  color: #ffb770;
}
.dd-categorytree-sidebar .icon-arrow {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: inline-block;
  font-size: 0.53846154rem;
  font-weight: 700;
  padding-right: 5px;
}
.dd-categorytree-sidebar .icon-arrow.dd-icon-open {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.slick-slide {
  height: auto;
}
.slick-slider {
  z-index: 1;
}
.dd-start-top-slider.slick-dotted.slick-slider {
  margin: 20px 0;
}
.dd-start-top-slider {
  visibility: hidden;
  float: left;
  width: 100%;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .dd-start-top-slider {
    float: none;
  }
}
.dd-start-top-slider.slick-initialized {
  visibility: visible;
}
.dd-start-top-slider #dd-slick-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  background-color: rgba(81, 83, 86, 0.5);
  height: 40px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}
.dd-start-top-slider .dd-slick-arrow {
  color: white;
  cursor: pointer;
}
.dd-start-top-slider .dd-prev {
  order: 1;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  /*&::before{
      font-size: 0.76923077rem;
      //color: @mine-shaft;
      color: white;
      content: '\e60b' ;
      font-weight: @font-weight-bold;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      display: block;
      width: 40px;
      border-radius: 50%;
    }*/
}
.dd-start-top-slider .dd-next {
  order: 3;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.dd-start-top-slider .slick-dots {
  order: 2;
  position: inherit;
  width: auto;
  height: 20px;
}
.dd-start-top-slider .slick-dots li button:before {
  font-size: 16px;
  color: white;
}
.dd-start-top-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}
@media only screen and (max-width: 767px) {
  .banner-img {
    position: relative;
    z-index: 20;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #categoryTeaserWrapper .dd-start-smallteaser-picwrapper {
    height: auto;
  }
}
#categoryTeaserWrapper .slick-slide img {
  display: inline-block;
  border-radius: 4px;
}
#categoryTeaserWrapper .dd-category-slider-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 11px;
  font-family: "Open Sans", sans-serif;
  padding-top: 10px;
}
#categoryTeaserWrapper .dd-category-slider-title a {
  color: #515356;
}
#categoryTeaserWrapper .slick-arrow::before {
  font-family: 'icomoon';
  line-height: 40px;
}
#categoryTeaserWrapper .slick-prev {
  top: -45px;
  left: 25px;
}
#categoryTeaserWrapper .slick-prev::before {
  font-size: 0.76923077rem;
  color: #333333;
  content: '\e60b';
  font-weight: 700;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: block;
}
#categoryTeaserWrapper .slick-next {
  top: -45px;
  right: 25px;
}
#categoryTeaserWrapper .slick-next::before {
  color: #333333;
  content: '\e60b';
  font-weight: 700;
  font-size: 0.76923077rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: block;
}
/*CATEGORY SLIDER LAST SEEN
*/
#LastSeenContainer .slick-slide {
  position: relative;
}
#LastSeenContainer .slick-arrow::before {
  font-family: 'icomoon';
  line-height: 40px;
}
#LastSeenContainer .slick-prev {
  top: -45px;
  left: 25px;
}
#LastSeenContainer .slick-prev::before {
  font-size: 0.76923077rem;
  color: #333333;
  content: '\e60b';
  font-weight: 700;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: block;
}
#LastSeenContainer .slick-next {
  top: -45px;
  right: 25px;
}
#LastSeenContainer .slick-next::before {
  color: #333333;
  content: '\e60b';
  font-weight: 700;
  font-size: 0.76923077rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: block;
}
.deviderArtBox {
  position: absolute;
  border-right: 1px solid #eeeeee;
  top: 0;
  right: 0;
  height: 300px;
}
#crosssellingCarouselContainer .slick-slide {
  position: relative;
}
#crosssellingCarouselContainer .slick-arrow::before {
  font-family: 'icomoon';
  line-height: 40px;
}
#crosssellingCarouselContainer .slick-prev {
  top: -45px;
  left: 25px;
}
#crosssellingCarouselContainer .slick-prev::before {
  font-size: 0.76923077rem;
  color: #333333;
  content: '\e60b';
  font-weight: 700;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: block;
}
#crosssellingCarouselContainer .slick-next {
  top: -45px;
  right: 25px;
}
#crosssellingCarouselContainer .slick-next::before {
  color: #333333;
  content: '\e60b';
  font-weight: 700;
  font-size: 0.76923077rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: block;
}
.dd-page-header-search {
  padding: 20px;
}
.categoryBox ul {
  list-style: none;
  padding-left: 0;
  display: block;
  margin-bottom: 0;
}
.categoryBox ul li {
  vertical-align: top;
}
.categoryBox ul li h2 {
  background: #ffffff;
  text-transform: uppercase;
  padding: 20px;
  letter-spacing: 2px;
}
.categoryBox ul li h2 a {
  color: #333333;
  word-wrap: break-word;
}
.categoryBox ul li h2 a:hover {
  color: #ffb770;
}
.categoryBox ul li .sofortLieferbarSearch {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.categoryBox ul li ul {
  list-style: none;
  background: #dedede;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.categoryBox ul li ul li {
  padding: 5px 0;
}
.categoryBox ul li ul li a {
  font-size: 1rem;
  color: #515356;
  letter-spacing: 2px;
}
.categoryBox ul li ul li a:hover {
  color: #ffb770;
  font-size: 1rem;
}
.categoryBox ul li ul li.active a {
  color: #ff9933;
}
.categoryBox ul .celPreis p {
  background: #dedede;
  text-align: center;
  margin: 0 auto;
  display: table;
  padding: 10px 0;
  width: 100%;
}
.categoryBox ul .celPreis p input {
  width: 100px;
}
.categoryBox ul .dd-slider-range-wrapper {
  background: #dedede;
  padding-bottom: 10px;
}
.categoryBox ul .dd-slider-range-wrapper .ui-slider {
  margin: 0 10px;
}
.categoryBox ul .dd-sidebar-search-morebtn {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  text-align: right;
}
.categoryBox ul .dd-sidebar-search-morebtn a {
  font-size: 0.92307692rem;
}
.categoryBox ul .dd-sidebar-search-morebtn a:hover {
  color: #ffb770;
  font-size: 0.92307692rem;
}
.categoryBox ul .dd-sidebar-search-morebtn:hover {
  color: #ffb770;
  font-size: 0.92307692rem;
}
@media only screen and (max-width: 767px) {
  .categoryBox ul.dd-sidebar-search {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categoryBox ul.dd-sidebar-search {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categoryBox ul.dd-sidebar-search {
    display: block;
  }
}
.dd-search-msg-error {
  color: #ff9933;
  font-size: 1.23076923rem;
  padding: 0 10px 10px 10px;
}
.dd-page-header-search-result-text {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.dd-page-header-search-result-param {
  padding-bottom: 10px;
  padding-top: 0;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 1.38461538rem;
}
.dd-page-header-search-result-number {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.dd-teaser-container {
  padding-bottom: 20px;
  text-align: center;
}
.dd-teaser-container img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.withCheckbox.active {
  color: #ff9933;
}
/*celebros autoComplete*/
#divSuggestions .yui-ac-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#divSuggestions .yui-ac-content ul li.ACProductItem {
  height: auto;
}
#divSuggestions .yui-ac-content ul li.ACProductItem table.ACproduct .ACproductText {
  padding-top: 0;
}
#divSuggestions .yui-ac-content ul li.ACHeaderItem {
  background-color: transparent;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#sideBarSearchWrapper {
  padding: 10px;
  background: #ffffff;
  text-align: center;
  display: none;
}
#sideBarSearchWrapper.js-dd-sidebarSearch-open {
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  #sideBarSearchWrapper {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sideBarSearchWrapper {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #sideBarSearchWrapper {
    display: none;
  }
}
.dd-search-msg-error.dd-search-msg-error-notDesktop {
  display: none;
}
@media only screen and (max-width: 767px) {
  .dd-search-msg-error.dd-search-msg-error-notDesktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-search-msg-error.dd-search-msg-error-notDesktop {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-search-msg-error.dd-search-msg-error-notDesktop {
    display: none;
  }
}
.dd-search-msg-error {
  display: block;
}
@media only screen and (max-width: 767px) {
  .dd-search-msg-error {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-search-msg-error {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-search-msg-error {
    display: block;
  }
}
.dd-thankyoupage-content-wrapper {
  padding: 25px 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-thankyoupage-content-wrapper {
    padding: 25px 100px;
  }
}
#thankyouPage h1 {
  color: #ff9933;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #thankyouPage h1 {
    color: #ff9933;
    text-align: left;
    padding-bottom: 40px;
  }
}
.dd-thankyou-title {
  font-weight: 300;
  color: #ff9933;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 24px;
  text-align: left;
  padding: 30px 0 10px;
  font-size: 1.84615385rem;
}
@media only screen and (max-width: 767px) {
  .dd-label {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.dd-link {
  display: inline-block;
}
.dd-trustshop-button {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .dd-previous-order {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #orderHistory .dd-link {
    margin-top: 0;
  }
}
/*-------------------------- Modified CSS by Kevin --------------------------*/
.youtube_video_segment {
  padding-top: 20px;
}
.comment-submitted {
  margin-left: -10px;
}
#writeReview textarea.form-control {
  min-height: 173px;
}
.dd-comment-detail-wrapper {
  margin-top: 15px;
  border-bottom: 1px #515356 dotted;
  padding-bottom: 30px;
  margin-right: 0;
}
.dd-comment-detail-wrapper#detailsFaqForm {
  border-bottom: 0 none;
  background: white;
  padding: 20px 20px 5px;
}
@media only screen and (min-width: 1200px) {
  .dd-comment-detail-wrapper#detailsFaqForm .form-group {
    float: left;
  }
  .dd-comment-detail-wrapper#detailsFaqForm .form-group:not(.w-full) {
    width: 50%;
  }
}
.dd-comment-detail-wrapper#detailsFaqForm .form-group textarea {
  border: 1px solid #ccc;
}
.dd-half-section-left {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.dd-half-section-right {
  width: 50%;
  float: right;
  padding-left: 5px;
}
.dropzone {
  border-radius: 4px;
  border: 1px solid #ff9933;
  padding: 10px 10px;
}
.dropzone .dz-message {
  margin: 50px 0;
  color: #dedede;
  font-weight: 700;
}
.dropzone .dz-message i.fa {
  font-size: 1.84615385rem;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  color: #ff9933;
}
.dropzone .dz-preview {
  margin-right: 10px;
}
.dropzone .dz-preview .dz-remove {
  padding-top: 10px;
}
.dropzone .dz-preview .dz-error-message {
  color: white;
}
.dropzone-area {
  padding-top: 30px !important;
}
.dropzone-area:last-child {
  padding-right: 0;
}
.dropzone-area form {
  height: 173px;
  overflow: auto;
}
.dropzonebox {
  padding-top: 0;
}
.dropzonebox:last-child {
  padding-right: 0;
}
.dropzonebox form {
  height: 173px;
  overflow: auto;
}
.bx-prev {
  display: block;
}
.dd-gallery-segment {
  margin-top: 0;
}
.bx-slider-wrap {
  visibility: visible;
}
.dd-comment-detail-commentBlock {
  padding-left: 0;
}
.dd-comment-detail-commentBlock .dd-comment-detail-textInfo {
  margin: 10px;
  margin-top: 0;
  top: 4px;
  position: absolute;
  font-family: "Open Sans", sans-serif;
  color: #777777;
  width: 100%;
  left: 90px;
}
.dd-comment-login-user {
  font-family: "Open Sans", sans-serif;
  font-size: 1.07692308rem;
  padding-top: 15px;
}
.dd-comment-login-user a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px #515356 dotted;
  padding-bottom: 30px;
}
.dd-comment-login-user .dd-orange-outline-btn {
  width: 30%;
  margin: 20px auto 0;
}
.dd-comment-section-wrapper {
  float: left;
  width: 102%;
  margin-left: -1.5%;
  margin-top: 30px;
}
.dd-comment-section-wrapper .dd-comment-section {
  float: left;
  width: 50%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  margin-bottom: 1%;
}
.dd-comment-section-wrapper .dd-comment-section:nth-child(2n+2) {
  float: right;
}
.dd-comment-section-wrapper .dd-comment-section dl {
  background-color: white;
  padding-bottom: 20px;
  margin-top: 10px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.dd-comment-section-wrapper .dd-comment-section dl .dd-detail-comment-single-picture {
  padding-top: 20px;
}
.dd-comment-section-wrapper .dd-comment-section dl .dd-detail-comment-single-picture img {
  height: 125px;
}
.dd-comment-section-wrapper .dd-comment-section dl .dd-start-small-teaser {
  margin: 10px 0;
}
.dd-comment-section-wrapper .dd-comment-section dl .dd-start-small-teaser .bx-wrapper {
  max-width: 100% !important;
}
.dd-comment-section-wrapper .dd-comment-section dl .dd-start-small-teaser .bx-wrapper .bx-viewport {
  height: 145px !important;
  width: 100% !important;
  padding: 10px 0;
}
.dd-comment-section-wrapper .dd-comment-section dl .dd-start-small-teaser .bx-wrapper .bx-controls .bx-next {
  top: 55px;
  padding: 7px 11px;
  background: #333333;
  width: 30px;
  height: 30px;
  color: #ffffff;
  right: 0;
}
.dd-comment-section-wrapper .dd-comment-section dl .dd-start-small-teaser .bx-wrapper .bx-controls .bx-next .icon-arrow {
  display: inline-block;
}
.dd-comment-section-wrapper .dd-comment-section dl .dd-start-small-teaser .bx-wrapper .bx-controls .bx-prev {
  top: 55px;
  left: 0;
  padding: 7px;
  background: #333333;
  width: 30px;
  height: 30px;
  color: #ffffff;
}
.dd-comment-section-wrapper .dd-comment-section dl .dd-start-small-teaser .bx-wrapper .bx-controls .bx-prev .icon-arrow {
  display: inline-block;
}
.dd-comment-section-wrapper .dd-comment-section dl .dd-start-small-teaser .bx-wrapper .dd-start-smallteaser-picwrapper {
  width: 100% !important;
  padding-right: 10px;
  padding-left: 0;
  max-width: 220px;
}
.dd-comment-section-wrapper .dd-comment-section dl .dd-start-small-teaser .bx-wrapper .dd-start-smallteaser-picwrapper img {
  max-height: 125px;
  min-height: 100%;
  width: 100%;
  max-width: 210px !important;
  height: 125px;
}
.dd-comment-section-wrapper .dd-comment-section dl dd {
  width: 100%;
  display: inline-block;
  position: relative;
}
.dd-comment-section-wrapper .dd-comment-section dl dd .dd-detail-description-text {
  border: none;
  padding: 0;
  padding-top: 20px;
}
.dd-comment-section-wrapper .dd-comment-section dl dd .containerx {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.dd-comment-section-wrapper .dd-comment-section dl dd .containerx img {
  width: 100%;
}
#detailsFaqWrapper {
  margin-left: -10px;
  margin-right: -10px;
  margin-right: 0 !important;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px #515356 dotted;
}
.dd-details-faq-item {
  font-family: "Open Sans", sans-serif;
  font-size: 1.07692308rem;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px #515356 dotted;
  padding: 0 10px 20px;
}
.dd-details-faq-item:last-child {
  border-bottom: 0 none;
}
.dd-details-faq-item i {
  float: left;
  font-size: 24px;
  padding-right: 10px;
}
.dd-details-faq-question {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}
.dd-details-faq-question i {
  padding: 0 0 0 10px;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.dd-details-faq-answer {
  margin-left: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}
a .dz-remove {
  padding-left: 21%;
  text-align: left;
}
.areabox,
.dz-message {
  font-family: "Open Sans", sans-serif;
}
.commentImageSlider {
  background-color: #f7f7f7;
}
.dz-preview.dz-processing.dz-image-preview.dz-processing.dz-success.dz-complete {
  z-index: 0;
}
.play-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
svg:hover #play-svg {
  fill: #CC181E;
}
#reviewSave.dd-orange-outline-btn {
  width: 100%;
  margin-left: 70%;
  margin-top: 10px;
}
.dd-details-comments-container textarea {
  border: 1px solid #ff9933;
}
.dd-details-comments-container textarea::-webkit-input-placeholder {
  text-align: center;
  color: #ff9933;
  position: absolute;
  line-height: 170px;
  font-weight: 700;
  font-size: 1.23076923rem;
}
.dd-details-comments-container textarea::-moz-placeholder {
  text-align: center;
  color: #ff9933;
  top: 70px;
  line-height: 170px;
  font-weight: 700;
  font-size: 1.23076923rem;
}
.dd-details-comments-container textarea:-ms-input-placeholder {
  text-align: center;
  color: #ff9933;
  position: absolute;
  line-height: 170px;
  font-weight: 700;
  font-size: 1.23076923rem;
}
.dd-details-comments-container textarea:-moz-placeholder {
  text-align: center;
  color: #ff9933;
  top: 70px;
  font-weight: 700;
  line-height: 170px;
  font-size: 1.23076923rem;
}
.infoBoxReview {
  padding-top: 10px;
}
.infoReview {
  padding: 0;
  font-size: 1.53846154rem;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}
.ui-resizable {
  position: relative;
}
.ui-resizable:hover .ui-resizable-e,
.ui-resizable:hover .ui-resizable-s {
  display: block !important;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  display: none !important;
  background-color: white;
  opacity: 0.6;
  cursor: s-resize;
  height: 20px;
  width: 100%;
  bottom: -10px;
  left: 0;
}
.ui-resizable-s::after {
  content: '';
  position: absolute;
  left: 45%;
  background-position: -49px -227px;
  background-image: url('/out/roxid_mod/src/css/libs/images/ui-icons_222222_256x240.png');
  height: 12px;
  width: 12px;
}
.ui-resizable-e {
  display: none !important;
  background-color: white;
  opacity: 0.6;
  cursor: e-resize;
  width: 20px;
  right: -10px;
  top: 0;
  height: 100%;
}
.ui-resizable-e::after {
  content: '';
  position: absolute;
  top: 42%;
  background-position: -35px -224px;
  background-image: url('/out/roxid_mod/src/css/libs/images/ui-icons_222222_256x240.png');
  height: 12px;
  width: 12px;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
#resizable {
  overflow: hidden;
  border: 1px solid #333;
}
#config_back {
  position: relative;
}
#config_back img {
  position: absolute;
  left: 0;
  top: 0;
}
select option[disabled] {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select option[disabled] {
    display: none;
  }
}
.hotline-whatsapp .icon-WhatsApp,
.hotline-whatsapp-footer .icon-WhatsApp {
  color: #00E676;
  padding: 0 5px;
}
.hotline-whatsapp .popover,
.hotline-whatsapp-footer .popover {
  text-align: center;
  line-height: 18px;
  border-color: #00E676;
  padding: 0;
}
.hotline-whatsapp .popover.bottom > .arrow,
.hotline-whatsapp-footer .popover.bottom > .arrow,
.hotline-whatsapp .popover.bottom > .arrow:after,
.hotline-whatsapp-footer .popover.bottom > .arrow:after {
  border-bottom-color: #00E676;
}
.hotline-whatsapp .popover-title,
.hotline-whatsapp-footer .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #00E676;
  text-transform: uppercase;
  color: white;
}
.hotline-whatsapp .popover-content,
.hotline-whatsapp-footer .popover-content {
  text-align: left;
  color: #737373;
}
.hotline-whatsapp .popover-content ul,
.hotline-whatsapp-footer .popover-content ul {
  list-style: disc outside!important;
  padding-left: 15px !important;
}
.hotline-whatsapp .popover-content li,
.hotline-whatsapp-footer .popover-content li {
  list-style: disc outside!important;
}
.hotline-whatsapp .popover-content a,
.hotline-whatsapp-footer .popover-content a {
  color: #737373;
}
.hotline-whatsapp-footer .icon-WhatsApp,
.hotline-whatsapp-footer span {
  color: #00E676;
  padding: 0 5px 0 0;
}
@media only screen and (min-width: 768px) {
  .mfp-content {
    max-width: 50%;
    margin: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-content {
    max-width: 100%;
    margin: 10px 0;
  }
}
.mfp-iframe-scaler {
  padding-top: 76.25%;
}
.popup_iframe .dd-main-content-wrapper {
  background-color: #ffffff;
}
.popup_iframe .dd-content-wrapper {
  padding: 15px;
}
#orderConfirmAgbContent,
#orderConfirmWithdrawalContent,
#footerSecurityContent,
#footerAgbContent,
#footerImpressumContent,
#deliveryContent {
  display: none;
}
.mfp-content #orderConfirmAgbContent,
.mfp-content #orderConfirmWithdrawalContent,
.mfp-content #footerSecurityContent,
.mfp-content #footerAgbContent,
.mfp-content #footerImpressumContent,
.mfp-content #deliveryContent {
  display: block;
  padding: 30px;
  background: #ffffff;
}
.dd-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  width: 101%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.dd-grid > * {
  margin-right: 1%;
  /*Start style only for IE 10 an 11 -- edge is fine*/
  /*End style only for IE*/
}
.ie .dd-grid > * {
  margin-right: 15px;
}
.dd-grid.flex_four_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.dd-grid.flex_four_cols > * {
  flex: 0 1 24%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-grid.flex_four_cols > * {
    flex: 0 1 49%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-grid.flex_four_cols > * {
    flex: 0 1 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-grid.flex_four_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .dd-grid.flex_four_cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.dd-grid.flex_five_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.dd-grid.flex_five_cols > * {
  flex: 0 1 24%;
  margin-bottom: 20px;
  /*Start style only for IE*/
  /*End style only for IE*/
  /*@media @desktop-big {
        flex: 0 1 100/5-1%;

        !*Start style only for IE*!
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          margin-right: 8px
        }
        !*End style only for IE*!

      }*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dd-grid.flex_five_cols > * {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-grid.flex_five_cols > * {
    flex: 0 1 32.33333333%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-grid.flex_five_cols > * {
    flex: 0 2 49%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-grid.flex_five_cols > * {
    flex: 0 1 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .dd-grid.flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-grid.flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .dd-grid.flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 360px) {
  .dd-grid.flex_five_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dd-grid.flex_six_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.dd-grid.flex_six_cols > * {
  flex: 0 1 32.33333333%;
  margin-bottom: 20px;
  /*Start style only for IE*/
  /*End style only for IE*/
  /*@media @desktop-big {
        flex: 0 1 100/6-1%;
        margin-right: 10px;

      }*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dd-grid.flex_six_cols > * {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-grid.flex_six_cols > * {
    flex: 0 1 49%;
    margin-bottom: 20px;
    /*Start style only for IE*/
    /*End style only for IE*/
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .dd-grid.flex_six_cols > * {
    flex: 0 1 48%;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-grid.flex_six_cols > * {
    flex: 0 1 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .dd-grid.flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-grid.flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .dd-grid.flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 360px) {
  .dd-grid.flex_six_cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dd-articlebox {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  flex: 0 1 24%;
  padding: 20px 10px;
  padding-bottom: 10px;
  overflow-x: hidden;
  margin-bottom: 10px;
  background: white;
}
.wrapperAccessories .dd-articlebox {
  border: 1px solid #eeeeee;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dd-articlebox {
    flex: 1 0 21%;
  }
  body.list .dd-articlebox {
    max-width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-articlebox {
    flex: 0 1 32.33333333%;
  }
}
@media (max-width: 480px) {
  .dd-articlebox {
    flex: 0 1 49%;
  }
}
.dd-articlebox > * {
  text-align: center;
  width: 100%;
}
.dd-articlebox .dd-detail-delivery-time {
  color: #737373;
  font-size: 0.92307692rem;
}
.dd-articlebox-flag {
  position: absolute;
  left: 0;
  background: white;
  top: 0;
  padding: 3px 10px 5px 10px;
  border-radius: 0 0 20px 0;
  border: 1px solid #ff9933;
  border-left: 0;
  border-top: 0;
  color: #ff9933;
  font-weight: 300;
  width: auto;
  /*  -moz-transform: scale(1) rotate(15deg);
  -webkit-transform: scale(1) rotate(15deg);
  -o-transform: scale(1) rotate(15deg);
  -ms-transform: scale(1) rotate(15deg);
  transform: scale(1) rotate(15deg);*/
}
.dd-articlebox-img {
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.dd-articlebox-img img {
  min-height: 120px;
  margin: 0 auto;
}
.dd-articlebox-title {
  margin-bottom: 5px;
  font-size: 1.07692308rem;
  font-weight: 700;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  word-wrap: break-word;
}
.dd-grid .dd-articlebox-title {
  height: 35px;
}
.dd-grid#accessoires .dd-articlebox-title {
  height: inherit;
}
.dd-articlebox-desc {
  font-size: 0.92307692rem;
  font-weight: 400;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
  color: #737373;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.dd_stock_info {
  color: #169a30;
}
.dd-articlebox-price {
  font-weight: 700;
}
.dd-articlebox-price .dd-oldprice {
  font-size: 0.92307692rem;
  color: #737373;
}
.dd-articlebox-functions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.dd-articlebox-amount {
  margin: 0 10px 5px 0;
}
.z-productlist-buttons {
  margin: 0 0 5px 0;
}
/*Grid ID for category list.tpl*/
body.list .dd-articlebox-functions {
  display: none;
}
/*Grid ID for TOP Category Crossseller on Detail*/
.dd-detail-altpictures-wrapper .dd-articlebox-flag,
.dd-detail-altpictures-wrapper .dd-articlebox-title,
.dd-detail-altpictures-wrapper .dd-articlebox-desc,
.dd-detail-altpictures-wrapper .dd-articlebox-stock,
.dd-detail-altpictures-wrapper .dd-articlebox-price,
.dd-detail-altpictures-wrapper .dd-articlebox-functions {
  display: none;
}
.dd-detail-altpictures-wrapper .dd-articlebox {
  padding: 0 0;
  margin: 0;
  flex: 1 1 auto;
  overflow: visible;
  background: transparent;
  clip-path: circle(35% at 50% 50%);
}
.dd-detail-altpictures-wrapper .dd-articlebox-img {
  margin: 0;
}
/*Grid ID for detail Zubehör*/
/*#accessoires {
  .flex_start();

  .dd-articlebox {
    .dd-articlebox-stock{
      font-size: @font-size-13;
    }
    .dd-articlebox-functions{
      .center_content();
      .flex_nowrap();

      @media (max-width: 480px) {
        .flex_direction_column();
      }

      .dd-articlebox-amount{
        margin: 0;
        flex: 0 1 auto;
        @media @phone{
          display: none;
        }

        .dd-select-label{
          width: 51px;
          &:after{
            right: 8px;
          }
          select{
            padding-left: @space-10;
            padding-right: @space-20;
          }
        }

      }
      .z-productlist-buttons{
        flex: 0 1 75%;
        padding-left: 15px;
        margin: 0;
        .btn{
          width: 100%;
        }

        @media (max-width: 480px) {
          flex: 0 1 100%;
          padding-left: 0;
          width: 100%;
        }
      }
    }
    margin-right: 1%;
    margin-bottom: 0;
    margin-top: @space-5;
    border: 1px solid @gallery;
    flex: 0 1 100/3-1%;
    padding: @space-20 @space-10 @space-15;
    &:first-child{
      border: 1px solid @gallery;
    }
    @media @phone {
      flex: 0 1 100/2-1%;
    }
    @media (max-width: 480px) {
      flex: 0 1 100/2-1%;
    }
  }
}*/
#LastSeenContainer .dd-articlebox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}
#LastSeenContainer .dd-articlebox > * {
  text-align: center;
}
select.error,
input.error {
  border-color: red;
  background-position: right 5px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
select.valid,
input.valid {
  border-color: #468847;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAgVBMVEUAAABetV5buFtcuFxcuVxdu11cuFxbuFtcuFxcuFxbtltcuFxbtltetl5cuFxct1xduV1fuF9cuFxcuFxbultcuFxduF1gtWBduV1cuFxcuVxcuFxcuFxcuFxet15dt11cuFxcuFxbt1teuF5duV1euF5cuVxcuFxcuFxcuFwAAADG3XcxAAAAKXRSTlMAJrDPRSnn1OjCKvM4MamLFivp8jvI1xgs6jpL++w5UvrxUU83RMe6MlhBCPsAAAABYktHRACIBR1IAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AwTFzUBkZPjhwAAAHBJREFUGNNjYCAJMDIxsyDzWdk0NdmR+RyampqcCD4XiM/Nw8DLxy8A4gsKAfnCIgwMopqaYuIMDBIwPgOzJkhEQhLElwIplZYBMmWFQXw5iGHyCppgoCgHM14JLKLIg7BQGSiiqILsRFU1dQ3iPQgAPhMLEPHXqSUAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTYtMTItMTlUMjM6NTM6MDErMDE6MDCbiS6WAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE2LTEyLTE5VDIzOjUzOjAxKzAxOjAw6tSWKgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=');
  background-position: right 5px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input[type="file"] .error {
  color: #b94a48;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="file"] .valid {
  color: #468847;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-error {
  display: block;
  color: #b94a48;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 140%;
}
span.help {
  color: #999999;
  font-size: 90%;
}
select.async-validation,
input.async-validation,
select.validating-server-side,
input.validating-server-side {
  opacity: 0.5;
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAAKAAEALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQACgACACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQACgADACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkEAAoABAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkEAAoABQAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkEAAoABgAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAAKAAcALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkEAAoACAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAAKAAkALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQACgAKACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQACgALACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==');
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
div.form-error {
  background-color: #f2dede;
  padding: 15px;
  margin-bottom: 20px;
  border: #b94a48 1px solid;
  border-radius: 4px;
}
div.form-error strong {
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0 0 10px;
  line-height: 140%;
  color: #b94a48;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
div.form-error ul {
  background: none;
}
div.form-error ul li {
  line-height: 140%;
  color: #b94a48;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: none;
}
@media only screen and (max-width: 767px) {
  .cd-dropdown {
    top: 87px;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-dropdown-content > li {
    flex: 1 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cd-dropdown-content > li {
    flex: 1 0 auto;
  }
}
.cd-dropdown-content > li.hoverOver {
  background: white;
  color: #ff9933;
}
.cd-dropdown-content > li.hoverOver > a {
  color: #ff9933;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  font-size: 1.23076923rem;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    padding: 20px;
    border: 0 none;
    border-bottom: 1px solid #333;
  }
}
.cd-dropdown-content a:hover,
.cd-dropdown-content ul a:hover {
  color: #ff9933;
}
@media only screen and (min-width: 768px) {
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: black;
  }
  .cd-dropdown {
    width: 100%;
    box-shadow: none;
  }
  .cd-dropdown-content {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: none;
    /*        @media (min-width: 768px) and (max-width: 991px) {
            .space_between();
        }*/
  }
  .cd-dropdown-content > li > a {
    padding: 20px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
  }
  .cd-dropdown-content ul {
    z-index: 1000;
  }
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    border: 0 none;
  }
  .cd-dropdown-content a.sub-parent,
  .cd-dropdown-content ul a.sub-parent {
    color: red;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    left: 10px;
    top: 56px;
    width: calc(100% - 20px);
    -webkit-box-shadow: -4px 5px 10px 0 #b1b1b1;
    box-shadow: -4px 5px 10px 0 #b1b1b1;
  }
  .cd-dropdown-content .cd-secondary-dropdown li.dropdown_el,
  .cd-dropdown-content .cd-secondary-dropdown li.dropdown_teaser {
    float: left;
    margin: 0;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown li.dropdown_el .has-children .go-back a,
  .cd-dropdown-content .cd-secondary-dropdown li.dropdown_teaser .has-children .go-back a {
    color: black;
  }
  .cd-dropdown-content .cd-secondary-dropdown li.dropdown_el > a,
  .cd-dropdown-content .cd-secondary-dropdown li.dropdown_teaser > a {
    pointer-events: auto;
    height: auto;
    padding: 15px 40px;
    margin: 0;
  }
  .has-children > a {
    padding-right: 10px;
  }
  .has-children > a::after,
  .has-children > a::before {
    content: none;
  }
}
/*li.dropdown_el {
    @media @desktop {
        width: 50%;
        &:nth-child(2n+1) {
            border-right: 1px solid #333;

        }

    }
    @media @tablet {
        width: 50%;
        border-right: 1px solid #333;

    }
}*/
@media only screen and (min-width: 768px) {
  .yo_teaser li.dropdown_el {
    width: 50%;
  }
  .yo_teaser li.dropdown_el:nth-child(2n+1) {
    border-right: 1px solid #B1B1B1;
  }
  .no_teaser li.dropdown_el {
    width: 33.33333333%;
    border-right: 1px solid #B1B1B1;
  }
  .no_teaser li.dropdown_el:nth-child(3n+4) {
    border-right: 0 none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cd-dropdown-content > li a {
    padding: 20px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cd-dropdown-content > li a {
    padding: 20px 6px;
    font-size: 14px;
  }
}
.cd-dropdown-content .cd-secondary-dropdown {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .cd-dropdown-content .cd-secondary-dropdown {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  header {
    height: auto;
  }
  .cd-dropdown {
    opacity: 1;
    visibility: visible;
    top: -30px;
  }
  .fadeIn .cd-dropdown-content a,
  .fadeIn .cd-dropdown-content ul a {
    color: white;
  }
  .fadeIn .cd-dropdown-content ul a {
    color: black;
  }
}
nav ul {
  padding-left: 0;
}
.cd-dropdown-wrapper {
  background: #333;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}
@media only screen and (max-width: 767px) {
  .cd-dropdown-wrapper {
    height: 0px;
  }
}
.cd-dropdown-content a.sub-parent,
.cd-dropdown-content ul a.sub-parent {
  background-color: white;
}
@media only screen and (max-width: 767px) {
  /*    .cd-dropdown {
        transform: translateX(-100%);
        &.dropdown-is-active{
            transform: translateX(0);
        }
    }*/
  .cd-dropdown .cd-close {
    width: 100%;
  }
  .cd-dropdown .cd-close::after,
  .cd-dropdown .cd-close::before {
    right: 30px;
    left: auto;
  }
  .cd-close-bottom {
    height: auto;
    flex: 1 1 auto;
    position: relative;
    left: 0;
  }
}
/********OXID STYLES*******/
body.fixed-header #header #mainnav {
  position: fixed;
  top: 0;
  z-index: 1030;
  box-shadow: 0 0 0 0;
  width: 100%;
}
body.fixed-header #header #mainnav.fadeIn {
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  /*    .cd-dropdown {
        width:80%;
        &.dropdown-is-active {


        }

    }*/
  .cd-dropdown {
    background: white;
    transform: translateY(0);
  }
  .cd-dropdown.dropdown-is-active {
    transform: translateY(0);
  }
  .cd-dropdown-content {
    padding: 0;
  }
  .nav-shader-is-active {
    overflow: hidden;
    position: fixed;
    width: 100% !important;
  }
  .nav-shader {
    transform: translateX(0%);
    position: absolute;
  }
  .nav-shader-is-visible {
    transform: translateX(400%);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.5s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.5s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.5s 0s;
    top: 0;
    width: 20%;
    height: 200%;
    background: red;
    opacity: 0.5;
    z-index: 10;
  }
  body.fixed-header #header #mainnav {
    /*            width:80%;
            &.fadeIn {
                margin-top: 0;
                width: 80%;


            }*/
  }
}
/* Toggle button for phone nav */
/* Icon 1 */
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 31px;
  height: 24px;
  margin: 20px;
  margin-right: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 {
  margin-right: 20px;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 18px;
}
#nav-icon1 span:nth-child(3) {
  top: 36px;
}
#nav-icon1.dropdown-is-active span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.dropdown-is-active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.dropdown-is-active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 18px;
}
#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 36px;
}
#nav-icon2.dropdown-is-active span:nth-child(1),
#nav-icon2.dropdown-is-active span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon2.dropdown-is-active span:nth-child(2),
#nav-icon2.dropdown-is-active span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon2.dropdown-is-active span:nth-child(1) {
  left: 5px;
  top: 7px;
}
#nav-icon2.dropdown-is-active span:nth-child(2) {
  left: calc(45%);
  top: 7px;
}
#nav-icon2.dropdown-is-active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon2.dropdown-is-active span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon2.dropdown-is-active span:nth-child(5) {
  left: 5px;
  top: 29px;
}
#nav-icon2.dropdown-is-active span:nth-child(6) {
  left: calc(45%);
  top: 29px;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 11px;
}
#nav-icon3 span:nth-child(4) {
  top: 22px;
}
#nav-icon3.dropdown-is-active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.dropdown-is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.dropdown-is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.dropdown-is-active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4.dropdown-is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#nav-icon4.dropdown-is-active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.dropdown-is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
/*.cd-dropdown-trigger {
    width: 31px;
    height: 24px;
    position: relative;
    display: block;
    float: right;

}*/
@media only screen and (min-width: 768px) {
  .dropdown_left {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 768px) {
  .dropdown_right {
    float: right;
    width: 33.33333333%;
  }
}
.cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul.dropdown_list {
  /* if .cd-secondary-dropdown is visible - show also subnavigation */
  visibility: visible;
  display: block;
}
.has-children > a > i {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .has-children > a > i {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .has-children > a > i {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .has-children > a > i {
    display: none !important;
  }
}
/* Flashing Effect for menu Teasers */
.hover13 figure:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  /*overriding secondary dropdown visibility and using hoverIntent */
  .cd-secondary-dropdown {
    display: none!Important;
  }
  .hoverOver .cd-secondary-dropdown {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /*overriding secondary dropdown visibility and using hoverIntent */
  .cd-secondary-dropdown {
    display: none!Important;
  }
  .hoverOver .cd-secondary-dropdown {
    display: block !important;
  }
}
/*DD include styles for mobile*/
@media only screen and (max-width: 767px) {
  .dd-footer {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-footer-title {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .dd-col-footer {
    height: 55px;
    border-bottom: 1px solid #515356;
    border-right: none;
    padding: 20px 15px;
    cursor: pointer;
  }
  .dd-col-footer.js-dd-toggle-footer-inforation {
    height: auto;
  }
  .dd-col-footer.js-dd-toggle-footer-inforation .dd-footer-mobile-information {
    display: block;
    width: 100%;
    text-align: left;
  }
  .dd-col-footer.js-dd-toggle-footer-inforation .icon-arrow {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@media only screen and (min-width: 768px) {
  .dd-col-footer .dd-footer-mobile-information {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .dd-col-footer .dd-footer-mobile-information {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dd-footer-contact-hotline {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hotline-whatsapp-footer {
    display: none;
  }
}
.dd-footer-whatsapp-content {
  padding-left: 20px;
  padding-top: 10px;
}
.dd-hotline-whatsapp-footer-mobile {
  color: #00E676;
}
@media only screen and (max-width: 767px) {
  .dd-footer-whatsapp-hotline a {
    color: #00E676;
  }
}
.dd-footer-whatsapp-list {
  margin-left: 15px;
}
.dd-footer-whatsapp-list li {
  list-style: inherit;
}
@media only screen and (max-width: 767px) {
  .dd-quality-list,
  .dd-hotline-list {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-quality-list li,
  .dd-hotline-list li {
    padding: 5px 0;
  }
}
.dd-partner-icon-wrapper {
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .dd-partner-icon-wrapper .dd-partner {
    margin: 0;
    float: left;
    padding: 20px 30px;
    background-color: #eeeeee;
  }
  .dd-partner-icon-wrapper .dd-partner.dd-partner-left {
    width: 40%;
  }
  .dd-partner-icon-wrapper .dd-partner.dd-partner-trustedshop {
    background-color: #eeeeee;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-partner-icon-wrapper .dd-partner .dd-truted-shop {
    text-align: right;
    padding-right: 0;
  }
}
@media only screen and (max-width: 360px) {
  .dd-partner-icon-wrapper .dd-partner .dd-truted-shop a img {
    display: inline-block;
    height: auto;
    padding-right: 0px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-partner-icon-wrapper .dd-partner .dd-trusted-shop-ratings {
    text-align: left;
    padding-right: 0;
  }
  .dd-partner-icon-wrapper .dd-partner .dd-trusted-shop-ratings .rateit {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-heaeder-hotline-weekday {
    display: none !important;
  }
}
/*headerbar in headerbar_mobile tpl*/
.dd-nav-header-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .dd-nav-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-nav-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-nav-header-mobile {
    display: none;
  }
}
.z-headerbar {
  position: relative;
}
.dd-header-top-row {
  border-bottom: 1px solid #eeeeee;
}
.dd-header-top-row .dd-headerbar-search .dd-search-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  z-index: 9999;
  padding: 20px;
  height: 100%;
}
.dd-header-top-row .dd-headerbar-search .dd-search-wrapper .btn-close {
  position: absolute;
  top: 5px;
  right: 15px;
  border: 1px solid #333333;
  color: #333333;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}
.dd-header-hotline,
.dd-header-account,
.dd-headerbar-minibasket,
.dd-headerbar-search {
  padding: 0 15px;
}
.dd-header-hotline {
  font-size: 1.23076923rem;
  color: #333333;
}
.dd-header-hotline .icon-WhatsApp {
  color: #333333;
}
.dd-headerbar-minibasket {
  padding-right: 0;
}
.dd-headerbar-wrapper {
  text-align: center;
  /* margin: 0 auto;
   width: 100%;
   height: 55px;*/
}
.dd-headerbar-wrapper .dd-headerbar-panelmenu-toggle-link {
  flex: 0 1 20%;
}
.dd-headerbar-wrapper .dd-headerbar-logo {
  flex: 0 1 70%;
}
.basketMobileNoArticle {
  display: none;
}
.basketMobileHasArticle {
  font-size: 1.07692308rem;
  margin-top: 0;
  background: #ff9933;
  border-radius: 50%;
  padding: 3px;
  width: 20px;
  text-align: center;
  height: 20px;
  top: 5px;
  position: absolute;
  color: #ffffff;
  right: -5px;
}
.dd-headerbar-panelmenu {
  padding: 0 20px;
}
.dd-headerbar-panelmenu .dd-headerbar-panelmenu-closed {
  border: none;
  text-align: center;
}
.dd-headerbar-panelmenu .dd-headerbar-panelmenu-closed .dd-panelmenu-toggle {
  padding: 15px 20px;
}
.dd-headerbar-panelmenu .dd-headerbar-panelmenu-logo {
  text-align: center;
  border: none;
}
.dd-headerbar-panelmenu .dd-headerbar-panelmenu-logo #logo {
  padding: 0;
  display: inline-block;
  text-align: center;
}
.dd-headerbar-panelmenu .dd-headerbar-panelmenu-minibasket {
  border: none;
  text-align: center;
}
.dd-headerbar-panelmenu .dd-headerbar-panelmenu-minibasket .dd-panelmenu-minibasket {
  padding: 15px 10px;
  display: inline-block;
}
.mm-ismenu {
  background: #ffffff;
  color: #515356;
}
.mm-list li {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.mm-list li a {
  padding: 20px;
}
.mm-menu .mm-list li a.mm-subopen::after {
  border-color: #333333;
  margin-right: 0;
  margin-top: 0;
}
.mm-menu .mm-list li a.mm-subopen::before {
  border: none;
}
.mm-list a.mm-subopen {
  right: 0;
  border-left: 1px solid #eeeeee;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 66px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  top: 30px;
}
li.dd-panelmenu-login {
  float: left;
  border-right: 1px solid #eeeeee;
}
li.dd-panelmenu-login a {
  color: #515356;
}
li.dd-panelmenu-login a .dd-user-logged-in {
  color: #ff9933;
}
li.dd-panelmenu-login .icon-user {
  padding-right: 10px;
}
li.dd-panelmenu-contact {
  float: left;
  text-align: center;
}
li.dd-panelmenu-contact a {
  color: #515356;
}
li.dd-panelmenu-contact .icon-phone-mobile {
  padding-right: 10px;
}
.dd-headerbar-panelmenu {
  margin-bottom: 55px;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel li {
  font-weight: 300;
  color: #737373;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel li:last-child {
  border-bottom: none;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel li .dropdown-menu.mm-list.mm-panel {
  margin: 0;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel li .dropdown-menu.mm-list.mm-panel li a {
  font-weight: 300;
  color: #737373;
  padding-left: 40px;
  font-size: 1.38461538rem;
}
html .mm-menu.mm-vertical .mm-list .mm-panel {
  padding-bottom: 0px;
}
/*FIS 02.06. styles for the opend navigation for mobile*/
.mm-opened .mm-menu {
  top: 82px;
  z-index: 100001;
}
.mm-opened .mm-page {
  position: relative;
}
.mm-opened .mm-page .dd-headerbar-wrapper {
  display: none;
}
/*FIS 03.06. scroll effect for the bottom on the opened mobile navigation*/
.mm-menu > .mm-panel.mm-opened {
  padding-bottom: 10%;
}
.mm-menu:after {
  content: '';
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0, #ffffff 140%);
  background: webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: o-linear-gradient(rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: moz-linear-gradient(rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #ffffff 100%);
}
@media only screen and (max-width: 767px) {
  .dd-noty-overlay {
    width: 330px;
    height: auto;
    bottom: auto;
    margin-left: -165px;
  }
}
@media only screen and (max-width: 767px) {
  .noty_crosssell {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.details #main #main-content {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body.details {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-productmain {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-product-number {
    padding-bottom: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-product-title .dd-mobile-title {
    text-align: center;
    padding: 20px 10px;
  }
}
.dd-mobile-description {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .dd-visible-phone {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-price-container {
    padding-right: 30px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-delivery-iframe {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-delivery-container {
    margin: 10px 0;
  }
  .dd-detail-delivery-container.js-dd-sticky-delivery-container {
    right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .dd-detail-stock-status #statusContainer .statusIcon.green {
    padding-bottom: 5px;
  }
}
@media (max-width: 375px) {
  .dd-detail-stock-status #statusContainer .statusIcon.red {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-delivery-information .dd-detail-delivery-textAndFlag {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-delivery-information {
    text-align: left;
    padding-right: 0;
    border: 0;
  }
  .dd-detail-delivery-information .dd-detail-delivery-free {
    font-size: 0.76923077rem;
    line-height: 40px;
  }
  .dd-detail-delivery-information .dd-detail-delivery-free .icon-Paketdienst,
  .dd-detail-delivery-information .dd-detail-delivery-free .icon-Spedition-Wohnung,
  .dd-detail-delivery-information .dd-detail-delivery-free .icon-Spedition-1,
  .dd-detail-delivery-information .dd-detail-delivery-free .icon-box {
    float: left;
    font-size: 2.23076923rem;
    padding: 15px 10px 15px 0;
  }
  .dd-detail-delivery-information .dd-detail-delivery-time {
    display: block;
    line-height: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-tabs-description-container {
    height: auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-tabs-description {
    padding: 10px;
  }
}
.dd-product-info-container .panel-group .panel-body {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .dd-product-info-container {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-tab-content {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-detail-tab-content {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-accessories-navwrapper {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-accessories-article-list {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .dd-button-accessories-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .dd-button-accessories-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dd-btn-accessories-wrapper {
    padding: 5px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-btn-accessories-wrapper {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-stock-status .dd-detail-deliveryWrapper {
    width: 100%;
    float: left;
  }
}
@media (min-width: 480px) and (max-width: 736px) {
  .dd-detail-stock-status .dd-detail-deliveryWrapper {
    width: auto;
    padding-top: 0;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-stock-status .dd_stock_info > p {
    padding-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 736px) {
  .dd-detail-stock-status .dd_stock_info > p {
    padding-bottom: 0;
  }
  .dd-detail-stock-status .dd_stock_info .dd-detail-delivery-time {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-detail-stock-status .dd_stock_info .dd-detail-delivery-time {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-detail-stock-status .dd_stock_info .dd-detail-delivery-time {
    /*width: 100%;
        display: inline-block;*/
  }
}
@media only screen and (max-width: 767px) {
  #dd-detail-accessories-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-detail-stock-status {
    padding: 10px 0;
    line-height: 11px;
  }
  #dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-detail-stock-status .dd-detail-delivery-time {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  #dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-detail-stock-status {
    padding: 10px 0;
    line-height: 11px;
  }
}
@media only screen and (max-width: 767px) {
  #dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-btn-accessories-wrapper .dd-blue-outline-btn {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 360px) {
  #dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires .dd-productlist-category .dd-productlist-category-box .dd-btn-accessories-wrapper .dd-blue-outline-btn {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  #dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires li.dd-productlist-category {
    width: 100%;
    padding-bottom: 30px;
  }
  #dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires li.dd-productlist-category:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 360px) {
  #dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires li.dd-productlist-category {
    width: 100%;
    padding-bottom: 30px;
  }
  #dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires li.dd-productlist-category:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires li.dd-productlist-category {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #dd-detail-accessories-wrapper .dd-accessories-article-list .dd-accessories-content-wrapper .dd-line_accessoires li.dd-productlist-category {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-accessories-info-wrapper {
    padding-top: 10px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-accessories-price-mobile .dd-detail-accessories-oldprice {
    font-weight: 700;
    color: #737373;
    padding-top: 7px;
    line-height: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-accessories-price-mobile .dd-detail-accessories-oldprice {
    padding-top: 7px;
    font-weight: 700;
    color: #737373;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-tabs-accessories .dd-tabs-detail-articlebox .dd-grid .dd-productlist-category .dd-productlist-category-box .dd-category-product-price {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-detail-tabs-accessories .dd-tabs-detail-articlebox .dd-grid .dd-productlist-category .dd-productlist-category-box .dd-category-product-price {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-tabs-accessories .dd-tabs-detail-articlebox .dd-grid .dd-productlist-category .dd-productlist-category-box .dd-category-btn-basket {
    display: inline-block;
    padding: 0;
  }
}
.dd-detail-tabs-accessories .dd-tabs-detail-articlebox .dd-grid .dd-productlist-category .dd-productlist-category-box .dd-category-btn-basket .dd-blue-btn {
  width: 100%;
  padding: 10px 5px;
}
@media only screen and (max-width: 767px) {
  .tabFormCallme {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-suggested-products {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-panel-heading {
    text-align: center;
  }
}
.dd-detail-panel-heading .accordion-toggle.collapsed {
  color: #737373;
  border-bottom: 1px solid #eeeeee;
}
.dd-detail-collapse-description {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .dd-details-comments-container {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-image-big {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .dd-details-cat-product .dd-details-suggestion-image {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .dd-details-cat-product .dd-details-cat-product-texts {
    width: 100%;
    padding: 0 10px;
    word-break: break-all;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .dd-product-customarticle-wrapper .slider label {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-product-customarticle-wrapper .slider label {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-product-customarticle-wrapper .slider .slideContainer {
    margin: 5px 10px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-product-customarticle-wrapper .slider .slideContainer {
    margin: 5px 10px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-product-customarticle-wrapper .slider .inputText {
    margin: 3px;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-product-customarticle-wrapper .slider .inputText {
    margin: 3px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .dd-product-customarticle-wrapper .slider .measurementUnit {
    float: left;
    margin: 6px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-product-customarticle-wrapper .slider .measurementUnit {
    float: left;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-backdrop {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .dd-details-cat-product .dd-details-cat-product-texts .dd-details-cat-product-price {
    display: block;
  }
  .dd-details-cat-product .dd-details-cat-product-texts .dd-details-cat-product-price .dd-productprices {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .dd-details-cat-product .dd-details-cat-product-texts .dd-details-cat-product-price .dd-category-oldprice {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .dd-detail-accessories-groupname {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
/*.dd-detail-image-big{
  .MagicToolboxContainer .MagicZoom {
    @media @phone-small{
      height: 250px;
    }
    @media (min-width: 361px)and( max-width: @phone) {
      height: 250px;
    }
  }
}*/
@media only screen and (max-width: 767px) {
  body.details .noty_buttons {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body.details .noty_buttons i.fa {
    display: none;
  }
}
.dd-main-filter-notdesktop {
  display: none;
}
@media only screen and (max-width: 767px) {
  .dd-main-filter-notdesktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-main-filter-notdesktop {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .dd-category-details .dd-category-product-price {
    font-size: 1.07692308rem;
  }
}
@media only screen and (max-width: 360px) {
  .dd-category-details .dd-category-product-price {
    font-size: 1.23076923rem;
  }
}
.dd-category-product-description {
  height: 45px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .dd-category-product-description {
    height: 24px;
    overflow: hidden;
  }
}
/*category no price*/
@media only screen and (max-width: 767px) {
  .dd-list-subcatlist {
    padding: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-list-subcatlist ul li {
    flex: 0 1 32.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-list-subcatlist ul li {
    flex: 0 1 49%;
  }
}
@media only screen and (max-width: 360px) {
  .dd-list-subcatlist ul li {
    flex: 0 1 49%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-list-category-box {
    height: auto;
    padding: 5px;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .dd-list-content {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dd-list-subcat-pic {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dd-list-category-box.dd-category-title {
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .dd-list-category-noprice {
    width: 50%;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-list-category-noprice {
    padding: 5px 7px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-category-text-container .categoryDescription {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-category-text-container .categoryDescription {
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-category-text-container .categoryDescription p {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .dd-categorygrid-productlist {
    margin-bottom: 10px;
  }
}
.dd-filter-form {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .dd-filter-form {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-filter-form {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-category-lastseen-wrapper .dd-category-cat-product .dd-category-suggestion-image {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .dd-category-lastseen-wrapper .dd-category-cat-product .dd-category-cat-product-texts {
    width: 100%;
    padding: 0 10px;
    word-break: break-all;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-category-lastseen-wrapper .dd-category-cat-product .dd-category-cat-product-texts {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-page-header-category.page-header {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-category grid-productlist .dd-category-filter-title.js-dd-toggle-filter-information {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-category-filter-text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .dd-filter-label .icon-arrow {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 767px) {
  .dd-filter-label.js-dd-show-expanded-filter .icon-arrow {
    transform: rotate(0deg);
    -webkit-transform: rotate(-180deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-category-dropdown-box,
  .dd-category-dropdown-boxExpand {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-category-dropdown-box,
  .dd-category-dropdown-boxExpand {
    flex: 0 1 50%;
  }
}
@media (max-width: 480px) {
  .dd-category-dropdown-box,
  .dd-category-dropdown-boxExpand {
    flex: 0 1 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-category-pagination {
    float: left;
  }
}
/*.dd-category-text-container:extend(.border-radius-4) {
  @media @tablet {
    max-width: 740px;
  }
  @media @tablet-landscape {
    max-width: 960px;
  }
}*/
@media only screen and (max-width: 767px) {
  .catTabs li {
    border-radius: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs li.active {
    border-radius: 4px 4px 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs a {
    color: #333333;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs li.active a {
    border-radius: 4px 4px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs li.active a {
    border-radius: 0 0 4px 4px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .catTabs-wrapper {
    margin-bottom: 0px;
  }
}
.catTabs-wrapper .tab-content > .tab-panel {
  display: none;
}
@media only screen and (max-width: 767px) {
  .catTabs-wrapper .tab-content > .tab-panel {
    border-radius: 0;
  }
}
.catTabs-wrapper .dd-list-subcatlist ul {
  /*    border: 1px solid @silver-chalice;
        border-top: 0 none;*/
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .catTabs-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 360px) {
  .catTabs-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 767px) {
  .filTabs-wrapper #catTabs li:hover {
    background: #737373;
  }
}
@media only screen and (max-width: 767px) {
  .filTabs-wrapper #catTabs li:hover a {
    color: white;
  }
}
.filTabs-wrapper .dd-list-subcatlist ul li {
  border-color: white;
  margin: 0;
  flex: 0 1 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .filTabs-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .filTabs-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 360px) {
  .filTabs-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
.filTabs-wrapper #dd-js-main-filter {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .filTabs-wrapper #dd-js-main-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
}
@media (max-width: 480px) {
  .filTabs-wrapper #dd-js-main-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
}
#catTree-wrapper {
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #catTree-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #catTree-wrapper {
    display: none;
  }
}
#catTree-wrapper .catTabs li:hover {
  background: #cbcbcb;
  border-radius: 4px;
  /*      background-image: -webkit-linear-gradient(top, #838D8F, #777);
            background-image: -moz-linear-gradient(top, #838D8F, #777);
            background-image: -ms-linear-gradient(top, #838D8F, #777);
            background-image: -o-linear-gradient(top, #838D8F, #777);
            background-image: linear-gradient(to bottom, #838D8F, #777);*/
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #catTree-wrapper .catTabs li:hover {
    background: #737373;
  }
}
@media only screen and (max-width: 767px) {
  #catTree-wrapper .catTabs li:hover {
    background: #737373;
  }
}
#catTree-wrapper .catTabs li:hover a {
  color: #737373;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #catTree-wrapper .catTabs li:hover a {
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  #catTree-wrapper .catTabs li:hover a {
    color: white;
  }
}
#catTree-wrapper .dd-list-subcatlist ul li {
  border-color: white;
  margin: 0;
  flex: 0 1 25%;
}
@media only screen and (max-width: 767px) {
  #catTree-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 360px) {
  #catTree-wrapper .dd-list-subcatlist ul li {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-top-article {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-article-left-box {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-article-left-box .dd-start-announcement {
    display: block;
  }
  .dd-start-article-left-box .dd-start-announcement a {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-article-left-box .dd-announcement-container {
    display: block;
  }
  .dd-start-article-left-box .dd-announcement-container a {
    font-size: 1.53846154rem;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-article-right-box {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-top-slider {
    margin: 15px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-top-slider .bannerItemTitle {
    font-size: 1.23076923rem;
    font-weight: 400;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    padding: 5px 20px;
  }
  .dd-start-top-slider .bannerItemTitle img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-top-slider .bx-controls {
    position: static;
  }
}
/*banner Mobile*/
#bannerMobile button {
  z-index: 21;
}
#bannerMobile .slick-prev {
  width: 30px;
  height: 30px;
  left: 0;
  top: auto;
  bottom: -9px;
}
#bannerMobile .slick-prev::before {
  opacity: 0.75;
}
#bannerMobile .slick-next {
  width: 30px;
  height: 30px;
  top: auto;
  bottom: -9px;
  right: 0;
}
#bannerMobile .slick-next::before {
  opacity: 0.75;
}
.bannerBgTransparant {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  opacity: 0.2;
}
.bannerItemTitleMobile {
  color: white;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 1000;
  font-size: 1.53846154rem;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 20px;
  line-height: 18px;
}
.bannerItemTextMobile {
  color: white;
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
  z-index: 1000;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.23076923rem;
  padding: 0 50px;
}
.bannerCatWrapper {
  width: 100%;
  color: white;
  position: absolute;
  top: 100px;
}
.bannerCat {
  border: 1px solid white;
  padding: 5px;
  margin: 5px;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  #categoryTeaserWrapperMobile .dd-start-smallteaser-picwrapper {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #categoryTeaserWrapperMobile .dd-start-smallteaser-picwrapper img {
    margin: 0 auto;
    display: block;
    max-height: 125px;
    min-height: 118px;
  }
}
@media only screen and (max-width: 360px) {
  #categoryTeaserWrapperMobile .dd-start-smallteaser-picwrapper img {
    max-height: 94px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-smallteaser-picwrapper {
    padding: inherit;
    width: inherit;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: none;
  }
  .dd-start-smallteaser-picwrapper:nth-child(-n+6) {
    display: block;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 360px) {
  .dd-start-smallteaser-picwrapper img {
    max-height: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-start-more-teasers .dd-custom-teaser.bannerFrontRight2 .bannerItemTitle {
    font-size: 1.53846154rem;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-start-more-teasers .dd-custom-teaser.bannerFrontRight2 .bannerItemTitle {
    font-size: 1.23076923rem;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-more-teasers {
    margin: 0 0 10px;
    padding-right: 0;
  }
  .dd-start-more-teasers .dd-custom-teaser.bannerFrontRight1 {
    padding-right: 0;
  }
  .dd-start-more-teasers .dd-custom-teaser.bannerFrontRight2 .bannerItemTitle {
    left: 0;
    font-size: 1.38461538rem;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-top-article {
    margin: 10px 0;
  }
  .dd-start-top-article .dd-start-article-text {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 15px 10px;
  }
  .dd-start-top-article .dd-start-top-article-link {
    height: 75px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-article-left-box {
    padding: 15px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    width: 100%;
  }
  .dd-start-article-left-box:after {
    margin-top: auto;
    right: auto;
    top: auto;
    left: 50%;
    bottom: -24px;
    margin-right: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #1a5ec1;
    z-index: 3;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-article-left-box .dd-start-price-container,
  .dd-start-article-left-box h2 {
    font-size: 1.84615385rem;
    font-weight: 400;
    line-height: 29px;
    font-family: "Open Sans", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  #categoryTeaserWrapper {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-text-container {
    height: 300px;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    margin: 10px 0 20px;
  }
  .dd-start-text-container .trigger {
    text-align: center;
    width: 100%;
    background: white;
    position: absolute;
    bottom: 0;
    padding: 10px;
  }
  .dd-start-text-container.open .icon-arrow:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    display: inline-block;
  }
  .dd-start-text-container p {
    padding: 5px 20px;
    text-align: left;
  }
  .dd-start-text-container h2,
  .dd-start-text-container h3 {
    padding: 15px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-article-middle-box {
    float: none;
    height: auto;
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-small-teaser {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-top-slider .bx-wrapper {
    position: relative;
  }
  .dd-start-top-slider .bx-controls {
    position: initial;
    background-color: transparent;
    height: 0;
  }
  .dd-start-top-slider .bx-controls .bx-pager {
    text-align: center;
    line-height: 34px;
    position: relative;
    bottom: 36px;
    width: 100%;
    height: 34px;
    padding: 0;
    background-color: rgba(81, 83, 86, 0.5);
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
  }
  .dd-start-top-slider .bx-controls .bx-controls-direction .bx-next:after,
  .dd-start-top-slider .bx-controls .bx-controls-direction .bx-prev:after {
    content: '';
    top: 0;
    left: 0;
    width: 150%;
    height: 90%;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #777777), color-stop(100%, rgba(81, 83, 86, 0.5)));
    background-image: -moz-linear-gradient(#777777 0, rgba(81, 83, 86, 0.5) 100%);
    background-image: -webkit-linear-gradient(#777777 0, rgba(81, 83, 86, 0.5) 100%);
    background-image: linear-gradient(#777777 0, rgba(81, 83, 86, 0.5) 100%);
    z-index: -1;
    position: absolute;
  }
  .dd-start-top-slider .bx-controls .bx-controls-direction .bx-prev {
    left: 90px;
    top: 30%;
    height: 50px;
    width: 25px;
    z-index: 1;
  }
  .dd-start-top-slider .bx-controls .bx-controls-direction .bx-prev .icon-arrow {
    padding-left: 20px;
    display: block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    padding-bottom: 8px;
  }
  .dd-start-top-slider .bx-controls .bx-controls-direction .bx-next {
    right: 103px;
    top: 30%;
    height: 50px;
    width: 25px;
    z-index: 1;
  }
  .dd-start-top-slider .bx-controls .bx-controls-direction .bx-next .icon-arrow {
    padding-right: 45px;
    display: block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-more-teasers .dd-custom-teaser {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 360px) {
  .page-header,
  .dd-cmscontent h1,
  .dd-content-wrapper h1,
  .dd-content-wrapper h1 {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .dd-form-btn {
    margin-left: 0;
    text-align: left;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-form-btn {
    margin-left: 0;
    text-align: left;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-loginaccount-label {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-loginaccount-label {
    padding-bottom: 10px;
  }
}
/*my account page*/
@media only screen and (max-width: 767px) {
  .dd-account-myaccount-wrapper {
    height: auto;
    padding: 0 10px 10px 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-account-myaccount-wrapper {
    height: auto;
    padding: 0 10px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-loginaccount-link-label {
    position: absolute;
    bottom: 80px;
    left: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-loginaccount-link-label {
    position: absolute;
    bottom: 80px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-accountregister-wrapper {
    padding: 0 10px;
  }
  .dd-accountregister-wrapper fieldset + fieldset {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-forgotpassword-wrapper {
    padding: 0 10px 10px 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-forgotpassword-wrapper {
    padding: 0 10px 10px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-acountlogin-wrapper > div:first-child {
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-acountlogin-wrapper > div:first-child {
    border-right: 0;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-loginaccount-row-form {
    padding: 0;
  }
}
@media only screen and (max-width: 360px) {
  .dd-loginaccount-row-form {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-newsletteraccount-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-newsletteraccount-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-myaccount-useraddress-wrapper {
    padding: 0 10px 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-myaccount-useraddress-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-orderhistory-wrapper {
    padding: 0 10px 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-orderhistory-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-mynoticelist-wrapper {
    padding: 0 10px 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-mynoticelist-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-userpassword-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-userpassword-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-loginbutton-wrapper {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-loginbutton-wrapper {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  ul.dd-orderhistory-orderlist .dd-orderhistory-orderitems {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.checkout .dd-checkout-wrapper,
  body.checkout .dd-checkout-user,
  body.checkout .dd-checkout-payment,
  body.checkout .dd-checkout-order-wrapper {
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .optionMobile {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-btn-remove {
    width: 45px;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-basket-summary table {
    width: 270px;
  }
}
.dd-checkout-basket-items thead tr th {
  background: #ff9933;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .dd-checkout-basket-items thead tr th.dd-basket-quantity {
    text-align: right;
  }
}
@media only screen and (max-width: 360px) {
  .dd-checkout-basket-items thead tr th.dd-basket-quantity {
    text-align: left;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-registration {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-registration .dd-registration-option-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .shippingAddressOption #useBillingAdresse,
  .shippingAddressOption #useAlternativeAdresse {
    margin-top: 2px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-bottom-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-controls {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-order-wrapper .dd-checkoutchange-controls-bottom {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-order-wrapper .dd-checkoutchange-controls-bottom img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-payment .dd-checkout-controls {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-payment .dd-checkout-controls img {
    width: 100%;
  }
}
/*option login*/
@media only screen and (max-width: 767px) {
  .dd-checkout-option-wrapper {
    width: 100%;
  }
  .dd-checkout-option-wrapper .dd-checkout-option-login,
  .dd-checkout-option-wrapper .dd-checkout-otheroption-wrapper {
    flex: 0 1 100%;
  }
  .dd-checkout-option-wrapper .dd-checkout-option-login {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-addresses > div {
    flex: 0 1 100%;
  }
  .dd-checkout-addresses:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-order-secure {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-checkoutchange-address {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-checkout-steps {
    margin-bottom: 20px;
  }
  .dd-checkout-steps li {
    background: #cbcbcb;
  }
  .dd-checkout-steps li:after {
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left-color: #cbcbcb;
    border-left: 20px solid #cbcbcb;
    right: -20px;
  }
}
/*payment page*/
@media (max-width: 480px) {
  #payment label {
    padding-top: 3px;
  }
  #payment input[type="radio"],
  #payment #shipping input[type="radio"] {
    margin-left: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .paymentOption > input {
    margin-bottom: 15px;
  }
  .paymentOption label {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .dd-comment-section-wrapper {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-comment-section-wrapper {
    float: left;
    width: 100%;
    /* margin-left: -1.5%; */
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .dd-comment-section-wrapper .dd-comment-section {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-comment-section-wrapper .dd-comment-section {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dd-comment-detail-commentBlock .dd-comment-detail-textInfo {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-comment-detail-commentBlock .dd-comment-detail-textInfo {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-comment-detail-commentBlock {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-comment-detail-commentBlock {
    padding-left: 10px;
    padding-right: 0;
  }
}
.dd-comment-detail-wrapper {
  /*.dropzone-area{
    @media @phone {
      padding-left: 0;
    }
    @media @tablet {
      padding-left: 0;
    }
  }*/
}
@media only screen and (max-width: 767px) {
  .dd-comment-detail-wrapper {
    padding-bottom: 100px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-comment-detail-wrapper {
    padding-bottom: 100px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dd-comment-detail-wrapper .dd-details-comments-container .dd-detail-comments-rating {
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dd-comment-detail-wrapper .dd-details-comments-container .dd-detail-comments-rating {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .dd-comment-detail-wrapper .dropzonebox {
    padding-top: 40px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-comment-detail-wrapper .dropzonebox {
    padding-top: 40px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-comment-detail-textarea-wrapper {
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dd-comment-detail-textarea-wrapper {
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  #reviewSave.dd-orange-outline-btn {
    margin-left: 0;
    width: 100%;
    position: absolute;
    right: -5px;
    bottom: -485px;
    font-size: 13px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #reviewSave.dd-orange-outline-btn {
    margin-left: 0;
    width: 100%;
    position: absolute;
    right: -5px;
    bottom: -485px;
    font-size: 13px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #reviewSave.dd-orange-outline-btn {
    margin-left: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .dd-content-wrapper {
    padding: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .dd-content-wrapper h1 {
    display: block;
    font-size: 1.84615385rem;
  }
}
@media only screen and (max-width: 767px) {
  .dd-callme-form-wrapper .form-group {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .dd-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-start-vat-message {
    padding: 0 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-contact-form-wrapper .dd-detail-drop-down-menu .drop-down-menu-wrapper {
    width: 124%;
  }
}
@media only screen and (max-width: 360px) {
  .dd-contact-form-wrapper .dd-detail-drop-down-menu .drop-down-menu-wrapper {
    width: 132%;
  }
}
@media only screen and (max-width: 767px) {
  .cmstable-wrapper {
    overflow: auto;
  }
}
.dd-cmscontent h3 {
  font-size: 1.38461538rem;
}
@media only screen and (max-width: 767px) {
  .dd-detail-partner-footer {
    padding-bottom: 220px;
  }
}
/*Sitemap*/
@media only screen and (max-width: 767px) {
  .dd-sitemap-wrapper {
    padding: 25px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .phone-label {
    width: 100%;
    float: left;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .phone-contact {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .error-wrapper .error-content .dd-kontakt-error .contact-number .number-link {
    color: #515356;
    float: left;
    width: 70%;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .error-wrapper .error-content .dd-kontakt-error .contact-number .icon-hotline {
    color: #515356;
    transform: rotate(245deg);
    font-size: 22px;
    border: 1px solid;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-indent: 1px;
    padding: 6px;
    margin-right: 15px;
  }
}
/*LIVE CHAT*/
@media only screen and (max-width: 767px) {
  #lz_overlay_wm {
    bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .dd-form-userbilling-wrapper .dd-detail-drop-down-menu .drop-down-menu-wrapper {
    width: 124%;
  }
}
@media only screen and (max-width: 360px) {
  .dd-form-userbilling-wrapper .dd-detail-drop-down-menu .drop-down-menu-wrapper {
    width: 132%;
  }
}
@media only screen and (max-width: 767px) {
  .form-control.dd-input-small {
    width: 64%;
  }
}
@media only screen and (max-width: 360px) {
  .form-control.dd-input-small {
    width: 62%;
  }
}
@media only screen and (max-width: 767px) {
  .mfp-content {
    max-width: 100%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .dd-blue-btn-checkout {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .ui-resizable-e,
  .ui-resizable-s {
    display: block !important;
  }
}
/*Vendor and libs includes*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(https://www.moebel-eins.de/owlcarousel/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-carousel .owl-item img {
  max-width: 100%;
  display: block;
  height: auto;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(https://www.moebel-eins.de/owlcarousel/AjaxLoader.gif) no-repeat center center;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(https://www.moebel-eins.de/owlcarousel/AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*@import "../js/libs/slick/slick.less";
@import "../js/libs/slick/slick-theme.less";*/
