@import url('/fonts.css');
/* ------ Main ------- */
.plentyErrorBox {
    width:98%;
    background-image:url(../images/admin/error_background.gif); background-repeat:repeat-y;
    margin: 0px 0px 4px 0px;
    padding:8px; text-align:left;
    vertical-align:middle;
    color: #FFFFFF
}

.plentyErrorBoxTitle {
    margin-top:4px;
    margin-bottom:6px;
    padding-left:26px;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    background-image:url(../images/icons/warning_onred.gif);background-repeat:no-repeat;
}

.plentyMessageBox {
    width:98%;
    background-image:url(../images/admin/message_background.gif); background-repeat:repeat-y;
    border:0px;
    margin: 0px 0px 4px 0px;
    padding:8px;
    text-align:left;
    vertical-align:middle;
    color: #FFFFFF
}

.plentyMessageBoxTitle {
    margin-top:4px;
    margin-bottom:6px;
    padding-left:26px;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    background-image:url(../images/icons/idea_ongreen.gif); background-repeat:no-repeat;
}

.plentyWarningBox {
    width:98%;
    background-image:url(../images/admin/message_background.gif); background-repeat:repeat-y;
    border:0px;
    margin: 0px 0px 4px 0px;
    padding:8px;
    text-align:left;
    vertical-align:middle;
    color: #FFFFFF
}

.plentyWarningBoxTitle {
    margin-top:4px;
    margin-bottom:6px;
    padding-left:26px;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    background-image:url(../images/icons/idea_ongreen.gif); background-repeat:no-repeat;
}
/* ------ Base ------- */

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */





@font-face {
    font-family: "glyphicon";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg#halflings") format("svg");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

/* plenty font */
@font-face {
    font-family: "plentyicon";
    src: url("../fonts/plentyicon.eot?16152725");
    src: url("../fonts/plentyicon.eot?16152725#iefix") format("embedded-opentype"),
    url("../fonts/plentyicon.woff?16152725") format("woff"),
    url("../fonts/plentyicon.ttf?16152725") format("truetype"),
    url("../fonts/plentyicon.svg?16152725#plentyicon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
.plentyicon:before {
    font-family: "plentyicon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}
.plentyicon-check-1:before { content: '\e800'; }
.plentyicon-check-2:before { content: '\e801'; }
.plentyicon-arrow-up:before { content: '\e802'; }
.plentyicon-arrow-right:before { content: '\e803'; }
.plentyicon-arrow-left:before { content: '\e804'; }
.plentyicon-arrow-down:before { content: '\e805'; }
.plentyicon-star:before { content: '\e806'; }
.plentyicon-star-empty:before { content: '\e807'; }
.plentyicon-attention:before { content: '\e808'; }
.plentyicon-angle-sm-left:before { content: '\e809'; }
.plentyicon-angle-sm-right:before { content: '\e80a'; }
.plentyicon-angle-sm-up:before { content: '\e80b'; }
.plentyicon-angle-sm-down:before { content: '\e80c'; }
.plentyicon-facebook:before { content: '\e80d'; }
.plentyicon-facebook-squared:before { content: '\e80e'; }
.plentyicon-gplus:before { content: '\e80f'; }
.plentyicon-plenty-p:before { content: '\e811'; }
.plentyicon-plenty-logo:before { content: '\e812'; width: auto; }
.plentyicon-twitter:before { content: '\e813'; }
.plentyicon-xing:before { content: '\e814'; }
.plentyicon-pinterest:before { content: '\e816'; }
.plentyicon-angle-lg-down:before { content: '\e817'; }
.plentyicon-angle-lg-left:before { content: '\e818'; }
.plentyicon-angle-lg-right:before { content: '\e819'; }
.plentyicon-angle-lg-up:before { content: '\e81a'; }
.plentyicon-linkedin:before { content: '\e81c'; }
.plentyicon-lastfm:before { content: '\e81e'; }
/* end plenty font */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.catchMarginBefore:before,
.catchMarginAfter:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
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,
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
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;
}
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;
}
textarea {
    overflow: auto;
    resize: vertical;
}
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;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !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: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Barlow', sans-serif; font-weight:400;color:#061b36;
    font-size: 12px;
    line-height: 22px;
    background-color: #ffffff;
}
.lh-075 { line-height: 18px; }
.lh-05 { line-height: 12px; }
.lh-0 { line-height: 0; }

body,
.basicColor,
a.basicColor,
a.basicColor:hover,
a.basicColor:focus {
    color: #333;
    text-shadow: none;
}
a,
.basicColor a,
.btn-link {
    color: #2a2a29;
    text-decoration: none;
}
a:hover,
a:focus,
.basicColor a:hover,
.basicColor a:focus,
.btn.btn-link:hover,
.btn.btn-link:focus {
    color: #6883a1;
    text-decoration: underline;
}
.iconLink {
    color: #666;
}
.iconLink .glyphicon,
.iconLink:hover,
.iconLink:focus {
    color: #6883a1;
    text-decoration: none;
}
.iconLink > .glyphicon {
    line-height: 0.8em;
    vertical-align: middle;
}
.iconLink > span.glyphicon {
    font-size: 1.2em;
    line-height: inherit;
    vertical-align: top;
}
h2 a,
h2 a:hover,
h2 a:focus,
h3 a,
h3 a:hover,
h3 a:focus {
    color: inherit;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/* loading icon img src */
img[src=""][data-src],
#jQueryPageWaitScreen > *,
.overlay.overlay-wait {
    background-image: url("../img/loading_fff.gif");
}
.jqzoom > .img-responsive {
    height: auto !important;
}
img[src=""][data-src] {
    text-indent: -10000px;
    display: block;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100px;
    color: transparent;
}
hr,
.hr {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    border: none;
    height: 1px;
    background: #ddd;
}
.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,
.h3 {
    margin: 12px 0;
    font-family: inherit;
    font-weight: 300;
    line-height: 24px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999;
}
h1,
h2,
h3 {
    color: #555;
}
h1 {
    font-size: 38.5px;
    font-weight: 300;
}
h1{
    line-height: 48px;
}
h2 {
    font-size: 31.5px;
}
h3,
.h3 {
    font-size: 24.5px;
}
h2,
h3,
.h3 {
    line-height: 36px;
}
h4,
.h4 {
    font-size: 17.5px;
}
h3.small,
.h3.small {
    font-size: 20px;
    line-height: 24px;
}
h5 {
    font-size: 14px;
    font-weight: bold;
}
h6 {
    font-size: 11.9px;
    font-weight: bold;
}
h1 small {
    font-size: 24.5px;
}

h2 small {
    font-size: 17.5px;
}
h3 small {
    font-size: 14px;
}
h4 small {
    font-size: 14px;
}
p,
.p,
ul.ulSpace > li:last-child {
    margin: 0 0 12px;
}
cite {
    font-style: normal;
}
.muted {
    color: #999;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.btn + .btn,
.btn + .PlentyWebshopButton,
.PlentyWebshopButton + .btn,
.PlentyWebshopButton + .PlentyWebshopButton {
    margin-left: 5px;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 12px;
}
dt,
dd {
    line-height: 1.42857143;
}
.itemDefList dt,
.itemDefList dd { line-height:inherit; }
dt {
    font-weight: bold;
}
.checkoutSum dt { /* changed checkout */
    font-weight: inherit;
}
dd {
    margin-left: 0;
}
address {
    margin-bottom: 12px;
    font-style: normal;
    line-height: inherit;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;





    font-size: 1em;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],

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: 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
}
.form-control,
.PlentyText,
.PlentyTextarea,
.ArticleAttrSelect,
.formControlWrapper input[type="text"],
.formControlWrapper input[type="password"],
.formControlWrapper select,
.formControlWrapper textarea,
.PlentyWebMyAccount input[type="text"],
.PlentyWebMyAccount input[type="password"],
.PlentyWebMyAccount select,
.PlentyWebMyAccount textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    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);
    -moz-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, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-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;
}
.PlentyText,
.PlentyTextarea {
    width: 100% !important;
}
.form-control:focus,
.PlentyText:focus,
.PlentyTextarea:focus,
.ArticleAttrSelect:focus,
.formControlWrapper input[type="text"]:focus,
.formControlWrapper input[type="password"]:focus,
.formControlWrapper select:focus,
.formControlWrapper textarea:focus,
.PlentyWebMyAccount input[type="text"]:focus,
.PlentyWebMyAccount input[type="password"]:focus,
.PlentyWebMyAccount select:focus,
.PlentyWebMyAccount textarea:focus,
.plentyAttributeSelectWrapperContent.plentyAttributeSelectHasDropdown.open > *,
.plentyAttributeSelectWrapperContent.plentyAttributeSelectHasDropdown.open:hover > * {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder,
.PlentyText:-moz-placeholder,
.PlentyTextarea:-moz-placeholder,
.ArticleAttrSelect:-moz-placeholder,
.formControlWrapper input[type="text"]:-moz-placeholder,
.formControlWrapper input[type="password"]:-moz-placeholder,
.formControlWrapper select:-moz-placeholder,
.formControlWrapper textarea:-moz-placeholder,
.PlentyWebMyAccount input[type="text"]:-moz-placeholder,
.PlentyWebMyAccount input[type="password"]:-moz-placeholder,
.PlentyWebMyAccount select:-moz-placeholder,
.PlentyWebMyAccount textarea:-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control::-moz-placeholder,
.PlentyText::-moz-placeholder,
.PlentyTextarea::-moz-placeholder,
.ArticleAttrSelect::-moz-placeholder,
.formControlWrapper input[type="text"]::-moz-placeholder,
.formControlWrapper input[type="password"]::-moz-placeholder,
.formControlWrapper select::-moz-placeholder,
.formControlWrapper textarea::-moz-placeholder,
.PlentyWebMyAccount input[type="text"]::-moz-placeholder,
.PlentyWebMyAccount input[type="password"]::-moz-placeholder,
.PlentyWebMyAccount select::-moz-placeholder,
.PlentyWebMyAccount textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder,
.PlentyText:-ms-input-placeholder,
.PlentyTextarea:-ms-input-placeholder,
.ArticleAttrSelect:-ms-input-placeholder,
.formControlWrapper input[type="text"]:-ms-input-placeholder,
.formControlWrapper input[type="password"]:-ms-input-placeholder,
.formControlWrapper select:-ms-input-placeholder,
.formControlWrapper textarea:-ms-input-placeholder,
.PlentyWebMyAccount input[type="text"]:-ms-input-placeholder,
.PlentyWebMyAccount input[type="password"]:-ms-input-placeholder,
.PlentyWebMyAccount select:-ms-input-placeholder,
.PlentyWebMyAccount textarea:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder,
.PlentyText::-webkit-input-placeholder,
.PlentyTextarea::-webkit-input-placeholder,
.ArticleAttrSelect::-webkit-input-placeholder,
.formControlWrapper input[type="text"]::-webkit-input-placeholder,
.formControlWrapper input[type="password"]::-webkit-input-placeholder,
.formControlWrapper select::-webkit-input-placeholder,
.formControlWrapper textarea::-webkit-input-placeholder,
.PlentyWebMyAccount input[type="text"]::-webkit-input-placeholder,
.PlentyWebMyAccount input[type="password"]::-webkit-input-placeholder,
.PlentyWebMyAccount select::-webkit-input-placeholder,
.PlentyWebMyAccount textarea::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
.PlentyText[disabled],
.PlentyText[readonly],
.PlentyTextarea[disabled],
.PlentyTextarea[readonly],
.ArticleAttrSelect[disabled],
.ArticleAttrSelect[readonly],
.formControlWrapper input[disabled],
.formControlWrapper input[readonly],
.PlentyWebMyAccount input[disabled],
.PlentyWebMyAccount input[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

/* error */
.form-control.has-error,
.form-group.has-error .form-control,
.formControlWrapper input.has-error,
.PlentyWebMyAccount input.has-error,
.PlentyText.has-error,
.PlentyTextarea.has-error,
.formControlWrapper .PlentyError input[type="text"],
.formControlWrapper .PlentyError input[type="password"],
.formControlWrapper .PlentyError select,
.formControlWrapper .PlentyError textarea,
.PlentyWebMyAccount .PlentyError input[type="text"],
.PlentyWebMyAccount .PlentyError input[type="password"],
.PlentyWebMyAccount .PlentyError select,
.PlentyWebMyAccount .PlentyError textarea {
    color: #f00;
    border-color: #f00;
    background-color: rgba(255, 0, 0, 0.05);
}
.form-group.has-error .control-label,
.formControlWrapper .PlentyError label {
    border-color: #f00;
}
.checkbox.has-error,
.radio.has-error {
    color: #f00;
}

.checkbox.has-error a,
.radio.has-error a {
    color: #990000;
}
.form-control.has-error:-moz-placeholder,
.formControlWrapper input.has-error:-moz-placeholder,
.form-group.has-error .form-control:-moz-placeholder,
.formControlWrapper .PlentyError input[type="text"]:-moz-placeholder,
.formControlWrapper .PlentyError input[type="password"]:-moz-placeholder,
.formControlWrapper .PlentyError select:-moz-placeholder,
.formControlWrapper .PlentyError textarea:-moz-placeholder,
.PlentyWebMyAccount .PlentyError input[type="text"]:-moz-placeholder,
.PlentyWebMyAccount .PlentyError input[type="password"]:-moz-placeholder,
.PlentyWebMyAccount .PlentyError select:-moz-placeholder,
.PlentyWebMyAccount .PlentyError textarea:-moz-placeholder{
    color: #f00;
    opacity: 1;
}
.formControlWrapper input.has-error::-moz-placeholder,
.form-control.has-error::-moz-placeholder,
.form-group.has-error .form-control::-moz-placeholder,
.formControlWrapper .PlentyError input[type="text"]::-moz-placeholder,
.formControlWrapper .PlentyError input[type="password"]::-moz-placeholder,
.formControlWrapper .PlentyError select::-moz-placeholder,
.formControlWrapper .PlentyError textarea::-moz-placeholder,
.PlentyWebMyAccount .PlentyError input[type="text"]::-moz-placeholder,
.PlentyWebMyAccount .PlentyError input[type="password"]::-moz-placeholder,
.PlentyWebMyAccount .PlentyError select::-moz-placeholder,
.PlentyWebMyAccount .PlentyError textarea::-moz-placeholder {
    color: #f00;
    opacity: 1;
}
.formControlWrapper input.has-error:-ms-input-placeholder,
.form-control.has-error:-ms-input-placeholder,
.form-group.has-error .form-control:-ms-input-placeholder,
.formControlWrapper .PlentyError input[type="text"]:-ms-input-placeholder,
.formControlWrapper .PlentyError input[type="password"]:-ms-input-placeholder,
.formControlWrapper .PlentyError select:-ms-input-placeholder,
.formControlWrapper .PlentyError textarea:-ms-input-placeholder,
.PlentyWebMyAccount .PlentyError input[type="text"]:-ms-input-placeholder,
.PlentyWebMyAccount .PlentyError input[type="password"]:-ms-input-placeholder,
.PlentyWebMyAccount .PlentyError select:-ms-input-placeholder,
.PlentyWebMyAccount .PlentyError textarea:-ms-input-placeholder{
    color: #f00;
}
.form-control.has-error::-webkit-input-placeholder,
.form-control.has-error::-webkit-input-placeholder,
.form-group.has-error .form-control::-webkit-input-placeholder,
.formControlWrapper .PlentyError input.has-error::-webkit-input-placeholder,
.formControlWrapper .PlentyError input[type="text"]:-webkit-input-placeholder,
.formControlWrapper .PlentyError input[type="password"]:-webkit-input-placeholder,
.formControlWrapper .PlentyError select:-webkit-input-placeholder,
.formControlWrapper .PlentyError textarea:-webkit-input-placeholder,
.PlentyWebMyAccount .PlentyError input[type="text"]:-webkit-input-placeholder,
.PlentyWebMyAccount .PlentyError input[type="password"]:-webkit-input-placeholder,
.PlentyWebMyAccount .PlentyError select:-webkit-input-placeholder,
.PlentyWebMyAccount .PlentyError textarea:-webkit-input-placeholder {
    color: #f00;
}
.form-group.has-error label,
label.has-error {
    color: #f00;
}
/* mandatory field global */
/* input */
.PlentyMandatoryField + .PlentyFormValue > *:-moz-placeholder{
    font-weight: bold;
}
.PlentyMandatoryField + .PlentyFormValue > *::-moz-placeholder{
    font-weight: bold;
}
.PlentyMandatoryField + .PlentyFormValue > *:-ms-input-placeholder{
    font-weight: bold;
}
.PlentyMandatoryField + .PlentyFormValue > *:-webkit-input-placeholder{
    font-weight: bold;
}
/* label */
.PlentyMandatoryField,
.PlentyMandatoryField input,
.PlentyMandatoryField textarea,
.PlentyMandatoryField select,
.PlentyMandatoryField + .PlentyFormValue > *,
.PlentySubmitFormLabel.Required > * {
    font-weight: bold;
}
/* end mandatory field global */
[data-plenty-validate] label:after {
    content: " *";
    font-weight: bold;
}
[data-plenty-validate^="none"] label:first-of-type:after,
[data-plenty-validate$="none"] label:last-of-type:after {
    content: "";
}
.disabled[data-plenty-validate] label:after,
[data-plenty-validate] label.disabled:after {
    content: "";
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}
.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;
}
@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-group.error .control-label,
.form-group.error .help-block,
.form-group.error .help-inline {
    color: #D4021D;
}
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border-color: #D4021D;
}
.form-group.error .checkbox,
.form-group.error .radio,
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    color: #D4021D;
}
/* button */
.btn,
.PlentyWebshopButton,
.PlentySubmitButton,
.LiveSearchShowMoreArticleHint input[type="button"],
.PostfinderTriggerTextLabel,
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount input[type="button"] {
    display: inline-block;
    *display: inline;
    height: 34px;
    padding: 5px 10px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    *border: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    *zoom: 1;
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.PlentyWebshopButton:focus,
.PlentySubmitButton:focus,
.LiveSearchShowMoreArticleHint input[type="button"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.PlentyWebshopButton:hover,
.PlentyWebshopButton:focus,
.PlentySubmitButton:hover,
.PlentySubmitButton:focus,
.LiveSearchShowMoreArticleHint input[type="button"]:hover,
.LiveSearchShowMoreArticleHint input[type="button"]:focus,
.PostfinderTriggerTextLabel:hover,
.PostfinderTriggerTextLabel:focus,
.PlentyWebMyAccount .button:hover,
.PlentyWebMyAccount .button:focus,
.PlentyWebMyAccount .inlineSubmitButton:hover,
.PlentyWebMyAccount .inlineSubmitButton:focus,
.PlentyWebMyAccount .button:hover,
.PlentyWebMyAccount .button:focus,
.PlentyWebMyAccount .inlineSubmitButton:hover,

.PlentyWebMyAccount .inlineSubmitButton:focus,
.PlentyWebMyAccount input[type="button"]:hover,
.PlentyWebMyAccount input[type="button"]:focus {
    text-decoration: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 -100px 0 200px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 -100px 0 200px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 -100px 0 200px rgba(255, 255, 255, 0.2);
}
.btn:active,
.btn.active,
.PlentyWebshopButton:active,
.PlentySubmitButton:active,
.LiveSearchShowMoreArticleHint input[type="button"]:active,
.PostfinderTriggerTextLabel:active,
.PlentyWebMyAccount .button:active,
.PlentyWebMyAccount .inlineSubmitButton:active,
.PlentyWebMyAccount .button:active,
.PlentyWebMyAccount .inlineSubmitButton:active,
.PlentyWebMyAccount input[type="button"]:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-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],
.PlentyWebshopButton.disabled,
.PlentyWebshopButton[disabled],
.toBasketWrapper.disabled > a,
.disabled > button {
    cursor: not-allowed;
    pointer-events: none;
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.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: #fff;
    border-color: #ccc;
}
.btn-default .badge {
}
/* button types */
.btn-default,
.btn-warning {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
    color: #444;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.btn-primary,
.btn-success,
.btn-info,
.btn-danger,
.PlentyWebshopButton,
.PlentySubmitButton,
.LiveSearchShowMoreArticleHint input[type="button"],
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount input[type="button"] {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-default { background-color: #f8f8f8; }
.btn-primary,
.PlentyWebshopButton,
.PlentySubmitButton,
.LiveSearchShowMoreArticleHint input[type="button"],
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount input[type="button"] { background-color: #6883a1; }
.btn-success { background-color: #3b0; }
.btn-info { background-color: #999; }
.btn-warning { background-color: #fc3; }
.btn-danger { background-color: #f11; }
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    color: #333;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
a.PlentyWebshopButton:hover,
a.PlentyWebshopButton:focus,
.PlentySubmitButton:hover,
.PlentySubmitButton:focus,
.LiveSearchShowMoreArticleHint input[type="button"]:hover,
.LiveSearchShowMoreArticleHint input[type="button"]:focus {
    color: #fff;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* glyphicon button */
.btn > span.glyphicon:before,
.PlentyWebshopButton:before {
    font-size: 1.1em;
    vertical-align: middle;
    margin-right: 0.4em;
}
@media (min-width: 1200px) {
    .no-touch .isGridView .PlentyWebshopButton.add_basket_ajax:before {
        margin-right: 0;
    }
}
.btn.onlyIcon > span.glyphicon:before {
    margin-right: 0;
}
.btn.btn-xs > span.glyphicon:before {
    font-size: inherit;
}
/* icon button / icon inline */
.imageBox > img,
.imageBox > .glyphicon {
    vertical-align: middle;
}
.imageBox > img {
    max-width: 100%;
}
.btn > .glyphicon:before {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.glyphicon:before {
    font-family: "glyphicon";
}
.btn.glyphicon:before {
    font-size: 24px;
    line-height: 1.5em;
}
.nav a.onlyIcon > .glyphicon:before,
.navbar .navbar-form button > .glyphicon:before,
button.navbar-toggle > .glyphicon:before {
    font-size: 18px;
    vertical-align: middle;
    color: #888;
}
.navbar .navbar-form button.onlyIcon:hover > .glyphicon:before,
.navbar .navbar-form button.onlyIcon:focus > .glyphicon:before {
    color: #666;
}
/* icon link */
@media (min-width: 992px) {
    .nav li > a:hover > .glyphicon:before,
    .nav li > a:focus > .glyphicon:before {
        color: #666;
    }
}
.btn-lg,
.btn-group-lg > .btn {
    height: 48px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
    height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
}

.btn-xxs,
.btn-group-xxs > .btn {
    border-radius: 2px;
    font-size: 11px;
    height: 18px;
    line-height: 12px;
    padding: 2px 5px;
}

.btn.btn-xxs .glyphicon::before,
.btn-group-xxs > .btn .glyphicon::before {
    font-size: 10px;
    margin-right: 0.25em;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    .btn-block-xs {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.glyphicon-asterisk:before { content: "\2a"; }
.glyphicon-plus:before { content: "\2b"; }
.glyphicon-euro:before { content: "\20ac"; }
.glyphicon-minus:before { content: "\2212"; }
.glyphicon-cloud:before { content: "\2601"; }
.glyphicon-envelope:before { content: "\2709"; }
.glyphicon-pencil:before { content: "\270f"; }
.glyphicon-glass:before { content: "\e001"; }
.glyphicon-music:before { content: "\e002"; }
.glyphicon-search:before { content: "\e003"; }
.glyphicon-heart:before { content: "\e005"; }
.glyphicon-star:before { content: "\e006"; }
.glyphicon-star-empty:before { content: "\e007"; }
.glyphicon-user:before{content:"\e008"}
.glyphicon-film:before { content: "\e009"; }
.glyphicon-th-large:before { content: "\e010"; }
.glyphicon-th:before { content: "\e011"; }
.glyphicon-th-list:before { content: "\e012"; }
.glyphicon-ok:before { content: "\e013"; }
.glyphicon-remove:before { content: "\e014"; }
.glyphicon-zoom-in:before { content: "\e015"; }
.glyphicon-zoom-out:before { content: "\e016"; }
.glyphicon-off:before { content: "\e017"; }
.glyphicon-signal:before { content: "\e018"; }
.glyphicon-cog:before { content: "\e019"; }
.glyphicon-trash:before { content: "\e020"; }
.glyphicon-home:before { content: "\e021"; }
.glyphicon-file:before { content: "\e022"; }
.glyphicon-time:before { content: "\e023"; }
.glyphicon-road:before { content: "\e024"; }
.glyphicon-download-alt:before { content: "\e025"; }
.glyphicon-download:before { content: "\e026"; }
.glyphicon-upload:before { content: "\e027"; }
.glyphicon-inbox:before { content: "\e028"; }
.glyphicon-play-circle:before { content: "\e029"; }
.glyphicon-repeat:before { content: "\e030"; }
.glyphicon-refresh:before { content: "\e031"; }
.glyphicon-list-alt:before { content: "\e032"; }
.glyphicon-lock:before { content: "\e033"; }
.glyphicon-flag:before { content: "\e034"; }
.glyphicon-headphones:before { content: "\e035"; }
.glyphicon-volume-off:before { content: "\e036"; }
.glyphicon-volume-down:before { content: "\e037"; }
.glyphicon-volume-up:before { content: "\e038"; }
.glyphicon-qrcode:before { content: "\e039"; }
.glyphicon-barcode:before { content: "\e040"; }
.glyphicon-tag:before { content: "\e041"; }
.glyphicon-tags:before { content: "\e042"; }
.glyphicon-book:before { content: "\e043"; }
.glyphicon-bookmark:before { content: "\e044"; }
.glyphicon-print:before { content: "\e045"; }
.glyphicon-camera:before { content: "\e046"; }
.glyphicon-font:before { content: "\e047"; }
.glyphicon-bold:before { content: "\e048"; }
.glyphicon-italic:before { content: "\e049"; }
.glyphicon-text-height:before { content: "\e050"; }
.glyphicon-text-width:before { content: "\e051"; }
.glyphicon-align-left:before { content: "\e052"; }
.glyphicon-align-center:before { content: "\e053"; }
.glyphicon-align-right:before { content: "\e054"; }
.glyphicon-align-justify:before { content: "\e055"; }
.glyphicon-list:before { content: "\e056"; }
.glyphicon-indent-left:before { content: "\e057"; }
.glyphicon-indent-right:before { content: "\e058"; }
.glyphicon-facetime-video:before { content: "\e059"; }
.glyphicon-picture:before { content: "\e060"; }
.glyphicon-map-marker:before { content: "\e062"; }
.glyphicon-adjust:before { content: "\e063"; }
.glyphicon-tint:before { content: "\e064"; }
.glyphicon-edit:before { content: "\e065"; }
.glyphicon-share:before { content: "\e066"; }
.glyphicon-check:before { content: "\e067"; }
.glyphicon-move:before { content: "\e068"; }
.glyphicon-step-backward:before { content: "\e069"; }
.glyphicon-fast-backward:before { content: "\e070"; }
.glyphicon-backward:before { content: "\e071"; }
.glyphicon-play:before { content: "\e072"; }
.glyphicon-pause:before { content: "\e073"; }
.glyphicon-stop:before { content: "\e074"; }
.glyphicon-forward:before { content: "\e075"; }
.glyphicon-fast-forward:before { content: "\e076"; }
.glyphicon-step-forward:before { content: "\e077"; }
.glyphicon-eject:before { content: "\e078"; }
.glyphicon-chevron-left:before { content: "\e079"; }
.glyphicon-chevron-right:before { content: "\e080"; }
.glyphicon-plus-sign:before { content: "\e081"; }
.glyphicon-minus-sign:before { content: "\e082"; }
.glyphicon-remove-sign:before { content: "\e083"; }
.glyphicon-ok-sign:before { content: "\e084"; }
.glyphicon-question-sign:before { content: "\e085"; }
.glyphicon-info-sign:before { content: "\e086"; }
.glyphicon-screenshot:before { content: "\e087"; }
.glyphicon-remove-circle:before { content: "\e088"; }
.glyphicon-ok-circle:before { content: "\e089"; }
.glyphicon-ban-circle:before { content: "\e090"; }
.glyphicon-arrow-left:before { content: "\e091"; }
.glyphicon-arrow-right:before { content: "\e092"; }
.glyphicon-arrow-up:before { content: "\e093"; }
.glyphicon-arrow-down:before { content: "\e094"; }
.glyphicon-share-alt:before { content: "\e095"; }
.glyphicon-resize-full:before { content: "\e096"; }
.glyphicon-resize-small:before { content: "\e097"; }
.glyphicon-exclamation-sign:before { content: "\e101"; }
.glyphicon-gift:before { content: "\e102"; }
.glyphicon-leaf:before { content: "\e103"; }
.glyphicon-fire:before { content: "\e104"; }
.glyphicon-eye-open:before { content: "\e105"; }
.glyphicon-eye-close:before { content: "\e106"; }
.glyphicon-warning-sign:before { content: "\e107"; }
.glyphicon-plane:before { content: "\e108"; }
.glyphicon-calendar:before { content: "\e109"; }
.glyphicon-random:before { content: "\e110"; }
.glyphicon-comment:before { content: "\e111"; }
.glyphicon-magnet:before { content: "\e112"; }
.glyphicon-chevron-up:before { content: "\e113"; }
.glyphicon-chevron-down:before { content: "\e114"; }
.glyphicon-retweet:before { content: "\e115"; }
.glyphicon-shopping-cart:before { content: "\e116"; }
.glyphicon-folder-close:before { content: "\e117"; }
.glyphicon-folder-open:before { content: "\e118"; }
.glyphicon-resize-vertical:before { content: "\e119"; }
.glyphicon-resize-horizontal:before { content: "\e120"; }
.glyphicon-hdd:before { content: "\e121"; }
.glyphicon-bullhorn:before { content: "\e122"; }
.glyphicon-bell:before { content: "\e123"; }
.glyphicon-certificate:before { content: "\e124"; }
.glyphicon-thumbs-up:before { content: "\e125"; }
.glyphicon-thumbs-down:before { content: "\e126"; }
.glyphicon-hand-right:before { content: "\e127"; }
.glyphicon-hand-left:before { content: "\e128"; }
.glyphicon-hand-up:before { content: "\e129"; }
.glyphicon-hand-down:before { content: "\e130"; }
.glyphicon-circle-arrow-right:before { content: "\e131"; }
.glyphicon-circle-arrow-left:before { content: "\e132"; }
.glyphicon-circle-arrow-up:before { content: "\e133"; }
.glyphicon-circle-arrow-down:before { content: "\e134"; }
.glyphicon-globe:before { content: "\e135"; }
.glyphicon-wrench:before { content: "\e136"; }
.glyphicon-tasks:before { content: "\e137"; }
.glyphicon-filter:before { content: "\e138"; }
.glyphicon-briefcase:before { content: "\e139"; }
.glyphicon-fullscreen:before { content: "\e140"; }
.glyphicon-dashboard:before { content: "\e141"; }
.glyphicon-paperclip:before { content: "\e142"; }
.glyphicon-heart-empty:before { content: "\e143"; }
.glyphicon-link:before { content: "\e144"; }
.glyphicon-phone:before { content: "\e145"; }
.glyphicon-pushpin:before { content: "\e146"; }
.glyphicon-usd:before { content: "\e148"; }
.glyphicon-gbp:before { content: "\e149"; }
.glyphicon-sort:before { content: "\e150"; }
.glyphicon-sort-by-alphabet:before { content: "\e151"; }
.glyphicon-sort-by-alphabet-alt:before { content: "\e152"; }
.glyphicon-sort-by-order:before { content: "\e153"; }
.glyphicon-sort-by-order-alt:before { content: "\e154"; }
.glyphicon-sort-by-attributes:before { content: "\e155"; }
.glyphicon-sort-by-attributes-alt:before { content: "\e156"; }
.glyphicon-unchecked:before { content: "\e157"; }
.glyphicon-expand:before { content: "\e158"; }
.glyphicon-collapse-down:before { content: "\e159"; }
.glyphicon-collapse-up:before { content: "\e160"; }
.glyphicon-log-in:before { content: "\e161"; }
.glyphicon-flash:before { content: "\e162"; }
.glyphicon-log-out:before { content: "\e163"; }
.glyphicon-new-window:before { content: "\e164"; }
.glyphicon-record:before { content: "\e165"; }
.glyphicon-save:before { content: "\e166"; }
.glyphicon-open:before { content: "\e167"; }
.glyphicon-saved:before { content: "\e168"; }
.glyphicon-import:before { content: "\e169"; }
.glyphicon-export:before { content: "\e170"; }
.glyphicon-send:before { content: "\e171"; }
.glyphicon-floppy-disk:before { content: "\e172"; }
.glyphicon-floppy-saved:before { content: "\e173"; }
.glyphicon-floppy-remove:before { content: "\e174"; }
.glyphicon-floppy-save:before { content: "\e175"; }
.glyphicon-floppy-open:before { content: "\e176"; }
.glyphicon-credit-card:before { content: "\e177"; }
.glyphicon-transfer:before { content: "\e178"; }
.glyphicon-cutlery:before { content: "\e179"; }
.glyphicon-header:before { content: "\e180"; }
.glyphicon-compressed:before { content: "\e181"; }
.glyphicon-earphone:before { content: "\e182"; }
.glyphicon-phone-alt:before { content: "\e183"; }
.glyphicon-tower:before { content: "\e184"; }
.glyphicon-stats:before { content: "\e185"; }

.glyphicon-sd-video:before { content: "\e186"; }
.glyphicon-hd-video:before { content: "\e187"; }
.glyphicon-subtitles:before { content: "\e188"; }
.glyphicon-sound-stereo:before { content: "\e189"; }
.glyphicon-sound-dolby:before { content: "\e190"; }
.glyphicon-sound-5-1:before { content: "\e191"; }
.glyphicon-sound-6-1:before { content: "\e192"; }
.glyphicon-sound-7-1:before { content: "\e193"; }
.glyphicon-copyright-mark:before { content: "\e194"; }
.glyphicon-registration-mark:before { content: "\e195"; }
.glyphicon-cloud-download:before { content: "\e197"; }
.glyphicon-cloud-upload:before { content: "\e198"; }
.glyphicon-tree-conifer:before { content: "\e199"; }
.glyphicon-tree-deciduous:before { content: "\e200"; }
.caret {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-color: #e30613 transparent;
    border-width: 4px;
    border-style: solid solid none solid;
}
.dropdown {
    position: relative;
}
.dropdown.bigmenu {
    position: static;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    /*top: 100%;*/
    left: -1px;
    z-index: 10000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    margin: 0px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.bigmenu > .dropdown-menu {
    left: 0;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 5px 0 6px;
    overflow: hidden;
    background-color: #ddd;
}
.dropdown-menu > li > a,
.dropdown-menu > li > ul > li > a { /* changed */
    display: block;
    padding: 4px 14px;
    /*border: 1px solid transparent;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;*/
    clear: both;
    color: #333;
}
.dropdown-menu > li > a,
.dropdown-menu > li > ul > li > a,
.dropdown-menu > li ul > li > a { /* changed */
    line-height: 20px;
}
.dropdown-menu > li > a,
.dropdown-menu > li > ul > li > a {
    margin: 0 10px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > ul > li > a:hover,
.dropdown-menu > li > ul > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.nav > li.enable-xs-sm > .dropdown-menu > li > a:hover,
.nav > li.enable-xs-sm > .dropdown-menu > li > a:focus { /* changed */
    color: #6883a1;
    /*border-color: rgba(0, 142, 189, 0.5);*/
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    text-decoration: none;
}
.dropdown-menu .active > a {
    color: #6883a1;
}
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:focus {
    text-decoration: none;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
@media (max-width: 991px) {
    .open > .dropdown-menu {
        display: block;
    }
}
.touch .open > a.touch-enabled + .dropdown-menu,
.touch .open > a.toggle-xs-sm-or-touch + .dropdown-menu {
    display: block;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}
/* level 3..n */
.dropdown-menu > li ul {
    list-style-type: none;
    margin-left: 0;
}
.dropdown-menu > li > ul > li > a {
    padding-left: 10px; font-size:13px;font-weight: 600;
}
li.dropdown > ul.dropdown-menu > li > ul,
li.dropdown > ul.dropdown-menu > li > ul ul {
    display: none;
}
@media (min-width: 992px) {
    /* bigmenu level 2 */
    li.dropdown.bigmenu > ul.dropdown-menu > li > a {
        font-weight: bold;
    }
    /* bigmenu level 3 */
    li.dropdown.bigmenu > ul.dropdown-menu > li > ul {
        display: block;
    }
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    font-weight: bold;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
@media (max-width: 991px) {
    .navbar-right > h2 { /* according to .paddingLeftRight */
        padding-left: 20px;
        padding-right: 20px;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav ul {
    padding-left: 0;
}
.nav > li {
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px;
}
@media (max-width: 991px) {
    .navbar-information .nav > li > a {
        color: #888;
    }
    .nav > li > a:hover,
    .nav > li > a:focus {
        color: #666;
    }
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    color: #000;
}
.nav > li.disabled > a {
    color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
@media (min-width: 992px) {
    .mainNavigation > .nav > li.active > a {
        outline: none;
        background-repeat: repeat-x;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(0,0,0,0.05) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.05) 100%);
        background-image: -o-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.05) 100%);
        background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.05) 100%);
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0,0,0,0.05) 100%);
    }
    .ielte9 .mainNavigation > .nav > li.active > a {
        border-bottom: 4px solid #6883a1;
        padding-bottom: 3px; /* standard padding bottom - border bottom width */
    }
    .nav-main .nav > li > a {
        z-index: 1005;
        float: none;
        padding: 10px 17px 9px;
        border-width: 1px;
        border-style: solid solid none;
        border-color: transparent;
        color: #555;
        text-decoration: none;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }
    .nav-main .nav > li > a.onlyIcon {
        padding: 9px 15px 8px;
    }
    .categoryView .navbar .nav > li > a {
        z-index: auto;
    }
    /* level 4..6 */
    .navbar-main > li > ul > li > ul ul {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .nav > li > a {
        padding-left: 13px;
        padding-right: 13px;
    }
    .touch .navbar .nav > li > a {
        padding-left: 11px;
        padding-right: 11px;
    }
    .touch .nav a.onlyIcon {
        padding-left: 11px;
        padding-right: 11px;
    }
}
/* transition */
.nav > li > a,
.nav > li > a:before,
.navbarButton,
.mainNavigation > .navbar-form input[type="search"],
.glyphicon:before,
.transition,
.transitionAfter:after,
.dropdown-menu > li > a,
.dropdown-menu > li ul > li > a,
.dropdown-menu > li ul > li > a:before,
.accordionListTrigger:after,
.navigationList a,
.linkBox > a,
.PlentyTagLink,
.navigationTree a
.facetValueLabel,
.AvailabilityFilterElement > label,
.CharacterFilterElement > label,
.badge,
.LiveSearchCloseIconWrapper:before,
.PlentyGuiIcon.TabCloseButton:before,
.PlentyWebMyAccountOverlayClose:before,
.categoryPagination .nav a, .categoryPagination .navbar .nav li > a {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.itemBox:hover .itemBoxInner,
.crossSellingItem:hover .crossSellingItemInner {
    -webkit-transition: -webkit-box-shadow 300ms ease 0s;
    -webkit-transition: box-shadow 300ms ease 0s;
    -moz-transition: -moz-box-shadow 300ms ease 0s;
    -moz-transition: box-shadow 300ms ease 0s;
    -o-transition: box-shadow 300ms ease 0s;
    -ms-transition: box-shadow 300ms ease 0s;
    transition: box-shadow 300ms ease 0s;
}
.navbar .nav .caret {
    margin-top: 8px;
    margin-left: 6px;
    margin-right: -6px;
}
.no-touch .navbar .nav.navbar-main .caret {
    /*display: none;*/
}
@media (max-width: 991px) {
    .navbar .nav.navbar-main .caret {
        display: none;
    }
}
.touch .navbar .nav.navbar-main ul .caret {
    display: none;
}
@media (min-width: 992px) {
    .no-touch .nav-main .nav > li:hover > a,
    .no-touch .nav-main .navbar-information .nav > li.open > a,
    .touch .nav-main .nav > li.open > a.touch-enabled,
    .touch .nav-main .nav > li.open.active > a.touch-enabled,
    .touch .nav-main .nav > li.open > a.toggle-xs-sm-or-touch,
    .touch .nav-main .nav > li.open.active > a.toggle-xs-sm-or-touch {
        text-decoration: none;
        border-color: rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
        /*color: #000;*/
    }
}
.nav.inverse > li:hover > a {
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.nav > li.dropdown:hover > a,
.touch .nav > li.dropdown.open > a.touch-enabled,
.touch .nav > li.dropdown.open.active > a.touch-enabled {
    background-image: none;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-style: none none solid;
}
.tab-content {
    border-style: none solid solid;
}
.nav-tabs,
.tab-content {
    border-width: 1px;
    border-color: #ddd;
}
.nav-tabs.extended {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a,
.nav-tabs > li:hover > a {
    margin-right: 2px;
    padding: 10px 15px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}
/* make tabs smaller on small displays */
@media (max-width: 379px) {
    .nav-tabs.tabs-responsive > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 339px) {
    .nav-tabs.tabs-responsive > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.nav-tabs > li.active > a {
    cursor: default;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.nav-tabs.inverse > li > a:hover {
    border-color: rgba(255, 255, 255, 0.25);
}
.nav-tabs > li > a > .glyphicon:before {
    color: inherit;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active:hover > a,
.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.tab-content {
    padding: 12px 15px 0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.nav-inline > li {
    display: inline-block;
}
.navbar {
    position: relative;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
}
.container > .navbar-header,
.container > .navbar-collapse
{
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse
    {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-brand {
    font-size: 18px;
    line-height: 20px;
}
@media (max-width: 991px) {
    .navbar-brand {
        display: block;
        margin: 8px 80px;
    }
    .navbar-brand img {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .navbar-brand {
        padding: 15px 15px 15px 0;
    }
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin: 8px 15px;
    padding: 4px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 44px;
    height: 34px;
}
.navbar-toggle:focus {
    outline: none;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
/* hide mobile nav toggle */
@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 8px -2px;
}
.navbar-nav > li > a {
    line-height: 20px;
}
/* navigation (navigation breakpoint max 991px) */
@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .mainNavigation > .navbar-nav {
        clear: left;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
@media (min-width: 992px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #6883a1;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #6883a1;
    background-color: #ffffff;
}
/* close icon */
.close,
.LiveSearchCloseIconWrapper:before,
.PlentyGuiIcon.TabCloseButton:before,
.PlentyWebMyAccountOverlayClose:before,
.PlentyWebshopOverlayClose:before {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}
a.PlentyWebshopOverlayClose:hover {
    text-decoration: none;
}
.PlentyWebshopPopupCloseButton {
    float: right;
}
.PlentyWebshopOverlayClose:before {
    line-height: 11px;
}
.close {
    float: right;
}
.close:hover,
.close:focus,
.LiveSearchCloseIconWrapper:hover:before,
.PlentyGuiIcon.TabCloseButton:hover:before,
.PlentyWebMyAccountOverlayClose:hover:before,
.PlentyWebshopOverlayClose:hover:before {
    text-decoration: none;
    cursor: pointer;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

@media (max-width: 991px) {
    .PlentyWebshopPopup.AfterItem2Basket {
        display: none !important;
    }
}

.PlentyWebMyAccountPopupContainer > div > div:first-child,
.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer > div.PlentyFormBox > div.PlentyWebMyAccountPopupTitleContainer,
.ui-datepicker-header,
.PlentyWebshopPopupHeader,
.PlentyWebshopPopupTitleContainer {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    min-height: 16.42857143px;
}
.autocloseTimer {
    float: right;
    margin: -2px 6px 0 0;
    font-size: 13px;
    font-weight: normal;
    color: #888;
}

.PlentyWebMyAccountPopupContainer > div > div + div,
.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer > div.PlentyFormBox > div.PlentyWebMyAccountPopupTitleContainer + div,
.PlentyWebshopPopupContent {
    position: relative;
    padding: 15px;
}
/*** BOOTSTRAP TOOLTIP ***/
.tooltip {
    position: absolute;
    z-index: 100000;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 250px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    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: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,

.clearfix:after,
.container:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.PlentyWebshopClear {
    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;
}
@media (min-width: 768px) {
    .affix {
        position: fixed;
    }
}
@-ms-viewport {
    width: device-width;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}
.table th.normal {
    font-weight: 300;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.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 th,
.table-condensed td {
    padding: 4px 5px;
}
.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: 359px) {
    .hidden-360 {
        display: none !important;
    }
}
@media (max-width: 374px) {
    .hidden-375 {
        display: none !important;
    }
}
@media (max-width: 413px) {
    .hidden-414 {
        display: none !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;
    }
}
.bg-danger {
    background-color: #f2dede;
}
.text-danger {
    color: #a94442;
}
.bg-warning {
    background-color: #fcf8e3;
}
.text-warning {
    color: #8a6d3b;
}
/*** PLENTY STYLES ****/
.nav-main {
    border-width: 1px;
    border-style: none none solid;
    border-color: #ddd;
    background: #061b36;
}
.mainNavigation {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #3c495f;
}
@media (min-width: 992px) {
    .navbar-nav > li > a {
        position: relative;
    }
    .mainNavigation .nav > li + li > a {
        margin-left: -1px;
    }

    .mainNavigation .nav > li > a {
        height: 40px;
    }
    .nav.navbar-nav:after {
        right: auto;
        left: 0;
    }
    /* open nav dropdown */
    .no-touch .navbar .nav > li.dropdown:hover > ul,
    .no-touch .navbar .navbar-information .nav > li.dropdown.open > ul {
        display: block;
    }
}
/* search */
.mainNavigation > .navbar-form {
    padding-top: 5px;
    padding-right: 0;
    margin: 0;
}
.mainNavigation > .navbar-form input[type="search"],
.mainNavigation > .navbar-form button {
    border-color: rgba(0, 0, 0, 0.15);
    vertical-align: middle;
}
.mainNavigation > .navbar-form input[type="search"] {
    width: 230px;
    height: 30px;
    margin: 0;
    border-right-style: none;
    background-color: transparent;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075) inset;
}
@media (max-width: 1199px) {
    .mainNavigation > .navbar-form input[type="search"] {
        width: 150px;
    }
}
@media (max-width: 991px) {
    .mainNavigation > .navbar-form input[type="search"] {
        width: 200px;
    }
}
.mainNavigation > .navbar-form input[type="search"]:hover {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
}
.mainNavigation > .navbar-form input[type="search"]:focus {
    /*width: 300px;*/
    background-color: rgba(0, 0, 0, 0.025);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
}
@media (max-width: 1199px) {
    .mainNavigation > .navbar-form input[type="search"]:focus {
        /*width: 200px;*/
    }
}
@media (max-width: 991px) {
    .mainNavigation > .navbar-form input[type="search"]:focus {
        /*width: 300px;*/
    }
}
.mainNavigation > .navbar-form button {
    width: 34px;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.mainNavigation > .navbar-form button:active {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
}
/* bigmenu */
@media (min-width: 992px) {
    .dropdown.bigmenu > ul.dropdown-menu {
        width: 100%;
        padding: 10px 0 15px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1px;
        -moz-column-gap: 1px;
        column-gap: 1px;
        /*-webkit-column-rule: 1px solid #e0e0e0;
		   -moz-column-rule: 1px solid #e0e0e0;
		        column-rule: 1px solid #e0e0e0;*/
    }
    /* ie fix lte9 */
    .ielte9 .dropdown.bigmenu > ul.dropdown-menu > li {
        display: block;
        float: left;
        width: 25%;
    }
    .ielte9 .dropdown.bigmenu > ul.dropdown-menu > li + li:before {
        content: "";
        position: absolute;
        display: block;
        top: 15px;
        bottom: 20px;
        width: 1px;
        background-color: #e0e0e0;
    }
}
.dropdown.bigmenu > ul.dropdown-menu > li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    vertical-align: top;
    column-break-after: auto;
}
@media (min-width: 992px) {
    .liveSearch {
        position: absolute;
        display: none;
        top: 40px;
        right: 0;
        z-index: 10020;
    }
}
.navbar-form {
    position: relative;
}
/* live search (autocomplete) */
.liveSearch {
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .liveSearch {
        width: 300px;
    }
}
/* remove border */
.liveSearch > fieldset {
    width: auto !important;
    margin: 0 !important;
    border: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}
/* destroy table */
.liveSearch table,
.liveSearch tbody,
.liveSearch tr,
.liveSearch td,
.LiveSearchArticleName,
.LiveSearchArticleName > a,
.LiveSearchShowMoreArticleHint {
    display: block;
}
/* header */
.liveSearch tr:first-child > td:first-child {
    padding: 6px 40px 6px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #444;
    text-indent: -100000px;
}
/* close icon */
.liveSearch tr:first-child > td + td {
    position: absolute;
    top: 11px;
    right: 8px;
    height: 16px;
    line-height: 16px;
}
.LiveSearchCloseIconWrapper {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.LiveSearchCloseIconWrapper:before,
.PlentyGuiIcon.TabCloseButton:before,
.PlentyWebMyAccountOverlayClose:before,
.PlentyWebshopOverlayClose:before {
    content: "\00d7";
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
}
.LiveSearchCloseIconWrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 11px;
}
.LiveSearchCloseIconWrapper:hover:before {
}
.LiveSearchCloseIconWrapper > img {
    position: absolute;
    top: 0;
    right: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
/* row */
.liveSearch tr + tr {
    padding: 6px 12px;
    line-height: 18px;
}
.liveSearch tr + tr:after {
    content: "";
    display: table;
    clear: both;
}
/* col */
.liveSearch tr + tr > td {
    padding: 0 3px;
}
.liveSearch tr + tr > td:first-child {
    float: left;
    width: 25%;
}
.liveSearch tr + tr > td + td {
    float: right;
    clear: right;
    width: 75%;
    text-align: left !important;
}
.LiveSearchImage {
    display: block;
}
.LiveSearchImage > img {
    max-width: 100% !important;
    max-height: 100px !important;
}
.liveSearch tr + tr > td + td br,
.LiveSearchVAT,
.LiveSearchShippingHandling {
    display: none;
}
/* button */
.liveSearch tr + tr:last-child > td[colspan="3"] {
    float: none;
    width: auto;
}
.LiveSearchShowMoreArticleHint > div {
    padding-top: 6px !important;
    border-top: 1px solid #ddd;
}

/* mobile navigation */
@media (max-width: 991px) {
    .navbar .mainNavigation li {
        position: relative;
    }
    .navbar .mainNavigation li.open > ul {
        display: block;
    }
    .navbar .nav li:before,
    .navbar .nav li:after {
        content: "";
        display: table;
    }
    .navbar .nav li:after {
        clear: both;
    }
    .navbar-main > li:last-child {
        margin-bottom: 16px;
    }
    .nav a.glyphicon:before {
        top: 6px;
        left: 6px;
        text-align: left;
    }
    .nav.navbar-main a:hover > .glyphicon:before,
    .nav.navbar-main a:focus > .glyphicon:before,
    .nav.navbar-main li.active > a > .glyphicon:before {
        color: #6883a1;
    }
    .navbar .nav li > .openCloseToggle {
        display: block;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        width: 38px;
        height: 38px;
    }
    .navbar .nav li > .openCloseToggle:before,
    .navbar .nav li.open.animating > .openCloseToggle:before {
        left: 50%;
        top: 50%;
        margin-left: -4px;
        margin-top: -4px;
    }
    .navbar .nav > li > a,
    .navbar .nav > li > ul > li > a,
    .navbar .nav .dropdown-header {
        margin: 1px 2px;
        padding: 5px 8px;
        border-style: solid;
        border-width: 1px;
        border-color: #e0e0e0;

        border-radius: 3px;
    }
    .navbar .mainNavigation .nav li > a {
        display: block;
        margin: 0;
        padding: 10px 8px 8px;
        border-width: 1px;
        border-style: none none solid;
        border-color: #eee;
        border-color: rgba(0, 0, 0, 0.08);
        border-radius: 0;
        background: transparent;
        color: inherit;
    }
    .navbar .mainNavigation .nav > li > ul > li > a {
        padding-left: 20px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > a {
        padding-left: 32px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > ul > li > a {
        padding-left: 44px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 56px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 68px;
    }
    .navbar .mainNavigation .nav li > a:hover,
    .navbar .mainNavigation .nav li > a:active,
    .navbar .mainNavigation .nav li.active > a,
    .navbar .mainNavigation .nav li.active > a:hover,
    .navbar .mainNavigation .nav li.active > a:active {
        color: #6883a1;
    }
    .navbar .mainNavigation .nav li > a > .badge {
        display: none;
        margin-right: 30px;
    }
    .dropdown-menu {
        position: static;
        float: none;
        min-width: 0;
        padding: 0 0 0 24px;
        border: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li,
    .dropdown-menu > li > ul > li,
    .dropdown.bigmenu > ul.dropdown-menu > li {
        margin: 0;
    }
    .nav > li:hover > a,
    .nav > li.open > a,
    .nav > li.open.active > a {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar .nav .dropdown-toggle .caret {
        margin-right: -2px;
    }
    .dropdown.bigmenu {
        position: relative;
    }

    /* search */
    .mainNavigation > .navbar-form {
        padding-left: 0;
        padding-top: 0;
        border-bottom: 1px solid;
    }
    .mainNavigation > .navbar-form .form-group {
        margin-bottom: 0;
    }
    .mainNavigation > .navbar-form {
        padding: 11px 15px;
        border-color: #ddd;
    }
    .navbarInputWrapper {
        position: relative;
        z-index: 10;
        margin-right: 34px;
    }
    .mainNavigation > .navbar-form input[type="search"],
    .mainNavigation > .navbar-form input[type="search"]:focus {
        width: 100%;
    }
    .mainNavigation > .navbar-form button {
        position: absolute;
        top: 11px; /* according to padding of .navbar-form */
        right: 15px;
    }
    /* contact navi */
    .navbar-information .nav > li {
        float: left;
    }
    /* live search */
    .liveSearch {
        position: absolute;
        display: none;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10020;
    }
}
@media (max-width: 359px) {
    .navbar .nav li.isPhone > a {
        padding-left: 0;
        padding-right: 0;
        border-color: transparent;
    }
}
.nav > li > a > .glyphicon:before {
    font-size: 16px;
    line-height: inherit;
    vertical-align: middle;
}
.imageBox.inverse .imageTextBox *,
.bgImgBox.inverse * {
    color: #fff;
    text-shadow: 0 0 0.5em #000000, 0 0 0.1em rgba(0, 0, 0, 1), 0 0 1px rgba(0, 0, 0, 1);
}
.imageBox.inverse,
.imageBox.inverse h1,
.imageBox.inverse h2,
.imageBox.inverse h3 {
    color: #fff;
}
.headerBox h1,
.headerBox h2 {
    font-size: 1.5rem;
    line-height: 1.25em;
}
.headerBox p {
    font-size: 1.1rem;
    line-height: 1.25em;
}
@media (min-width: 768px) and (max-width: 991px) {
    .headerBox h1,
    .headerBox h2 {
        font-size: 2.5rem;
    }
    .headerBox p {
        font-size: 1.15rem;
    }
    .headerBox .large {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .headerBox h1,
    .headerBox h2 {
        font-size: 3rem;
    }
    .headerBox p {
        font-size: 1.25rem;
    }
    .headerBox .large {
        font-size: 2.2rem;
    }
}
@media (min-width: 1200px) {
    .headerBox h1,
    .headerBox h2 {
        font-size: 4rem;
    }
    .headerBox p {
        font-size: 1.5rem;
    }
    .headerBox .large {
        font-size: 2.8rem;
    }
}
.image-list {
    list-style: none;
    padding: 0;
    text-align: center;
}
.image-list > li {
    display: inline-block;
    margin: 2px 12px;
    vertical-align: middle;
}
/* footer */
footer {
    margin-top: 64px;
    padding: 12px 0 36px;
    border-top: 1px solid #ddd;
    color: #999;
}
footer a,
footer a:hover,
footer a:focus {
    color: inherit;
}
footer strong {
    font-weight: normal;
    text-transform: uppercase;
    color: #444;
    text-rendering: optimizelegibility;
}
footer hr {
    margin: 10px 0;
}
/* breadcrumbs */
.breadcrumbsContainer {
    position: relative;
}
@media (min-width: 768px) {
    .breadcrumbsContainer {
        position: relative;
        z-index: 21;
        height: 35px;
        margin-bottom: -35px;
        overflow: hidden;
        background-color: #e0e0e0;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .breadcrumbsContainer.inverse {
        background: transparent;
    }
    .breadcrumbs {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .inverse .breadcrumbs {
        color: #fff;
    }
}
.breadcrumbs {
    list-style-type: none;
    margin: 7px 0 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: normal;
    color: #061b36;
    font-weight: 400;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.breadcrumbs > li {
    display: inline-block;;
}
.breadcrumbs > li > a,
.inverse .breadcrumbs > li > a:hover,
.inverse .breadcrumbs > li > a:focus {
    color: inherit;
}
.breadcrumbs > li > a:hover,
.breadcrumbs > li > a:focus {
    color: #000;
}

.block,
.h3,
.p {
    display: block;
}
.inlineBlock {
    display: inline-block;
}
.hiddenText {
    text-indent: -100000px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.normal {
    font-weight: 300;
}
small,
.small { font-size: 85%; }
.large { font-size: 125%; }
.btn > .glyphicon.large { line-height: 1; }
.x-large { font-size: 200%; }
.xx-large { font-size: 300%; }
.va-middle { vertical-align: middle; }
/* height classes */
@media (max-width: 767px) {
    .h-xs-0 { height: 0; }
    .h-xs-1 { height: 24px; }
    .h-xs-2 { height: 48px; }
    .h-xs-3 { height: 72px; }
    .h-xs-4 { height: 96px; }
    .h-xs-5 { height: 120px; }
    .h-xs-6 { height: 144px; }
    .h-xs-1.adapt-line-height { line-height: 24px; }
    .h-xs-2.adapt-line-height { line-height: 48px; }
    .h-xs-3.adapt-line-height { line-height: 72px; }
    .h-xs-4.adapt-line-height { line-height: 96px; }
    .h-xs-5.adapt-line-height { line-height: 120px; }
    .h-xs-6.adapt-line-height { line-height: 144px; }
    .max-h-xs-1 { max-height: 24px; }
    .max-h-xs-2 { max-height: 48px; }
    .max-h-xs-3 { max-height: 72px; }
    .max-h-xs-4 { max-height: 96px; }
    .max-h-xs-5 { max-height: 120px; }
    .max-h-xs-6 { max-height: 144px; }
    .h-xs-offset-0 { margin-top: 0; }
    .h-xs-offset-025 { margin-top: 6px; }
    .h-xs-offset-05 { margin-top: 12px; }
    .h-xs-offset-075 { margin-top: 18px; }
    .h-xs-offset-1 { margin-top: 24px; }
    .h-xs-offset-2 { margin-top: 48px; }
    .h-xs-offset-3 { margin-top: 72px; }
    .h-xs-offset-4 { margin-top: 96px; }
    .h-xs-offset-5 { margin-top: 120px; }
    .h-xs-offset-6 { margin-top: 144px; }
    .h-xs-offset-bot-0 { margin-bottom: 0; }
    .h-xs-offset-bot-025 { margin-bottom: 6px; }
    .h-xs-offset-bot-05 { margin-bottom: 12px; }
    .h-xs-offset-bot-075 { margin-bottom: 18px; }
    .h-xs-offset-bot-1 { margin-bottom: 24px; }
    .h-xs-offset-bot-2 { margin-bottom: 48px; }
    .h-xs-offset-bot-3 { margin-bottom: 64px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .h-sm-1 { height: 62.5px; }
    .h-sm-2 { height: 95px; }
    .h-sm-3 { height: 157.5px; }
    .h-sm-4 { height: 220px; }
    .h-sm-5 { height: 282.5px; }
    .h-sm-6 { height: 345px; }
    .h-sm-7 { height: 407.5px; }
    .h-sm-8 { height: 470px; }
    .h-sm-1.adapt-line-height { line-height: 62.5px; }
    .h-sm-2.adapt-line-height { line-height: 95px; }
    .h-sm-3.adapt-line-height { line-height: 157.5px; }
    .h-sm-4.adapt-line-height { line-height: 220px; }
    .h-sm-5.adapt-line-height { line-height: 282.5px; }
    .h-sm-6.adapt-line-height { line-height: 345px; }
    .h-sm-7.adapt-line-height { line-height: 407.5px; }
    .h-sm-8.adapt-line-height { line-height: 470px; }
    .max-h-sm-1 { max-height: 62.5px; }
    .max-h-sm-2 { max-height: 95px; }
    .max-h-sm-3 { max-height: 157.5px; }
    .max-h-sm-4 { max-height: 220px; }
    .max-h-sm-5 { max-height: 282.5px; }
    .max-h-sm-6 { max-height: 345px; }
    .h-sm-offset-0 { margin-top: 0; }
    .h-sm-offset-025 { margin-top: 15px; }
    .h-sm-offset-05 { margin-top: 31px; }
    .h-sm-offset-075 { margin-top: 46px; }
    .h-sm-offset-1 { margin-top: 62.5px; }
    .h-sm-offset-2 { margin-top: 95px; }
    .h-sm-offset-3 { margin-top: 157.5px; }
    .h-sm-offset-4 { margin-top: 220px; }
    .h-sm-offset-5 { margin-top: 282.5px; }
    .h-sm-offset-6 { margin-top: 345px; }
    .h-sm-offset-bot-0 { margin-bottom: 0; }
    .h-sm-offset-bot-025 { margin-bottom: 15px; }
    .h-sm-offset-bot-05 { margin-bottom: 31px; }
    .h-sm-offset-bot-075 { margin-bottom: 46px; }
    .h-sm-offset-bot-1 { margin-bottom: 62.5px; }
    .h-sm-offset-bot-2 { margin-bottom: 95px; }
    .h-sm-offset-bot-3 { margin-bottom: 157.5px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .h-md-1 { height: 80.83px; }
    .h-md-2 { height: 131.67px; }
    .h-md-3 { height: 212.5px; }
    .h-md-4 { height: 293.33px; }
    .h-md-5 { height: 374.16px; }
    .h-md-6 { height: 455px; }
    .h-md-1.adapt-line-height { line-height: 80.83px; }
    .h-md-2.adapt-line-height { line-height: 131.67px; }
    .h-md-3.adapt-line-height { line-height: 212.5px; }
    .h-md-4.adapt-line-height { line-height: 293.33px; }
    .h-md-5.adapt-line-height { line-height: 374.16px; }
    .h-md-6.adapt-line-height { line-height: 455px; }
    .max-h-md-1 { max-height: 80.83px; }
    .max-h-md-2 { max-height: 131.67px; }
    .max-h-md-3 { max-height: 212.5px; }
    .max-h-md-4 { max-height: 293.33px; }
    .max-h-md-5 { max-height: 374.16px; }
    .max-h-md-6 { max-height: 455px; }
    .h-md-offset-0 { margin-top: 0; }
    .h-md-offset-025 { margin-top: 20px; }
    .h-md-offset-05 { margin-top: 40px; }
    .h-md-offset-075 { margin-top: 60px; }
    .h-md-offset-1 { margin-top: 80.83px; }
    .h-md-offset-2 { margin-top: 131.67px; }
    .h-md-offset-3 { margin-top: 212.5px; }
    .h-md-offset-4 { margin-top: 293.33px; }
    .h-md-offset-5 { margin-top: 374.16px; }
    .h-md-offset-6 { margin-top: 455px; }
    .h-md-offset-bot-0 { margin-bottom: 0; }
    .h-md-offset-bot-025 { margin-bottom: 20px; }
    .h-md-offset-bot-05 { margin-bottom: 40px; }
    .h-md-offset-bot-075 { margin-bottom: 60px; }
    .h-md-offset-bot-1 { margin-bottom: 80.83px; }
    .h-md-offset-bot-2 { margin-bottom: 131.67px; }
    .h-md-offset-bot-3 { margin-bottom: 212.5px; }
}
@media (min-width: 1200px) {
    .h-lg-1 { height: 97.5px; }
    .h-lg-2 { height: 180px; }
    .h-lg-3 { height: 262.5px; }
    .h-lg-4 { height: 360px; }
    .h-lg-5 { height: 457.5px; }
    .h-lg-6 { height: 555px; }
    .h-lg-1.adapt-line-height { line-height: 97.5px; }
    .h-lg-2.adapt-line-height { line-height: 180px; }
    .h-lg-3.adapt-line-height { line-height: 262.5px; }
    .h-lg-4.adapt-line-height { line-height: 360px; }
    .h-lg-5.adapt-line-height { line-height: 457.5px; }
    .h-lg-6.adapt-line-height { line-height: 555px; }
    .max-h-lg-1 { max-height: 97.5px; }
    .max-h-lg-2 { max-height: 165px; }
    .max-h-lg-3 { max-height: 262.5px; }
    .max-h-lg-4 { max-height: 360px; }
    .max-h-lg-5 { max-height: 457.5px; }
    .max-h-lg-6 { max-height: 555px; }
    .h-lg-offset-0 { margin-top: 0; }
    .h-lg-offset-025 { margin-top: 24px; }
    .h-lg-offset-05 { margin-top: 49px; }
    .h-lg-offset-075 { margin-top: 74px; }
    .h-lg-offset-1 { margin-top: 97.5px; }
    .h-lg-offset-2 { margin-top: 165px; }
    .h-lg-offset-3 { margin-top: 262.5px; }
    .h-lg-offset-4 { margin-top: 360px; }
    .h-lg-offset-5 { margin-top: 457.5px; }
    .h-lg-offset-6 { margin-top: 555px; }
    .h-lg-offset-bot-0 { margin-bottom: 0; }
    .h-lg-offset-bot-025 { margin-bottom: 24px; }
    .h-lg-offset-bot-05 { margin-bottom: 48px; }
    .h-lg-offset-bot-075 { margin-bottom: 64px; }
    .h-lg-offset-bot-1 { margin-bottom: 97.5px; }
    .h-lg-offset-bot-2 { margin-bottom: 165px; }
    .h-lg-offset-bot-3 { margin-bottom: 262.5px; }
}
/* universal classes */
.hideOverflow {
    overflow: hidden;
}
.hideOverflow > input[type="file"] {
    max-width: 100%;
}
.uppercase {





    text-transform: uppercase;
}
/* navigation tree */
.navigationTree ul {
    list-style-type: none;
}
.navigationTree ul {
    padding: 0 0 0 18px;
}
.navigationTree ul {
    display: none;
}
.navigationTree > ul,
.navigationTree .open > ul {
    display: block;
}
.navigationTree > ul {
    padding: 0;
}
.navigationTree li {
    position: relative;
}
.openCloseToggle {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    height: 24px;
    left: 0;
    width: 18px;
}
.openCloseToggle:before,
li.open.animating > .openCloseToggle:before {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    left: 3px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid none solid solid;
    border-color: transparent #ccc;
}
.no-touch .openCloseToggle:hover:before,
.no-touch li.open.animating > .openCloseToggle:hover:before {
    border-color: transparent #6883a1;
}
li.open > .openCloseToggle:before,
li.animating > .openCloseToggle:before {
    border-style: solid solid none solid;
    border-color: #ccc transparent;
}
.no-touch li.open > .openCloseToggle:hover:before,
.no-touch li.animating > .openCloseToggle:hover:before {
    border-color: #6883a1 transparent;
}
/* modern browsers only */
@media only screen {
    .openCloseToggle:before {
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }
    .openCloseToggle:before,
    li.open.animating > .openCloseToggle:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    li.open > .openCloseToggle:before,
    li.animating > .openCloseToggle:before {
        border-style: solid none solid solid;
        border-color: transparent #ccc;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .no-touch li.open > .openCloseToggle:hover:before,
    .no-touch li.animating > .openCloseToggle:hover:before {
        border-color: transparent #6883a1;
    }
}
@media only screen and (max-width: 991px) {
    .navbar .nav li > .openCloseToggle:before,
    .navbar .nav li.open.animating > .openCloseToggle:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .navbar .nav li.open > .openCloseToggle:before,
    .navbar .nav li.animating > .openCloseToggle:before {
        border-style: solid none solid solid;
        border-color: transparent #6883a1;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(-90deg);
    }
    .no-touch .navbar .nav li.open > .openCloseToggle:hover:before,
    .no-touch .navbar .nav li.animating > .openCloseToggle:hover:before {
        border-color: transparent #ccc;
    }
}
.navigationTree a.treeLink,
.facetValueLabel,
.AvailabilityFilterElement > label,
.CharacterFilterElement > label {
    display: block;
    margin: 0;
    padding: 2px 2px 2px 1px;
    /*border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    line-height: 14px;
    color: inherit;
    text-decoration: none;
    word-wrap: break-word;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
}
.navigationTree a.treeLink {
    margin-left: 0;
    padding: 10px 0 10px 0;
    font-size: 17px;
    font-weight: 600;
}
.navigationTree li.active > a {
    color: #7497bd;
}
.navigationTree a:hover,
.navigationTree a:focus,
.navigationTree li.active > a:hover,
.navigationTree li.active > a:active,
.facetValueLabel:hover,
.AvailabilityFilterElement > label:hover,
.CharacterFilterElement > label:hover {
    color: #7497bd;
    border:none;
}
.treeLink:after {
    content: "";
    display: table;
    clear: both;
}
.singleItemView .navigationTree > ul {
    max-height: 500px;
    overflow: auto;
}
/* to top button */
.toTop {
    position: fixed;
    display: none;
    z-index: 1000;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px 0 #fff;
    -moz-box-shadow: 0 0 15px 0 #fff;
    box-shadow: 0 0 15px 0 #fff;
}
.toTop.visible {
    display: block;
}
.btn:focus {
    outline: 0;
}
.img-responsive.center {
    margin: 0 auto;
}
.line-through {
    text-decoration: line-through;
}
a.noLink,
a.noLink:hover,
a.noLink:visited,
a.noLink:active,
a.noLink:link {
    text-decoration: none;
}
.no-touch .onHover .visible-hover,
.no-touch .onHover:hover .hidden-hover,
.no-touch .onHover.hover .hidden-hover {
    display: none;
}
.no-touch .onHover:hover .visible-hover,
.no-touch .onHover.hover .visible-hover,
.no-touch .onHover .hidden-hover {
    display: block;
}
@media(min-width: 768px) {
    .PlentyWebTableLayout > .PlentyFormContainer {
        margin-top: 6px;
    }
}
.singleItemDetails .PlentyWebTableLayout .PlentyFormContainer.ArticleAttrTd_0 {
    float: left;
}
.singleItemDetails .PlentyWebTableLayout .PlentyFormContainer.ArticleAttrTd_1 {
    float: left;
}
[class^="ArticleAttrImage"] {
    margin-bottom: 0.25em;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}
.ArticleAttrImageSelected {
    border-color: #aaa;
    background: #ddd;
}
.PlentyWebAttributeTitle {
    line-height: 34px;
    font-weight: bold;
}
/* category header box */
.headerBox {
    /*background-color: #008EBD;*/
}
.headerBox * {
    color: #fff;
}
.headerBox h1 > span {
    display: block;
    font-size: 0.5em;
    line-height: 0.75em;
}
.headerBox h1 {
    padding: 15px 15px 5px;
}
/* nav info */
.navbar-information .nav > li > .dropdown-menu > li > a {
    white-space: nowrap; background:none;
}
.navbar-information .nav > li > .dropdown-menu > li > a:hover{ color:#6883a1;}
/* navigation */
@media (min-width: 992px) {
    .navbar-information .nav > li > a {
        z-index: 2005;
    }
    .navbar-information .nav > li > .dropdown-menu {
        z-index: 2000;
        min-width: 100%;
    }
    .dropdown-padding > li {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* fixed navbar */
    .navbar-information.fixed {
        position: fixed;
        z-index: 5000;
        background-color: #fff;
        box-shadow: -1px 6px 10px -9px #000;
    }
}
/* mobile dropdowns */
@media (max-width: 991px) {
    .dropdown.enable-xs-sm {
        position: relative;
    }
    .dropdown.enable-xs-sm .dropdown-menu {
        position: absolute;
        z-index: 2000;
        top: 42px; /* 8px difference (= parent .navbar-nav margin-top) between (max-width: 991px) and (max-width: 413px) */
        left: -20px;
        min-width: 200px;
        padding: 5px;
        background: #fff;
        border-radius: 9px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    }
    .dropdown.enable-xs-sm.isLogin .dropdown-menu {
        left: auto;
        right: -20px;
    }
    .navbar-information .nav > li > .dropdown-menu li > a,
    .navbar .nav > li > .dropdown-menu .dropdown-header {
        border-color: transparent;
    }
}
@media (max-width: 413px) {
    .dropdown.enable-xs-sm {
        position: static;
    }
    .dropdown.enable-xs-sm .dropdown-menu {
        top: 50px;
        left: auto;
        right: 25px;
        min-width: 0;
        width: 200px;
    }
    .dropdown.enable-xs-sm.isInfo .dropdown-menu {
        left: auto;
        right: 50px;
    }
    .dropdown.enable-xs-sm.isLogin .dropdown-menu {
        left: auto;
        right: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .dropdown.enable-xs-sm.open:before,
    .dropdown.enable-xs-sm.open:after {
        content: "";
        position: absolute;
        display: block;
        top: 32px; /* 8px difference (= parent .navbar-nav margin-top) between (max-width: 991px) and (max-width: 413px) */
        margin-left: 9px;
    }
    .dropdown.enable-xs-sm.open:before {
        width: 20px;

        height: 20px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
        -moz-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
        -o-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
        -ms-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
        transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
    }
    .dropdown.enable-xs-sm.open:after {
        z-index: 2001;
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: none solid solid;
        border-color: #fff transparent;
    }
}
@media only screen and (max-width: 413px) {
    .dropdown.enable-xs-sm.open:before,
    .dropdown.enable-xs-sm.open:after {
        top: 40px;
    }
}
/* basket preview */
.basketPreviewContent.gradient-y-fade-in {
    /*	margin-top: -6px;*/
}
.basketPreviewInfo,
.basketPreviewInfo > span:first-child {
    text-decoration: inherit;
}
.basketItemsList {
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -15px;
    padding-right: 15px;
}
.basketPreviewContent.gradient-y-fade-in .basketItemsList > a:first-child {
    margin-top: 16px;
}
@media (max-width: 991px) {
    .basketPreviewFooter {
        margin-bottom: 12px;
    }
}
@media (min-width: 992px) {
    .basketPreviewContainer {
        width: 300px;
    }
    .dropdown-menu.disabled .basketPreviewContainer {
        width: auto;
        white-space: nowrap;
    }
    .basketItemsList {
        max-height: 350px;
    }
}
/* gradient fadeout/fadein */
[class*="gradient-"] {
    position: relative;
}
[class*="gradient-"]:after {
    content: "";
    position: absolute;
    display: block;
}
[class*="gradient-y-"]:after {
    height: 20px;
    left: 0;
    right: 0;
}
.gradient-y-fade-out:after {
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255 ,255 ,255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.gradient-y-fade-out.gradient-y-fade-out-before:after {
    bottom: 100%;
}
.gradient-y-fade-in:after {
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255 ,255 ,255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.gradient-y-fade-in.gradient-y-fade-in-after:after {
    top: 100%;
}
/* login form */
.loginForm .form-control,
.loginForm .form-group {
    margin-bottom: 5px;
}
.loginForm .btn {
    width: 100%;
    padding: 4px 9px 3px;
}
@media (min-width: 992px) {
    .loginForm .btn {
        width: 35px;
    }
    .loginForm > .clearfix,
    .loginForm {
        width: 451px;
    }
    .loginForm .form-control {
        float: left;
        margin-right: 8px;
    }
    .loginForm input[name="email"],
    .loginForm input[name="pwd"] {
        width: 200px;
    }
}
/* categories navigation */
.categoryNavigationList a.active,
.categoryNavigationList a.active:hover {
    background-color: #6883a1;
    border-color: #6883a1;
}
.categoryNavigationList a.level-1 {
    font-weight: bold;
}
.categoryNavigationList a.level-1 .badge {
    font-weight: 700;
}
.categoryNavigationList a.level-2 {
    padding-left: 40px;
}
.categoryNavigationList a.level-3 {
    font-style: italic;
    padding: 5px 15px 5px 60px;
}
.inlineForm,
.inlineForm > form {
    display: inline-block;
}
/* item sorting / pagination */
.categoryPagination .nav a,
.categoryPagination .navbar .nav li > a {
    padding: 0 2px;
    border: none;
    border-radius: 0px;
    color: #061b36;
    font-size: 16px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
}
.categoryPagination .nav a:hover,
.categoryPagination .nav a:focus,
.categoryPagination .navbar .nav li > a:hover,
.categoryPagination .navbar .nav li > a:focus,
.categoryPagination .navbar .nav li > a.active,
.categoryPagination .nav a.articlePages_activeLink {
    font-weight: 600;
    color: #061b36;
}
.categoryPagination .navbar .nav li > a.active {
    cursor: default;
}
.categoryPagination .form-control {
    display: inline-block;
    width: auto;
}
.categoryPagination label {
    margin-bottom: 0;
}
.categoryPagination .navbar-right li {
    float: left;
}
.categoryPagination .nav.navbar-right a,
.categoryPagination .nav.navbar-right .articlePages .articlePages_DotStart {
    display: block;
    float: left;
    margin: 0 2px;
    font-weight: bold;
    text-decoration: none;
}
.categoryPagination .nav.navbar-right li:first-child > a {
    margin-left: 0;
}
.categoryPagination .nav.navbar-right li:last-child > a {
    margin-right: 0;
}
.articlePages:after {
    content: "";
    display: table;
    clear: both;
}
.categoryPagination .nav.navbar-right .articlePages a {
    padding-left: 2px;
    padding-right: 2px;
}

.categoryPagination .nav.navbar-left {
    float: left;
    margin-right: 8px;
}
.categoryPagination .nav.navbar-right {
    float: right;
    margin-left: -8px;
}
.articlePages_DotStart {
    padding: 4px 2px;
}
@media (max-width: 359px) {
    .categoryPagination .itemSortingLabel select {
        max-width: 120px;
    }
}
/* ITEM VIEW */
.filterLabel,
.CharacterFilterGroupName {
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 17px;
    padding:0px!important;

}

.facetList,
.facetContentList {
    padding: 0;
    list-style-type: none;
}
.priceSliderWrapper .priceSliderLabel {
    position: relative;
    height: 28px;
    border: 1px solid #ddd;
    padding: 1px 6px;
    font-size: 14px;
    font-weight: normal;
}
.priceSliderWrapper .priceSliderLabel.isMin {
    border-radius: 3px 0 0 3px;
    padding-right: 3px;
}
.priceSliderWrapper .priceSliderLabel.isMax {
    border-radius: 0 3px 3px 0;
    padding-left: 3px;
}
.priceSliderWrapper .priceSliderLabel:before,
.priceSliderWrapper .priceSliderLabel:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    border-width: 14px 7px;
}
.priceSliderWrapper .priceSliderLabel:before {
    border-color: transparent #ddd;
}
.priceSliderWrapper .priceSliderLabel:after {
    border-color: transparent #fff;
}
.priceSliderWrapper .priceSliderLabel.isMin:before,
.priceSliderWrapper .priceSliderLabel.isMin:after {
    border-style: solid none solid solid;
    right: -7px;
}
.priceSliderWrapper .priceSliderLabel.isMax:before,
.priceSliderWrapper .priceSliderLabel.isMax:after {
    border-style: solid solid solid none;
    left: -7px;
}
.priceSliderWrapper .priceSliderLabel.isMin:before {
    right: -8px;
}
.priceSliderWrapper .priceSliderLabel.isMax:before {
    left: -8px;
}
/* slider */
.ui-slider-horizontal {
    height: 6px;
    margin: 6px;
    border: 1px solid #aaa;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
}
.touch .ui-slider-horizontal {
    margin: 16px;
}
.ui-slider {
    position: relative;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: -6px;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.touch .ui-slider .ui-slider-handle {
    width: 32px;
    height: 32px;
    top: -14px;
    margin-left: -16px;
}
.ui-slider-handle {
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
}
.touch .ui-slider-handle.ui-state-active {
    background: #6883a1;
}
.ui-slider-handle.ui-state-focus {
    outline: none;
}
.ui-slider-range {
    position: relative;
    background-color: #ccc;
    height: 100%;
    -webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15) inset;
}
.label-default {
    background-color: #999;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
@media (max-width: 767px) { /* difference between .no-touch and .touch dimensions is constant for all screen intervals */
    .no-touch .categoryView.isGridView .itemBox,
    .no-touch .crossSellingWrapper {
        height: auto;
    }
    .touch .categoryView.isGridView .itemBox,
    .touch .crossSellingWrapper {
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-information{ float:none!important;}

    .no-touch .categoryView.isGridView .itemBox,
    .no-touch .crossSellingWrapper {
        height: auto;
    }
    .touch .categoryView.isGridView .itemBox,
    .touch .crossSellingWrapper {
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .no-touch .categoryView.isGridView .itemBox,
    .no-touch .crossSellingWrapper {
        height: auto;
    }
    .touch .categoryView.isGridView .itemBox,
    .touch .crossSellingWrapper {
        height: auto;
    }
}
@media (min-width: 1200px) {
    .no-touch .categoryView.isGridView .itemBox,
    .no-touch .crossSellingWrapper {
        height: auto;
    }
    .touch .categoryView.isGridView .itemBox,
    .touch .crossSellingWrapper {
        height: auto;
    }
}
/* action label */
.itemBox .action {
    padding: 1px 15px;
    position: absolute;
    z-index: 100;
    opacity: 0.7;
}
.itemBox:hover .action {
    z-index: 300;
}
.itemBox.action-1 .itemBoxInner,
.itemBox.action-1 .basketButtonContainer {
    border-color: red;
}
.itemBox.action-1 .action {
    background-color: red;
    color: #fff;
}
.itemBox.action-2 .itemBoxInner,
.itemBox.action-2 .basketButtonContainer{
    border-color: gray;
}
.itemBox.action-2 .action {
    background-color: gray;
    color: #fff;
}
.itemBox.action-3 .itemBoxInner,
.itemBox.action-3 .basketButtonContainer{
    border-color: gray;
}
.itemBox.action-3 .action {
    background-color: gray;
    color: #fff;
}
/* item box */
.itemBox a.itemLink,
.itemBox a.itemLink:hover,
.itemBox a.itemLink:active,
.itemBox a.itemLink:visited {
    color: #555;
    text-decoration: none;
}
.js-link {
    cursor: pointer;
}
.itemBox .itemBoxInner {
    position: relative;
}
.itemBox .itemBoxInner,
.previewImage,
.crossSellingItemInner {
    -website-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    text-align:left;
}
.itemBox:hover .itemBoxInner,
.crossSellingItem:hover .crossSellingItemInner {
    z-index: 200;
    -website-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.crossSellingItemInner > span:first-child {
    min-height: 100%;
    line-height: 50px;
    height: 50px;
}
.crossSellingItemInner > span:first-child img {
    vertical-align: middle;
    display: inline;
}
.itemBox p {
    margin: 0;
}
.itemBox .name {
    font-size: 1.25em;
    padding: 6px 0;
}
.categoryView.isGridView .itemBox .name,
.crossSellingSlider .itemBox .name {
    max-height: 150px!important;
    min-height: 136px!important;

    overflow: hidden;
    padding-left: 0px;
    padding-right: 3px;
}
.itemBox .price .uvp,
.itemBoxSingleView .price .uvp {
    color: red;
}
.itemBox .shipping,
.itemBox .shipping a,
.itemBox .shipping a:hover,
.itemBox .shipping a:visited {
    color: gray;
}
.itemBox .shipping a:hover {
    text-decoration: underline;
}
.itemBox .base-price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-touch .itemBoxInner .quantityInputWrapper,
.no-touch .basketView .quantityInputWrapper,
.no-touch .checkout .quantityInputWrapper {
    width: 55px;
}
.no-touch .crossSellingSlider .quantityInputWrapper {
    width: 50px;
}
@media (min-width: 992px) {
    .no-touch .itemBoxInner .quantityInputWrapper {
        display: block;
        float: left;
        margin: 3px 0 3px 3px;
    }
}
.quantityInputWrapper input {
    height: 34px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.no-touch .quantityInputWrapper input {
    width: 100%;
    padding-right: 13px;
}
.no-touch .itemBoxInner .buttonBox {
    margin: 3px;
}
@media (max-width: 991px) {
    .no-touch .itemBoxInner .quantityInputWrapper,
    .no-touch .itemBoxInner .buttonBox.isAddToBasket {
        display: inline-block;
        margin-bottom: 3px;
        vertical-align: top;
    }
    .no-touch .itemBoxInner .buttonBox.isAddToBasket {
        margin: 0  0 3px 3px;
    }
}
@media (min-width: 992px) {
    .no-touch .itemBoxInner .buttonBox.isAddToBasket {
        float: right;
        margin: 3px 3px 3px 0;
    }
    .no-touch .categoryDetails.isGridView .itemBoxInner .buttonBox.isAddToBasket > button {
        padding-left: 0;
        padding-right: 0;
    }
}
/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
    .no-touch .itemBoxInner .quantityInputWrapper {
        margin-bottom: 0;
    }
    .no-touch .itemBoxInner .buttonBox.isAddToBasket {
        display: block;
        float: none;
        margin: 3px;
    }
}
/* item list grid view */
@media (max-width: 767px) {
    .no-touch .categoryDetails.isGridView .itemBoxInner .buttonBox.isAddToBasket > button {
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .no-touch .categoryDetails.isGridView .itemBoxInner .buttonBox.isAddToBasket > button {
        display: block;
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .no-touch .categoryDetails.isGridView .itemBoxInner .buttonBox.isAddToBasket > button {
        width: 146px;
    }
}
@media (min-width: 1200px) {
    .no-touch .categoryDetails.isGridView .itemBoxInner .buttonBox.isAddToBasket > button {
        width: 123px;
    }
}
/* crosselling slider */
/* sm md lg */
@media (min-width: 768px) {
    .no-touch .crossSellingSlider .itemBoxInner .buttonBox.isAddToBasket > button {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .no-touch .crossSellingSlider .itemBoxInner .buttonBox.isAddToBasket > button {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .no-touch .crossSellingSlider .itemBoxInner .buttonBox.isAddToBasket > button {
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .no-touch .crossSellingSlider .itemBoxInner .buttonBox.isAddToBasket > button {
        width: 151px;
    }
}
@media (min-width: 1200px) {
    .no-touch .crossSellingSlider .itemBoxInner .buttonBox.isAddToBasket > button {
        width: 128px;
    }
}
.no-touch .btn.quantityInputButton {
    position: absolute;
    right: 2px;
    width: 14px;
    margin: 0;
    padding: 0;
    height: 14px;
    border-radius: 50%;
    font-size: 6px;
    line-height: 12px;
    text-align: left;
    text-indent: 3px;
}
.no-touch .btn.quantityInputButton.isPlus {
    top: 2px;
}
.no-touch .btn.quantityInputButton.isMinus {
    bottom: 2px;
}
.btn.quantityInputButton > span.glyphicon:before {
    margin-right: 0;
}
.touch .quantityInputWrapper {
    position: relative;
    float: left;
    display: block;
    margin: 3px 0;
    padding: 0 35px;
}
@media (min-width: 992px) {
    .touch .quantityInputWrapper {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
.touch .quantityInputWrapper input {
    width: 44px;
}
.touch .btn.quantityInputButton {
    position: absolute;
    top: 0;
    width: 32px;
    /*height: auto;*/
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.touch .btn.quantityInputButton.isPlus {
    right: 0;
}
.touch .btn.quantityInputButton.isMinus {
    left: 0;
}
.touch .buttonBox {
    margin: 3px;
}
.touch .buttonBox.isAddToBasket {
    float: right;
    margin: 3px 3px 3px 0;
}
@media (max-width: 767px) {
    .touch .quantityInputWrapper {
        float: none;
        display: inline-block;
    }
    .touch .buttonBox.isAddToBasket {
        float: none;
        display: inline-block;
        margin: 3px;
        vertical-align: top;
    }
}
@media (min-width: 992px) {
    .touch .buttonBox.isAddToBasket {
        float: none;
        display: inline-block;
        margin: 3px;
        vertical-align: top;
    }
    .touch .itemBoxInner .buttonBox a {
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .touch .categoryDetails:not(.isListView) .buttonBox.isAddToBasket > button,
    .touch .crossSellingSlider .buttonBox.isAddToBasket > button {
        position: relative;
        width: 32px;
        text-align: center;
    }
}
ul.categoryDetails {
    padding: 0;
    list-style-type: none;
}
.categoryDetails.isListView .quantityInputWrapper,
.categoryDetails.isListView .itemBoxInner .buttonBox.isAddToBasket {
    float: left;
    margin: 0 3px 0 0;
}
.categoryDetails.isListView .itemBoxInner .buttonBox {
    margin: 0;
}
.isListView .isImage > .imageBox {
    margin: 12px 0;
}

/* attribute selection */
.attributeSelection {
    background-color: #fff;
    bottom: 0;
    position: absolute;
    width: 100%;
}
/* availability icon */
.availabilityIcon {
    display: block;
    margin-top: 3px;
    height: 16px;
    width: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
.availabilityIcon span {
    display: block;
    width: 100%;
}
.availabilityIcon span {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
}
.availabilityIcon span + span {
    margin-top: -1px;
}
.availabilityIcon.availabilityDetails-1 span {
    height: 100%;
}
.availabilityIcon.availabilityDetails-2 span {
    height: 8px;
}
.availabilityIcon.availabilityDetails-3 span {
    height: 6px;
}
.availabilityIcon.availabilityDetails-1 .second,
.availabilityIcon.availabilityDetails-1 .third,
.availabilityIcon.availabilityDetails-2 .third {
    display: none;
}
.availabilityDetails-1.available-1 .first,
.availabilityDetails-1.available-2 .first,
.availabilityDetails-1.available-3 .first,
.availabilityDetails-1.available-4 .first,
.availabilityDetails-2.available-1 .first,
.availabilityDetails-2.available-1 .second,
.availabilityDetails-2.available-2 .first,
.availabilityDetails-2.available-2 .second,
.availabilityDetails-2.available-3 .second,
.availabilityDetails-2.available-4 .second,
.availabilityDetails-3.available-1 .first,
.availabilityDetails-3.available-1 .second,
.availabilityDetails-3.available-1 .third,
.availabilityDetails-3.available-2 .second,
.availabilityDetails-3.available-2 .third,
.availabilityDetails-3.available-3 .third {
    background-color: #3b0;
}
.availabilityDetails-1.available-5 .first,
.availabilityDetails-1.available-6 .first,
.availabilityDetails-1.available-7 .first,
.availabilityDetails-1.available-8 .first,
.availabilityDetails-2.available-3 .first,
.availabilityDetails-2.available-4 .first,
.availabilityDetails-2.available-5 .first,
.availabilityDetails-2.available-5 .second,
.availabilityDetails-2.available-6 .first,
.availabilityDetails-2.available-6 .second,
.availabilityDetails-2.available-7 .second,
.availabilityDetails-2.available-8 .second,
.availabilityDetails-3.available-2 .first,
.availabilityDetails-3.available-3 .first,
.availabilityDetails-3.available-3 .second,
.availabilityDetails-3.available-4 .first,
.availabilityDetails-3.available-4 .second,
.availabilityDetails-3.available-4 .third,
.availabilityDetails-3.available-5 .second,
.availabilityDetails-3.available-5 .third,
.availabilityDetails-3.available-6 .third {
    background-color: #fc3;
}
.availabilityDetails-1.available-9 .first,
.availabilityDetails-1.available-10 .first,
.availabilityDetails-2.available-7 .first,
.availabilityDetails-2.available-8 .first,
.availabilityDetails-2.available-9 .first,
.availabilityDetails-2.available-9 .second,
.availabilityDetails-2.available-10 .first,
.availabilityDetails-2.available-10 .second,
.availabilityDetails-3.available-5 .first,
.availabilityDetails-3.available-6 .first,
.availabilityDetails-3.available-6 .second,
.availabilityDetails-3.available-7 .first,
.availabilityDetails-3.available-7 .second,
.availabilityDetails-3.available-7 .third,
.availabilityDetails-3.available-8 .second,
.availabilityDetails-3.available-8 .third,
.availabilityDetails-3.available-9 .third {
    background-color: #f11;
}
.availabilityDetails-3.available-8 .first,
.availabilityDetails-3.available-9 .first,
.availabilityDetails-3.available-9 .second,
.availabilityDetails-3.available-10 .first,
.availabilityDetails-3.available-10 .second,
.availabilityDetails-3.available-10 .third {
    background-color: #aaa;
}
.line-through {
    color: red;
}
/* button: add to basket */
.quantityInputWrapper {
    position: relative;
    display: inline-block;
}
.singleItemDetails .quantityInputWrapper,
.categoryDetails.isListView .quantityInputWrapper,
.basketView .quantityInputWrapper {
    float: left;
    margin: 0 10px 0 0;
}
.no-touch .singleItemDetails .quantityInputWrapper {
    width: 70px;
}
.btn.quantityInputButton .glyphicon {
    padding: 0;
    background-color: transparent;
}
@media (min-width: 768px) {
    .itemBoxInner .buttonBox a {
        display: block;
    }
}
.categoryDetails.isListView .itemBoxInner .buttonBox a {
    display: inline-block;
}
/* preview images */
.jqzoom {
    height: 290px;
    line-height: 290px;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    display: block;
    border: 1px solid #ddd;
}
.jqzoom img {
    display: inline-block;
    width: auto !important;
    max-height: 290px;
}
@media (min-width: 768px) {
    .jqzoom {
        height: 345px;
        line-height: 345px;
    }
    .jqzoom img {
        max-height: 345px;
    }
}
@media (min-width: 1200px) {
    .jqzoom {
        height: 336px;
        line-height: 336px;
    }
    .jqzoom img {
        max-height: 336px;
    }
}
.magnifyarea {
    top: 0px !important;
    z-index: 10 !important;
}
@media (min-width: 768px) {
    .magnifyarea {
        left: 375px !important;
    }
}
@media (min-width: 992px) {
    .magnifyarea {
        left: 364px !important;
    }
}
@media (min-width: 1200px) {
    .magnifyarea {
        left: 366px !important;
    }
}
.singleItemDetails .previewImage {
    display: none;
    margin: 0 6px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    height: 100px;
    line-height: 94px;
}
@media (max-width: 767px) {
    .singleItemDetails .previewImage {
        line-height: 88px;
        height: 90px;
    }
}
/* social media privacy list */
.social-list {
    list-style: none;
    padding-left: 0;
}
footer .social-list {
    margin-bottom: -8px;
}
.social-list li {
    display: inline-block;
    height: 29px;
    vertical-align: top;
}
.social-list li > div {
    display: inline-block;
}
/* placeholder buttons */
.social-list .btn {
    height: auto;
    line-height: 15px;
    padding: 2px 9px 2px 5px;
    font-size: .9em;
    opacity: .8;
    cursor: default;
    margin-bottom: 8px;
}
.social-list .social-container {
    display: inline-block;
}
/* social-switch */
.social-switch {
    height: 12px;
    width: 23px;
    border-radius:6px;
    text-indent: -10000em;
    float: left;
    margin-top: 5px;
    margin-right: 6px;
    padding: 0;
    overflow: hidden;
    background-image: none;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3) inset;
}
.social-switch.off {
    cursor: pointer;
    background-color: #ccc;
}
.social-switch.on {
    background-color: #3b0;
    padding-left: 11px;
}
.social-switch > span {
    height: 10px;
    width: 10px;
    display: block;
    background-color: #eee;
    border-radius: 50%;
    box-shadow: 0 0 3px #000;
}

/* crossselling items */
.crossSellingItemInner {
    padding: 6px 0;
}
.crossSellingWrapper {
    position: relative;
}
@media (max-width: 413px) {
    .crossSellingWrapper {
        margin-top: 18px;
    }
}
/* single item */
.itemDefList {
    margin: 0;
}
.itemDefList dt,
.itemDefList dd,
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperTitle,
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperContent,
.attributeBox .PlentyFormContainer.ArticleAttrTd_0,
.attributeBox .PlentyFormContainer.ArticleAttrTd_1 {
    width: 50%;
}
.itemDefList dt,
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperTitle {
    float: left;
    clear: left;
}
.itemDefList dd,
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperContent {
    float: right;
    clear: right;
}
@media (max-width: 767px) {
    .itemDefList dt,
    .itemDefList dd,
    .plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperTitle,
    .plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperContent,
    .attributeBox .PlentyFormContainer.ArticleAttrTd_0,
    .attributeBox .PlentyFormContainer.ArticleAttrTd_1 {
        width: 100%;
        line-height: 18px;
    }
    .itemDefList dd,
    .plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperContent,
    .attributeBox .PlentyFormContainer.ArticleAttrTd_1 {
        margin-bottom: 6px;
    }
    .singleItemDetails .priceBase {
        display: block;
    }
}
.itemDefList:after,
.plentyAttributeSelectWrapper:after {
    content: "";
    display: table;
    clear: both;
}
.zoomstatus {
    border-style: none !important; /* override inline style */
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    border-radius: 4px;
    font-weight: normal !important;
}
.magnifyarea {
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    -wibkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
/* FOOTER */
/* newsletter form */
.newsletter-form {
    text-align: center;
}
.newsletter-form * {
    vertical-align: top;
}
.newsletter-form button.btn {
    width: 100%;
}
.newsletter-form button.btn .glyphicon:before {
    vertical-align: top;
}
@media (min-width: 768px) {
    .newsletter-form .form-group {
        width: 29%;
        margin-right: 1%;
        display: inline-block;
    }
    .newsletter-form button.btn {
        width: auto;
    }
}
.imgwrapper {
    position: relative;
}
/* footer list */
ul.footerList {
    padding-left: 0;
    list-style: none;
}
.footerLink {
    color: #aaa;
}
.footerLink:hover {
    color: #888;
}
.footerLink .plentyicon {
    position: relative;
    top: -1px;
    margin-left: 0.1em;
    margin-right: 0;
    line-height: inherit;
    font-size: 22px;
    vertical-align: middle;
}
/* mouse grab icon */
.grabbing,
.grabbing a,
.grabbing .js-link {
    cursor: move;
    cursor: grabbing;
}
/* client attribute select */
/* wrapper */
.plentyAttributeSelectWrapper,
.offerDetailsBox .PlentyWebTableLayout > .PlentyFormContainer {
    margin: 3px 0;
}
.offerDetailsBox .PlentyWebTableLayout > .PlentyFormContainer:after {
    content: "";
    display: table;
    clear: both;
}
/* wrapper title */
.plentyAttributeSelectWrapperTitle {
    font-weight: bold;
}
/* wrapper content */
.plentyAttributeSelectWrapperContent {
    display: inline-block;
}
/* value selected */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue {
    position: relative;
    margin-bottom: -2px;
}
/* ul */
.plentyAttributeSelectWrapperContent ul {
    margin: 0;
    padding: 0;
    color: #333;
}
/* ul boxes */
.plentyAttributeSelectHasImageGallery ul,
.plentyAttributeSelectHasTextList ul {
    margin: 0 -5px 0 0;
}
/* li */
.plentyAttributeSelectWrapperContent ul > li {
    list-style: none;
    margin-left: 0;
    overflow: hidden;
}
/* li boxes */
.plentyAttributeSelectHasImageGallery ul > li,
.plentyAttributeSelectHasTextList ul > li {
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: middle;
}
/* standard height (corresponding to line-height) */
.plentyAttributeSelectHasDropdown,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue {
    height: 30px;
}
/* a */
.plentyAttributeSelectWrapperContent a,
.plentyAttributeSelectedValue {
    display: block;
    padding: 6px 8px;

    line-height: 18px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.plentyAttributeSelectWrapperContent.plentyAttributeSelectHasImageGallery a {
    padding: 3px;
}
.plentyAttributeSelectWrapperContent a {
    cursor: pointer;
}
.plentyAttributeSelectHasDropdown > div,
.plentyAttributeSelectHasImageGallery ul > li > a,
.plentyAttributeSelectHasTextList ul > li > a {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
/* a list */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a {
    padding-right: 20px;
}
/* a img boxes */
.plentyAttributeSelectHasImageGallery ul > li > a {
    overflow: hidden;
}
/* a disabled */
li.plentyAttributeSelectDisabled a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: default !important;
}
/* a hover / selected */
.no-touch .plentyAttributeSelectWrapperContent a:hover,
.plentyAttributeSelectWrapperContent a:focus,
.plentyAttributeSelectWrapperContent  li.plentyAttributeSelectSelected > a {
    color: #000;
}
.plentyAttributeSelectWrapperContent.plentyAttributeSelectHasDropdown:hover > * {
    border-color: #aaa;
    cursor: pointer;
}
/* a list / boxes hover / selected */
.no-touch .plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a:hover,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a:focus,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectSelected a,
.plentyAttributeSelectWrapperContent.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectSelected > a {
    background: #eee;
}
/* a img boxes selected */
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectSelected > a,
.no-touch .plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectDisabled > a:hover,
.no-touch .plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectDisabled > a:hover {
    background: #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* a boxes hover / selected */
.no-touch .plentyAttributeSelectHasImageGallery ul > li > a:hover,
.no-touch .plentyAttributeSelectHasTextList ul > li > a:hover,
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectSelected > a,
.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectSelected > a {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
/* reset a list hover if disabled */
.no-touch .plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled a:hover,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled a:focus {
    background: transparent;
    color: inherit;
}
/* span */
.plentyAttributeSelectWrapperContent a > span:empty {
    display: none;
}
/* value & markup */
.plentyAttributeSelectValueMarkup {
    padding-left: 5px;
}
/* img */
.plentyAttributeSelectHasImageGallery ul > li > a > img {
    border: none;
}
/* dropdown container */
.plentyAttributeSelectHasDropdown {
    position: relative;
}
/* openable container */
.plentyAttributeSelectHasDropdown > div {
    position: absolute;
}
/* open dropdown if hovered */
.plentyAttributeSelectHasDropdown.open > div {
    z-index: 10000;
}
/* arrow */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow {
    position: absolute;
    top: 50%;
    right: 0.5em;
    margin-top: -3px;
    border-style: solid solid none solid;
    border-width: 5px;
    border-color: #999999 transparent transparent;
}
/* arrow hover */
.no-touch .plentyAttributeSelectHasDropdown > div:hover .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow {
    border-color: #777777 transparent transparent;
}
/* list wrapper */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper {
    display: none;
    z-index: 10;
    max-height: 135px; /* adapt to height of li */
    overflow-y: auto;
    overflow-x: hidden;
}
.plentyAttributeSelectWrapperContent.open .plentyAttributeSelectListWrapper {
    display: block;
}
.touch .plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper {
    overflow-y: scroll;
}
/* responsive adaption */
.categoryPagination .nav.navbar-left li { float: left; margin-right: 8px; }
.categoryPagination .nav.navbar-left li:last-child { margin-right: 0; }
.categoryPagination .nav > li { margin-top: 2px; margin-bottom: 2px; }
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperTitle,
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperContent {
    vertical-align: middle;
}
.plentyAttributeSelectHasDropdown > div {
    width:100%;
}
/* client attribute select end */
/* overlay */
.overlay,
.PlentyWebshopOverlay,
#PlentyWebMyAccountOverlay,
#PlentyWebMyAccountDisplayOrdersOverlay,
#PlentyWebMyAccountDisplaySchedulerOrdersOverlay {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
    background: #000;
    cursor: pointer;
}
.PlentyWebshopOverlay {
    z-index: 99000;
    display: none;
}
.overlay {
    bottom: auto;
    height: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: height 0s, opacity 0.4s ease-in-out;
    -moz-transition: height 0s, opacity 0.4s ease-in-out;
    -o-transition: height 0s, opacity 0.4s ease-in-out;
    -ms-transition: height 0s, opacity 0.4s ease-in-out;
    transition: height 0s, opacity 0.4s ease-in-out;
}
.overlay.in {
    height: 100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
}

.overlay.overlay-wait {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 100000;
    cursor: wait;
}

/* (additional) nav / basket preview touch (navigation breakpoint max 991px) */
@media (max-width: 991px) {
    body.navigation-visible .navigation-overlay,
    body.aside-visible .aside-overlay {
        height: 100%;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
    }
}
/* (additional) nav / basket preview touch end */
.overlay.closeIcon:after {
    content: "×";
    position: absolute;
    display: block;
    font-size: 24px;
    color: #fff;
}
.overlay.closeIcon.top-left:after,
.overlay.closeIcon.top-right:after { top: 8px; }
.overlay.closeIcon.top-left:after { left: 16px; }
.overlay.closeIcon.top-right:after { right: 16px; }
/* plenty wait screen */
#jQueryPageWaitScreen {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
    filter: alpha(opacity=50) !important;
    -khtml-opacity: 0.50 !important;
    -moz-opacity: 0.50 !important;
    opacity: 0.50 !important;
    background: #fff !important;
    cursor: wait !important;
}
#jQueryPageWaitScreen > * {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    background-position: center center;
    background-repeat: no-repeat;
}
#jQueryPageWaitScreen img {
    display: none;
}
/* SINGLE ITEM */
.PlentyWebshopButton.add_basket_ajax:before {
    content: "\e116\2009";
    font-family: "glyphicon";
}
/* RATING */
.article_rating_table {
    width:100%; border-spacing:0;
}
.article_rating_table tr td {
    border-bottom: 1px solid #cbcbcb; padding: 5px;
}
.article_rating_table tr:last-child td {
    border-bottom:none;
}
.article_rating_table .article_rating_column_right .name {
    margin-right:15px;
}
.article_rating_table .article_rating_column_right .name:before {
    content: "\e008";
    font-family: "glyphicon";
    margin-right: 5px;
}
.article_rating_table .article_rating_column_right .date:before {
    content: "\e023";
    font-family: "glyphicon";
    margin-right: 5px;
}
.ItemsDescriptionRatingTitle {
    font-weight:600; display:block;
}
.ItemsDescriptionRatingDetail > form > span {
    display:block;
}
.PlentyFormContainer.ItemsDescriptionRatingDetailCommentValue textarea {
    width: 100%; border: 1px solid #999999; padding: 5px; height: 100px;
}
input[name="item_rating_name"],
.PlentyFormContainer.ItemsDescriptionRatingDetailCommentValue input    {
    width: 100%; border: 1px solid #999999; padding: 5px;
}
.PlentyFormContainer.ItemsDescriptionRatingDetailCommentTitle {
    font-weight:600; margin:5px 0;
}
.PlentyFormContainer.ItemsDescriptionRatingTitle {
    margin-bottom:5px
}
/* rating */
.ratingVisualisation {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1em;
}
.ratingVisualisation > span {
    display: inline-block;
}
.ratingBg {
    color: #bbb;
}
.ratingBg > span {
    text-indent: -10000px;
}
.ratingResult {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    color: #fa0;
}
.ratingBg:before,
.ratingResult:before {
    font-family: "plentyicon";
    content: "\e806\e806\e806\e806\e806";
}
.ratingVisualisation > span > span {
    display: inline-block;
    width: 0;
    overflow: hidden;
}
/* rating end */
/* nav / filter / basket preview mobile adaption */
@media (min-width: 992px) {
    .asidePanelContainer {
        display: none;
    }
}
@media (max-width: 991px) {
    .nav-main,
    .navbar-information li.isBasketPreview,
    .filterSubnavigationPanel {
        position: static;
    }
    li.isBasketPreview .dropdown-menu {
        z-index: auto;
    }
    .filterPanel {
        margin: 0;
    }
    .container > .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-header {
        text-align: center;
    }
    .nav-main-container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-information {
        padding: 0 15px;
    }
    .navbar-information li.isBasketPreview ul {
        display: block;
        position: static;
    }
    .mainNavigation,
    .asidePanel {
        position: fixed;
        bottom: 0;
        width: 80%;
        overflow-y: auto;
        z-index: 10001;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition:         transform 0.2s ease-in-out;
        -o-transition:         transform 0.2s ease-in-out;
        -ms-transition:         transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition:         transform 0.2s ease-in-out;
    }
    .mainNavigation, .asidePanel {
        background: #fff;
    }
    .asidePanelTablist li > a {
        background:#6883a1!important; color:#fff!important; border:1px solid #061b36!important;
    }

    .asidePanelTablist li.active > a {
        background:#fff!important; color:#061b36!important;
    }

    .asidePanelContainer.asidePanel{
        background: #061b36;
        border: 1px solid #556d8a;	}

    .basketPreviewContainer.asidePanel{background:none;padding: 25px 15px 0 15px;}
    .basketPreviewContent .basketItemsList li{ margin-bottom:12px;}


    body.filterExist .asidePanel.filterPanel {
        z-index: 10002;
    }
    .asidePanelContainer {
        z-index: 10000;
    }
    .asidePanelTablist > .isFilter {
        display: none;
    }
    body.filterExist .asidePanelTablist > .isFilter {
        display: block;
    }
    .mainNavigation,
    .asidePanel {
        top: 0;
    }
    .basketItemsList .padding-right-025.basketPreviewImage{padding-left:0;}
    .nav-tabs.asidePanelTablist{border-bottom:1px solid #fff;}
    .asidePanel.basketPreviewContainer,
    .asidePanel.filterPanel {
        top: 20px; padding-top:20px;
    }
    body.filterExist .asidePanel.basketPreviewContainer > .remotetabs-tabpanel.is-basket {
        display: none;
    }
    .mainNavigation {
        right: 100%;
    }
    .asidePanel {
        left: 100%;
    }
    /* fallback no transform */
    .no-csstransforms body.navigation-visible .mainNavigation {
        right: auto;
        left: 0;

    }
    .no-csstransforms body.aside-visible .asidePanel {
        left: auto;
        right: 0;
    }
    body.navigation-visible .mainNavigation {
        /* fallback no translate3d */
        -webkit-transform: translatex(100%) translatez(0);
        -moz-transform: translatex(100%) translatez(0);
        -o-transform: translatex(100%) translatez(0);
        -ms-transform: translatex(100%) translatez(0);
        transform: translatex(100%) translatez(0);
        /* original effect */
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    body.aside-visible .asidePanel {
        /* fallback no translate3d */
        -webkit-transform: translatex(-100%) translatez(0);
        -moz-transform: translatex(-100%) translatez(0);
        -o-transform: translatex(-100%) translatez(0);
        -ms-transform: translatex(-100%) translatez(0);
        transform: translatex(-100%) translatez(0);
        /* original effect */
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .navbar-main {
        position: absolute;
        top: 53px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto;
    }
    .mainNavigation > .navbar-nav {
        padding: 8px 15px;
    }
    .asidePanel {
        padding: 0 15px;
    }
    .asidePanelTablist {
        /*	background:#fff;*/
    }
    .asidePanelTablist li a{background:#fff;}
    .mainNavigation > .navbar-nav {
        margin: 0;
    }
    .navigation-overlay,
    .aside-overlay {
        z-index: 9999;
    }
}
@media (min-width: 480px) and (max-width: 639px) {
    .mainNavigation,
    .asidePanel {
        width: 60%;
    }
}
@media (min-width: 640px) and (max-width: 768px) {
    .mainNavigation,
    .aidePanel {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mainNavigation,
    .asidePanel {
        width: 40%;
    }
}
@media (min-width: 992px) {
    .navbar-main .openCloseToggle {
        display: none;
    }
    .navbar-main .badge {
        display: none;
    }
}
/* nav / filter / basket preview mobile adaption */
/* basket */
.blockLink > a { display:block; }
.PlentyWebshopButton.change_basket:before { content: "\e031\2009"; font-family: "glyphicon"; }
.PlentyWebshopButton.edit_delete:before { content: "\e014\2009"; font-family: "glyphicon"; }
/* basket end */
/* errors, notifications */
.plentyErrorBox,
.plentyMessageBox {
    display: none;
}
body > .plentyErrorBox,
body > .plentyMessageBox,
.PlentyErrorPane > .plentyErrorBox,
.PlentyErrorPane > .plentyMessageBox,
.PlentyWebshopMainContainer > .plentyErrorBox,
.PlentyWebshopMainContainer > .plentyMessageBox {
    display: block;
}
.PlentyWebshopMainContainer > .plentyErrorBox,
.PlentyWebshopMainContainer > .plentyMessageBox {
    margin: 20px;
}
.alert,
.plentyErrorBox,
.plentyMessageBox,
.PlentyErrorMessageBox,
.ItemParamError > .ItemsDescriptionParamDetail,
.ItemParamError > .ItemsDescriptionCharacterDetail {
    width: auto;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    z-index: 100000;
    background-image: none;
}
body > .plentyErrorBox,
body > .plentyMessageBox,
body > .PlentyErrorMessageBox,
.ItemParamError > .ItemsDescriptionParamDetail,
.ItemParamError > .ItemsDescriptionCharacterDetail {
    position: fixed;
    left: 50%;
    top: 25px;
    width: 400px;
    margin-left: -200px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
}
.PlentyErrorPane > .plentyErrorBox,
.PlentyErrorPane > .plentyMessageBox,
.PlentyErrorPane > .PlentyErrorMessageBox {
    z-index: auto;
}
.PlentyWebshopPopup {
    position: absolute;
    display: none;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}
@media (max-width: 420px) {
    body > .plentyErrorBox,
    body > .plentyMessageBox,
    body > .PlentyErrorMessageBox,
    .PlentyWebshopPopup {
        width: 95%;
        left: 2.5%;
        margin-left: 0;
        z-index: 100000;
    }
}
.PlentyMyAccountMainContainer .plentyErrorBox,
.PlentyMyAccountMainContainer .plentyMessageBox,
.PlentyErrorMessageBox,
.ItemParamError > .ItemsDescriptionParamDetail,
.ItemParamError > .ItemsDescriptionCharacterDetail {
    display: block;
    left: 0;
    top: 0;
    margin-left: 0;
    position: relative;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.plentyErrorBoxTitle,
.plentyMessageBoxTitle {
    background-image: none;
    padding-left: 0;
}
.alert h4,
.plentyErrorBox .plentyErrorBoxTitle,
.plentyMessageBox .plentyMessageBoxTitle {
    color: inherit;
    margin-top: 0;
    font-size: 1.2em;
}
.alert .alert-link,
.plentyErrorBox a,
.plentyErrorBox .plentyErrorBoxCode,
.plentyErrorBox .plentyErrorBoxTitle,
.plentyMessageBox a,
.plentyMessageBox .plentyMessageBoxTitle {
    font-weight: 700;
}
.alert > p, .alert > ul,
.plentyErrorBox > p, .plentyErrorBox > ul,
.plentyMessageBox > p, .plentyMessageBox > ul {
    margin-bottom: 0;
}
.alert > p + p,
.plentyErrorBox > p + p,
.plentyMessageBox > p + p{
    margin-top: 5px;
}
.alert-dismissable .close, .alert-dismissible .close,
.plentyErrorBox .close,
.plentyMessageBox .close{
    color: inherit;
    right: 8px;
    top: 2px;
    position: absolute;
}
.alert-success,
.plentyMessageBox {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr,
.plentyMessageBox hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link,
.plentyMessageBox a {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning,
.plentyMessageBox.PlentyAdviceMessageBox {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr,
.plentyMessageBox.PlentyAdviceMessageBox hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link,
.plentyMessageBox.PlentyAdviceMessageBox a {
    color: #66512c;
}
.alert-danger,
.plentyErrorBox,
.PlentyErrorMessageBox {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr,
.plentyErrorBox hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.plentyErrorBox a,
.plentyErrorBox .plentyErrorBoxCode,
.plentyErrorBox .plentyErrorBoxTitle,
.PlentyErrorMessageBox .PlentyErrorCode {
    color: #843534;
}

.postfinder-trigger > * {
    vertical-align: middle;
}
.postfinder-trigger .label-img-1,
.postfinder-trigger .label-img-2 {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url("../images/global/dhl_packstation_postfiliale-direkt_sprite.png");
    background-repeat: no-repeat;
}
.postfinder-trigger .label-img-1 {
    width: 97px;
    height: 11px;
    margin-bottom: 7px;
    background-position: -4px -4px;
}
.postfinder-trigger .label-img-2 {
    width: 89px;
    height: 18px;
    background-position: -4px -20px;
}
.postfinder-trigger .label-text {
    display: inline-block;
    color: #000;
}

/* old version */
a.PostfinderTrigger {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 25px 12px 5px;
    /*background: #FFCD00;*/
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* in checkout */
#PlentyWebShippingDetailsForm a.PostfinderTrigger {
}
/* in myaccount */
.PlentyWebMyAccountPopupContainer .PostfinderTrigger {
}
.PostfinderTriggerImgLabel1,
.PostfinderTriggerImgLabel2 {
    position: absolute;
    display: block;
    top: 6px;
    background-image: url("../images/global/dhl_packstation_postfiliale-direkt_sprite.png");
    background-repeat: no-repeat;
}
.PostfinderTriggerImgLabel1 {
    left: 12px;
    width: 97px;
    height: 11px;
    background-position: -4px -4px;
}
.PostfinderTriggerImgLabel2 {
    left: 50%;
    width: 89px;
    height: 18px;
    background-position: -4px -20px;
}
.PostfinderTriggerTextLabel {
    display: block;
    /*background-color: #c00;
	border-color: #c00;
	color: #fff;*/
    margin-top: 4px;
    clear: both;
    padding-left: 0;
    padding-right: 0;
}
a.PostfinderTrigger:hover > .PostfinderTriggerTextLabel,
a.PostfinderTrigger:focus > .PostfinderTriggerTextLabel {
}
/* POSTFINDER POPUP */
/* text */
.WebPostfinderTextBefore {
    margin-bottom: 12px;
}
/* table */
.PlentyWebshopTable {
    display: table;
    line-height: 18px;
}
.PlentyWebshopTableRow {
    display: table-row;
}
.PlentyWebshopTableCell {
    display: table-cell;
}
.WebPostfinderGetPackstationsPopup .PlentyWebshopTableCell {
    border-bottom: 1px solid #eee;
    padding: 3px 5px;
}
.PlentyWebshopTableHeaderRow > .PlentyWebshopTableCell {
    background: #eee;
    border-color: #bbb;
}
.PlentyWebshopTableCell:first-child {
    vertical-align: middle;
}
/* scroll */
.PlentyWebshopTableWrapper {
    max-height: 450px;
    overflow-y: auto;
}
/* buttons */
.PlentyWebshopPopupButtonLeftContainer {
    float: left;
    width: 50%;
    text-align: right;
}
.PlentyWebshopPopupButtonRightContainer {
    width: 50%;
}
.PlentyWebshopPopupButtonLeftContainer,
.PlentyWebshopPopupButtonRightContainer {
    padding: 10px 0;
}
.PlentyWebshopPopupButtonLeftContainer > *,
.PlentyWebshopPopupButtonRightContainer > * {
    margin: 0 5px;
}
.PlentyWebshopPopup.WebPostfinderGetPackstationsPopup,
.PlentyWebshopPopup.AfterItem2Basket {
    margin-left: -300px;
    width: 600px;
}
@media (max-width: 767px) {
    .PlentyWebshopPopup.WebPostfinderGetPackstationsPopup,
    .PlentyWebshopPopup.AfterItem2Basket {
        margin-left: -150px;
        width: 300px;
    }
    .PlentyWebshopTableWrapper {
        max-height: 300px;
    }
    .PlentyWebMyAccountPopupContainer > div > div + div,
    .PlentyWebMyAccountDisplayOrdersShippingDetailsContainer > div.PlentyFormBox > div.PlentyWebMyAccountPopupTitleContainer + div,
    .PlentyWebshopPopupContent {
        padding: 0 12px;
    }
}
/* PLENTY ACCORDIONS GLOBAL */
/* accordion container */
.myaccount .PlentyWebMyAccountAccContainer {
    margin-bottom: 15px;
}
/* accordion header (& login container header) */
.myaccount .PlentyWebMyAccountAccContainerTitle,
.myaccount #PlentyWebMyAccountLogin > h1,
.checkoutDetails .AccordionTitle {
    margin-bottom: 0;
    border: 1px solid #ddd;
    padding: 4px 16px;
    line-height: 34px;
    font-size: 130%;
    font-weight: bold;
    background-color: #fafafa;
}
/* border radius opened / closed */
.myaccount .PlentyWebMyAccountAccContainerTitle,
.checkoutDetails .AccordionTitle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.myaccount .PlentyContainerIsOpen .PlentyWebMyAccountAccContainerTitle,
.myaccount #PlentyWebMyAccountLogin > h1,
.checkoutDetails .AccordionTitle.CurrentAccordionTitle {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
/* accordion header hover */
.myaccount .PlentyWebMyAccountAccContainerTitle.PlentyWebMyAccountOpenableContainerTitle:hover {
    color: #6883a1;
    cursor: pointer;
}
/* accordion body (& login container body) */
.myaccount .PlentyWebMyAccountAccContainerContent,
.myaccount #PlentyWebMyAccountLogin > div.PlentyMyAccountContainerContent,
.checkoutDetails .AccordionPane {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 15px;
    line-height: 17px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
/* END PLENTY ACCORDIONS GLOBAL */
/* ITEM CONTAINER GLOBAL */
.myaccount div.PlentyFormContainer.PlentyWebMyAccountContainer,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer,
.myaccount .PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow,
.myaccount .PlentyWebMyAccountDisplayOrdersContainer,
.myaccount .PlentyWebMyAccountTicketsTicketContainer,
.myaccount .PlentyWebMyAccountTicketsLeafContainer,
.myaccount .PlentyWebMyAccountMyProjectsProjectContainer,
.myaccount .PlentyWebMyAccountEmailNewAccountContainer,
.myaccount .PlentyWebMyAccountVersionJumpDomainContainer,
.myaccount .PlentyWebMyAccountItemContainer,
.myaccount .PlentyWebMyAccountOpenableItemContainer,
#PlentyWebOrderOverviewInvoiceContainer,
#PlentyWebOrderOverviewShippingContainer,
#PlentyWebOrderOverviewPaymentMethodContainer,
#PlentyWebOrderOverviewShippingMethodContainer,
#PlentyWebOrderOverviewAGBPrivacyContainer,
#PlentyWebOrderOverviewItemsContainer,
.PlentyOrderDeliveryAddress,
#PlentyWebCustomerRegistration,
.PlentyLostPWDContainer {
    margin-top: 10px;
}
.panel {
    margin-bottom: 12px;
}
/* special item container */
.myaccount .PlentyWebMyAccountDisplayOrdersChildContainer {
}
/* item header */
.panel-heading,
.myaccount div.PlentyFormContainer.PlentyWebMyAccountContainer > span.PlentyWebMyAccountContainerTitle,
.myaccount div.PlentyFormContainer.PlentyWebMyAccountContainer > div.PlentyWebMyAccountContainerTitle,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer > span,
.myaccount .PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow > .ItemsHeaderRow,
.myaccount .PlentyWebMyAccountDisplayOrdersContainer > div.PlentyWebMyAccountDisplayOrdersOrderId,
.myaccount .PlentyMyAccountHeaderChange,
.myaccount .PlentyWebMyAccountTicketsTicketTitleContainer,
.myaccount .PlentyWebMyAccountTicketsLeafHead,
.myaccount .PlentyWebMyAccountMyProjectsProjectTitleContainer,
.myaccount .PlentyWebMyAccountEmailNewAccountContainerTitle,
.myaccount #PlentyWebMyAccountCustomerEventsContainerContent > h1,
.myaccount .PlentyWebMyAccountVersionJumpDomainContainer > span,
.myaccount .PlentyWebMyAccountItemContainerHeader,
.myaccount .PlentyWebMyAccountOpenableItemContainerHeader,
#PlentyWebOrderOverviewInvoiceContainer > span,
#PlentyWebOrderOverviewShippingContainer > span,
#PlentyWebOrderOverviewShippingMethodContainer > span,
#PlentyWebOrderOverviewPaymentMethodContainer > span,
#PlentyWebOrderOverviewSchedulerContainer > span,
#PlentyWebOrderOverviewAGBPrivacyContainer > span,
.PlentyWebItemContainerHeader,
#PlentyWebOrderOverviewItemsTop,
.PlentyOrderDeliveryAddress > .PlentyWebShippingDetailsListTitle,
#PlentyWebCustomerRegistrationTitle,
.PlentyLostPWDContainerTitle {
    display: block;
    font-size: 120%;
    line-height: 18px;
    border: 1px solid #ddd;
    padding: 3px 5px 3px 10px;
    font-size: 16px;
    color: #444;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #fafafa;
}
.panel-heading {
    padding-left: 15px;
    padding-right: 15px;
}
/* item header title container */
.panel-title,
.myaccount div.PlentyWebMyAccountContainerTitle > div:first-child,
.myaccount div.PlentyMyAccountHeaderChange > div:first-child,
.myaccount .PlentyWebMyAccountItemContainerHeader > div:first-child,
.PlentyWebItemContainerHeaderTitle,
#PlentyWebOrderOverviewAGBandWithdrawal > h3,
#PlentyWebOrderOverviewItems,
#PlentyWebCustomerRegistrationTitle > span {
    display: inline-block;
    margin: 0;
    padding: 7px 0 5px;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
/* item header button container */
span.PlentyWebMyAccountContainerTitle > span.PlentyFormContainer,
.myaccount div.PlentyWebMyAccountContainerTitle > div.PlentyFormContainer,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer > span > span.PlentyFormContainer,
.myaccount .PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow > .ItemsHeaderRow > span.PlentyFormContainer,
span.PlentyWebMyAccountOrderOverviewItemsTitle > span.PlentyFormContainer.PlentyWebMyAccountOrderOverviewItemsChangeContainer,
.myaccount .PlentyMyAccountHeaderChange > .PlentyFormContainer,
.myaccount .PlentyWebMyAccountItemContainerHeader > .PlentyFormContainer,
.myaccount .PlentyWebMyAccountHeaderButtonRight,
.myaccount .PlentyWebMyAccountButtonsRightContainer {
    position: relative;
    float: right;
    margin-top: 1px;
    margin-right: 0;
}
/* item header button single container */
.myaccount .PlentyWebMyAccountButtonsRightContainer > .PlentyFormContainer {
    float: right;
}
/* button after button */
span.PlentyWebMyAccountContainerTitle > span.PlentyFormContainer + span.PlentyFormContainer,
.myaccount div.PlentyWebMyAccountContainerTitle > div.PlentyFormContainer + div.PlentyFormContainer,
.myaccount .PlentyWebMyAccountButtonsRightContainer > .PlentyFormContainer + .PlentyFormContainer,
.myaccount .PlentyWebMyAccountHeaderButtonRight > span {
    margin-right: 5px;
}
/* button */
.PlentyWebButtonsRightContainer,
#PlentyWebOrderOverviewItemsChangeContainer {
    display: block !important; /* override element style */
    float: right;
    margin-right: 5px;
}
/* item content */
.panel-body,
.myaccount div.PlentyFormContainer.PlentyWebMyAccountContainer > div.PlentyWebMyAccountContainerContent,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer > span + div,
.myaccount .PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow > .ItemsContentRow,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer1 > div.PlentyFormContainer > div.PlentyFormContainer,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer2 > div.PlentyFormContainer > div.PlentyFormContainer,
.myaccount .PlentyWebMyAccountDisplayOrdersContainer > div.PlentyWebMyAccountDisplayOrdersOrderId + div.PlentyFormBox,
.myaccount .PlentyWebMyAccountTicketsTicketContent,
.myaccount .PlentyWebMyAccountTicketsLeafContent,
.myaccount .PlentyWebMyAccountMyProjectsProjectContent,
.myaccount #PlentyWebMyAccountCustomerEventsContainerContent > h1 + div,
.myaccount .PlentyWebMyAccountVersionJumpDomainContainer > div,
.myaccount .PlentyWebMyAccountEmailNewAddressContainer > form,
.myaccount .PlentyWebMyAccountItemContainerHeader + .PlentyFormContainer.ItemsContentRow,
.myaccount .PlentyWebMyAccountItemContainerContent,
.myaccount .PlentyWebMyAccountOpenableItemContainerContent,
#PlentyWebOrderOverviewInvoiceDataContainer,
#PlentyWebOrderOverviewShippingDataContainer,
#PlentyWebOrderOverviewShippingMethodDataContainer,
#PlentyWebOrderOverviewPaymentMethodDataContainer,
#PlentyWebOrderOverviewSchedulerDataContainer,
#PlentyWebOrderOverviewAGBPrivacyContainer > *:last-child,
#PlentyWebOrderOverviewNotesTextareaBox,
#PlentyWebOrderOverviewReferenceInputBox,
.PlentyOrderDeliveryAddress > .PlentyWebShippingDetailsListContent,
.PlentyWebEditButtonContent,
#PlentyWebCustomerRegistrationMainContainer,
.PlentyLostPWDContainerContent {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.panel-body {
    padding: 0 15px;
    line-height: inherit;
    font-size: inherit;
}
/* fix strange containers (make multiple containers look like single container) */
#PlentyWebOrderOverviewAGBPrivacyContainer > #PlentyWebOrderOverviewNewsletterContainer {
    padding-top: 0;
}
#PlentyWebOrderOverviewAGBPrivacyContainer > #PlentyWebOrderOverviewAGBContainer,
#PlentyWebOrderOverviewItemsBox {
    padding-top: 10px;
}
#PlentyWebOrderOverviewAGBPrivacyContainer > *,
#PlentyWebOrderOverviewItemsBox {
    border-color: #ddd;
    border-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    padding-left: 10px;
    padding-right: 10px;
}
.myaccount .PlentyWebMyAccountOpenableItemContainerHeader + .PlentyWebMyAccountOpenableItemContainerContent,
#PlentyWebOrderOverviewOrderSumBox,
#PlentyWebOrderOverviewNoticeTotals,
#PlentyWebOrderOverviewNoticeNonEUDelivery,
#PlentyWebOrderOverviewNoticeEUDelivery {
    border-color: #ddd;
    border-width: 1px;
    border-style: none solid solid;
    padding-bottom: 10px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
/* END ITEM CONTAINER GLOBAL */
/* ADDITIONAL POPUP STYLE */
/* myaccount only */
.PlentyWebMyAccountPopupContainer,
.PlentyWebMyAccountAdviceContainer,
.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer,
.ui-datepicker,
.WebPostfinderGetPackstationsPopup {
    display: none;
    position: absolute;
    z-index: 400010 !important;
    left: 50%;
}
/* END ADDITIONAL POPUP STYLE */
/* CONTENT PAGE SLIDER */
@media (max-width: 767px) {
    .contentpageSlider,
    .contentpageSlider .slide {
        height: 160px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .contentpageSlider,
    .contentpageSlider .slide {
        height: 280px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .contentpageSlider,
    .contentpageSlider .slide {
        height: 360px;
    }
}
@media (min-width: 1200px) {
    .contentpageSlider,
    .contentpageSlider .slide {
        height: 606px;
    }
}
.contentpageSlider .slide {
    background-position: center center;
    background-size: cover;
}
@media (max-width: 1399px) {
    .contentpageSlider .slide {
        background-repeat: no-repeat;
        background-size: cover;
    }
}
/* END CONTENT PAGE SLIDER */
/* CONTENT STYLE */
.isHome .textWrapper {
    max-height: 150px;
    overflow-y: auto;
}
.text-large-responsive {
    line-height: 1.2;
}
.text-bg {
    display: inline-block;
    padding: 4px 8px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}
.text-bg.blue {
    background-color: #6883a1;
    background-color: rgba(0, 142, 189, 0.8);
    color: #fff;
}
@media (max-width: 767px) {
    .text-large-responsive {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-large-responsive {
        font-size: 24px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-large-responsive {
        font-size: 28px;
    }
}
@media (min-width: 1200px) {
    .text-large-responsive {
        font-size: 32px;
    }
}
.icon-text-list {
    list-style-type: none;
    padding: 0;
}
.icon-text-list > li {
    margin: 2px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e0e0;
}
.icon-text-list > li > * {
    display: inline-block;
    vertical-align: middle;
}
.icon-text-list > li > img {
    padding: 2px 0;
}
.icon-text-list > li > span {
    padding: 4px 12px;
    font-weight: bold;
}
.icon-text-list > li > .pull-right {
    padding-right: 0;
}
/* plenty form */
.formtable input[type="text"],
.formtable textarea {
    margin-bottom: 2px;
    margin-top: 2px;
}
/* END CONTENT STYLE */
.PlentyWebshopPopup.ArticleOrderParams .PlentyWebBasketContainer {
    padding: 15px;
}
.PlentyWebshopPopup.ArticleOrderParams h1.PlentyWebBasketContainerTitle {
    position: absolute;
    top: 0;
    margin: 0;
    padding-top: 12px;
    line-height: 1.42857;
    font-size: 17.5px;
    font-weight: 300;
}
.PlentyWebshopPopup.ArticleOrderParams .BasketItemOrderParams {
    margin-bottom: 6px;
}
.PlentyWebshopPopup.ArticleOrderParams #PlentyWebEditOrderParamsSubmit {
    margin-top: 12px;
}
.PlentyWebshopPopup.ArticleOrderParams input[type="text"] {
    width: 100%;
}
.PlentyCurrencySymbol + .PlentyCurrencyValue,
.PlentyCurrencyValue + .PlentyCurrencySymbol {
    margin-left: 0.25em;
}
.margin-top-0 { margin-top: 0; }
.margin-bottom-0 { margin-bottom: 0; }
.margin-top-025 { margin-top: 3px; }
.margin-top-05 { margin-top: 6px; }
.margin-top-1 { margin-top: 12px; }
.margin-top-15 { margin-top: 18px; }
.margin-top-2 { margin-top: 24px; }
.margin-top-3 { margin-top: 36px; }
.margin-top-4 { margin-top: 48px; }
.margin-top-8 { margin-top: 96px; }
.margin-bottom-025 { margin-bottom: 3px; }
.margin-bottom-05 { margin-bottom: 6px; }
.margin-bottom-1 { margin-bottom: 12px; }
.margin-bottom-15 { margin-bottom: 18px; }
.margin-bottom-2 { margin-bottom: 24px; }
.margin-bottom-3 { margin-bottom: 36px; }
.margin-bottom-4 { margin-bottom: 48px; }
.margin-bottom-8 { margin-bottom: 96px; }
.margin-right-025 { margin-right: 3px; }
.margin-right-05 { margin-right: 6px; }
.margin-right-1 { margin-right: 12px; }
.margin-right-15 { margin-right: 18px; }
.margin-right-2 { margin-right: 24px; }
.margin-left-025 { margin-left: 3px; }
.margin-left-05 { margin-left: 6px; }
.margin-left-1 { margin-left: 12px; }
.margin-left-15 { margin-left: 18px; }
.margin-left-2 { margin-left: 24px; }
.padding-top-0 { padding-top: 0; }
.padding-top-1 { padding-top: 12px; }
.padding-top-15 { padding-top: 18px; }
.padding-top-2 { padding-top: 24px; }
.padding-top-3 { padding-top: 36px; }
.padding-top-4 { padding-top: 48px; }
.padding-bottom-1 { padding-bottom: 12px; }
.padding-bottom-15 { padding-bottom: 18px; }
.padding-bottom-2 { padding-bottom: 24px; }
.padding-bottom-3 { padding-bottom: 36px; }
.padding-bottom-4 { padding-bottom: 48px; }
.padding-right-025 { padding-right: 3px; }
.padding-right-05 { padding-right: 6px; }
.padding-right-1 { padding-right: 12px; }
.padding-left-025 { padding-left: 3px; }
.padding-left-05 { padding-left: 6px; }
.padding-left-1 { padding-left: 12px; }
.no-padding { padding: 0 !important; }
@media (max-width: 767px) {
    .margin-top-xs-0 { margin-top: 0; }
    .margin-top-xs-05 { margin-top: 6px; }
    .margin-top-xs-1 { margin-top: 12px; }
    .margin-top-xs-2 { margin-top: 24px; }
    .margin-bottom-xs-0 { margin-bottom: 0; }
    .margin-bottom-xs-05 { margin-bottom: 6px; }
    .margin-left-xs-0 { margin-left: 0; }
}

/* START Checkout Navigation */
.checkout-nav > ul {
    list-style: none;
    margin: 0 5px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.checkout-nav > ul:before,
.checkout-nav > ul:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
}
.checkout-nav > ul:before {
    left: 0;
}
.checkout-nav > ul:after {
    right: 0;
}
.checkout-nav > ul > li {
    float: left;
    cursor: pointer;
}
.checkout-nav > ul > li:first-child {
    margin-left: -8px;
}
.checkout-nav > ul > li:last-child {
    margin-right: -7px;
}
.checkout-nav > ul > li.disabled {
    cursor: default;
}
.checkout-nav > ul > li > span {
    padding: 8px 10px;
    position: relative;
    margin: 0 2px;
    display: block;
    height: 40px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.checkout-nav > ul > li.disabled > span {
    color: #444;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.checkout-nav > ul > li > span:before,
.checkout-nav > ul > li > span:after {
    content: "";
    display: block;
    border: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    transition: all 300ms ease;
}
.checkout-nav > ul > li > span:before {
    top: 0;
    height: 50%;
    -webkit-transform: skew(26.57deg, 0deg);
    -moz-transform: skew(26.57deg, 0deg);
    -ms-transform: skew(26.57deg, 0deg);
    -o-transform: skew(26.57deg, 0deg);
    transform: skew(26.57deg, 0deg);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.125) 100%);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px 2px 0 2px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.checkout-nav > ul > li > span:after {
    bottom: 0;
    height: 50%;
    -webkit-transform: skew(-26.57deg, 0deg);
    -moz-transform: skew(-26.57deg, 0deg);
    -ms-transform: skew(-26.57deg, 0deg);
    -o-transform: skew(-26.57deg, 0deg);
    transform: skew(-26.57deg, 0deg);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 0 2px 1px 2px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.checkout-nav > ul > li > span:before,
.checkout-nav > ul > li > span:after {
    background-color: #a3a3a3;
}
.checkout-nav > ul > li.disabled > span:before,
.checkout-nav > ul > li.disabled > span:after {
    background-color: #f8f8f8;
}
.checkout-nav > ul > li.active > span:before,
.checkout-nav > ul > li.active > span:after {
    background-color: #6883a1;
}
.checkout-nav > ul > li:hover > span:before,
.checkout-nav > ul > li:hover > span:after {
    box-shadow: 0 -100px 0 200px rgba(255, 255, 255, 0.2) inset;
}

@media( max-width: 991px) {
    .checkout-nav > ul > li > span > span + span {
        display: none;
    }
    .checkout-nav > ul > li > span .glyphicon {
        padding-right: 0px;
    }
}
@media( min-width: 768px ) {
    .checkout-nav > ul > li.active > span > span + span {
        display: inline-block;
    }
    .checkout-nav > ul > li.active > span .glyphicon {
        padding-right: 12px
    }
}
.checkout-nav {
    position: relative;
}
.checkout-nav > ul,
.checkout-nav > .btn {
    float: left;
    display: inline-block;
}
.checkout-nav > ul .glyphicon {
    font-size: 1.5em;
    padding-right: 12px;
    float: left;
}
.checkout-nav > .btn {
    padding: 10px;
    line-height: 14px;
    height: 40px;
}
.checkout-nav > .btn.is-prev {
    border-radius: 3px 0 0 3px;
}
.checkout-nav > .btn.is-next {
    border-radius: 0 3px 3px 0;
    position: absolute;
    right: 0;
}

/* END Checkout Navigation */

/* START Checkout */

.checkout-tabpanel > [role="tabpanel"] {
    display: none;
}

/* reduce line height */
.checkout .panel-body {
    padding-top: 0;
    line-height: 18px;
}
.panel .panel-heading .btn {
    height: 30px;
    line-height: 18px;
}

.checkout-addresses > *:nth-child(2n+1) {
    clear: left;
}
.address-box {
    position: relative;
}

/* inline form block size */
@media (max-width: 767px) {
    [class*="form-block-"][class*="-button"]:not(.break-sm) .btn.onlyIcon {
        width: 100%;
    }
}
@media (min-width: 768px) {
    [class*="form-block-"][class*="-button"]:not(.break-sm) {
        position: relative;
        margin-right: 39px;
    }
    [class*="form-block-"][class*="-button"]:not(.break-sm) .btn.onlyIcon {
        position: absolute;
        top: 0;
        right: -39px;
        width: 39px;
    }
    [class*="form-block-"][class*="-button"]:not(.break-sm) .form-group {
        padding-right: 8px;
    }
    .form-block-1-button:not(.break-sm) .form-group { width: 100%; }
    .form-block-2-button:not(.break-sm) .form-group { width: 50%; }
    .form-block-3-button:not(.break-sm) .form-group { width: 33.33333333%; }
    .form-inline[class*="form-block-"][class*="-button"]:not(.break-sm) .form-control {
        display: block;
        width: 100%;
    }
}
@media (max-width: 991px) {
    [class*="form-block-"][class*="-button"].break-sm .btn.onlyIcon {
        width: 100%;
    }
    .form-inline.break-sm .form-group,
    .form-inline.break-sm .form-control {
        display: block;
        width: 100%;
    }

}
@media (min-width: 992px) {
    [class*="form-block-"][class*="-button"].break-sm {
        position: relative;
        margin-right: 39px;
    }
    [class*="form-block-"][class*="-button"].break-sm .btn.onlyIcon {
        position: absolute;
        top: 0;
        right: -39px;
        width: 39px;
    }
    [class*="form-block-"][class*="-button"].break-sm .form-group {
        padding-right: 8px;
    }
    .form-block-1-button.break-sm .form-group { width: 100%; }
    .form-block-2-button.break-sm .form-group { width: 50%; }
    .form-block-3-button.break-sm .form-group { width: 33.33333333%; }
    .form-inline[class*="form-block-"][class*="-button"].break-sm .form-control {
        display: block;
        width: 100%;
    }
}
/* multiple controls inline in form-group  */
.form-inline[class*="form-block-"] {
    white-space: nowrap;
}
.form-inline.form-block-2 { margin-right: 8px; }
.form-inline.form-block-3 { margin-right: 16px; }
.form-inline[class*="form-block-"] > .form-control {
    display: inline-block;
}
.form-inline[class*="form-block-"] > .form-control + .form-control {
    margin-left: 8px;
}
[class*="form-block-"] > .form-control.width-25 { width: 25%; }
.form-block-3 > .form-control,
[class*="form-block-"] > .form-control.width-33 { width: 33%; }
[class*="form-block-"] > .form-control.width-33:last-child { width: 34%; }
.form-block-2 > .form-control,
[class*="form-block-"] > .form-control.width-50 { width: 50%; }
[class*="form-block-"] > .form-control.width-75 { width: 75%; }
label + label:before { content: "\a0&\a0"; }
label + label.separate:before { content: ""; }
.checkout input[type="radio"],
.checkout input[type="checkbox"] {
    margin-top: 3px;
}
/* hide labels on xs */
@media (max-width: 767px) {
    .checkout .form-group {
        margin-bottom: 5px;
    }
    .checkout label {
        margin-bottom: 0;
    }
}

/* button with icon right (add to buttons general) */

.btn > span + span.glyphicon::before {
    margin-right: 0;
    margin-left: 0.4em;
}

/* table xs */
@media (max-width: 767px) {
    .table-xs {
        display: table;
        width: 100%;
    }
    .table-xs > * {
        display: table-row;
    }
    .table-xs > * > * {
        display: table-cell;
        width: auto;
        padding: 0;
    }
    .table-xs > hr + * > * {
        border-top: 1px solid #ddd;
    }
}

/* additional styles to bootstrap */
.padding-left-0 { padding-left: 0; }
.padding-right-0 { padding-right: 0; }
.padding-left-025 { padding-left: 3px; }
.padding-right-025 { padding-right: 3px; }
@media (max-width: 767px) {
    .text-left-xs { text-align: left; }
    .padding-left-xs-025 { padding-left: 3px; }
    .padding-right-xs-025 { padding-right: 3px; }
    .pull-left-xs { float: left !important; }
    .pull-right-xs { float: right !important; }
    .capitalize-xs { text-transform: capitalize; }
}
@media (min-width: 768px) {
    .text-right-sm { text-align: right; }
}
.touch .text-left-touch { text-align: left; }
.capitalize { text-transform: capitalize; }


input.panel-select[type="radio"],
.address-select input[type="radio"] {
    position: absolute;
    top: 9px;
    margin-left: 11px;
}

.checkout .address-select {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.address-select .address-box-inner {
    display: block;
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px;

    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
    border-radius: 5px;

    color: #444;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    background-color: #f8f8f8;

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-select + .panel .panel-heading {
    padding-left: 35px;
}

.address-select:hover .address-box-inner {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.15), 0 -100px 0 200px rgba(255, 255, 255, 0.2) inset;
}

.address-select input:checked + .address-box-inner {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.panel-select:checked + .panel {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    /*
	border: 1px solid #66afe9;
	border-radius: 5px;
	*/
}

.panel-select + .panel label.panel-heading {
    margin-bottom: 0;
    cursor: pointer;
}

.panel-select:checked + .panel > .panel-heading {
    border-color: #66afe9 #66afe9 #ddd #66afe9;
}

.panel-select + .panel > .panel-body {
    display: none;
}

.panel-select:checked + .panel > .panel-body {
    border-color: #66afe9;
    /*display: block;*/
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.hr-text {
    display: block;
    text-align: center;
    overflow: hidden;
}

.hr-text > span {
    position: relative;
    padding: 0 12px;
}

.hr-text > span:before,
.hr-text > span:after {
    content: "";
    background-color: #ddd;
    height: 1px;
    width: 600px;
    top: 50%;
    position: absolute;
}

.hr-text > span:before {
    left: -600px;
}

.hr-text > span:after {
    right: -600px;
}

.basketDefList:empty {
    margin: 0;
}
.basketDefList dt {
    float: left;
    clear: left;
    width: 50%;
    word-wrap: break-word;
}
.basketDefList dd {

    float: right;
    clear: right;
    width: 50%;
    word-wrap: break-word;
}
.basketDefList:after,
dd.clear:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width: 768px) {
    .basketDefList dt { width: 33%; }
    .basketDefList dd { width: 67%; }
}
@media (min-width: 992px) {
    .basketDefList dt { width: 25%;}
    .basketDefList dd { width: 75%;}
}
@media (min-width: 1200px) {
    .basketDefList dt { width: 20%;}
    .basketDefList dd { width: 80%;}
}
.checkout .imageBox {
    min-height: 1px;
    overflow: hidden;
    word-wrap: break-word;
    color: #aaa;
}
.basketDefList .availabilityIcon {
    margin-top: 0;
}
/* END Checkout */

/* Amazon APA Fix */
.widget-container,
.widget-container iframe {
    width: 100% !important;
}

#addressBookWidgetDiv {
    margin-top: 12px;
}

#pSelectAmazonPaymentsAdvancedWidget {
    margin-top: 12px !important;
    position: relative !important;
    float: left;
}

#resetApaForm {
    margin-top: 12px;
}
/* END Amazon APA */
.PaymentProviderFormGroup input[type="text"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-bottom: 10px;
}

/* AddressDoctor */
.form-control.has-error {
    position: relative;
}
.suggestion-list {
    list-style: none;
    position: absolute;
    z-index: 1;
    max-height: 130px;
    overflow: auto;
    margin: 0;
    padding: 2px 0 0 0;
    border: 1px solid #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    background: #fff;
    border-radius: 4px;
}
.suggestion-list > li {
}
.suggestion-list > li:first-child > a {
    border-radius: 3px 3px 0 0;
}
.suggestion-list > li:last-child > a {
    border-radius: 0 0 3px 3px;
}
.suggestion-list > li > a {
    padding: 6px 8px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    color: inherit;
}
.suggestion-list > li > a:hover,
.suggestion-list > li > a:focus {
    background-color: #eee;
    text-decoration: none;
}
/* END AddressDoctor */
.touch .hidden-touch {
    display: none;
}
.age-restriction {
    color: #f00;
}
.age-restriction-icon > img {
    width: 48px;
    margin: 2px 0;
}
.table-volume-price {
    text-align: left;
    width: 100%;
}
.singleItemView .table-volume-price {
    line-height: 18px;
}
.table-volume-price.table-condensed th,
.table-volume-price.table-condensed td {
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: top;
}
.singleItemView .table-volume-price tbody tr:first-child th,
.singleItemView .table-volume-price tbody tr:first-child td {
    padding-top: 3px;
}
.singleItemView .table-volume-price tbody tr:last-child th,
.singleItemView .table-volume-price tbody tr:last-child td {
    padding-bottom: 3px;
}
.table-volume-price th:first-child {
    width: 10px;
    white-space: nowrap;
    padding-left: 0;
}
.table-volume-price td:first-child {
    padding-right: 0;
}
@media (max-width: 767px) {
    .basket .table-volume-price,
    .basket .table-volume-price tbody,
    .basket .table-volume-price tr,
    .basket .table-volume-price th,
    .basket .table-volume-price td {
        display: block;
    }
    .basket .table-volume-price tr {
        clear: both;
    }
    .basket .table-volume-price th:first-child {
        float: left;
        width: auto;
    }
    .basket .table-volume-price td:last-child {
        float: right;
    }
}

.radio-label-price-list > li {
    position: relative;
}
.radio-label-price-list > li label {
    display: block;
    padding-right: 60px;
}
.radio-label-price-list > li label + span {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    text-align: right;
}


/* custom css */
.navbar-information .topmenu{
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding-top:15px;
}
.navbar-information .topmenu li:not(.isBasketPreview) a{
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
    font-weight: 600;
    padding:0 14px;
    letter-spacing: 0.5px;
    background:url(https://www.awwm-shop.de/images/gallery/welcome-page/top-border.jpg) center left no-repeat;
}

.navbar-information .topmenu li:first-child a{ background:none;}
.navbar-information .topmenu li:not(.isBasketPreview) a:hover{
    padding:0 14px;
}
.navbar-information .topmenu.nav li a:hover{
    color:#848484;
}
.navbar-information .topmenu.nav li a .glyphicon{
    color:#6883a1;
    margin-right: 8px;
}
.navbar-information .topmenu.nav li a:hover .glyphicon:hover{
    color:#7998bb!important;
}
.navbar-information .topmenu li:not(.isBasketPreview) a.iconLink{
    color:#fff;
}
.navbar-information .topmenu li:not(.isBasketPreview) a.iconLink:hover{ border:none;}
.navbar-information .topmenu .loginForm a{
    background:none;
    color:#000;
    font-size:14px;
    text-transform: none;
}
.navbar-information .topmenu li a .fa-shopping-bag{
    color:#6883a1;
    font-size:28px;
    font-weight:bold;
    display:block;
    margin-bottom:6px;
}
.topmenu li.isBasketPreview{
    position:relative;
}
.topmenu li.isBasketPreview .dropdown-menu{
    background:#061b36;
}
.topmenu li.isBasketPreview .dropdown-menu .basketItemsList a.row{
    padding:0;
}
.topmenu li.isBasketPreview .dropdown-menu .basketItemsList .basketPreviewInfo{
    text-align:left;
    text-transform: capitalize;line-height: 16px;
}
.topmenu li.isLogin .dropdown-menu{
    background:#061b36;
}
.topmenu li.isBasketPreview a:hover{
    padding-right:0;
}
.topmenu li.isBasketPreview .basketPreviewFooter .dflt-btn{
    background:#fff;
    color: #061b36;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: normal;
    padding:0 10px;
    border-radius: 22px;
    border: 2px solid #e30613;
}
.topmenu li.isBasketPreview .basketPreviewFooter .dflt-btn .glyphicon{
    margin-right:4px;
}
.topmenu li.isBasketPreview .basketPreviewFooter a.dflt-btn:hover{
    background:#061b36;
    color: #fff;
}
.basketPreviewFooter{
    color:#fff;
}
.gradient-y-fade-in:after{
    display:none;
}
.topmenu li.isBasketPreview a{
    text-align:center;
    background-repeat:repeat-y;
}
.topmenu li.isBasketPreview .badge{
    position: absolute;
    right: 4px;
    background: #e30613;
    top: 0px;
    color:#fff;
    padding: 0;
    width: 17px;
    height: 17px;
    line-height: 16px;
}
.navbar-information .topmenu .isBasketPreview.disabled .basketPreviewAltMessage{
    color:#fff;
}
.mainNavigation .nav > li{
    padding:0 21px;
}
.mainNavigation .nav > li.active {
    background: url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
}
.mainNavigation .nav > li > a {
    color: #fff;
    height:auto;

    padding: 8px 0;
    border:none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.topmenu .dropdown-menu{
    background:#061b36;
    border:1px solid #556d8a;
}
.mainNavigation .navbar-main li a:hover{
    color:#6883a1;
    border:none;
    font-weight:600;
}
li.dropdown.bigmenu > ul.dropdown-menu > li > a:before{
}
.mainNavigation .nav > li > a .fa-angle-down{
    color:#e30613;
    margin-left:5px;
    font-weight: bold;
    font-size: 15px;
}
.topmenu li.isBasketPreview a{
    padding-right:0;
}
li.dropdown.bigmenu > ul.dropdown-menu > li > a{
    background-image:url(https://www.awwm-shop.de/images/gallery/welcome-page/redarrow.png) 0 9px no-repeat;
    padding-left:12px;font-size: 14px;font-weight: 700;
}

li.dropdown.bigmenu > ul.dropdown-menu > li > a span.caret{ display:none;}
.slider-caption {
    background: url(https://www.awwm-shop.de/images/gallery/welcome-page/caption-bg.png) repeat;
    padding: 1.5% 2.1% 0.5%;
    margin-top: 28%;
    float:right;
}
.slider-caption p{
    font-size:28px;
    color:#fff;
    line-height: 37px;
    font-weight: 700;
    letter-spacing: 3px;
}
.slider-caption a{
    border-radius: 22px;
    border: 2px solid #e30613;
    text-decoration: none;
    padding: 1.5% 8%;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.slider-caption a:hover{
    background:#e30613;
    color:#fff;
}
.topseller-bg{
    background:url(../images/gallery/welcome-page/topseller-list.jpg) top center no-repeat;
    min-height:570px;
    padding: 1.5% 0 2% 0;
    -webkit-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.34);
    -moz-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.34);
    box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.34);
}

.singleItemDetails .nav-tabs > li > a:hover{ border:none!important; }

.singleItemView .singleitemoverview{
    background:#fff;
    padding-bottom:2%;
    -webkit-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.14);
    -moz-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.14);
    box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.14);
}
.singleItemDetails .nav-tabs > li > a, .singleItemDetails .nav-tabs > li:hover > a{
    border:none;
    -webkit-box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.12);
    box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.12);
    font-size:18px;
    color:#0b2128;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}
.singleItemDetails .nav-tabs > li > a, .nav-tabs > li:hover > a{
    /*margin-right:-1px;*/
}
.singleItemDetails .tab-content{
    background:#fff;
    border:none;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.14);
}
.singleItemDetails .nav-tabs > li.active > a, .singleItemDetails .nav-tabs > li.active:hover > a, .singleItemDetails .nav-tabs > li.active > a:focus{
    font-size:18px;
    color:#0b2128;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    -webkit-box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.06);
    -moz-box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.06);
    box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.06);
    background: url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    padding-bottom: 14px;
}
.singleItemDetails .nav-tabs, .singleItemDetails .tab-content{
    border:none;
}
.singleItemDetails .nav-tabs > li{
    margin-bottom:0;
}
.singleItemDetails .tab-content .tab-pane{
    font-size:16px;
    font-weight:400;
    color:#061b36;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height:22px;
}
.sub-btn {
    border-radius: 22px;
    height:auto;
    border: 2px solid #e30613;
    text-decoration: none;
    padding: 8px 4%;
    color: #061b36;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.sub-btn:hover{
    background:#e30613;
    color:#fff;
    text-decoration: none;
}
.full-black{
    background:#061b36;
    border: 2px solid transparent;
    color:#fff;
    box-shadow:none;
    text-shadow:none;
}
.full-black:hover{
    background:#e30613;
    border: 2px solid #e30613;
}
.sub-btn-white {
    border-radius: 22px;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 8px 40px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: capitalize;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.sub-btn-white:hover{
    background:#fff;
    color:#b90107;
    text-decoration: none;
}
.h2{
    color:#061b36;
    font-size:36px;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background:url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 40px;
    padding-bottom: 14px;
    margin-bottom:20px;
    margin-left: -15px;
    padding-left: 10px;
}
.seo-home .h2{
    font-size:28px;
}
.finden{
    padding: 1.7% 0 3.2% 0;
    -webkit-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
    -moz-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
    box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
    background: #fff url(../images/gallery/welcome-page/body-bg.jpg) repeat;
}
.top-marken{
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    padding:12px;
    background: #fff;
}
.top-marken h3{
    font-size:24px;
    color:#061b36;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing:2px;
}
.top-marken ul{
    margin:0;
    padding:0;
}
.top-marken ul li{
    padding:25px 0;
    text-align:center;
    list-style:none;
}
.top-marken ul li img{
    max-width:100%;
}
a.kern {
    width: 188px;
    height: 78px;
    background-image: url(../images/gallery/welcome-page/kern.png);
    display: inline-block;
}
a.kern:hover {
    background-image: url(../images/gallery/welcome-page/kern-h.png);
}
a.geramobel {
    width: 220px;
    height: 78px;
    background-image: url(../images/gallery/welcome-page/geramobel.png);
    display: inline-block;
}
a.geramobel:hover {
    background-image: url(../images/gallery/welcome-page/geramobel-h.png);
}
a.hunersdorff {
    width: 169px;
    height: 78px;
    background-image: url(../images/gallery/welcome-page/hunersdorff.png);
    display: inline-block;
}
a.hunersdorff:hover {
    background-image: url(../images/gallery/welcome-page/hunersdorff-h.png);
}
a.hammerbacher {
    width: 216px;
    height: 78px;
    background-image: url(../images/gallery/welcome-page/hammerbacher.png);
    display: inline-block;
}
a.hammerbacher:hover {
    background-image: url(../images/gallery/welcome-page/hammerbacher-h.png);
}
a.asecos {
    width: 135px;
    height: 78px;
    background-image: url(../images/gallery/welcome-page/asecos.png);
    display: inline-block;
}
a.asecos:hover {
    background-image: url(../images/gallery/welcome-page/asecos-h.png);
}
.servicename {
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
    font-size:32px;
    letter-spacing:2px;
    text-align:center;
}
.rabatt{
    background:url(../images/gallery/welcome-page/rabatt.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.rabatt-inner{
    padding:57px 0 0 0;
}
.rabatt-inner p{
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
    font-size:26px;

    letter-spacing:2px;
    line-height: 31px;
}
.rs-box{
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
    font-size:32px;
    letter-spacing:2px;
    line-height:normal;
    padding:95px 0 0 0;
}
.brandgallery{
    background:#fff;
    padding:30px 0;
    -webkit-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
    -moz-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
    box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
}
.brandgallery marquee ul{
    margin:0;
    padding:0;
}
.brandgallery marquee li{
    padding: 0 1.5%;
    display:inline-block;
    list-style:none;
    vertical-align: middle;
    height: 78px;
}
.seo-home{
    padding: 1.5% 0 4% 0;
    background: #fff url(../images/gallery/welcome-page/body-bg.jpg) repeat;
}
.toTop .fa-angle-up{
    color: #e30613;
    font-size: 37px;
    font-weight: bold;
}
.transport{
    background:url(../images/gallery/welcome-page/transport.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.umwelt{
    background:url(../images/gallery/welcome-page/umwelt.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.lager{
    background:url(../images/gallery/welcome-page/lager.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.buro{
    background:url(../images/gallery/welcome-page/buro.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.betrieb{
    background:url(../images/gallery/welcome-page/betrieb.jpg) no-repeat;
    height:234px;
    text-align:center;
}
.labor{
    background:url(../images/gallery/welcome-page/labor.jpg) no-repeat;
    height:234px;
    text-align:center;
}
.homeslider{
    position:relative;
}
.vorteile-main{
    background:#040e1b url(../images/gallery/welcome-page/vorteile-main.jpg) no-repeat center center;
    height:373px;
    -webkit-box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.25);
}
.vorteile-1{
    background:url(../images/gallery/welcome-page/vorteile-1.jpg) no-repeat;
    min-height:386px;
    margin-top:-27px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    padding: 10px 20px;
}
.vorteile-2{
    background:url(../images/gallery/welcome-page/vorteile-2.jpg) no-repeat;
    min-height:352px;
    margin-top:44px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    padding: 10px 20px;
}
.vorteile-main h2.h2{
    color:#fff;
    font-size:28px;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background:url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 40px;
    padding-bottom: 14px;
    margin-bottom:20px;
}
.vorteile-main ul{
    margin:0;
    padding:0 0 0 10px;
    list-style:none;
}
.vorteile-main ul li{
    font-size:21px;
    color:#fff;
    font-weight:300;
    padding:5px 0 5px 30px;
    line-height: 26px;
    background:url(../images/gallery/welcome-page/check.png) 0 14px no-repeat;
}
.newsletter p{
    font-size:20px;
    line-height:24px;
}
.nslt-input{
    line-height:37px;
    height:37px;
    border-radius:22px;
    border:2px solid #e5e5e8;
    padding:0 24px;
    font-size:14px;
    font-weight:500;
    font-family: 'Barlow Semi Condensed', sans-serif;
    width:100%;
}
.dflt-btn {
    border-radius: 22px;
    border: 2px solid #e30613;
    text-decoration: none;
    padding: 0px 20%;
    color: #061b36;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    background:none;
    height: 37px;
    line-height: 34px;
}
.dflt-btn:hover{
    background:#e30613;
    color:#fff;
    text-decoration: none;
}
footer{
    background:#061a35 url(../images/gallery/welcome-page/footer-bg.jpg) no-repeat center center;
    min-height:341px;
}
footer h2.h2{
    color:#fff;
    font-size:20px;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background:url(../images/gallery/welcome-page/fh2bg.jpg) left bottom no-repeat;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom:0;
}
footer ul{
    margin:0;
    padding:0;
}
footer ul li{
    list-style:none;
}
footer ul li a{
    color:#fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size:17px;
    letter-spacing:1px;
    font-weight:400;
    padding:5px 0;
    display: inline-block;
    line-height: 19px;
}
footer ul li a:hover{
    color:#6883a1;
    text-decoration:none;
}
footer ul li .glyphicon{
    margin-right:10px;
    font-size:20px;
    line-height: inherit;
    vertical-align: middle;
    color: #6883a1;
    font-weight:bold;
}
.standard{
    color:#fff;
    font-size:14px;
}
.f-service ul li{
    padding:2px 0 2px 0;
}
.payment-icons img{
    max-width:100%;
    margin-right:12px;
}
.copyright{
    padding:15px 0;
    background:#05162b;
    border-top:1px solid #1b2c41;
}
.copyright p{
    color:#fff;
    font-size:15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight:400;
    text-align:center;
    letter-spacing:1px;
    margin:0;
    padding:0;
}
.toTop .onlyIcon {
    background:#fff;
    border-radius:50px;
    height:44px;
    line-height:44px;
    width:44px;
    padding:0;
}
.toTop .onlyIcon .glyphicon-chevron-up{
    color:#e30613;
    font-size: 15px;
    font-weight:normal;
    line-height: normal;
}
.margin-top-5{
    margin-top: 58px;
}
.isHome .newsletter .margin-top-4{
    margin-top: 90px;
}
.filter-main{
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    padding: 0 15px 25px 15px;
}
.filter-main .h3{
    color: #061b36;
    margin-left: -15px;
    padding-left: 15px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background: url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 26px;
    padding-top: 14px;
    padding-bottom: 10px;
}
.cat-banner{
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    padding: 0;
    margin:0 15px;
}
.cat-banner-tag{
    font-family: arial;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.5px;
    vertical-align: bottom;
    padding-bottom: 10px;
    display: inline-block;
}
.cat-banner-img{
    line-height:78px;
    height:78px
}
.cat-banner-img img{
    max-width:100%;
    vertical-align: bottom;
}
.cat-list-rhs h3.h3{
    color: #061b36;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background: url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 26px;
    margin-top: 0;
    padding-bottom: 10px;
    margin-left:-12px;
    padding-left:12px;
}
.typisch p{
    font-family: 'Barlow Semi Condensed', sans-serif;
    color:#061b36;
    font-size:14px;
    font-weight:500;
    letter-spacing:0.5px;
}
.cat-pdt-box{
    background:#000201;
    padding:15px;
    max-height: 375px;
    min-height: 375px;
}
.cat-pdt-box .h4{
    color: #fff;
    margin-left: -15px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background: url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 26px;
    margin-top: 0;
    padding-bottom: 10px;
}
.cat-pdt-box .h4 .fa-angle-right{
    color:#fff;
    font-size:16px;
    font-weight:bold
}
.img100{
    max-width:100%;
}
.cat-pdt-box ul{
    margin:0;
    padding:0;
    list-style:none;
}
.cat-pdt-box li a{
    color:#fff;
    font-size:17px;
    font-weight:600;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.cat-pdt-box li a:hover{
    color:#7497bd;
}
a, a:hover{
    text-decoration:none;
}
.cat-pdt-box li .fa-angle-right{
    color:#fff;
    font-size:17px;
    font-weight:bold;
    margin-right:7px;
}
.headerBox h1{
    color: #061b36;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background: url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 40px;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.clear{
    clear:both;
    height:0;
    line-height:0;
}
.filterPanel .sub-btn{
    padding:2.7% 8%;
    font-size:15px;
    border:1.5px solid #061b36;
    height:34px;
    box-shadow:none;
    background:none;
    text-shadow:none;
}
.filterPanel .sub-btn:hover{
    box-shadow:none;
    text-shadow:none;
    background: #061b36;
}
.isAddToBasket .PlentyWebshopButton{
    border-radius: 22px;
    box-shadow:none;
    -webkit-box-shadow:none;
    border:none;
    background:#061b36;
    text-decoration: none;
    padding: 6px 18px;
    height: auto;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    letter-spacing: 0.5px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.newsletter{
    -webkit-box-shadow: 11px -14px 6px -13px rgba(0,0,0,0.13);
    -moz-box-shadow: 11px -14px 6px -13px rgba(0,0,0,0.13);
    box-shadow: 11px -14px 6px -13px rgba(0,0,0,0.13);
    background: #fff url(../images/gallery/welcome-page/body-bg.jpg) repeat;
}
.filterExist .newsletter .margin-top-8{
    margin-top:42px;
}
.isText p.description{
    font-size:14px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight:400;
}
.linkToItem{
    font-size:28px;
    font-weight:700;
}
.linkToItem sup{
    font-size:14px;
}
.singleItemDetails h1.itemTitle{
    font-size:24px;
    font-weight:700;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color:#061b36;
    line-height:normal;
}
.itemshortdesc{
    font-size:24px;
    font-weight:400;
    line-height:normal;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.singleItemDetails .itemDefList dt{
    width:auto;
    padding-right:6px;
}
.singleItemDetails .itemDefList dd{
    width:auto;
    float:left;
}
.priceContainer span.Price{
    font-size:38px;
    font-weight:700;
}
span.currency{
    font-size:38px;
    font-weight:700;
}
.ArticleOrderForm .ArticleOrderSelect{
    padding:0;
    border:none;
    background:none;
    box-shadow:none;
    height:26px;
}
.categoryPagination label{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.catlist-rightsec{
    padding-top:10px;
    text-align:right;
    padding-left:0;
}
.categoryDetails.isListView .catlist-rightsec .isAddToBasket{
    margin:0!important;
    width:100%;
    float:none;
}
.heart-icon{
    width:30px;
    height:30px;
    font-size: 14px;
    line-height: 27px;
    margin-right:5px;
    padding:0;
    background:url(../images/gallery/welcome-page/heart1.png) center center no-repeat;
}
.heart-icon:hover{
    background:url(../images/gallery/welcome-page/heart2.png) center center no-repeat;
    border: 2px solid #e30613;
    box-shadow:none

}
.singleItemDetails .previewImage{
    box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 1px;
    height:92px;
    line-height: 92px;
}
.jqzoom{
    height:380px;
    line-height:380px;
}
.singleItemDetails .itemDefList {
    font-size: 14px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.heart-bg{
    background:#000;
    padding: 6px;
    border-radius:22px;
    color:#fff;
    font-size:13px;
}
.singleItemDetails .buttonBox .sub-btn{
    padding: 8px 7% 8px 5%;
    position: relative;
}
.singleItemDetails .buttonBox .sub-btn .heart-bg{
    position: absolute;
    padding:0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size:12px;
    right: 6px;
    top: 7px;
}
.topseller-bg .categoryDetails .itemBoxInner .name{
    padding:15px 12px 12px 12px;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.29);
    position:relative;
    -moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.1);
    z-index:1
}
.topseller-bg .categoryDetails .imageBox img{
    padding-bottom: 2px;
}
.topseller-bg .linkToItem{
    font-size: 20px;
    font-weight: 600;
}
.topseller-bg .categoryDetails .itemBoxInner .price {
    background:#061b36;
    border-radius:0 20px 20px 0;
    min-width:100px;
    padding:7px 15px 8px 15px;
    margin-top:8px;
    color:#fff;
    font-weight:600;
    font-size:20px;
    display:inline-block
}
.topseller-bg .categoryDetails .itemBoxInner .price .fa-angle-right{
    color:#e30613;
    font-size: 24px;
    font-weight: bold;
    margin-left:10px;
}
.pagination-result{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.categoryPagination .nav > li{
    display:inline-block;
}
.cat-list-rhs .categoryDetails.isListView .imageBox img{
    padding-bottom:1px;
    max-height:98.8%;
}
/*.itemBox .isText.name{
     display:inline-block;
     width:70%
}
*/
.list-childleft{
    position:relative;
}
.list-childleft .ItemRatingContainer_0{
    position:absolute;
    right:-6%;
    top:10px;
}
.singleItemDetails .buttonBox .sub-btn .fa-plus{
    position: absolute;
    right: 10px;
    top: 7px;
    background: red;
    border-radius: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.arme{
    margin-right:10px
}
.frei{
    position:absolute;
    width:86px;
    height:85px;
    right:27px;
    top:120px
}
.pd-info{
    font-size: 16.5px;
    padding:0 10px;
    margin-left: 25px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #000;
    font-weight: 400;
}
.pd-info .gcheck{
    margin-right:4px
}
.singleItemDetails .imageBox .imgwrapper .jqzoom{
    height:370px;
    line-height:380px
}
.singleItemDetails .imageBox .imgwrapper .jqzoom img{
    max-height:none;
    display: inline-block;
}
.main-pr-disp{
    background:#fbfbfb;
}
.singleItemDetails .tab-content{
    padding: 12px 15px
}
.categoryDetails.isListView .itemBox .name{
    width:90%
}
.categoryDetails.isListView .itemBox .name:hover{color:#6883a1;}
.labelname{
    display:inline-block
}
.filterselect{
    display:inline-block;
    float:right;
}
.filterselect select{
    border:0;
    box-shadow:none;
    margin-top: -4px;
}
.NavigationGroupFilter label{
    font-weight: 500;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14.5px;
}
.NavigationGroupFilter label input[type="checkbox"]{
    margin:4px 7px 4px 0;
}
.filter-main .sub-btn{
    border:2px solid #061b36;
    color:#061b36;
}
.filter-main .sub-btn:hover{

    background:#061b36;
    color:#fff;
}
.filterleft .h3{
    font-size:19px;
    letter-spacing:1.5px;
}
.cat-pd-small .itemBoxInner{
    box-shadow:none;
    border-bottom:1px solid #ececec!important;
    padding: 15px 0 5px 0;
}
.cat-pd-small .itemBoxInner .name{
    font-size: 14px;
    line-height: 17px;
    padding:0 0 4px 0;
    font-weight: 600;
}
.cat-pd-small .itemBoxInner .linkToItem{
    font-size: 16px;
    font-weight: 600;
}
.cat-pd-small .itemBoxInner .price .fa-angle-right{
    color:#e30613;
    font-size: 18px;
    margin-left: 10px;
    font-weight: bold;
}
.cat-pd-small .itemBoxInner .linkToItem sup{
    font-size:10px;
}
.cat-pd-small .itemBoxInner .price{
    text-align:right;
}
.cat-pd-small .itemBoxInner .imageBox{
    -website-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.pdleftarea{
    padding-right:5px;
}
.pdrightarea{
    padding-left:5px;
}
.isLogin .fa-angle-down{
    font-weight: bold;
    color:#fff;
    font-size: 14px;
    margin-left:2px;
}
.no-touch .categoryView.isGridView .itemBox, .no-touch .crossSellingWrapper{
}
.singleItemView .crossSellingWrapper {
    height:312px;
}
.singleItemView .crossSellingWrapper .itemBox.action-1 .action{
    display:none;
}
.rpdt .crossSellingWrapper .itemBoxInner .name{
    padding: 10px;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.29);
    position: relative;
    -moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.1);
    z-index: 1;
}
.rpdt .crossSellingWrapper .itemBoxInner .price {
    background: #061b36;
    border-radius: 0 20px 20px 0;
    min-width: 100px;
    padding: 7px 15px 8px 15px;
    margin-top: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
}
/*.mainNavigation .nav li:nth-child(2) a{
    padding-left:0;
}
*/
.filter-main .badge{
    display:none
}
.filter-main .navigationTree li .fa-angle-right{
    right:0;
    color: #e30613;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 10px;
}
.filter-main .navigationTree li ul li .fa-angle-right{
    display:none;
}
.filter-main .navigationTree li a{
    border:none;
}
.filter-main .categoryDetails.cat-pd-small li:last-child .itemBoxInner{
    border-bottom:0!important;
}
.rpdt .crossSellingWrapper .itemBoxInner .price .fa-angle-right {
    color: #e30613;
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}
.paginghr{
    padding:0;
    height:1px;
    background:#ebebeb;
    margin-top:0;
    margin-bottom:20px;
}
.mainNavigation .nav li:nth-child(2) {
    padding-left: 0;
}
/*.dropdown-menu > li ul li:nth-child(2) a{
}
*/
@media (min-width: 767px) {
    .desk-view{
        display:block;
    }
    .mob-view{
        display:none;
    }
    .mainNavigation > .navbar-form input[type="search"]{
        display:none;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .rating.margin-top-15{
        margin-top: 0;
    }
    .singleItemDetails .buttonBox .sub-btn{
        padding: 8px 9% 8px 5%;
        margin-left:0;
    }
    /*.touch .buttonBox{
         margin:0;
    }
    */
    .pd-info{
        font-size:14.5px;
        padding: 0 15px;

    }
    .slider-caption{
        margin-top: 19.8%;
    }
    .slider-caption p{
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1.5px;
    }
    .rabatt{
        background-size:cover
    }
    .transport{
        background-size:cover
    }
    .umwelt{
        background-size:cover
    }
    .lager{
        background-size:cover
    }
    .buro{
        background-size:cover
    }
    .betrieb{
        background-size:cover
    }
    .labor{
        background-size:cover
    }
    .vorteile-main h2.h2{
        font-size: 24px;
        letter-spacing: 1.5px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .vorteile-main ul li{
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px
    }
    .flead.margin-top-5 {
        margin-top: 28px;
        padding-bottom: 3px;
    }
    footer h2.h2{
        font-size: 18px;
        letter-spacing: 1.5px;
        line-height: 24px;
        padding-bottom: 12px;
    }
    footer{
        min-height:auto;
    }
    .margin-top-2 {
        margin-top: 18px;
    }
    .mainNavigation .nav li:first-child{
        padding-left:0;
    }
    .mainNavigation .nav li:nth-child(2) {
        padding-left: 0;
    }
    .toTop{
        right:20px;
        bottom:36px;
    }
    footer .padding-top-4.flead {
        padding-top:20px;
        padding-bottom:20px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .line1{
        display:none;
    }
    .line2{
        display:none;
    }
    .line3{
        display:none;
    }
    mainNavigation .navbar-main li a .fa-angle-right {
        display: none;
    }
    .navbar .mainNavigation .nav li > a{
        padding: 10px 0px;
    }
    .rating.margin-top-15{
        margin-top: 0;
    }
    .singleItemDetails .buttonBox {
        margin-top:10px;
        margin-bottom:5px;
    }
    .singleItemDetails .buttonBox .sub-btn{
        padding: 8px 9% 8px 5%;
        margin-bottom:10px;
    }
    .touch .buttonBox{
        margin:0;
    }
    .pd-info{
        font-size:14px;
        padding: 0 15px;
    }
    .categoryPagination .sortieren .nav > li{
        float:right;
    }
    .margin-top-3.breadcrumblead{
        margin-top:20px;
        padding-bottom:10px;
    }
    .navbar-toggle{
        margin-top: 11px;
    }
    .navbar-toggle.pull-left{
        margin-left:0;
    }
    .filter-main{
        box-shadow:none;
        padding:0
    }
    mainNavigation .nav > li > a .fa-angle-down {
        display: none;
    }
    footer{
        min-height: auto;
        padding-bottom:4%;
    }
    .copyright{
        padding: 10px 0;
    }
    .copyright p{
        font-size: 13px;
        letter-spacing: 0.5px;
    }
    footer ul.margin-top-2 {
        margin-top: 15px;
    }
    .payment-icons{
        margin-top:12px;
    }
    .payment-icons a{
        display:inline-block;
        width:70px;
        margin-right:6px;
    }
    .payment-icons a img{
        max-width:100%;
        margin-right:0;
    }
    .margin-top-5 {
        margin-top: 28px;
    }
    footer .f-service ul li .glyphicon{
        font-size: 15px;
        margin-right: 4px;
        width:17px;
        display: inline-block;
    }
    footer h2.h2{
        font-size: 14px;
        letter-spacing: 1px;
        margin-top:0px;
    }
    footer ul li a{
        font-size: 16px;
        letter-spacing: normal;
    }
    .newsletter-form button.dflt-btn{
        padding: 0px 12%;
        font-size:15px;
    }
    .vorteile-1{
        padding: 10px 15px;
    }
    .vorteile-main h2.h2{
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 12px;
        margin-bottom: 10px;
    }
    .vorteile-main ul li{
        padding:3.5px 0 3.5px 30px;
        font-size: 15px;
        line-height: 21px;
    }
    .isHome .newsletter .margin-top-4 {
        margin-top: 60px;
    }
    .newsletter p {
        font-size: 17px;
        line-height: 23px;
    }
    .vorteile-main ul{
        padding:0;
    }
    .seo-home{
        padding: 2% 0 6% 0;
    }
    .rabatt{
        height:180px;
    }
    .umwelt{
        height:180px;
    }
    .transport{
        height:180px;
    }
    .lager{
        height:180px;
    }
    .buro{
        height:180px;
    }
    .betrieb{
        height:180px;
    }
    .labor{
        height:180px;
    }
    .margin-top-4 {
        margin-top: 28px;
    }
    .rs-box{
        font-size: 26px;
        padding: 70px 0 0 0;
    }
    .rabatt-inner {
        padding: 30px 0 0 0;
    }
    .h2{
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 1.5px;
    }
    .topseller-bg{
        padding:1.5% 0 4% 0;
        min-height:auto;
        background-size: cover;
    }
    .mainNavigation > .navbar-form input[type="search"]{
        display:block;
    }
    .topmenu li.isBasketPreview .dropdown-menu{
        border:none;
    }
    .navbar-information .topmenu {
        padding-top: 0;
        padding-bottom: 0;
        float:right;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .navbar-brand {
        margin: 15px 0;
    }
    .desk-view {
        display: none;
    }
    .mob-view {
        display: block;
    }
    .navbar-nav > li > .dropdown-menu {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    li.dropdown.bigmenu > ul.dropdown-menu > li > a {
        background: none;
        padding: 5px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > a {
        padding: 5px 5px 5px 20px;
    }
    .slider-caption {
        padding: 1.5% 2.1% 0.5%;
        margin-top: 154px;
    }
    .slider-caption p {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: normal;
        margin-bottom: 15px;
    }
    .slider-caption a {
        border-radius: 18px;
        letter-spacing: normal;
        font-size: 16px;
        padding: 1.5% 6%;
    }
    .navbar-information .topmenu li:not(.isBasketPreview) a {
        border: none;
        /*padding:0;*/
        border-radius: 0;
        letter-spacing: normal;
        margin: 0;
    }
    .mainNavigation .nav > li{
        padding:0;
    }
    .topseller-bg .categoryView.isGridView .itemBox .itemBoxInner{
        min-height:270px;
    }
    .navbar-information .topmenu li a .fa-shopping-bag {
        font: normal normal normal 20px/1 FontAwesome;
        line-height: normal;
        margin-bottom: 0;
    }
    .toTop{
        right:20px;
        bottom:36px;
    }
    footer .padding-top-4.flead {
        padding-top:20px;
    }
    .mainNavigation .nav > li:first-child{
        padding-left:0;
    }
    .singleItemDetails .nav-tabs > li.active > a, .singleItemDetails .nav-tabs > li.active:hover > a, .singleItemDetails .nav-tabs > li.active > a:focus{
        font-size:16px;
    }
}

.singleItemDetails .buttonBox .sub-btn.arme{float:left;}

@media (min-width: 467px) and (max-width: 767px) {
    #searchicon{padding-left:15px!important;}
    .slider-caption{margin-top: 174px!important;}
    .categoryPagination .nav a, .categoryPagination .navbar .nav li > a{font-size: 14px;}
    .pagingnnum{padding:0 5px;}
    .singleItemDetails .nav-tabs > li > a, .singleItemDetails .nav-tabs > li:hover > a{padding: 12px 0!important;    font-size: 15px!important;}
    .pd-info{padding:0 15px;margin-top: 10px; margin-left:0!important;}
    .frei{top: 60px;}
    .isImage{background:none!important; padding:0!important;}
    .catlist-rightsec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .categoryView.isGridView .itemBox .name, .crossSellingSlider .itemBox .name{min-height: auto;}
    .rabatt {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .rabatt-inner {
        padding-top: 30px;
        padding: 18px 0 0 0;
    }
    .transport {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .rs-box {
        font-size: 25px;
        letter-spacing: 1px;
        padding: 35px 0 0 0;
    }
    .umwelt {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .lager {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .buro {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .betrieb {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .labor {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .isHome .newsletter .margin-top-4 {
        margin-top: 20px;
    }

    .navbar-information { float:none!important;}

    .navbar-information .topmenu li.isPhone a {
        background: none;
        padding-left: 0;
    }

    .contentpageSlider, .contentpageSlider .slide {
        height: 250px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {


    .line1{
        display:none;
    }
    .line2{
        display:none;
    }
    .line3{
        display:none;
    }
    .navbar .mainNavigation .nav li > a{
        padding: 10px 0;
    }
    .filter-main{
        box-shadow:none;
        padding:0
    }
    .toTop{
        right: 20px;
        bottom: 20px;
    }
    .mainNavigation .nav > li{
        padding:0;
    }
    .padding-bottom-4 {
        padding-bottom: 28px;
    }
    .newsletterdtl{
        margin-top:5px!important;
    }

    .categoryView.isGridView .itemBox{
        margin-bottom:20px;
    }
    .isImage{
        background:none;
        padding:0;
    }
    .list-childleft .ItemRatingContainer_0{
        position:relative;
        right: auto;
        top: auto;
    }
    .pagination-result{
        text-align:center;
        border-bottom:1px solid #ededed;
        padding:6px 0
    }
    .categoryPagination .nav{
        text-align:center;
    }
    .topseller-bg{
        padding: 1.5% 0 6% 0;
    }
    .topseller-bg .categoryView.isGridView .itemBox{
        margin:10px 0
    }
    .margin-bottom-2 {
        margin-bottom: 14px;
    }
    .margin-top-2 {
        margin-top: 14px;
    }
    .topseller-bg .categoryDetails .itemBoxInner .price{
        padding:3px 10px 3px 10px;
        margin-top:4px;
    }
    .topseller-bg .linkToItem {
        font-size: 17px;
        font-weight: 600;
    }
    .mainNavigation .glyphicon-home:before{
        color:#6883a1;
    }
    .desk-view{
        display:none;
    }
    .mob-view{
        display:block;
    }
    .navbar-information .topmenu{
        padding-top:0;
    }
    .navbar-information .topmenu li:not(.isBasketPreview) a{
        border:none;
        padding:0 17px;
        border-radius:0;
        letter-spacing:normal;
        margin:0;
    }
    .navbar-information .topmenu.nav li.isContact .glyphicon{
        margin:0;
    }
    .topmenu li.isBasketPreview .dropdown-menu{
        border:none;
    }
    .navbar-nav{
        margin: 8px 0;
    }
    .navbar-information .topmenu li a .fa-shopping-bag{
        font: normal normal normal 20px/1 FontAwesome;
        line-height:normal;
        margin-bottom:0;
    }
    .topmenu li.isBasketPreview .badge{
        font-size:12px;
        width: 15px;
        height: 15px;
        line-height: 14px;
    }
    .navbar-brand{
        margin: 15px 34%;
    }
    .navbar-toggle{
        margin-top: 15px
    }
    .mainNavigation .nav > li > a .fa-angle-down{
        display:none;
    }
    .navbar-nav > li > .dropdown-menu{
        box-shadow:none;
        -webkit-box-shadow:none;
    }
    .navbar-nav .open .dropdown-menu{
        background: #efefef;
        border: 1px solid #d8d8d8;
    }
    li.dropdown.bigmenu > ul.dropdown-menu > li > a{
        background:none;
        padding:5px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > a{
        padding:5px 5px 5px 20px;
    }
    .slider-caption p{
        font-size: 15px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: normal;
        margin-bottom:10px;
    }
    .slider-caption a{
        border-radius: 18px;
        letter-spacing: normal;
        font-size: 12px;
        padding: 1.5% 4%;
    }
    .slider-caption{
        padding: 5px 10px 0 10px;
        margin-top: 112px;
    }
    .h2{
        font-size: 16px;
        letter-spacing: 1px;
        padding-bottom: 10px;
        margin-bottom:10px;
        line-height: 24px;
    }
    .margin-top-4 {
        margin-top: 20px;
    }
    .seo-home .h2{
        font-size: 19px;
    }
    p{
        font-size:14px;
        line-height: 20px;
    }
    .top-marken h3{
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    .top-marken ul li{
        padding: 5px 0;
    }
    .rabatt-inner p{
        line-height: 23px;
        margin-bottom: 8px;
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 600;
    }
    .sub-btn-white{
        font-size: 14px;
        padding: 6px 24px;
        border-radius: 18px;
    }


    .brandgallery{
        padding:15px 0;
    }
    .seo-home{
        padding:0;
    }
    .vorteile-1{
        margin-top:0;
        height:auto;
        background-repeat:y;
        min-height:auto;
        padding:10px;
    }
    .vorteile-main h2.h2{
        font-size: 17px;
        line-height:19px;
        font-weight:600;
        letter-spacing:1px;
        margin-bottom: 10px;
    }
    .vorteile-main ul li{
        font-size: 15px;
        line-height: 19px;
        padding: 3px 0 3px 28px;
        background: url(../images/gallery/welcome-page/check.png) 0 10px no-repeat;
    }
    .vorteile-main{
        height:auto;
        background: url(../images/gallery/welcome-page/vorteile-main.jpg) repeat;
        padding:10px 0;
    }
    .vorteile-2{
        margin-top:0;
        min-height:auto;
    }
    .newsletter .margin-top-8{
        margin-top:20px;
    }
    .newsletter .margin-top-8 .h2{
        margin:0;
    }
    .newsletter p {
        font-size: 16px;
        margin-bottom:2px;
        line-height: 21px;
    }
    .nslt-input{
        margin:0;
    }
    .newsletter .submitlead{
        margin-top:10px;
    }
    footer{
        margin-top: 20px;
        min-height: auto;
        background: url(../images/gallery/welcome-page/footer-bg.jpg) repeat-y;
        padding:10px 0;
    }
    footer .flead{
        margin-top:0;
        padding-top:0;
    }
    footer h2.h2{
        font-size:18px;
        letter-spacing:1px;
        line-height:21px;
    }
    footer .f-service ul{
        margin-top:10px;
    }
    .f-service ul li{
        padding: 1px 0 4px 0;
    }
    footer ul li .glyphicon{
        width: 20px;
        display: inline-block;
    }
    footer ul li a{
        font-size:15px;
    }
    footer ul li{
        line-height:20px;
    }
    footer ul li .glyphicon{
        font-size:17px;
        margin-right:5px;
    }
    .f-zahlung{
        margin-top:10px;
    }
    .f-zahlung ul{
        margin-top:10px;
    }
    .f-zahlung .payment-icons{
        margin-top:10px;
    }
    .f-kundenkonto ul{
        margin-top:10px;
    }
    .f-unternehmen2 ul{
        margin-top:10px;
    }
    .copyright{
        padding: 12px 0;
    }
    .copyright p{
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 17px;
    }
    .breadcrumblead{
        margin:10px 0;
    }
    .cat-list-rhs{
        margin-top:10px!important;
    }
    .cat-banner-img{
        margin-top:10px!important;
    }
    .typisch p{
        font-weight: 400;
        line-height: 19px;
    }
    .cat-pdt-box li a{
        font-size:15px;
        font-weight: 500;
    }
    .cat-pdt-box li .fa-angle-right{
        font-size:15px;
    }
    .cat-pdt-box{
        max-height: none;
        min-height: auto;
    }
    .cat-pdt-box .h4{
        letter-spacing:1px;
    }
    .headerBox h1{
        font-size:26px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .categoryPagination .itemSortingLabel select{
        padding: 5px;
    }
    .categoryPagination .nav.navbar-left{
        margin-right:0;
        margin-bottom:10px;
    }
    .categoryPagination .nav.navbar-right .articlePages a{
        padding:3px 5px;
        font-size: 14px;
    }
    .isImage .imageBox{
        box-shadow:none;
        /*height:auto;
        */
        text-align:center;
    }
    .itemBox .name{
        font-size:16px;
        line-height: 21px;
    }
    /*.itemBox .itemBoxInner{
        box-shadow: 0 3px 5px -3px rgba(0,0,0,0.16);
        */
    .btn.quantityInputButton .glyphicon{
        font-size:11px;
    }
    .btn.quantityInputButton{
        width: 27px!important;
        height:30px;
        line-height:16px;
    }
    .quantityInputWrapper input{
        height:30px;
        width:34px!important;
    }
    .isAddToBasket .PlentyWebshopButton{
        font-size: 12px;
        letter-spacing:normal;
        padding: 8px 15px;
        height:auto;
    }
    .cat-banner-thum img{
        max-width:100%;
    }
    .cat-banner-img img{
        max-width:100%;
    }
    .cat-banner-img{
        height:auto;
        line-height:normal;
    }
    .cat-banner-tag{
        font-size:12px;
    }
    .filterExist .newsletter .margin-top-8{
        margin-top: 20px;
    }
    .singleItemDetails h1.itemTitle{
        font-size:18px;
    }
    .price.xx-large {
        font-size: 24px;
    }
    span.currency{
        font-size: 24px;
    }
    .sub-btn{
        border-radius: 18px;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .buttonBox .sub-btn{
        margin-bottom:5px;
    }
    .touch .buttonBox{
        margin:0;
    }
    .buttonBox .full-black{
        margin-left:0;
    }
    .singleItemDetails .nav-tabs > li > a, .singleItemDetails .nav-tabs > li:hover > a {
        font-size:12px!important;
        padding:5px;
        font-weight:600;
        letter-spacing:normal;
        text-align:center;
        margin-right:0;
        height: 45px;
        margin-bottom: 5px;
    }
    .singleItemDetails .nav-tabs > li{
        width:50%;
        clear: none;
    }
    .tab-content {
        padding: 10px;
    }
    .newsletter{
        box-shadow:none;
        -webkit-box-shadow:none
    }
    .navbar-information .topmenu li:not(.isBasketPreview) a:hover{
        padding:0 17px;
    }
    .loginForm .btn-primary{
        background:#e30613;
        border:none;
        box-shadow:none;
        -webkit-box-shadow:none;
        background-image:none;
    }
    .navbar-information .topmenu li .loginForm a.iconLink {
        padding:0 10px;
        font-size:12px;
        letter-spacing:normal
    }
    .navbar-information .topmenu li .loginForm a.iconLink .glyphicon{
        margin-right:5px;
        font-size:11px;
    }
    .navbar-information .topmenu li .loginForm hr{
        color:#6883a1;
    }
    .priceContainer span.Price{
        font-size:30px;
    }
    /*.categoryPagination {
            margin:0;
        }
        */
    .breadcrumblead{
        padding-bottom:0;
    }
    .navbar-information .topmenu li:last-child a{
        padding-right:0;
    }
    .rating.margin-top-15{
        margin-top:0;
    }
    .singleItemDetails .buttonBox .sub-btn {
        padding: 8px 12% 8px 5%;
    }
    .pd-info{
        margin-top:10px!important;
    }
    .singleItemView .singleitemoverview{
        box-shadow:none
    }
    .singleItemDetails .nav-tabs > li.active > a, .singleItemDetails .nav-tabs > li.active:hover > a, .singleItemDetails .nav-tabs > li.active > a:focus{
        font-size:12px;
        letter-spacing:normal;
    }
    .topseller-bg{
        min-height:auto;
    }
    .singleItemView .crossSellingWrapper {
        height: 276px;
    }
    .singleItemDetails .imageBox .imgwrapper .jqzoom{
        height: 200px;
        line-height: 200px;
    }
    .singleItemDetails .imageBox .imgwrapper .jqzoom img{
        max-height: 100%;
    }
}
@media (min-width: 320px) and (max-width: 467px) {
    .contentpageSlider, .contentpageSlider .slide {
        height: 200px;
    }
}
.transport:hover{
    opacity: 0.5;
}
.umwelt:hover{
    opacity: 0.5;
}
.lager:hover{
    opacity: 0.5;
}
.buro:hover{
    opacity: 0.5;
}
.betrieb:hover{
    opacity: 0.5;
}
.labor:hover{
    opacity: 0.5;
}
.no-marg{
    margin: 0 !important;
}
.no-pad{
    padding: 0;
}
@media (min-width: 768px){
    .pad-left-5{
        padding-left: 5px !important;
    }
    .pad-right-5{
        padding-right: 5px !important;
    }
}
.pad-bot-5{
    padding-bottom: 5px;
}
.pad-top-5{
    padding-top: 5px;
}
.marg-25{
    margin: 0 5% 0 5%;
}
@media (min-width: 1400px){
    .marg-25{
        margin: 0 15% 0 15%;
    }
}
@media (min-width: 2000px){
    .marg-25{
        margin: 0 20% 0 20%;
    }
}
@media (max-width: 990px){
    .marg-25{
        margin: 0;
    }
}
.animate-left {
    position: relative;
    animation: animateleft 0s
}
@keyframes animateleft {
    from {
        left :5px;
        opacity:1
    }
    to {
        left:0;
        opacity:1
    }
}
#search-container{
    display: none;
}
#searchbar{
    width: 100% !important;
    margin-top: 5px;
    margin-right: 0 !important;
    float: left;
}
.width-100{
    width: 100% !important;
}
#LiveSearchParam{
    width: 100% !important;
    height: 54px;
    font-size: 35px;
    text-align: center;
}
#searchicon{
    color: #e30613 !important;
    font-size: 15px;
    vertical-align: middle;
    /*padding: 9px 0 0 25px;*/
    display: inline-block;
}
#grayout {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9999;
}
#grayout {
    filter: alpha(opacity=50);
}
* html #grayout {
    position: absolute;
}
@media(min-width: 992px){
    .liveSearch {
        top: 60px !important;
    }
}
.liveSearch tr:first-child > td:first-child {
    text-indent: 0;
}
.LiveSearchImage > img {
    max-height: 150px !important;
    padding-left: 33%;
}
.LiveSearchArticleName a{
    display: block;
    font-size: 31px;
    line-height: 41px;
}
.font-400{
    font-weight: 400;
}
.itemBox .name {
    font-size: 19px;
    line-height: 22px;
    padding: 12px 0 6px 0;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-align: left;
}
.marg-top-10{
    margin-top: 10px;
}
.mobile-icon{
    padding: 4px 9px !important;
    font-size: 26px;
}
.marg-bot-10{
    margin-bottom: 10px;
}
@media(max-width: 1919px){
    #searchclose{
        display: none !important;
    }
    #searchbar{
        width: 100% !important;
    }
}
.top-marken li{
    list-style: none;
    text-align:center;
    padding:25px 0;
}
/*CSS Erweiterung - Responsive Youtube Video*/
.yt-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.yt-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*CSS Erweiterung - Responsive Youtube Video*/
.li-cont {
    font-size: 15px;
}

/*fresh styles*/

p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.navbar-information{ float:right;}
.basketPreviewContent .cart-default-text{ color:#fff; font-size:14px;}
.line1 {
    position: absolute;
    top: -145px;
    right: 390px;
}
.line2 {
    position: absolute;
    top: -100px;
    right: 60px;
}
.line3 {
    position: absolute;
    top: -60px;
    right: 36px;
    z-index: 1;
}
.rltv {
    position: relative;
}
.categoryDetails .imageBox {
    text-align: center;
}

.topseller-bg ul.categoryDetails{/*margin-bottom: 25px;*/}
.seo-home p{font-size: 16px;
    line-height: 23px;
    font-weight: 400;}

.cat-list-rhs h1{ padding-top:0;}
.categoryPagination .nav.navbar-right li:last-child > a {
    margin-right: 0;
}
.categoryPagination .nav.navbar-right li.arrow a {
    font-size: 28px;
    padding: 0 2px;
    font-weight: 400;
    line-height:12px;
}
.navigationTree ul.level-2 li a {
    font-size: 14.5px;
    line-height: 18px;
    font-weight: 500;
    padding: 4px 0 4px 3px;
}

.breadcrumbs .fa-angle-left {
    font-size: 17px;
    font-weight: bold;
    color: #e30613;
    margin-right: 2px;
}
.breadcrumbs .fa-angle-right {
    font-size: 17px;
    font-weight: bold;
    color: #8c8e9d;
    margin-right: 2px;
}
.isImage {
    background: url(../images/gallery/welcome-page/isImage-bg.jpg) top right repeat-y;
    padding: 0 4px 0 0;
}
.categoryDetails .articleVat {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 6px;
}
.categoryDetails .itemDefList dt {
    font-weight: 600;
    display: inline-block;
    line-height: normal;
    width: auto;
    float: none;
}
.categoryDetails .itemDefList dd {
    width: auto;
    line-height: normal;
    display: inline-block;
    float: none;
}
.categoryDetails .itemDefList {
    font-size: 14px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .line1{
        display:none;
    }
    .line2{
        display:none;
    }
    .line3{
        display:none;
    }
    footer ul li .glyphicon{ margin-right:5px;}
    footer{ margin-top:0;    padding: 8px 0 8px;}
    .categoryView.isGridView .itemBox .name, .crossSellingSlider .itemBox .name{max-height: 160px;
        min-height: 140px;}
    .itemBox .name {
        font-size: 17px;
        line-height: 22px;}
    .bigmenu.open .dropdown-menu {
        background: #eee;
        border: none;
    }
    .h2{font-size: 28px;    letter-spacing: 1px;    line-height: 32px;}
    .navigationTree ul {
        padding: 0 0 0 7px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .singleItemDetails .buttonBox .sub-btn{ margin-left:0;}
    .singleItemDetails .pd-info{ padding:0;}
    .categoryView.isGridView .categoryDetails.isListView .itemBox .name{max-height: none;
        min-height: auto;}
    .categoryDetails.isListView .h-sm-2 {
        height: 149px;
    }
    .categoryDetails.isListView .h-sm-2.adapt-line-height {
        line-height: 105px;
    }
    .loginForm .btn-primary {
        background: #e30613;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-image: none;
    }

    .navbar-information .topmenu li.isPhone a {
        background: none;
        padding-left: 0;
    }
    /*.navbar-default .navbar-toggle {
    border-color: #6883a1;
}*/
    .itemBox .name{    font-size: 16px;
        line-height: 18px;}
    .categoryView.isGridView .itemBox .name, .crossSellingSlider .itemBox .name{max-height: 150px;min-height: 135px;}
    .newsletter-form{    text-align: left;}
    footer{margin-top:0;}
    .vorteile-2{ margin-top:20px;min-height: 290px;}
    .vorteile-main{    height: 290px;}
    .newsletter{    padding-top: 26px;}

    .bigmenu.open .dropdown-menu {
        background: #eee;
        border: none;
    }
    /*#searchicon{padding: 10px 0 0 15px;}*/

}

@media (min-width: 320px) and (max-width: 479px) {
    .navbar-information{ float:none!important;}

    /*#searchicon{padding: 10px 0 0 15px;}*/
    .mainNavigation > .navbar-nav{ padding-top:0;}
    .bigmenu.open .dropdown-menu{ background:#eee; border:none;}

    .frei{    top: 90px;}
    .pd-info{ padding:0 15px;margin-left:0;}
    .navbar-information .topmenu li.isPhone a {
        background: none;
        padding-left: 0;
    }

    .navbar-information{ float:none;}
    .topseller-bg{ background-image:none; background-color:#e7e4e3; min-height:auto;padding: 1.5% 0 6% 0;}
    .top-marken li{padding: 5px 0;}
    .categoryView.isGridView .itemBox .name, .crossSellingSlider .itemBox .name{ min-height:auto;}
    .touch .categoryView.isGridView .itemBox, .touch .crossSellingWrapper{ height:auto;}
    .itemBox .name{    font-size: 16px;    line-height: 20px}
    .transport{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .rs-box{
        font-size: 22px;
        letter-spacing: 1px;
        padding: 22px 0 0 0;
    }
    .umwelt{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .lager{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .buro{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .betrieb{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .labor{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .rabatt{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .rabatt-inner{
        padding-top:10px;
    }

    .vorteile-1{ display:none;}
    .isHome .newsletter .margin-top-4{   margin-top:20px; padding-bottom:10px;    }
    footer ul li a{ padding:3px 0;}
    footer ul li{ line-height:15px;}
    .dropdown-header{ color:#fff; line-height:normal;padding:1px 0;	}
    .dropdown-headera a{ font-size:14px; line-height:normal;}
    .dropdown.enable-xs-sm.isLogin .dropdown-menu .clearfix a{ font-size:14px;}
    .cancel.pull-right{ float:left!important;}
    .iconLink > span.glyphicon{vertical-align: text-top;}
    .loginForm{ margin-bottom:5px;}
    .catlist-rightsec{ padding-left:15px; padding-right:15px;}
}

.singleItemDetails .nav-tabs > li > a, .singleItemDetails .nav-tabs > li:hover > a{ font-size:16px;}
.btn-search{
    color: #e30613 !Important;
}
.homeslider{
    height: 100%;
}
.slider-prevtxt {
    background: url(../images/gallery/welcome-page/caption-bg.png) repeat;
    padding: 1.5% 2.1% 0.5%;
    float: right;
    margin-top: 10%;
    padding: 25px;
}
.slider-offer-txt{
    background: rgba(255, 0, 0, 0.7);
    margin-top: 10%;
    padding: 15px;
    text-align: center;
}
.slider-offer-txt span{
    color: white;
    font-size: 30px;
    font-weight: 700;

}
.slider-prevtxt p{
    color: white;
    font-size: 18px;
    margin-top: 10px;
}
.slider-offer-name{
    color: white;
    font-size: 23px;
    font-weight: 600;
}
.slider-img{
    width: 100%;
    margin-top: 40%;
    margin-left: 5px;

}
.slider-offer-price-area{
    color: white;
    float: right;
    margin: 15px;
    font-size: 26px;
}
.slider-offer-price{
    font-size: 48px;
}


/* The Modal (background) */
.gutscheinmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000000000000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.gutscheinmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /*border: 1px solid #888;*/
    width: 20%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.gutscheinclose {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.gutscheinclose:hover,
.gutscheinclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.gutscheinmodal-header {
    padding: 2px 16px;
    background-color: #061b36;
    color: white;
}

.gutscheinmodal-body {padding: 2px 16px; font-size: 26px;}

.gutscheinmodal-footer {
    padding: 2px 16px;
    background-color: #061b36;
    color: white;
}
.gutscheinheadline{
    color: white !important;
    font-weight: 700;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.gutscheincode{
    font-size: 20px;
    font-weight: 700;
}
/* ------ Content ------- */

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */





@font-face {
    font-family: "glyphicon";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg#halflings") format("svg");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

/* plenty font */
@font-face {
    font-family: "plentyicon";
    src: url("../fonts/plentyicon.eot?16152725");
    src: url("../fonts/plentyicon.eot?16152725#iefix") format("embedded-opentype"),
    url("../fonts/plentyicon.woff?16152725") format("woff"),
    url("../fonts/plentyicon.ttf?16152725") format("truetype"),
    url("../fonts/plentyicon.svg?16152725#plentyicon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
.plentyicon:before {
    font-family: "plentyicon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}
.plentyicon-check-1:before { content: '\e800'; }
.plentyicon-check-2:before { content: '\e801'; }
.plentyicon-arrow-up:before { content: '\e802'; }
.plentyicon-arrow-right:before { content: '\e803'; }
.plentyicon-arrow-left:before { content: '\e804'; }
.plentyicon-arrow-down:before { content: '\e805'; }
.plentyicon-star:before { content: '\e806'; }
.plentyicon-star-empty:before { content: '\e807'; }
.plentyicon-attention:before { content: '\e808'; }
.plentyicon-angle-sm-left:before { content: '\e809'; }
.plentyicon-angle-sm-right:before { content: '\e80a'; }
.plentyicon-angle-sm-up:before { content: '\e80b'; }
.plentyicon-angle-sm-down:before { content: '\e80c'; }
.plentyicon-facebook:before { content: '\e80d'; }
.plentyicon-facebook-squared:before { content: '\e80e'; }
.plentyicon-gplus:before { content: '\e80f'; }
.plentyicon-plenty-p:before { content: '\e811'; }
.plentyicon-plenty-logo:before { content: '\e812'; width: auto; }
.plentyicon-twitter:before { content: '\e813'; }
.plentyicon-xing:before { content: '\e814'; }
.plentyicon-pinterest:before { content: '\e816'; }
.plentyicon-angle-lg-down:before { content: '\e817'; }
.plentyicon-angle-lg-left:before { content: '\e818'; }
.plentyicon-angle-lg-right:before { content: '\e819'; }
.plentyicon-angle-lg-up:before { content: '\e81a'; }
.plentyicon-linkedin:before { content: '\e81c'; }
.plentyicon-lastfm:before { content: '\e81e'; }
/* end plenty font */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.catchMarginBefore:before,
.catchMarginAfter:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
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,
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
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;
}
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;
}
textarea {
    overflow: auto;
    resize: vertical;
}
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;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !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: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Barlow', sans-serif; font-weight:400;color:#061b36;
    font-size: 12px;
    line-height: 22px;
    background-color: #ffffff;
}
.lh-075 { line-height: 18px; }
.lh-05 { line-height: 12px; }
.lh-0 { line-height: 0; }

body,
.basicColor,
a.basicColor,
a.basicColor:hover,
a.basicColor:focus {
    color: #333;
    text-shadow: none;
}
a,
.basicColor a,
.btn-link {
    color: #2a2a29;
    text-decoration: none;
}
a:hover,
a:focus,
.basicColor a:hover,
.basicColor a:focus,
.btn.btn-link:hover,
.btn.btn-link:focus {
    color: #6883a1;
    text-decoration: underline;
}
.iconLink {
    color: #666;
}
.iconLink .glyphicon,
.iconLink:hover,
.iconLink:focus {
    color: #6883a1;
    text-decoration: none;
}
.iconLink > .glyphicon {
    line-height: 0.8em;
    vertical-align: middle;
}
.iconLink > span.glyphicon {
    font-size: 1.2em;
    line-height: inherit;
    vertical-align: top;
}
h2 a,
h2 a:hover,
h2 a:focus,
h3 a,
h3 a:hover,
h3 a:focus {
    color: inherit;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/* loading icon img src */
img[src=""][data-src],
#jQueryPageWaitScreen > *,
.overlay.overlay-wait {
    background-image: url("../images/loading.gif");
}
.jqzoom > .img-responsive {
    height: auto !important;
}
img[src=""][data-src] {
    text-indent: -10000px;
    display: block;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100px;
    color: transparent;
}
hr,
.hr {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    border: none;
    height: 1px;
    background: #ddd;
}
.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,
.h3 {
    margin: 12px 0;
    font-family: inherit;
    font-weight: 300;
    line-height: 24px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999;
}
h1,
h2,
h3 {
    color: #555;
}
h1 {
    font-size: 38.5px;
    font-weight: 300;
}
h1{
    line-height: 48px;
}
h2 {
    font-size: 31.5px;
}
h3,
.h3 {
    font-size: 24.5px;
}
h2,
h3,
.h3 {
    line-height: 36px;
}
h4,
.h4 {
    font-size: 17.5px;
}
h3.small,
.h3.small {
    font-size: 20px;
    line-height: 24px;
}
h5 {
    font-size: 14px;
    font-weight: bold;
}
h6 {
    font-size: 11.9px;
    font-weight: bold;
}
h1 small {
    font-size: 24.5px;
}

h2 small {
    font-size: 17.5px;
}
h3 small {
    font-size: 14px;
}
h4 small {
    font-size: 14px;
}
p,
.p,
ul.ulSpace > li:last-child {
    margin: 0 0 12px;
}
cite {
    font-style: normal;
}
.muted {
    color: #999;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.btn + .btn,
.btn + .PlentyWebshopButton,
.PlentyWebshopButton + .btn,
.PlentyWebshopButton + .PlentyWebshopButton {
    margin-left: 5px;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 12px;
}
dt,
dd {
    line-height: 1.42857143;
}
.itemDefList dt,
.itemDefList dd { line-height:inherit; }
dt {
    font-weight: bold;
}
.checkoutSum dt { /* changed checkout */
    font-weight: inherit;
}
dd {
    margin-left: 0;
}
address {
    margin-bottom: 12px;
    font-style: normal;
    line-height: inherit;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;





    font-size: 1em;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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: 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
}
.form-control,
.PlentyText,
.PlentyTextarea,
.ArticleAttrSelect,
.formControlWrapper input[type="text"],
.formControlWrapper input[type="password"],
.formControlWrapper select,
.formControlWrapper textarea,
.PlentyWebMyAccount input[type="text"],
.PlentyWebMyAccount input[type="password"],
.PlentyWebMyAccount select,
.PlentyWebMyAccount textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    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);
    -moz-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, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-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;
}
.PlentyText,
.PlentyTextarea {
    width: 100% !important;
}
.form-control:focus,
.PlentyText:focus,
.PlentyTextarea:focus,
.ArticleAttrSelect:focus,
.formControlWrapper input[type="text"]:focus,
.formControlWrapper input[type="password"]:focus,
.formControlWrapper select:focus,
.formControlWrapper textarea:focus,
.PlentyWebMyAccount input[type="text"]:focus,
.PlentyWebMyAccount input[type="password"]:focus,
.PlentyWebMyAccount select:focus,
.PlentyWebMyAccount textarea:focus,
.plentyAttributeSelectWrapperContent.plentyAttributeSelectHasDropdown.open > *,
.plentyAttributeSelectWrapperContent.plentyAttributeSelectHasDropdown.open:hover > * {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder,
.PlentyText:-moz-placeholder,
.PlentyTextarea:-moz-placeholder,
.ArticleAttrSelect:-moz-placeholder,
.formControlWrapper input[type="text"]:-moz-placeholder,
.formControlWrapper input[type="password"]:-moz-placeholder,
.formControlWrapper select:-moz-placeholder,
.formControlWrapper textarea:-moz-placeholder,
.PlentyWebMyAccount input[type="text"]:-moz-placeholder,
.PlentyWebMyAccount input[type="password"]:-moz-placeholder,
.PlentyWebMyAccount select:-moz-placeholder,
.PlentyWebMyAccount textarea:-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control::-moz-placeholder,
.PlentyText::-moz-placeholder,
.PlentyTextarea::-moz-placeholder,
.ArticleAttrSelect::-moz-placeholder,
.formControlWrapper input[type="text"]::-moz-placeholder,
.formControlWrapper input[type="password"]::-moz-placeholder,
.formControlWrapper select::-moz-placeholder,
.formControlWrapper textarea::-moz-placeholder,
.PlentyWebMyAccount input[type="text"]::-moz-placeholder,
.PlentyWebMyAccount input[type="password"]::-moz-placeholder,
.PlentyWebMyAccount select::-moz-placeholder,
.PlentyWebMyAccount textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder,
.PlentyText:-ms-input-placeholder,
.PlentyTextarea:-ms-input-placeholder,
.ArticleAttrSelect:-ms-input-placeholder,
.formControlWrapper input[type="text"]:-ms-input-placeholder,
.formControlWrapper input[type="password"]:-ms-input-placeholder,
.formControlWrapper select:-ms-input-placeholder,
.formControlWrapper textarea:-ms-input-placeholder,
.PlentyWebMyAccount input[type="text"]:-ms-input-placeholder,
.PlentyWebMyAccount input[type="password"]:-ms-input-placeholder,
.PlentyWebMyAccount select:-ms-input-placeholder,
.PlentyWebMyAccount textarea:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder,
.PlentyText::-webkit-input-placeholder,
.PlentyTextarea::-webkit-input-placeholder,
.ArticleAttrSelect::-webkit-input-placeholder,
.formControlWrapper input[type="text"]::-webkit-input-placeholder,
.formControlWrapper input[type="password"]::-webkit-input-placeholder,
.formControlWrapper select::-webkit-input-placeholder,
.formControlWrapper textarea::-webkit-input-placeholder,
.PlentyWebMyAccount input[type="text"]::-webkit-input-placeholder,
.PlentyWebMyAccount input[type="password"]::-webkit-input-placeholder,
.PlentyWebMyAccount select::-webkit-input-placeholder,
.PlentyWebMyAccount textarea::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
.PlentyText[disabled],
.PlentyText[readonly],
.PlentyTextarea[disabled],
.PlentyTextarea[readonly],
.ArticleAttrSelect[disabled],
.ArticleAttrSelect[readonly],
.formControlWrapper input[disabled],
.formControlWrapper input[readonly],
.PlentyWebMyAccount input[disabled],
.PlentyWebMyAccount input[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

/* error */
.form-control.has-error,
.form-group.has-error .form-control,
.formControlWrapper input.has-error,
.PlentyWebMyAccount input.has-error,
.PlentyText.has-error,
.PlentyTextarea.has-error,
.formControlWrapper .PlentyError input[type="text"],
.formControlWrapper .PlentyError input[type="password"],
.formControlWrapper .PlentyError select,
.formControlWrapper .PlentyError textarea,
.PlentyWebMyAccount .PlentyError input[type="text"],
.PlentyWebMyAccount .PlentyError input[type="password"],
.PlentyWebMyAccount .PlentyError select,
.PlentyWebMyAccount .PlentyError textarea {
    color: #f00;
    border-color: #f00;
    background-color: rgba(255, 0, 0, 0.05);
}
.form-group.has-error .control-label,
.formControlWrapper .PlentyError label {
    border-color: #f00;
}
.checkbox.has-error,
.radio.has-error {
    color: #f00;
}

.checkbox.has-error a,
.radio.has-error a {
    color: #990000;
}
.form-control.has-error:-moz-placeholder,
.formControlWrapper input.has-error:-moz-placeholder,
.form-group.has-error .form-control:-moz-placeholder,
.formControlWrapper .PlentyError input[type="text"]:-moz-placeholder,
.formControlWrapper .PlentyError input[type="password"]:-moz-placeholder,
.formControlWrapper .PlentyError select:-moz-placeholder,
.formControlWrapper .PlentyError textarea:-moz-placeholder,
.PlentyWebMyAccount .PlentyError input[type="text"]:-moz-placeholder,
.PlentyWebMyAccount .PlentyError input[type="password"]:-moz-placeholder,
.PlentyWebMyAccount .PlentyError select:-moz-placeholder,
.PlentyWebMyAccount .PlentyError textarea:-moz-placeholder{
    color: #f00;
    opacity: 1;
}
.formControlWrapper input.has-error::-moz-placeholder,
.form-control.has-error::-moz-placeholder,
.form-group.has-error .form-control::-moz-placeholder,
.formControlWrapper .PlentyError input[type="text"]::-moz-placeholder,
.formControlWrapper .PlentyError input[type="password"]::-moz-placeholder,
.formControlWrapper .PlentyError select::-moz-placeholder,
.formControlWrapper .PlentyError textarea::-moz-placeholder,
.PlentyWebMyAccount .PlentyError input[type="text"]::-moz-placeholder,
.PlentyWebMyAccount .PlentyError input[type="password"]::-moz-placeholder,
.PlentyWebMyAccount .PlentyError select::-moz-placeholder,
.PlentyWebMyAccount .PlentyError textarea::-moz-placeholder {
    color: #f00;
    opacity: 1;
}
.formControlWrapper input.has-error:-ms-input-placeholder,
.form-control.has-error:-ms-input-placeholder,
.form-group.has-error .form-control:-ms-input-placeholder,
.formControlWrapper .PlentyError input[type="text"]:-ms-input-placeholder,
.formControlWrapper .PlentyError input[type="password"]:-ms-input-placeholder,
.formControlWrapper .PlentyError select:-ms-input-placeholder,
.formControlWrapper .PlentyError textarea:-ms-input-placeholder,
.PlentyWebMyAccount .PlentyError input[type="text"]:-ms-input-placeholder,
.PlentyWebMyAccount .PlentyError input[type="password"]:-ms-input-placeholder,
.PlentyWebMyAccount .PlentyError select:-ms-input-placeholder,
.PlentyWebMyAccount .PlentyError textarea:-ms-input-placeholder{
    color: #f00;
}
.form-control.has-error::-webkit-input-placeholder,
.form-control.has-error::-webkit-input-placeholder,
.form-group.has-error .form-control::-webkit-input-placeholder,
.formControlWrapper .PlentyError input.has-error::-webkit-input-placeholder,
.formControlWrapper .PlentyError input[type="text"]:-webkit-input-placeholder,
.formControlWrapper .PlentyError input[type="password"]:-webkit-input-placeholder,
.formControlWrapper .PlentyError select:-webkit-input-placeholder,
.formControlWrapper .PlentyError textarea:-webkit-input-placeholder,
.PlentyWebMyAccount .PlentyError input[type="text"]:-webkit-input-placeholder,
.PlentyWebMyAccount .PlentyError input[type="password"]:-webkit-input-placeholder,
.PlentyWebMyAccount .PlentyError select:-webkit-input-placeholder,
.PlentyWebMyAccount .PlentyError textarea:-webkit-input-placeholder {
    color: #f00;
}
.form-group.has-error label,
label.has-error {
    color: #f00;
}
/* mandatory field global */
/* input */
.PlentyMandatoryField + .PlentyFormValue > *:-moz-placeholder{
    font-weight: bold;
}
.PlentyMandatoryField + .PlentyFormValue > *::-moz-placeholder{
    font-weight: bold;
}
.PlentyMandatoryField + .PlentyFormValue > *:-ms-input-placeholder{
    font-weight: bold;
}
.PlentyMandatoryField + .PlentyFormValue > *:-webkit-input-placeholder{
    font-weight: bold;
}
/* label */
.PlentyMandatoryField,
.PlentyMandatoryField input,
.PlentyMandatoryField textarea,
.PlentyMandatoryField select,
.PlentyMandatoryField + .PlentyFormValue > *,
.PlentySubmitFormLabel.Required > * {
    font-weight: bold;
}
/* end mandatory field global */
[data-plenty-validate] label:after {
    content: " *";
    font-weight: bold;
}
[data-plenty-validate^="none"] label:first-of-type:after,
[data-plenty-validate$="none"] label:last-of-type:after {
    content: "";
}
.disabled[data-plenty-validate] label:after,
[data-plenty-validate] label.disabled:after {
    content: "";
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

.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;
}
@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-group.error .control-label,
.form-group.error .help-block,
.form-group.error .help-inline {
    color: #D4021D;
}
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border-color: #D4021D;
}
.form-group.error .checkbox,
.form-group.error .radio,
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    color: #D4021D;
}
/* button */
.btn,
.PlentyWebshopButton,
.PlentySubmitButton,
.LiveSearchShowMoreArticleHint input[type="button"],
.PostfinderTriggerTextLabel,
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount input[type="button"] {
    display: inline-block;
    *display: inline;
    height: 34px;
    padding: 5px 10px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    *border: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    *zoom: 1;
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.PlentyWebshopButton:focus,
.PlentySubmitButton:focus,
.LiveSearchShowMoreArticleHint input[type="button"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.PlentyWebshopButton:hover,
.PlentyWebshopButton:focus,
.PlentySubmitButton:hover,
.PlentySubmitButton:focus,
.LiveSearchShowMoreArticleHint input[type="button"]:hover,
.LiveSearchShowMoreArticleHint input[type="button"]:focus,
.PostfinderTriggerTextLabel:hover,
.PostfinderTriggerTextLabel:focus,
.PlentyWebMyAccount .button:hover,
.PlentyWebMyAccount .button:focus,
.PlentyWebMyAccount .inlineSubmitButton:hover,
.PlentyWebMyAccount .inlineSubmitButton:focus,
.PlentyWebMyAccount .button:hover,
.PlentyWebMyAccount .button:focus,
.PlentyWebMyAccount .inlineSubmitButton:hover,

.PlentyWebMyAccount .inlineSubmitButton:focus,
.PlentyWebMyAccount input[type="button"]:hover,
.PlentyWebMyAccount input[type="button"]:focus {
    text-decoration: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 -100px 0 200px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 -100px 0 200px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 -100px 0 200px rgba(255, 255, 255, 0.2);
}
.btn:active,
.btn.active,
.PlentyWebshopButton:active,
.PlentySubmitButton:active,
.LiveSearchShowMoreArticleHint input[type="button"]:active,
.PostfinderTriggerTextLabel:active,
.PlentyWebMyAccount .button:active,
.PlentyWebMyAccount .inlineSubmitButton:active,
.PlentyWebMyAccount .button:active,
.PlentyWebMyAccount .inlineSubmitButton:active,
.PlentyWebMyAccount input[type="button"]:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-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],
.PlentyWebshopButton.disabled,
.PlentyWebshopButton[disabled],
.toBasketWrapper.disabled > a,
.disabled > button {
    cursor: not-allowed;
    pointer-events: none;
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.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: #fff;
    border-color: #ccc;
}
.btn-default .badge {
}
/* button types */
.btn-default,
.btn-warning {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
    color: #444;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.btn-primary,
.btn-success,
.btn-info,
.btn-danger,
.PlentyWebshopButton,
.PlentySubmitButton,
.LiveSearchShowMoreArticleHint input[type="button"],
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount input[type="button"] {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-default { background-color: #f8f8f8; }
.btn-primary,
.PlentyWebshopButton,
.PlentySubmitButton,
.LiveSearchShowMoreArticleHint input[type="button"],
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount .button,
.PlentyWebMyAccount .inlineSubmitButton,
.PlentyWebMyAccount input[type="button"] { background-color: #6883a1; }
.btn-success { background-color: #3b0; }
.btn-info { background-color: #999; }
.btn-warning { background-color: #fc3; }
.btn-danger { background-color: #f11; }
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    color: #333;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
a.PlentyWebshopButton:hover,
a.PlentyWebshopButton:focus,
.PlentySubmitButton:hover,
.PlentySubmitButton:focus,
.LiveSearchShowMoreArticleHint input[type="button"]:hover,
.LiveSearchShowMoreArticleHint input[type="button"]:focus {
    color: #fff;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* glyphicon button */
.btn > span.glyphicon:before,
.PlentyWebshopButton:before {
    font-size: 1.1em;
    vertical-align: middle;
    margin-right: 0.4em;
}
@media (min-width: 1200px) {
    .no-touch .isGridView .PlentyWebshopButton.add_basket_ajax:before {
        margin-right: 0;
    }
}
.btn.onlyIcon > span.glyphicon:before {
    margin-right: 0;
}
.btn.btn-xs > span.glyphicon:before {
    font-size: inherit;
}
/* icon button / icon inline */
.imageBox > img,
.imageBox > .glyphicon {
    vertical-align: middle;
}
.imageBox > img {
    max-width: 100%;
}
.btn > .glyphicon:before {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.glyphicon:before {
    font-family: "glyphicon";
}
.btn.glyphicon:before {
    font-size: 24px;
    line-height: 1.5em;
}
.nav a.onlyIcon > .glyphicon:before,
.navbar .navbar-form button > .glyphicon:before,
button.navbar-toggle > .glyphicon:before {
    font-size: 18px;
    vertical-align: middle;
    color: #888;
}
.navbar .navbar-form button.onlyIcon:hover > .glyphicon:before,
.navbar .navbar-form button.onlyIcon:focus > .glyphicon:before {
    color: #666;
}
/* icon link */
@media (min-width: 992px) {
    .nav li > a:hover > .glyphicon:before,
    .nav li > a:focus > .glyphicon:before {
        color: #666;
    }
}
.btn-lg,
.btn-group-lg > .btn {
    height: 48px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
    height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
}

.btn-xxs,
.btn-group-xxs > .btn {
    border-radius: 2px;
    font-size: 11px;
    height: 18px;
    line-height: 12px;
    padding: 2px 5px;
}

.btn.btn-xxs .glyphicon::before,
.btn-group-xxs > .btn .glyphicon::before {
    font-size: 10px;
    margin-right: 0.25em;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    .btn-block-xs {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.glyphicon-asterisk:before { content: "\2a"; }
.glyphicon-plus:before { content: "\2b"; }
.glyphicon-euro:before { content: "\20ac"; }
.glyphicon-minus:before { content: "\2212"; }
.glyphicon-cloud:before { content: "\2601"; }
.glyphicon-envelope:before { content: "\2709"; }
.glyphicon-pencil:before { content: "\270f"; }
.glyphicon-glass:before { content: "\e001"; }
.glyphicon-music:before { content: "\e002"; }
.glyphicon-search:before { content: "\e003"; }
.glyphicon-heart:before { content: "\e005"; }
.glyphicon-star:before { content: "\e006"; }
.glyphicon-star-empty:before { content: "\e007"; }
.glyphicon-user:before { content: "\e008"; }
.glyphicon-film:before { content: "\e009"; }
.glyphicon-th-large:before { content: "\e010"; }
.glyphicon-th:before { content: "\e011"; }
.glyphicon-th-list:before { content: "\e012"; }
.glyphicon-ok:before { content: "\e013"; }
.glyphicon-remove:before { content: "\e014"; }
.glyphicon-zoom-in:before { content: "\e015"; }
.glyphicon-zoom-out:before { content: "\e016"; }
.glyphicon-off:before { content: "\e017"; }
.glyphicon-signal:before { content: "\e018"; }
.glyphicon-cog:before { content: "\e019"; }
.glyphicon-trash:before { content: "\e020"; }
.glyphicon-home:before { content: "\e021"; }
.glyphicon-file:before { content: "\e022"; }
.glyphicon-time:before { content: "\e023"; }
.glyphicon-road:before { content: "\e024"; }
.glyphicon-download-alt:before { content: "\e025"; }
.glyphicon-download:before { content: "\e026"; }
.glyphicon-upload:before { content: "\e027"; }
.glyphicon-inbox:before { content: "\e028"; }
.glyphicon-play-circle:before { content: "\e029"; }
.glyphicon-repeat:before { content: "\e030"; }
.glyphicon-refresh:before { content: "\e031"; }
.glyphicon-list-alt:before { content: "\e032"; }
.glyphicon-lock:before { content: "\e033"; }
.glyphicon-flag:before { content: "\e034"; }
.glyphicon-headphones:before { content: "\e035"; }
.glyphicon-volume-off:before { content: "\e036"; }
.glyphicon-volume-down:before { content: "\e037"; }
.glyphicon-volume-up:before { content: "\e038"; }
.glyphicon-qrcode:before { content: "\e039"; }
.glyphicon-barcode:before { content: "\e040"; }
.glyphicon-tag:before { content: "\e041"; }
.glyphicon-tags:before { content: "\e042"; }
.glyphicon-book:before { content: "\e043"; }
.glyphicon-bookmark:before { content: "\e044"; }
.glyphicon-print:before { content: "\e045"; }
.glyphicon-camera:before { content: "\e046"; }
.glyphicon-font:before { content: "\e047"; }
.glyphicon-bold:before { content: "\e048"; }
.glyphicon-italic:before { content: "\e049"; }
.glyphicon-text-height:before { content: "\e050"; }
.glyphicon-text-width:before { content: "\e051"; }
.glyphicon-align-left:before { content: "\e052"; }
.glyphicon-align-center:before { content: "\e053"; }
.glyphicon-align-right:before { content: "\e054"; }
.glyphicon-align-justify:before { content: "\e055"; }
.glyphicon-list:before { content: "\e056"; }
.glyphicon-indent-left:before { content: "\e057"; }
.glyphicon-indent-right:before { content: "\e058"; }
.glyphicon-facetime-video:before { content: "\e059"; }
.glyphicon-picture:before { content: "\e060"; }
.glyphicon-map-marker:before { content: "\e062"; }
.glyphicon-adjust:before { content: "\e063"; }
.glyphicon-tint:before { content: "\e064"; }
.glyphicon-edit:before { content: "\e065"; }
.glyphicon-share:before { content: "\e066"; }
.glyphicon-check:before { content: "\e067"; }
.glyphicon-move:before { content: "\e068"; }
.glyphicon-step-backward:before { content: "\e069"; }
.glyphicon-fast-backward:before { content: "\e070"; }
.glyphicon-backward:before { content: "\e071"; }
.glyphicon-play:before { content: "\e072"; }
.glyphicon-pause:before { content: "\e073"; }
.glyphicon-stop:before { content: "\e074"; }
.glyphicon-forward:before { content: "\e075"; }
.glyphicon-fast-forward:before { content: "\e076"; }
.glyphicon-step-forward:before { content: "\e077"; }
.glyphicon-eject:before { content: "\e078"; }
.glyphicon-chevron-left:before { content: "\e079"; }
.glyphicon-chevron-right:before { content: "\e080"; }
.glyphicon-plus-sign:before { content: "\e081"; }
.glyphicon-minus-sign:before { content: "\e082"; }
.glyphicon-remove-sign:before { content: "\e083"; }
.glyphicon-ok-sign:before { content: "\e084"; }
.glyphicon-question-sign:before { content: "\e085"; }
.glyphicon-info-sign:before { content: "\e086"; }
.glyphicon-screenshot:before { content: "\e087"; }
.glyphicon-remove-circle:before { content: "\e088"; }
.glyphicon-ok-circle:before { content: "\e089"; }
.glyphicon-ban-circle:before { content: "\e090"; }
.glyphicon-arrow-left:before { content: "\e091"; }
.glyphicon-arrow-right:before { content: "\e092"; }
.glyphicon-arrow-up:before { content: "\e093"; }
.glyphicon-arrow-down:before { content: "\e094"; }
.glyphicon-share-alt:before { content: "\e095"; }
.glyphicon-resize-full:before { content: "\e096"; }
.glyphicon-resize-small:before { content: "\e097"; }
.glyphicon-exclamation-sign:before { content: "\e101"; }
.glyphicon-gift:before { content: "\e102"; }
.glyphicon-leaf:before { content: "\e103"; }
.glyphicon-fire:before { content: "\e104"; }
.glyphicon-eye-open:before { content: "\e105"; }
.glyphicon-eye-close:before { content: "\e106"; }
.glyphicon-warning-sign:before { content: "\e107"; }
.glyphicon-plane:before { content: "\e108"; }
.glyphicon-calendar:before { content: "\e109"; }
.glyphicon-random:before { content: "\e110"; }
.glyphicon-comment:before { content: "\e111"; }
.glyphicon-magnet:before { content: "\e112"; }
.glyphicon-chevron-up:before { content: "\e113"; }
.glyphicon-chevron-down:before { content: "\e114"; }
.glyphicon-retweet:before { content: "\e115"; }
.glyphicon-shopping-cart:before { content: "\e116"; }
.glyphicon-folder-close:before { content: "\e117"; }
.glyphicon-folder-open:before { content: "\e118"; }
.glyphicon-resize-vertical:before { content: "\e119"; }
.glyphicon-resize-horizontal:before { content: "\e120"; }
.glyphicon-hdd:before { content: "\e121"; }
.glyphicon-bullhorn:before { content: "\e122"; }
.glyphicon-bell:before { content: "\e123"; }
.glyphicon-certificate:before { content: "\e124"; }
.glyphicon-thumbs-up:before { content: "\e125"; }
.glyphicon-thumbs-down:before { content: "\e126"; }
.glyphicon-hand-right:before { content: "\e127"; }
.glyphicon-hand-left:before { content: "\e128"; }
.glyphicon-hand-up:before { content: "\e129"; }
.glyphicon-hand-down:before { content: "\e130"; }
.glyphicon-circle-arrow-right:before { content: "\e131"; }
.glyphicon-circle-arrow-left:before { content: "\e132"; }
.glyphicon-circle-arrow-up:before { content: "\e133"; }
.glyphicon-circle-arrow-down:before { content: "\e134"; }
.glyphicon-globe:before { content: "\e135"; }
.glyphicon-wrench:before { content: "\e136"; }
.glyphicon-tasks:before { content: "\e137"; }
.glyphicon-filter:before { content: "\e138"; }
.glyphicon-briefcase:before { content: "\e139"; }
.glyphicon-fullscreen:before { content: "\e140"; }
.glyphicon-dashboard:before { content: "\e141"; }
.glyphicon-paperclip:before { content: "\e142"; }
.glyphicon-heart-empty:before { content: "\e143"; }
.glyphicon-link:before { content: "\e144"; }
.glyphicon-phone:before { content: "\e145"; }
.glyphicon-pushpin:before { content: "\e146"; }
.glyphicon-usd:before { content: "\e148"; }
.glyphicon-gbp:before { content: "\e149"; }
.glyphicon-sort:before { content: "\e150"; }
.glyphicon-sort-by-alphabet:before { content: "\e151"; }
.glyphicon-sort-by-alphabet-alt:before { content: "\e152"; }
.glyphicon-sort-by-order:before { content: "\e153"; }
.glyphicon-sort-by-order-alt:before { content: "\e154"; }
.glyphicon-sort-by-attributes:before { content: "\e155"; }
.glyphicon-sort-by-attributes-alt:before { content: "\e156"; }
.glyphicon-unchecked:before { content: "\e157"; }
.glyphicon-expand:before { content: "\e158"; }
.glyphicon-collapse-down:before { content: "\e159"; }
.glyphicon-collapse-up:before { content: "\e160"; }
.glyphicon-log-in:before { content: "\e161"; }
.glyphicon-flash:before { content: "\e162"; }
.glyphicon-log-out:before { content: "\e163"; }
.glyphicon-new-window:before { content: "\e164"; }
.glyphicon-record:before { content: "\e165"; }
.glyphicon-save:before { content: "\e166"; }
.glyphicon-open:before { content: "\e167"; }
.glyphicon-saved:before { content: "\e168"; }
.glyphicon-import:before { content: "\e169"; }
.glyphicon-export:before { content: "\e170"; }
.glyphicon-send:before { content: "\e171"; }
.glyphicon-floppy-disk:before { content: "\e172"; }
.glyphicon-floppy-saved:before { content: "\e173"; }
.glyphicon-floppy-remove:before { content: "\e174"; }
.glyphicon-floppy-save:before { content: "\e175"; }
.glyphicon-floppy-open:before { content: "\e176"; }
.glyphicon-credit-card:before { content: "\e177"; }
.glyphicon-transfer:before { content: "\e178"; }
.glyphicon-cutlery:before { content: "\e179"; }
.glyphicon-header:before { content: "\e180"; }
.glyphicon-compressed:before { content: "\e181"; }
.glyphicon-earphone:before { content: "\e182"; }
.glyphicon-phone-alt:before { content: "\e183"; }
.glyphicon-tower:before { content: "\e184"; }
.glyphicon-stats:before { content: "\e185"; }

.glyphicon-sd-video:before { content: "\e186"; }
.glyphicon-hd-video:before { content: "\e187"; }
.glyphicon-subtitles:before { content: "\e188"; }
.glyphicon-sound-stereo:before { content: "\e189"; }
.glyphicon-sound-dolby:before { content: "\e190"; }
.glyphicon-sound-5-1:before { content: "\e191"; }
.glyphicon-sound-6-1:before { content: "\e192"; }
.glyphicon-sound-7-1:before { content: "\e193"; }
.glyphicon-copyright-mark:before { content: "\e194"; }
.glyphicon-registration-mark:before { content: "\e195"; }
.glyphicon-cloud-download:before { content: "\e197"; }
.glyphicon-cloud-upload:before { content: "\e198"; }
.glyphicon-tree-conifer:before { content: "\e199"; }
.glyphicon-tree-deciduous:before { content: "\e200"; }
.caret {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-color: #e30613 transparent;
    border-width: 4px;
    border-style: solid solid none solid;
}
.dropdown {
    position: relative;
}
.dropdown.bigmenu {
    position: static;
}
.dropdown-toggle:focus {
    outline: 0;
}

.bigmenu > .dropdown-menu {
    left: 0;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 5px 0 6px;
    overflow: hidden;
    background-color: #ddd;
}
.dropdown-menu > li > a,
.dropdown-menu > li > ul > li > a { /* changed */
    display: block;
    padding: 4px 14px;
    /*border: 1px solid transparent;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;*/
    clear: both;
    color: #333;
}
.dropdown-menu > li > a,
.dropdown-menu > li > ul > li > a,
.dropdown-menu > li ul > li > a { /* changed */
    line-height: 20px;
}
.dropdown-menu > li > a,
.dropdown-menu > li > ul > li > a {
    margin: 0 10px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > ul > li > a:hover,
.dropdown-menu > li > ul > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.nav > li.enable-xs-sm > .dropdown-menu > li > a:hover,
.nav > li.enable-xs-sm > .dropdown-menu > li > a:focus { /* changed */
    color: #6883a1;
    /*border-color: rgba(0, 142, 189, 0.5);*/
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    text-decoration: none;
}
.dropdown-menu .active > a {
    color: #6883a1;
}
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:focus {
    text-decoration: none;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
@media (max-width: 991px) {
    .open > .dropdown-menu {
        display: block;
    }
}
.touch .open > a.touch-enabled + .dropdown-menu,
.touch .open > a.toggle-xs-sm-or-touch + .dropdown-menu {
    display: block;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}
/* level 3..n */
.dropdown-menu > li ul {
    list-style-type: none;
    margin-left: 0;
}
.dropdown-menu > li > ul > li > a {
    padding-left: 10px; font-size:13px;font-weight: 600;
}
li.dropdown > ul.dropdown-menu > li > ul,
li.dropdown > ul.dropdown-menu > li > ul ul {
    display: none;
}
@media (min-width: 992px) {
    /* bigmenu level 2 */
    li.dropdown.bigmenu > ul.dropdown-menu > li > a {
        font-weight: bold;
    }
    /* bigmenu level 3 */
    li.dropdown.bigmenu > ul.dropdown-menu > li > ul {
        display: block;
    }
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    font-weight: bold;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
@media (max-width: 991px) {
    .navbar-right > h2 { /* according to .paddingLeftRight */
        padding-left: 20px;
        padding-right: 20px;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav ul {
    padding-left: 0;
}
.nav > li {
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px;
}
@media (max-width: 991px) {
    .navbar-information .nav > li > a {
        color: #888;
    }
    .nav > li > a:hover,
    .nav > li > a:focus {
        color: #666;
    }
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    color: #000;
}
.nav > li.disabled > a {
    color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
@media (min-width: 992px) {
    .mainNavigation > .nav > li.active > a {
        outline: none;
        background-repeat: repeat-x;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(0,0,0,0.05) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.05) 100%);
        background-image: -o-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.05) 100%);
        background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.05) 100%);
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0,0,0,0.05) 100%);
    }
    .ielte9 .mainNavigation > .nav > li.active > a {
        border-bottom: 4px solid #6883a1;
        padding-bottom: 3px; /* standard padding bottom - border bottom width */
    }
    .nav-main .nav > li > a {
        z-index: 1005;
        float: none;
        padding: 10px 17px 9px;
        border-width: 1px;
        border-style: solid solid none;
        border-color: transparent;
        color: #555;
        text-decoration: none;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }
    .nav-main .nav > li > a.onlyIcon {
        padding: 9px 15px 8px;
    }
    .categoryView .navbar .nav > li > a {
        z-index: auto;
    }
    /* level 4..6 */
    .navbar-main > li > ul > li > ul ul {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .nav > li > a {
        padding-left: 13px;
        padding-right: 13px;
    }
    .touch .navbar .nav > li > a {
        padding-left: 11px;
        padding-right: 11px;
    }
    .touch .nav a.onlyIcon {
        padding-left: 11px;
        padding-right: 11px;
    }
}
/* transition */
.nav > li > a,
.nav > li > a:before,
.navbarButton,
.mainNavigation > .navbar-form input[type="search"],
.glyphicon:before,
.transition,
.transitionAfter:after,
.dropdown-menu > li > a,
.dropdown-menu > li ul > li > a,
.dropdown-menu > li ul > li > a:before,
.accordionListTrigger:after,
.navigationList a,
.linkBox > a,
.PlentyTagLink,
.navigationTree a
.facetValueLabel,
.AvailabilityFilterElement > label,
.CharacterFilterElement > label,
.badge,
.LiveSearchCloseIconWrapper:before,
.PlentyGuiIcon.TabCloseButton:before,
.PlentyWebMyAccountOverlayClose:before,
.categoryPagination .nav a, .categoryPagination .navbar .nav li > a {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.itemBox:hover .itemBoxInner,
.crossSellingItem:hover .crossSellingItemInner {
    -webkit-transition: -webkit-box-shadow 300ms ease 0s;
    -webkit-transition: box-shadow 300ms ease 0s;
    -moz-transition: -moz-box-shadow 300ms ease 0s;
    -moz-transition: box-shadow 300ms ease 0s;
    -o-transition: box-shadow 300ms ease 0s;
    -ms-transition: box-shadow 300ms ease 0s;
    transition: box-shadow 300ms ease 0s;
}
.navbar .nav .caret {
    margin-top: 8px;
    margin-left: 6px;
    margin-right: -6px;
}
.no-touch .navbar .nav.navbar-main .caret {
    /*display: none;*/
}
@media (max-width: 991px) {
    .navbar .nav.navbar-main .caret {
        display: none;
    }
}
.touch .navbar .nav.navbar-main ul .caret {
    display: none;
}
@media (min-width: 992px) {
    .no-touch .nav-main .nav > li:hover > a,
    .no-touch .nav-main .navbar-information .nav > li.open > a,
    .touch .nav-main .nav > li.open > a.touch-enabled,
    .touch .nav-main .nav > li.open.active > a.touch-enabled,
    .touch .nav-main .nav > li.open > a.toggle-xs-sm-or-touch,
    .touch .nav-main .nav > li.open.active > a.toggle-xs-sm-or-touch {
        text-decoration: none;
        border-color: rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
        /*color: #000;*/
    }
}
.nav.inverse > li:hover > a {
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.nav > li.dropdown:hover > a,
.touch .nav > li.dropdown.open > a.touch-enabled,
.touch .nav > li.dropdown.open.active > a.touch-enabled {
    background-image: none;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-style: none none solid;
}
.tab-content {
    border-style: none solid solid;
}
.nav-tabs,
.tab-content {
    border-width: 1px;
    border-color: #ddd;
}
.nav-tabs.extended {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a,
.nav-tabs > li:hover > a {
    margin-right: 2px;
    padding: 10px 15px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}
/* make tabs smaller on small displays */
@media (max-width: 379px) {
    .nav-tabs.tabs-responsive > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 339px) {
    .nav-tabs.tabs-responsive > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.nav-tabs > li.active > a {
    cursor: default;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.nav-tabs.inverse > li > a:hover {
    border-color: rgba(255, 255, 255, 0.25);
}
.nav-tabs > li > a > .glyphicon:before {
    color: inherit;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active:hover > a,
.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.tab-content {
    padding: 12px 15px 0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.nav-inline > li {
    display: inline-block;
}
.navbar {
    position: relative;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
}
.container > .navbar-header,
.container > .navbar-collapse
{
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse
    {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-brand {
    font-size: 18px;
    line-height: 20px;
}
@media (max-width: 991px) {
    .navbar-brand {
        display: block;
        margin: 8px 80px;
    }
    .navbar-brand img {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .navbar-brand {
        padding: 15px 15px 15px 0;
    }
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin: 8px 15px;
    padding: 4px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 44px;
    height: 34px;
}
.navbar-toggle:focus {
    outline: none;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
/* hide mobile nav toggle */
@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 8px -2px;
}
.navbar-nav > li > a {
    line-height: 20px;
}
/* navigation (navigation breakpoint max 991px) */
@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .mainNavigation > .navbar-nav {
        clear: left;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
@media (min-width: 992px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #6883a1;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #6883a1;
    background-color: #ffffff;
}
/* close icon */
.close,
.LiveSearchCloseIconWrapper:before,
.PlentyGuiIcon.TabCloseButton:before,
.PlentyWebMyAccountOverlayClose:before,
.PlentyWebshopOverlayClose:before {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}
a.PlentyWebshopOverlayClose:hover {
    text-decoration: none;
}
.PlentyWebshopPopupCloseButton {
    float: right;
}
.PlentyWebshopOverlayClose:before {
    line-height: 11px;
}
.close {
    float: right;
}
.close:hover,
.close:focus,
.LiveSearchCloseIconWrapper:hover:before,
.PlentyGuiIcon.TabCloseButton:hover:before,
.PlentyWebMyAccountOverlayClose:hover:before,
.PlentyWebshopOverlayClose:hover:before {
    text-decoration: none;
    cursor: pointer;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.pmPopup,
.PlentyWebMyAccountPopupContainer,
.PlentyWebMyAccountAdviceContainer,
.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer,
.ui-datepicker,
.PlentyWebshopPopup {
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-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;
}
@media (max-width: 991px) {
    .PlentyWebshopPopup.AfterItem2Basket {
        display: none !important;
    }
}

.PlentyWebMyAccountPopupContainer > div > div:first-child,
.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer > div.PlentyFormBox > div.PlentyWebMyAccountPopupTitleContainer,
.ui-datepicker-header,
.PlentyWebshopPopupHeader,
.PlentyWebshopPopupTitleContainer {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    min-height: 16.42857143px;
}

.PlentyWebMyAccountPopupContainer > div > div + div,
.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer > div.PlentyFormBox > div.PlentyWebMyAccountPopupTitleContainer + div,
.PlentyWebshopPopupContent {
    position: relative;
    padding: 15px;
}

/*** BOOTSTRAP TOOLTIP ***/
.tooltip {
    position: absolute;
    z-index: 100000;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 250px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    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: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,

.clearfix:after,
.container:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.PlentyWebshopClear {
    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;
}
@media (min-width: 768px) {
    .affix {
        position: fixed;
    }
}
@-ms-viewport {
    width: device-width;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}
.table th.normal {
    font-weight: 300;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.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 th,
.table-condensed td {
    padding: 4px 5px;
}
.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: 359px) {
    .hidden-360 {
        display: none !important;
    }
}
@media (max-width: 374px) {
    .hidden-375 {
        display: none !important;
    }
}
@media (max-width: 413px) {
    .hidden-414 {
        display: none !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;
    }
}
.bg-danger {
    background-color: #f2dede;
}
.text-danger {
    color: #a94442;
}
.bg-warning {
    background-color: #fcf8e3;
}
.text-warning {
    color: #8a6d3b;
}
/*** PLENTY STYLES ****/
.nav-main {
    border-width: 1px;
    border-style: none none solid;
    border-color: #ddd;
    background: #061b36;
}
.mainNavigation {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #3c495f;
}
@media (min-width: 992px) {
    .navbar-nav > li > a {
        position: relative;
    }
    .mainNavigation .nav > li + li > a {
        margin-left: -1px;
    }

    .mainNavigation .nav > li > a {
        height: 40px;
    }
    .nav.navbar-nav:after {
        right: auto;
        left: 0;
    }

    /* open nav dropdown */
    .no-touch .navbar .nav > li.dropdown:hover > ul,
    .no-touch .navbar .navbar-information .nav > li.dropdown.open > ul {
        display: block;
    }
}
/* search */
.mainNavigation > .navbar-form {
    padding-top: 5px;
    padding-right: 0;
    margin: 0;
}
.mainNavigation > .navbar-form input[type="search"],
.mainNavigation > .navbar-form button {
    border-color: rgba(0, 0, 0, 0.15);
    vertical-align: middle;
}
.mainNavigation > .navbar-form input[type="search"] {
    width: 230px;
    height: 30px;
    margin: 0;
    border-right-style: none;
    background-color: transparent;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075) inset;
}
@media (max-width: 1199px) {
    .mainNavigation > .navbar-form input[type="search"] {
        width: 150px;
    }
}
@media (max-width: 991px) {
    .mainNavigation > .navbar-form input[type="search"] {
        width: 200px;
    }
}
.mainNavigation > .navbar-form input[type="search"]:hover {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
}
.mainNavigation > .navbar-form input[type="search"]:focus {
    /*width: 300px;*/
    background-color: rgba(0, 0, 0, 0.025);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
}
@media (max-width: 1199px) {
    .mainNavigation > .navbar-form input[type="search"]:focus {
        /*width: 200px;*/
    }
}
@media (max-width: 991px) {
    .mainNavigation > .navbar-form input[type="search"]:focus {
        /*width: 300px;*/
    }
}
.mainNavigation > .navbar-form button {
    width: 34px;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.mainNavigation > .navbar-form button:active {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
}
/* bigmenu */
@media (min-width: 992px) {
    .dropdown.bigmenu > ul.dropdown-menu {
        width: 100%;
        padding: 10px 0 15px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1px;
        -moz-column-gap: 1px;
        column-gap: 1px;
        /*-webkit-column-rule: 1px solid #e0e0e0;
		   -moz-column-rule: 1px solid #e0e0e0;
		        column-rule: 1px solid #e0e0e0;*/
    }
    /* ie fix lte9 */
    .ielte9 .dropdown.bigmenu > ul.dropdown-menu > li {
        display: block;
        float: left;
        width: 25%;
    }
    .ielte9 .dropdown.bigmenu > ul.dropdown-menu > li + li:before {
        content: "";
        position: absolute;
        display: block;
        top: 15px;
        bottom: 20px;
        width: 1px;
        background-color: #e0e0e0;
    }
}
.dropdown.bigmenu > ul.dropdown-menu > li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    vertical-align: top;
    column-break-after: auto;
}
@media (min-width: 992px) {
    .liveSearch {
        position: absolute;
        display: none;
        top: 40px;
        right: 0;
        z-index: 10020;
    }
}
.navbar-form {
    position: relative;
}
/* live search (autocomplete) */
.liveSearch {
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .liveSearch {
        width: 300px;
    }
}
/* remove border */
.liveSearch > fieldset {
    width: auto !important;
    margin: 0 !important;
    border: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}
/* destroy table */
.liveSearch table,
.liveSearch tbody,
.liveSearch tr,
.liveSearch td,
.LiveSearchArticleName,
.LiveSearchArticleName > a,
.LiveSearchShowMoreArticleHint {
    display: block;
}
/* header */
.liveSearch tr:first-child > td:first-child {
    padding: 6px 40px 6px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #444;
    text-indent: -100000px;
}
/* close icon */
.liveSearch tr:first-child > td + td {
    position: absolute;
    top: 11px;
    right: 8px;
    height: 16px;
    line-height: 16px;
}
.LiveSearchCloseIconWrapper {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.LiveSearchCloseIconWrapper:before,
.PlentyGuiIcon.TabCloseButton:before,
.PlentyWebMyAccountOverlayClose:before,
.PlentyWebshopOverlayClose:before {
    content: "\00d7";
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
}
.LiveSearchCloseIconWrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 11px;
}
.LiveSearchCloseIconWrapper:hover:before {
}
.LiveSearchCloseIconWrapper > img {
    position: absolute;
    top: 0;
    right: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
/* row */
.liveSearch tr + tr {
    padding: 6px 12px;
    line-height: 18px;
}
.liveSearch tr + tr:after {
    content: "";
    display: table;
    clear: both;
}
/* col */
.liveSearch tr + tr > td {
    padding: 0 3px;
}
.liveSearch tr + tr > td:first-child {
    float: left;
    width: 25%;
}
.liveSearch tr + tr > td + td {
    float: right;
    clear: right;
    width: 75%;
    text-align: left !important;
}
.LiveSearchImage {
    display: block;
    width: 30%;
}
.LiveSearchImage > img {
    max-width: 100% !important;
    max-height: 100px !important;
}
.liveSearch tr + tr > td + td br,
.LiveSearchVAT,
.LiveSearchShippingHandling {
    display: none;
}
/* button */
.liveSearch tr + tr:last-child > td[colspan="3"] {
    float: none;
    width: auto;
}
.LiveSearchShowMoreArticleHint > div {
    padding-top: 6px !important;
    border-top: 1px solid #ddd;
}

/* mobile navigation */
@media (max-width: 991px) {
    .navbar .mainNavigation li {
        position: relative;
    }
    .navbar .mainNavigation li.open > ul {
        display: block;
    }
    .navbar .nav li:before,
    .navbar .nav li:after {
        content: "";
        display: table;
    }
    .navbar .nav li:after {
        clear: both;
    }
    .navbar-main > li:last-child {
        margin-bottom: 16px;
    }
    .nav a.glyphicon:before {
        top: 6px;
        left: 6px;
        text-align: left;
    }
    .nav.navbar-main a:hover > .glyphicon:before,
    .nav.navbar-main a:focus > .glyphicon:before,
    .nav.navbar-main li.active > a > .glyphicon:before {
        color: #6883a1;
    }
    .navbar .nav li > .openCloseToggle {
        display: block;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        width: 38px;
        height: 38px;
    }
    .navbar .nav li > .openCloseToggle:before,
    .navbar .nav li.open.animating > .openCloseToggle:before {
        left: 50%;
        top: 50%;
        margin-left: -4px;
        margin-top: -4px;
    }
    .navbar .nav > li > a,
    .navbar .nav > li > ul > li > a,
    .navbar .nav .dropdown-header {
        margin: 1px 2px;
        padding: 5px 8px;
        border-style: solid;
        border-width: 1px;
        border-color: #e0e0e0;

        border-radius: 3px;
    }
    .navbar .mainNavigation .nav li > a {
        display: block;
        margin: 0;
        padding: 10px 8px 8px;
        border-width: 1px;
        border-style: none none solid;
        border-color: #eee;
        border-color: rgba(0, 0, 0, 0.08);
        border-radius: 0;
        background: transparent;
        color: inherit;
    }
    .navbar .mainNavigation .nav > li > ul > li > a {
        padding-left: 20px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > a {
        padding-left: 32px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > ul > li > a {
        padding-left: 44px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 56px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 68px;
    }
    .navbar .mainNavigation .nav li > a:hover,
    .navbar .mainNavigation .nav li > a:active,
    .navbar .mainNavigation .nav li.active > a,
    .navbar .mainNavigation .nav li.active > a:hover,
    .navbar .mainNavigation .nav li.active > a:active {
        color: #6883a1;
    }
    .navbar .mainNavigation .nav li > a > .badge {
        display: none;
        margin-right: 30px;
    }
    .dropdown-menu {
        position: static;
        float: none;
        min-width: 0;
        padding: 0 0 0 24px;
        border: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li,
    .dropdown-menu > li > ul > li,
    .dropdown.bigmenu > ul.dropdown-menu > li {
        margin: 0;
    }
    .nav > li:hover > a,
    .nav > li.open > a,
    .nav > li.open.active > a {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar .nav .dropdown-toggle .caret {
        margin-right: -2px;
    }
    .dropdown.bigmenu {
        position: relative;
    }

    /* search */
    .mainNavigation > .navbar-form {
        padding-left: 0;
        padding-top: 0;
        border-bottom: 1px solid;
    }
    .mainNavigation > .navbar-form .form-group {
        margin-bottom: 0;
    }
    .mainNavigation > .navbar-form {
        padding: 11px 15px;
        border-color: #ddd;
    }
    .navbarInputWrapper {
        position: relative;
        z-index: 10;
        margin-right: 34px;
    }
    .mainNavigation > .navbar-form input[type="search"],
    .mainNavigation > .navbar-form input[type="search"]:focus {
        width: 100%;
    }
    .mainNavigation > .navbar-form button {
        position: absolute;
        top: 11px; /* according to padding of .navbar-form */
        right: 15px;
    }
    /* contact navi */
    .navbar-information .nav > li {
        float: left;
    }
    /* live search */
    .liveSearch {
        position: absolute;
        display: none;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10020;
    }
}
@media (max-width: 359px) {
    .navbar .nav li.isPhone > a {
        padding-left: 0;
        padding-right: 0;
        border-color: transparent;
    }
}
.nav > li > a > .glyphicon:before {
    font-size: 16px;
    line-height: inherit;
    vertical-align: middle;
}
.imageBox.inverse .imageTextBox *,
.bgImgBox.inverse * {
    color: #fff;
    text-shadow: 0 0 0.5em #000000, 0 0 0.1em rgba(0, 0, 0, 1), 0 0 1px rgba(0, 0, 0, 1);
}
.imageBox.inverse,
.imageBox.inverse h1,
.imageBox.inverse h2,
.imageBox.inverse h3 {
    color: #fff;
}
.headerBox h1,
.headerBox h2 {
    font-size: 1.5rem;
    line-height: 1.25em;
}
.headerBox p {
    font-size: 1.1rem;
    line-height: 1.25em;
}
@media (min-width: 768px) and (max-width: 991px) {
    .headerBox h1,
    .headerBox h2 {
        font-size: 2.5rem;
    }
    .headerBox p {
        font-size: 1.15rem;
    }
    .headerBox .large {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .headerBox h1,
    .headerBox h2 {
        font-size: 3rem;
    }
    .headerBox p {
        font-size: 1.25rem;
    }
    .headerBox .large {
        font-size: 2.2rem;
    }
}
@media (min-width: 1200px) {
    .headerBox h1,
    .headerBox h2 {
        font-size: 4rem;
    }
    .headerBox p {
        font-size: 1.5rem;
    }
    .headerBox .large {
        font-size: 2.8rem;
    }
}
.image-list {
    list-style: none;
    padding: 0;
    text-align: center;
}
.image-list > li {
    display: inline-block;
    margin: 2px 12px;
    vertical-align: middle;
}
/* footer */
footer {
    margin-top: 64px;
    padding: 12px 0 36px;
    border-top: 1px solid #ddd;
    color: #999;
}
footer a,
footer a:hover,
footer a:focus {
    color: inherit;
}
footer strong {
    font-weight: normal;
    text-transform: uppercase;
    color: #444;
    text-rendering: optimizelegibility;
}
footer hr {
    margin: 10px 0;
}
/* breadcrumbs */
.breadcrumbsContainer {
    position: relative;
}
@media (min-width: 768px) {
    .breadcrumbsContainer {
        position: relative;
        z-index: 21;
        height: 35px;
        margin-bottom: -35px;
        overflow: hidden;
        background-color: #e0e0e0;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .breadcrumbsContainer.inverse {
        background: transparent;
    }
    .breadcrumbs {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .inverse .breadcrumbs {
        color: #fff;
    }
}
.breadcrumbs {
    list-style-type: none;
    margin: 7px 0 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: normal;
    color: #061b36;
    font-weight: 400;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.breadcrumbs > li {
    display: inline-block;;
}
.breadcrumbs > li > a,
.inverse .breadcrumbs > li > a:hover,
.inverse .breadcrumbs > li > a:focus {
    color: inherit;
}
.breadcrumbs > li > a:hover,
.breadcrumbs > li > a:focus {
    color: #000;
}

.block,
.h3,
.p {
    display: block;
}
.inlineBlock {
    display: inline-block;
}
.hiddenText {
    text-indent: -100000px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.normal {
    font-weight: 300;
}
small,
.small { font-size: 85%; }
.large { font-size: 125%; }
.btn > .glyphicon.large { line-height: 1; }
.x-large { font-size: 200%; }
.xx-large { font-size: 300%; }
.va-middle { vertical-align: middle; }
/* height classes */
@media (max-width: 767px) {
    .h-xs-0 { height: 0; }
    .h-xs-1 { height: 24px; }
    .h-xs-2 { height: 48px; }
    .h-xs-3 { height: 72px; }
    .h-xs-4 { height: 96px; }
    .h-xs-5 { height: 120px; }
    .h-xs-6 { height: 144px; }
    .h-xs-1.adapt-line-height { line-height: 24px; }
    .h-xs-2.adapt-line-height { line-height: 48px; }
    .h-xs-3.adapt-line-height { line-height: 72px; }
    .h-xs-4.adapt-line-height { line-height: 96px; }
    .h-xs-5.adapt-line-height { line-height: 120px; }
    .h-xs-6.adapt-line-height { line-height: 144px; }
    .max-h-xs-1 { max-height: 24px; }
    .max-h-xs-2 { max-height: 48px; }
    .max-h-xs-3 { max-height: 72px; }
    .max-h-xs-4 { max-height: 96px; }
    .max-h-xs-5 { max-height: 120px; }
    .max-h-xs-6 { max-height: 144px; }
    .h-xs-offset-0 { margin-top: 0; }
    .h-xs-offset-025 { margin-top: 6px; }
    .h-xs-offset-05 { margin-top: 12px; }
    .h-xs-offset-075 { margin-top: 18px; }
    .h-xs-offset-1 { margin-top: 24px; }
    .h-xs-offset-2 { margin-top: 48px; }
    .h-xs-offset-3 { margin-top: 72px; }
    .h-xs-offset-4 { margin-top: 96px; }
    .h-xs-offset-5 { margin-top: 120px; }
    .h-xs-offset-6 { margin-top: 144px; }
    .h-xs-offset-bot-0 { margin-bottom: 0; }
    .h-xs-offset-bot-025 { margin-bottom: 6px; }
    .h-xs-offset-bot-05 { margin-bottom: 12px; }
    .h-xs-offset-bot-075 { margin-bottom: 18px; }
    .h-xs-offset-bot-1 { margin-bottom: 24px; }
    .h-xs-offset-bot-2 { margin-bottom: 48px; }
    .h-xs-offset-bot-3 { margin-bottom: 64px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .h-sm-1 { height: 62.5px; }
    .h-sm-2 { height: 95px; }
    .h-sm-3 { height: 157.5px; }
    .h-sm-4 { height: 220px; }
    .h-sm-5 { height: 282.5px; }
    .h-sm-6 { height: 345px; }
    .h-sm-7 { height: 407.5px; }
    .h-sm-8 { height: 470px; }
    .h-sm-1.adapt-line-height { line-height: 62.5px; }
    .h-sm-2.adapt-line-height { line-height: 95px; }
    .h-sm-3.adapt-line-height { line-height: 157.5px; }
    .h-sm-4.adapt-line-height { line-height: 220px; }
    .h-sm-5.adapt-line-height { line-height: 282.5px; }
    .h-sm-6.adapt-line-height { line-height: 345px; }
    .h-sm-7.adapt-line-height { line-height: 407.5px; }
    .h-sm-8.adapt-line-height { line-height: 470px; }
    .max-h-sm-1 { max-height: 62.5px; }
    .max-h-sm-2 { max-height: 95px; }
    .max-h-sm-3 { max-height: 157.5px; }
    .max-h-sm-4 { max-height: 220px; }
    .max-h-sm-5 { max-height: 282.5px; }
    .max-h-sm-6 { max-height: 345px; }
    .h-sm-offset-0 { margin-top: 0; }
    .h-sm-offset-025 { margin-top: 15px; }
    .h-sm-offset-05 { margin-top: 31px; }
    .h-sm-offset-075 { margin-top: 46px; }
    .h-sm-offset-1 { margin-top: 62.5px; }
    .h-sm-offset-2 { margin-top: 95px; }
    .h-sm-offset-3 { margin-top: 157.5px; }
    .h-sm-offset-4 { margin-top: 220px; }
    .h-sm-offset-5 { margin-top: 282.5px; }
    .h-sm-offset-6 { margin-top: 345px; }
    .h-sm-offset-bot-0 { margin-bottom: 0; }
    .h-sm-offset-bot-025 { margin-bottom: 15px; }
    .h-sm-offset-bot-05 { margin-bottom: 31px; }
    .h-sm-offset-bot-075 { margin-bottom: 46px; }
    .h-sm-offset-bot-1 { margin-bottom: 62.5px; }
    .h-sm-offset-bot-2 { margin-bottom: 95px; }
    .h-sm-offset-bot-3 { margin-bottom: 157.5px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .h-md-1 { height: 80.83px; }
    .h-md-2 { height: 131.67px; }
    .h-md-3 { height: 212.5px; }
    .h-md-4 { height: 293.33px; }
    .h-md-5 { height: 374.16px; }
    .h-md-6 { height: 455px; }
    .h-md-1.adapt-line-height { line-height: 80.83px; }
    .h-md-2.adapt-line-height { line-height: 131.67px; }
    .h-md-3.adapt-line-height { line-height: 212.5px; }
    .h-md-4.adapt-line-height { line-height: 293.33px; }
    .h-md-5.adapt-line-height { line-height: 374.16px; }
    .h-md-6.adapt-line-height { line-height: 455px; }
    .max-h-md-1 { max-height: 80.83px; }
    .max-h-md-2 { max-height: 131.67px; }
    .max-h-md-3 { max-height: 212.5px; }
    .max-h-md-4 { max-height: 293.33px; }
    .max-h-md-5 { max-height: 374.16px; }
    .max-h-md-6 { max-height: 455px; }
    .h-md-offset-0 { margin-top: 0; }
    .h-md-offset-025 { margin-top: 20px; }
    .h-md-offset-05 { margin-top: 40px; }
    .h-md-offset-075 { margin-top: 60px; }
    .h-md-offset-1 { margin-top: 80.83px; }
    .h-md-offset-2 { margin-top: 131.67px; }
    .h-md-offset-3 { margin-top: 212.5px; }
    .h-md-offset-4 { margin-top: 293.33px; }
    .h-md-offset-5 { margin-top: 374.16px; }
    .h-md-offset-6 { margin-top: 455px; }
    .h-md-offset-bot-0 { margin-bottom: 0; }
    .h-md-offset-bot-025 { margin-bottom: 20px; }
    .h-md-offset-bot-05 { margin-bottom: 40px; }
    .h-md-offset-bot-075 { margin-bottom: 60px; }
    .h-md-offset-bot-1 { margin-bottom: 80.83px; }
    .h-md-offset-bot-2 { margin-bottom: 131.67px; }
    .h-md-offset-bot-3 { margin-bottom: 212.5px; }
}
@media (min-width: 1200px) {
    .h-lg-1 { height: 97.5px; }
    .h-lg-2 { height: 180px; }
    .h-lg-3 { height: 262.5px; }
    .h-lg-4 { height: 360px; }
    .h-lg-5 { height: 457.5px; }
    .h-lg-6 { height: 555px; }
    .h-lg-1.adapt-line-height { line-height: 97.5px; }
    .h-lg-2.adapt-line-height { line-height: 180px; }
    .h-lg-3.adapt-line-height { line-height: 262.5px; }
    .h-lg-4.adapt-line-height { line-height: 360px; }
    .h-lg-5.adapt-line-height { line-height: 457.5px; }
    .h-lg-6.adapt-line-height { line-height: 555px; }
    .max-h-lg-1 { max-height: 97.5px; }
    .max-h-lg-2 { max-height: 165px; }
    .max-h-lg-3 { max-height: 262.5px; }
    .max-h-lg-4 { max-height: 360px; }
    .max-h-lg-5 { max-height: 457.5px; }
    .max-h-lg-6 { max-height: 555px; }
    .h-lg-offset-0 { margin-top: 0; }
    .h-lg-offset-025 { margin-top: 24px; }
    .h-lg-offset-05 { margin-top: 49px; }
    .h-lg-offset-075 { margin-top: 74px; }
    .h-lg-offset-1 { margin-top: 97.5px; }
    .h-lg-offset-2 { margin-top: 165px; }
    .h-lg-offset-3 { margin-top: 262.5px; }
    .h-lg-offset-4 { margin-top: 360px; }
    .h-lg-offset-5 { margin-top: 457.5px; }
    .h-lg-offset-6 { margin-top: 555px; }
    .h-lg-offset-bot-0 { margin-bottom: 0; }
    .h-lg-offset-bot-025 { margin-bottom: 24px; }
    .h-lg-offset-bot-05 { margin-bottom: 48px; }
    .h-lg-offset-bot-075 { margin-bottom: 64px; }
    .h-lg-offset-bot-1 { margin-bottom: 97.5px; }
    .h-lg-offset-bot-2 { margin-bottom: 165px; }
    .h-lg-offset-bot-3 { margin-bottom: 262.5px; }
}
/* universal classes */
.hideOverflow {
    overflow: hidden;
}
.hideOverflow > input[type="file"] {
    max-width: 100%;
}
.uppercase {





    text-transform: uppercase;
}
/* navigation tree */
.navigationTree ul {
    list-style-type: none;
}
.navigationTree ul {
    padding: 0 0 0 18px;
}
.navigationTree ul {
    display: none;
}
.navigationTree > ul,
.navigationTree .open > ul {
    display: block;
}
.navigationTree > ul {
    padding: 0;
}
.navigationTree li {
    position: relative;
}
.openCloseToggle {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    height: 24px;
    left: 0;
    width: 18px;
}
.openCloseToggle:before,
li.open.animating > .openCloseToggle:before {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    left: 3px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid none solid solid;
    border-color: transparent #ccc;
}
.no-touch .openCloseToggle:hover:before,
.no-touch li.open.animating > .openCloseToggle:hover:before {
    border-color: transparent #6883a1;
}
li.open > .openCloseToggle:before,
li.animating > .openCloseToggle:before {
    border-style: solid solid none solid;
    border-color: #ccc transparent;
}
.no-touch li.open > .openCloseToggle:hover:before,
.no-touch li.animating > .openCloseToggle:hover:before {
    border-color: #6883a1 transparent;
}
/* modern browsers only */
@media only screen {
    .openCloseToggle:before {
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }
    .openCloseToggle:before,
    li.open.animating > .openCloseToggle:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    li.open > .openCloseToggle:before,
    li.animating > .openCloseToggle:before {
        border-style: solid none solid solid;
        border-color: transparent #ccc;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .no-touch li.open > .openCloseToggle:hover:before,
    .no-touch li.animating > .openCloseToggle:hover:before {
        border-color: transparent #6883a1;
    }
}
@media only screen and (max-width: 991px) {
    .navbar .nav li > .openCloseToggle:before,
    .navbar .nav li.open.animating > .openCloseToggle:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .navbar .nav li.open > .openCloseToggle:before,
    .navbar .nav li.animating > .openCloseToggle:before {
        border-style: solid none solid solid;
        border-color: transparent #6883a1;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(-90deg);
    }
    .no-touch .navbar .nav li.open > .openCloseToggle:hover:before,
    .no-touch .navbar .nav li.animating > .openCloseToggle:hover:before {
        border-color: transparent #ccc;
    }
}
.navigationTree a.treeLink,
.facetValueLabel,
.AvailabilityFilterElement > label,
.CharacterFilterElement > label {
    display: block;
    margin: 0;
    padding: 2px 2px 2px 1px;
    /*border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    line-height: 14px;
    color: inherit;
    text-decoration: none;
    word-wrap: break-word;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
}
.navigationTree a.treeLink {
    margin-left: 0;
    padding: 10px 0 10px 0;
    font-size: 17px;
    font-weight: 600;
}
.navigationTree li.active > a {
    color: #7497bd;
}
.navigationTree a:hover,
.navigationTree a:focus,
.navigationTree li.active > a:hover,
.navigationTree li.active > a:active,
.facetValueLabel:hover,
.AvailabilityFilterElement > label:hover,
.CharacterFilterElement > label:hover {
    color: #7497bd;
    border:none;
}
.treeLink:after {
    content: "";
    display: table;
    clear: both;
}
.singleItemView .navigationTree > ul {
    max-height: 500px;
    overflow: auto;
}
/* to top button */
.toTop {
    position: fixed;
    display: none;
    z-index: 1000;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px 0 #fff;
    -moz-box-shadow: 0 0 15px 0 #fff;
    box-shadow: 0 0 15px 0 #fff;
}
.toTop.visible {
    display: block;
}
.btn:focus {
    outline: 0;
}
.img-responsive.center {
    margin: 0 auto;
}
.line-through {
    text-decoration: line-through;
}
a.noLink,
a.noLink:hover,
a.noLink:visited,
a.noLink:active,
a.noLink:link {
    text-decoration: none;
}
.no-touch .onHover .visible-hover,
.no-touch .onHover:hover .hidden-hover,
.no-touch .onHover.hover .hidden-hover {
    display: none;
}
.no-touch .onHover:hover .visible-hover,
.no-touch .onHover.hover .visible-hover,
.no-touch .onHover .hidden-hover {
    display: block;
}
@media(min-width: 768px) {
    .PlentyWebTableLayout > .PlentyFormContainer {
        margin-top: 6px;
    }
}
.singleItemDetails .PlentyWebTableLayout .PlentyFormContainer.ArticleAttrTd_0 {
    float: left;
}
.singleItemDetails .PlentyWebTableLayout .PlentyFormContainer.ArticleAttrTd_1 {
    float: left;
}
[class^="ArticleAttrImage"] {
    margin-bottom: 0.25em;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}
.ArticleAttrImageSelected {
    border-color: #aaa;
    background: #ddd;
}
.PlentyWebAttributeTitle {
    line-height: 34px;
    font-weight: bold;
}
/* category header box */
.headerBox {
    /*background-color: #008EBD;*/
}
.headerBox * {
    color: #fff;
}
.headerBox h1 > span {
    display: block;
    font-size: 0.5em;
    line-height: 0.75em;
}
.headerBox h1 {
    padding: 15px 15px 5px;
}
/* nav info */
.navbar-information .nav > li > .dropdown-menu > li > a {
    white-space: nowrap; background:none;
}
.navbar-information .nav > li > .dropdown-menu > li > a:hover{ color:#6883a1;}
/* navigation */
@media (min-width: 992px) {
    .navbar-information .nav > li > a {
        z-index: 1;
    }
    .navbar-information .nav > li > .dropdown-menu {
        z-index: 2000;
        min-width: 100%;
    }
    .dropdown-padding > li {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* fixed navbar */
    .navbar-information.fixed {
        position: fixed;
        z-index: 5000;
        background-color: #fff;
        box-shadow: -1px 6px 10px -9px #000;
    }
}
/* mobile dropdowns */
@media (max-width: 991px) {
    .dropdown.enable-xs-sm {
        position: relative;
    }
    .dropdown.enable-xs-sm .dropdown-menu {
        position: absolute;
        z-index: 2000;
        top: 42px; /* 8px difference (= parent .navbar-nav margin-top) between (max-width: 991px) and (max-width: 413px) */
        left: -20px;
        min-width: 200px;
        padding: 5px;
        background: #fff;
        border-radius: 9px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    }
    .dropdown.enable-xs-sm.isLogin .dropdown-menu {
        left: auto;
        right: -20px;
    }
    .navbar-information .nav > li > .dropdown-menu li > a,
    .navbar .nav > li > .dropdown-menu .dropdown-header {
        border-color: transparent;
    }
}
@media (max-width: 413px) {
    .dropdown.enable-xs-sm {
        position: static;
    }
    .dropdown.enable-xs-sm .dropdown-menu {
        top: 50px;
        left: auto;
        right: 25px;
        min-width: 0;
        width: 200px;
    }
    .dropdown.enable-xs-sm.isInfo .dropdown-menu {
        left: auto;
        right: 50px;
    }
    .dropdown.enable-xs-sm.isLogin .dropdown-menu {
        left: auto;
        right: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .dropdown.enable-xs-sm.open:before,
    .dropdown.enable-xs-sm.open:after {
        content: "";
        position: absolute;
        display: block;
        top: 32px; /* 8px difference (= parent .navbar-nav margin-top) between (max-width: 991px) and (max-width: 413px) */
        margin-left: 9px;
    }
    .dropdown.enable-xs-sm.open:before {
        width: 20px;

        height: 20px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
        -moz-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
        -o-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
        -ms-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
        transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
    }
    .dropdown.enable-xs-sm.open:after {
        z-index: 2001;
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: none solid solid;
        border-color: #fff transparent;
    }
}
@media only screen and (max-width: 413px) {
    .dropdown.enable-xs-sm.open:before,
    .dropdown.enable-xs-sm.open:after {
        top: 40px;
    }
}
/* basket preview */
.basketPreviewContent.gradient-y-fade-in {
    /*	margin-top: -6px;*/
}
.basketPreviewInfo,
.basketPreviewInfo > span:first-child {
    text-decoration: inherit;
}
.basketItemsList {
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -15px;
    padding-right: 15px;
}
.basketPreviewContent.gradient-y-fade-in .basketItemsList > a:first-child {
    margin-top: 16px;
}
@media (max-width: 991px) {
    .basketPreviewFooter {
        margin-bottom: 12px;
    }
}
@media (min-width: 992px) {
    .basketPreviewContainer {
        width: 300px;
    }
    .dropdown-menu.disabled .basketPreviewContainer {
        width: auto;
        white-space: nowrap;
    }
    .basketItemsList {
        max-height: 350px;
    }
}
/* gradient fadeout/fadein */
[class*="gradient-"] {
    position: relative;
}
[class*="gradient-"]:after {
    content: "";
    position: absolute;
    display: block;
}
[class*="gradient-y-"]:after {
    height: 20px;
    left: 0;
    right: 0;
}
.gradient-y-fade-out:after {
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255 ,255 ,255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.gradient-y-fade-out.gradient-y-fade-out-before:after {
    bottom: 100%;
}
.gradient-y-fade-in:after {
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255 ,255 ,255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.gradient-y-fade-in.gradient-y-fade-in-after:after {
    top: 100%;
}
/* login form */
.loginForm .form-control,
.loginForm .form-group {
    margin-bottom: 5px;
}
.loginForm .btn {
    width: 100%;
    padding: 4px 9px 3px;
}
@media (min-width: 992px) {
    .loginForm .btn {
        width: 35px;
    }
    .loginForm > .clearfix,
    .loginForm {
        width: 451px;
    }
    .loginForm .form-control {
        float: left;
        margin-right: 8px;
    }
    .loginForm input[name="email"],
    .loginForm input[name="pwd"] {
        width: 200px;
    }
}
/* categories navigation */
.categoryNavigationList a.active,
.categoryNavigationList a.active:hover {
    background-color: #6883a1;
    border-color: #6883a1;
}
.categoryNavigationList a.level-1 {
    font-weight: bold;
}
.categoryNavigationList a.level-1 .badge {
    font-weight: 700;
}
.categoryNavigationList a.level-2 {
    padding-left: 40px;
}
.categoryNavigationList a.level-3 {
    font-style: italic;
    padding: 5px 15px 5px 60px;
}
.inlineForm,
.inlineForm > form {
    display: inline-block;
}
/* item sorting / pagination */
.categoryPagination .nav a,
.categoryPagination .navbar .nav li > a {
    padding: 0 2px;
    border: none;
    border-radius: 0px;
    color: #061b36;
    font-size: 16px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
}
.categoryPagination .nav a:hover,
.categoryPagination .nav a:focus,
.categoryPagination .navbar .nav li > a:hover,
.categoryPagination .navbar .nav li > a:focus,
.categoryPagination .navbar .nav li > a.active,
.categoryPagination .nav a.articlePages_activeLink {
    font-weight: 600;
    color: #061b36;
}
.categoryPagination .navbar .nav li > a.active {
    cursor: default;
}
.categoryPagination .form-control {
    display: inline-block;
    width: auto;
}
.categoryPagination label {
    margin-bottom: 0;
}
.categoryPagination .navbar-right li {
    float: left;
}
.categoryPagination .nav.navbar-right a,
.categoryPagination .nav.navbar-right .articlePages .articlePages_DotStart {
    display: block;
    float: left;
    margin: 0 2px;
    font-weight: bold;
    text-decoration: none;
}
.categoryPagination .nav.navbar-right li:first-child > a {
    margin-left: 0;
}
.categoryPagination .nav.navbar-right li:last-child > a {
    margin-right: 0;
}
.articlePages:after {
    content: "";
    display: table;
    clear: both;
}
.categoryPagination .nav.navbar-right .articlePages a {
    padding-left: 2px;
    padding-right: 2px;
}

.categoryPagination .nav.navbar-left {
    float: left;
    margin-right: 8px;
}
.categoryPagination .nav.navbar-right {
    float: right;
    margin-left: -8px;
}
.articlePages_DotStart {
    padding: 4px 2px;
}
@media (max-width: 359px) {
    .categoryPagination .itemSortingLabel select {
        max-width: 120px;
    }
}
/* ITEM VIEW */
.filterLabel,
.CharacterFilterGroupName {
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 17px;
    padding:0px!important;

}

.facetList,
.facetContentList {
    padding: 0;
    list-style-type: none;
}
.priceSliderWrapper .priceSliderLabel {
    position: relative;
    height: 28px;
    border: 1px solid #ddd;
    padding: 1px 6px;
    font-size: 14px;
    font-weight: normal;
}
.priceSliderWrapper .priceSliderLabel.isMin {
    border-radius: 3px 0 0 3px;
    padding-right: 3px;
}
.priceSliderWrapper .priceSliderLabel.isMax {
    border-radius: 0 3px 3px 0;
    padding-left: 3px;
}
.priceSliderWrapper .priceSliderLabel:before,
.priceSliderWrapper .priceSliderLabel:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    border-width: 14px 7px;
}
.priceSliderWrapper .priceSliderLabel:before {
    border-color: transparent #ddd;
}
.priceSliderWrapper .priceSliderLabel:after {
    border-color: transparent #fff;
}
.priceSliderWrapper .priceSliderLabel.isMin:before,
.priceSliderWrapper .priceSliderLabel.isMin:after {
    border-style: solid none solid solid;
    right: -7px;
}
.priceSliderWrapper .priceSliderLabel.isMax:before,
.priceSliderWrapper .priceSliderLabel.isMax:after {
    border-style: solid solid solid none;
    left: -7px;
}
.priceSliderWrapper .priceSliderLabel.isMin:before {
    right: -8px;
}
.priceSliderWrapper .priceSliderLabel.isMax:before {
    left: -8px;
}
/* slider */
.ui-slider-horizontal {
    height: 6px;
    margin: 6px;
    border: 1px solid #aaa;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
}
.touch .ui-slider-horizontal {
    margin: 16px;
}
.ui-slider {
    position: relative;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: -6px;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.touch .ui-slider .ui-slider-handle {
    width: 32px;
    height: 32px;
    top: -14px;
    margin-left: -16px;
}
.ui-slider-handle {
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
}
.touch .ui-slider-handle.ui-state-active {
    background: #6883a1;
}
.ui-slider-handle.ui-state-focus {
    outline: none;
}
.ui-slider-range {
    position: relative;
    background-color: #ccc;
    height: 100%;
    -webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15) inset;
}
.label-default {
    background-color: #999;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
@media (max-width: 767px) { /* difference between .no-touch and .touch dimensions is constant for all screen intervals */
    .no-touch .categoryView.isGridView .itemBox,
    .no-touch .crossSellingWrapper {
        height: auto;
    }
    .touch .categoryView.isGridView .itemBox,
    .touch .crossSellingWrapper {
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-information{ float:none!important;}

    .no-touch .categoryView.isGridView .itemBox,
    .no-touch .crossSellingWrapper {
        height: auto;
    }
    .touch .categoryView.isGridView .itemBox,
    .touch .crossSellingWrapper {
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .no-touch .categoryView.isGridView .itemBox,
    .no-touch .crossSellingWrapper {
        height: auto;
    }
    .touch .categoryView.isGridView .itemBox,
    .touch .crossSellingWrapper {
        height: auto;
    }
}
@media (min-width: 1200px) {
    .no-touch .categoryView.isGridView .itemBox,
    .no-touch .crossSellingWrapper {
        height: auto;
    }
    .touch .categoryView.isGridView .itemBox,
    .touch .crossSellingWrapper {
        height: auto;
    }
}
/* action label */
.itemBox .action {
    padding: 1px 15px;
    position: absolute;
    z-index: 100;
    opacity: 0.7;
}
.itemBox:hover .action {
    z-index: 300;
}
.itemBox.action-1 .itemBoxInner,
.itemBox.action-1 .basketButtonContainer {
    border-color: red;
}
.itemBox.action-1 .action {
    background-color: red;
    color: #fff;
}
.itemBox.action-2 .itemBoxInner,
.itemBox.action-2 .basketButtonContainer{
    border-color: gray;
}
.itemBox.action-2 .action {
    background-color: gray;
    color: #fff;
}
.itemBox.action-3 .itemBoxInner,
.itemBox.action-3 .basketButtonContainer{
    border-color: gray;
}
.itemBox.action-3 .action {
    background-color: gray;
    color: #fff;
}
/* item box */
.itemBox a.itemLink,
.itemBox a.itemLink:hover,
.itemBox a.itemLink:active,
.itemBox a.itemLink:visited {
    color: #555;
    text-decoration: none;
}
.js-link {
    cursor: pointer;
}
.itemBox .itemBoxInner {
    position: relative;
}
.itemBox .itemBoxInner,
.previewImage,
.crossSellingItemInner {
    -website-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    text-align:left;
}
.itemBox:hover .itemBoxInner,
.crossSellingItem:hover .crossSellingItemInner {
    z-index: 200;
    -website-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.crossSellingItemInner > span:first-child {
    min-height: 100%;
    line-height: 50px;
    height: 50px;
}
.crossSellingItemInner > span:first-child img {
    vertical-align: middle;
    display: inline;
}
.itemBox p {
    margin: 0;
}
.itemBox .name {
    font-size: 1.25em;
    padding: 6px 0;
}
.categoryView.isGridView .itemBox .name,
.crossSellingSlider .itemBox .name {
    max-height: 100px;
    min-height: 116px;

    overflow: hidden;
    padding-left: 0px;
    padding-right: 3px;
}
.itemBox .price .uvp,
.itemBoxSingleView .price .uvp {
    color: red;
}
.itemBox .shipping,
.itemBox .shipping a,
.itemBox .shipping a:hover,
.itemBox .shipping a:visited {
    color: gray;
}
.itemBox .shipping a:hover {
    text-decoration: underline;
}
.itemBox .base-price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-touch .itemBoxInner .quantityInputWrapper,
.no-touch .basketView .quantityInputWrapper,
.no-touch .checkout .quantityInputWrapper {
    width: 55px;
}
.no-touch .crossSellingSlider .quantityInputWrapper {
    width: 50px;
}
@media (min-width: 992px) {
    .no-touch .itemBoxInner .quantityInputWrapper {
        display: block;
        float: left;
        margin: 3px 0 3px 3px;
    }
}
.quantityInputWrapper input {
    height: 34px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.no-touch .quantityInputWrapper input {
    width: 100%;
    padding-right: 13px;
}
.no-touch .itemBoxInner .buttonBox {
    margin: 3px;
}
@media (max-width: 991px) {
    .no-touch .itemBoxInner .quantityInputWrapper,
    .no-touch .itemBoxInner .buttonBox.isAddToBasket {
        display: inline-block;
        margin-bottom: 3px;
        vertical-align: top;
    }
    .no-touch .itemBoxInner .buttonBox.isAddToBasket {
        margin: 0  0 3px 3px;
    }
}
@media (min-width: 992px) {
    .no-touch .itemBoxInner .buttonBox.isAddToBasket {
        float: right;
        margin: 3px 3px 3px 0;
    }
    .no-touch .categoryDetails.isGridView .itemBoxInner .buttonBox.isAddToBasket > button {
        padding-left: 0;
        padding-right: 0;
    }
}
/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
    .no-touch .itemBoxInner .quantityInputWrapper {
        margin-bottom: 0;
    }
    .no-touch .itemBoxInner .buttonBox.isAddToBasket {
        display: block;
        float: none;
        margin: 3px;
    }
}
/* item list grid view */
@media (max-width: 767px) {
    .no-touch .categoryDetails.isGridView .itemBoxInner .buttonBox.isAddToBasket > button {
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .no-touch .categoryDetails.isGridView .itemBoxInner .buttonBox.isAddToBasket > button {
        display: block;
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .no-touch .categoryDetails.isGridView .itemBoxInner .buttonBox.isAddToBasket > button {
        width: 146px;
    }
}
@media (min-width: 1200px) {
    .no-touch .categoryDetails.isGridView .itemBoxInner .buttonBox.isAddToBasket > button {
        width: 123px;
    }
}
/* crosselling slider */
/* sm md lg */
@media (min-width: 768px) {
    .no-touch .crossSellingSlider .itemBoxInner .buttonBox.isAddToBasket > button {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .no-touch .crossSellingSlider .itemBoxInner .buttonBox.isAddToBasket > button {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .no-touch .crossSellingSlider .itemBoxInner .buttonBox.isAddToBasket > button {
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .no-touch .crossSellingSlider .itemBoxInner .buttonBox.isAddToBasket > button {
        width: 151px;
    }
}
@media (min-width: 1200px) {
    .no-touch .crossSellingSlider .itemBoxInner .buttonBox.isAddToBasket > button {
        width: 128px;
    }
}
.no-touch .btn.quantityInputButton {
    position: absolute;
    right: 2px;
    width: 14px;
    margin: 0;
    padding: 0;
    height: 14px;
    border-radius: 50%;
    font-size: 6px;
    line-height: 12px;
    text-align: left;
    text-indent: 3px;
}
.no-touch .btn.quantityInputButton.isPlus {
    top: 2px;
}
.no-touch .btn.quantityInputButton.isMinus {
    bottom: 2px;
}
.btn.quantityInputButton > span.glyphicon:before {
    margin-right: 0;
}
.touch .quantityInputWrapper {
    position: relative;
    float: left;
    display: block;
    margin: 3px 0;
    padding: 0 35px;
}
@media (min-width: 992px) {
    .touch .quantityInputWrapper {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
.touch .quantityInputWrapper input {
    width: 44px;
}
.touch .btn.quantityInputButton {
    position: absolute;
    top: 0;
    width: 32px;
    /*height: auto;*/
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.touch .btn.quantityInputButton.isPlus {
    right: 0;
}
.touch .btn.quantityInputButton.isMinus {
    left: 0;
}
.touch .buttonBox {
    margin: 3px;
}
.touch .buttonBox.isAddToBasket {
    float: right;
    margin: 3px 3px 3px 0;
}
@media (max-width: 767px) {
    .touch .quantityInputWrapper {
        float: none;
        display: inline-block;
    }
    .touch .buttonBox.isAddToBasket {
        float: none;
        display: inline-block;
        margin: 3px;
        vertical-align: top;
    }
}
@media (min-width: 992px) {
    .touch .buttonBox.isAddToBasket {
        float: none;
        display: inline-block;
        margin: 3px;
        vertical-align: top;
    }
    .touch .itemBoxInner .buttonBox a {
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .touch .categoryDetails:not(.isListView) .buttonBox.isAddToBasket > button,
    .touch .crossSellingSlider .buttonBox.isAddToBasket > button {
        position: relative;
        width: 32px;
        text-align: center;
    }
}
ul.categoryDetails {
    padding: 0;
    list-style-type: none;
}
.categoryDetails.isListView .quantityInputWrapper,
.categoryDetails.isListView .itemBoxInner .buttonBox.isAddToBasket {
    float: left;
    margin: 0 3px 0 0;
}
.categoryDetails.isListView .itemBoxInner .buttonBox {
    margin: 0;
}
.isListView .isImage > .imageBox {
    margin: 12px 0;
}

/* attribute selection */
.attributeSelection {
    background-color: #fff;
    bottom: 0;
    position: absolute;
    width: 100%;
}
/* availability icon */
.availabilityIcon {
    display: block;
    margin-top: 3px;
    height: 16px;
    width: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
.availabilityIcon span {
    display: block;
    width: 100%;
}
.availabilityIcon span {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
}
.availabilityIcon span + span {
    margin-top: -1px;
}
.availabilityIcon.availabilityDetails-1 span {
    height: 100%;
}
.availabilityIcon.availabilityDetails-2 span {
    height: 8px;
}
.availabilityIcon.availabilityDetails-3 span {
    height: 6px;
}
.availabilityIcon.availabilityDetails-1 .second,
.availabilityIcon.availabilityDetails-1 .third,
.availabilityIcon.availabilityDetails-2 .third {
    display: none;
}
.availabilityDetails-1.available-1 .first,
.availabilityDetails-1.available-2 .first,
.availabilityDetails-1.available-3 .first,
.availabilityDetails-1.available-4 .first,
.availabilityDetails-2.available-1 .first,
.availabilityDetails-2.available-1 .second,
.availabilityDetails-2.available-2 .first,
.availabilityDetails-2.available-2 .second,
.availabilityDetails-2.available-3 .second,
.availabilityDetails-2.available-4 .second,
.availabilityDetails-3.available-1 .first,
.availabilityDetails-3.available-1 .second,
.availabilityDetails-3.available-1 .third,
.availabilityDetails-3.available-2 .second,
.availabilityDetails-3.available-2 .third,
.availabilityDetails-3.available-3 .third {
    background-color: #3b0;
}
.availabilityDetails-1.available-5 .first,
.availabilityDetails-1.available-6 .first,
.availabilityDetails-1.available-7 .first,
.availabilityDetails-1.available-8 .first,
.availabilityDetails-2.available-3 .first,
.availabilityDetails-2.available-4 .first,
.availabilityDetails-2.available-5 .first,
.availabilityDetails-2.available-5 .second,
.availabilityDetails-2.available-6 .first,
.availabilityDetails-2.available-6 .second,
.availabilityDetails-2.available-7 .second,
.availabilityDetails-2.available-8 .second,
.availabilityDetails-3.available-2 .first,
.availabilityDetails-3.available-3 .first,
.availabilityDetails-3.available-3 .second,
.availabilityDetails-3.available-4 .first,
.availabilityDetails-3.available-4 .second,
.availabilityDetails-3.available-4 .third,
.availabilityDetails-3.available-5 .second,
.availabilityDetails-3.available-5 .third,
.availabilityDetails-3.available-6 .third {
    background-color: #fc3;
}
.availabilityDetails-1.available-9 .first,
.availabilityDetails-1.available-10 .first,
.availabilityDetails-2.available-7 .first,
.availabilityDetails-2.available-8 .first,
.availabilityDetails-2.available-9 .first,
.availabilityDetails-2.available-9 .second,
.availabilityDetails-2.available-10 .first,
.availabilityDetails-2.available-10 .second,
.availabilityDetails-3.available-5 .first,
.availabilityDetails-3.available-6 .first,
.availabilityDetails-3.available-6 .second,
.availabilityDetails-3.available-7 .first,
.availabilityDetails-3.available-7 .second,
.availabilityDetails-3.available-7 .third,
.availabilityDetails-3.available-8 .second,
.availabilityDetails-3.available-8 .third,
.availabilityDetails-3.available-9 .third {
    background-color: #f11;
}
.availabilityDetails-3.available-8 .first,
.availabilityDetails-3.available-9 .first,
.availabilityDetails-3.available-9 .second,
.availabilityDetails-3.available-10 .first,
.availabilityDetails-3.available-10 .second,
.availabilityDetails-3.available-10 .third {
    background-color: #aaa;
}
.line-through {
    color: red;
}
/* button: add to basket */
.quantityInputWrapper {
    position: relative;
    display: inline-block;
}
.singleItemDetails .quantityInputWrapper,
.categoryDetails.isListView .quantityInputWrapper,
.basketView .quantityInputWrapper {
    float: left;
    margin: 0 10px 0 0;
}
.no-touch .singleItemDetails .quantityInputWrapper {
    width: 70px;
}
.btn.quantityInputButton .glyphicon {
    padding: 0;
    background-color: transparent;
}
@media (min-width: 768px) {
    .itemBoxInner .buttonBox a {
        display: block;
    }
}
.categoryDetails.isListView .itemBoxInner .buttonBox a {
    display: inline-block;
}
/* preview images */
.jqzoom {
    height: 290px;
    line-height: 290px;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    display: block;
    border: 1px solid #ddd;
}
.jqzoom img {
    display: inline-block;
    width: auto !important;
    max-height: 290px;
}
@media (min-width: 768px) {
    .jqzoom {
        height: 345px;
        line-height: 345px;
    }
    .jqzoom img {
        max-height: 345px;
    }
}
@media (min-width: 1200px) {
    .jqzoom {
        height: 336px;
        line-height: 336px;
    }
    .jqzoom img {
        max-height: 336px;
    }
}
.magnifyarea {
    top: 0px !important;
    z-index: 10 !important;
}
@media (min-width: 768px) {
    .magnifyarea {
        left: 375px !important;
    }
}
@media (min-width: 992px) {
    .magnifyarea {
        left: 364px !important;
    }
}
@media (min-width: 1200px) {
    .magnifyarea {
        left: 366px !important;
    }
}
.singleItemDetails .previewImage {
    display: none;
    margin: 0 6px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    height: 100px;
    line-height: 94px;
}
@media (max-width: 767px) {
    .singleItemDetails .previewImage {
        line-height: 88px;
        height: 90px;
    }
}
/* social media privacy list */
.social-list {
    list-style: none;
    padding-left: 0;
}
footer .social-list {
    margin-bottom: -8px;
}
.social-list li {
    display: inline-block;
    height: 29px;
    vertical-align: top;
}
.social-list li > div {
    display: inline-block;
}
/* placeholder buttons */
.social-list .btn {
    height: auto;
    line-height: 15px;
    padding: 2px 9px 2px 5px;
    font-size: .9em;
    opacity: .8;
    cursor: default;
    margin-bottom: 8px;
}
.social-list .social-container {
    display: inline-block;
}
/* social-switch */
.social-switch {
    height: 12px;
    width: 23px;
    border-radius:6px;
    text-indent: -10000em;
    float: left;
    margin-top: 5px;
    margin-right: 6px;
    padding: 0;
    overflow: hidden;
    background-image: none;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3) inset;
}
.social-switch.off {
    cursor: pointer;
    background-color: #ccc;
}
.social-switch.on {
    background-color: #3b0;
    padding-left: 11px;
}
.social-switch > span {
    height: 10px;
    width: 10px;
    display: block;
    background-color: #eee;
    border-radius: 50%;
    box-shadow: 0 0 3px #000;
}

/* crossselling items */
.crossSellingItemInner {
    padding: 6px 0;
}
.crossSellingWrapper {
    position: relative;
}
@media (max-width: 413px) {
    .crossSellingWrapper {
        margin-top: 18px;
    }
}
/* single item */
.itemDefList {
    margin: 0;
}
.itemDefList dt,
.itemDefList dd,
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperTitle,
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperContent,
.attributeBox .PlentyFormContainer.ArticleAttrTd_0,
.attributeBox .PlentyFormContainer.ArticleAttrTd_1 {
    width: 50%;
}
.itemDefList dt,
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperTitle {
    float: left;
    clear: left;
}
.itemDefList dd,
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperContent {
    float: right;
    clear: right;
}
@media (max-width: 767px) {
    .itemDefList dt,
    .itemDefList dd,
    .plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperTitle,
    .plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperContent,
    .attributeBox .PlentyFormContainer.ArticleAttrTd_0,
    .attributeBox .PlentyFormContainer.ArticleAttrTd_1 {
        width: 100%;
        line-height: 18px;
    }
    .itemDefList dd,
    .plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperContent,
    .attributeBox .PlentyFormContainer.ArticleAttrTd_1 {
        margin-bottom: 6px;
    }
    .singleItemDetails .priceBase {
        display: block;
    }
}
.itemDefList:after,
.plentyAttributeSelectWrapper:after {
    content: "";
    display: table;
    clear: both;
}
.zoomstatus {
    border-style: none !important; /* override inline style */
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    border-radius: 4px;
    font-weight: normal !important;
}
.magnifyarea {
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    -wibkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
/* FOOTER */
/* newsletter form */
.newsletter-form {
    text-align: center;
}
.newsletter-form * {
    vertical-align: top;
}
.newsletter-form button.btn {
    width: 100%;
}
.newsletter-form button.btn .glyphicon:before {
    vertical-align: top;
}
@media (min-width: 768px) {
    .newsletter-form .form-group {
        width: 29%;
        margin-right: 1%;
        display: inline-block;
    }
    .newsletter-form button.btn {
        width: auto;
    }
}
.imgwrapper {
    position: relative;
}
/* footer list */
ul.footerList {
    padding-left: 0;
    list-style: none;
}
.footerLink {
    color: #aaa;
}
.footerLink:hover {
    color: #888;
}
.footerLink .plentyicon {
    position: relative;
    top: -1px;
    margin-left: 0.1em;
    margin-right: 0;
    line-height: inherit;
    font-size: 22px;
    vertical-align: middle;
}
/* mouse grab icon */
.grabbing,
.grabbing a,
.grabbing .js-link {
    cursor: move;
    cursor: grabbing;
}
/* client attribute select */
/* wrapper */
.plentyAttributeSelectWrapper,
.offerDetailsBox .PlentyWebTableLayout > .PlentyFormContainer {
    margin: 3px 0;
}
.offerDetailsBox .PlentyWebTableLayout > .PlentyFormContainer:after {
    content: "";
    display: table;
    clear: both;
}
/* wrapper title */
.plentyAttributeSelectWrapperTitle {
    font-weight: bold;
}
/* wrapper content */
.plentyAttributeSelectWrapperContent {
    display: inline-block;
}
/* value selected */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue {
    position: relative;
    margin-bottom: -2px;
}
/* ul */
.plentyAttributeSelectWrapperContent ul {
    margin: 0;
    padding: 0;
    color: #333;
}
/* ul boxes */
.plentyAttributeSelectHasImageGallery ul,
.plentyAttributeSelectHasTextList ul {
    margin: 0 -5px 0 0;
}
/* li */
.plentyAttributeSelectWrapperContent ul > li {
    list-style: none;
    margin-left: 0;
    overflow: hidden;
}
/* li boxes */
.plentyAttributeSelectHasImageGallery ul > li,
.plentyAttributeSelectHasTextList ul > li {
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: middle;
}
/* standard height (corresponding to line-height) */
.plentyAttributeSelectHasDropdown,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue {
    height: 30px;
}
/* a */
.plentyAttributeSelectWrapperContent a,
.plentyAttributeSelectedValue {
    display: block;
    padding: 6px 8px;

    line-height: 18px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.plentyAttributeSelectWrapperContent.plentyAttributeSelectHasImageGallery a {
    padding: 3px;
}
.plentyAttributeSelectWrapperContent a {
    cursor: pointer;
}
.plentyAttributeSelectHasDropdown > div,
.plentyAttributeSelectHasImageGallery ul > li > a,
.plentyAttributeSelectHasTextList ul > li > a {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
/* a list */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a {
    padding-right: 20px;
}
/* a img boxes */
.plentyAttributeSelectHasImageGallery ul > li > a {
    overflow: hidden;
}
/* a disabled */
li.plentyAttributeSelectDisabled a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: default !important;
}
/* a hover / selected */
.no-touch .plentyAttributeSelectWrapperContent a:hover,
.plentyAttributeSelectWrapperContent a:focus,
.plentyAttributeSelectWrapperContent  li.plentyAttributeSelectSelected > a {
    color: #000;
}
.plentyAttributeSelectWrapperContent.plentyAttributeSelectHasDropdown:hover > * {
    border-color: #aaa;
    cursor: pointer;
}
/* a list / boxes hover / selected */
.no-touch .plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a:hover,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a:focus,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectSelected a,
.plentyAttributeSelectWrapperContent.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectSelected > a {
    background: #eee;
}
/* a img boxes selected */
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectSelected > a,
.no-touch .plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectDisabled > a:hover,
.no-touch .plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectDisabled > a:hover {
    background: #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* a boxes hover / selected */
.no-touch .plentyAttributeSelectHasImageGallery ul > li > a:hover,
.no-touch .plentyAttributeSelectHasTextList ul > li > a:hover,
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectSelected > a,
.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectSelected > a {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
/* reset a list hover if disabled */
.no-touch .plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled a:hover,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled a:focus {
    background: transparent;
    color: inherit;
}
/* span */
.plentyAttributeSelectWrapperContent a > span:empty {
    display: none;
}
/* value & markup */
.plentyAttributeSelectValueMarkup {
    padding-left: 5px;
}
/* img */
.plentyAttributeSelectHasImageGallery ul > li > a > img {
    border: none;
}
/* dropdown container */
.plentyAttributeSelectHasDropdown {
    position: relative;
}
/* openable container */
.plentyAttributeSelectHasDropdown > div {
    position: absolute;
}
/* open dropdown if hovered */
.plentyAttributeSelectHasDropdown.open > div {
    z-index: 10000;
}
/* arrow */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow {
    position: absolute;
    top: 50%;
    right: 0.5em;
    margin-top: -3px;
    border-style: solid solid none solid;
    border-width: 5px;
    border-color: #999999 transparent transparent;
}
/* arrow hover */
.no-touch .plentyAttributeSelectHasDropdown > div:hover .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow {
    border-color: #777777 transparent transparent;
}
/* list wrapper */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper {
    display: none;
    z-index: 10;
    max-height: 135px; /* adapt to height of li */
    overflow-y: auto;
    overflow-x: hidden;
}
.plentyAttributeSelectWrapperContent.open .plentyAttributeSelectListWrapper {
    display: block;
}
.touch .plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper {
    overflow-y: scroll;
}
/* responsive adaption */
.categoryPagination .nav.navbar-left li { float: left; margin-right: 8px; }
.categoryPagination .nav.navbar-left li:last-child { margin-right: 0; }
.categoryPagination .nav > li { margin-top: 2px; margin-bottom: 2px; }
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperTitle,
.plentyAttributeSelectWrapper > .plentyAttributeSelectWrapperContent {
    vertical-align: middle;
}
.plentyAttributeSelectHasDropdown > div {
    width:100%;
}
/* client attribute select end */
/* overlay */
.overlay,
.PlentyWebshopOverlay,
#PlentyWebMyAccountOverlay,
#PlentyWebMyAccountDisplayOrdersOverlay,
#PlentyWebMyAccountDisplaySchedulerOrdersOverlay {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
    background: #000;
    cursor: pointer;
}
.PlentyWebshopOverlay {
    z-index: 99000;
    display: none;
}
.overlay {
    bottom: auto;
    height: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: height 0s, opacity 0.4s ease-in-out;
    -moz-transition: height 0s, opacity 0.4s ease-in-out;
    -o-transition: height 0s, opacity 0.4s ease-in-out;
    -ms-transition: height 0s, opacity 0.4s ease-in-out;
    transition: height 0s, opacity 0.4s ease-in-out;
}
.overlay.in {
    height: 100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
}

.overlay.overlay-wait {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 100000;
    cursor: wait;
}

/* (additional) nav / basket preview touch (navigation breakpoint max 991px) */
@media (max-width: 991px) {
    body.navigation-visible .navigation-overlay,
    body.aside-visible .aside-overlay {
        height: 100%;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
    }
}
/* (additional) nav / basket preview touch end */
.overlay.closeIcon:after {
    content: "×";
    position: absolute;
    display: block;
    font-size: 24px;
    color: #fff;
}
.overlay.closeIcon.top-left:after,
.overlay.closeIcon.top-right:after { top: 8px; }
.overlay.closeIcon.top-left:after { left: 16px; }
.overlay.closeIcon.top-right:after { right: 16px; }
/* plenty wait screen */
#jQueryPageWaitScreen {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
    filter: alpha(opacity=50) !important;
    -khtml-opacity: 0.50 !important;
    -moz-opacity: 0.50 !important;
    opacity: 0.50 !important;
    background: #fff !important;
    cursor: wait !important;
}
#jQueryPageWaitScreen > * {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    background-position: center center;
    background-repeat: no-repeat;
}
#jQueryPageWaitScreen img {
    display: none;
}
/* SINGLE ITEM */
.PlentyWebshopButton.add_basket_ajax:before {
    content: "\e116\2009";
    font-family: "glyphicon";
}
/* RATING */
.article_rating_table {
    width:100%; border-spacing:0;
}
.article_rating_table tr td {
    border-bottom: 1px solid #cbcbcb; padding: 5px;
}
.article_rating_table tr:last-child td {
    border-bottom:none;
}
.article_rating_table .article_rating_column_right .name {
    margin-right:15px;
}
.article_rating_table .article_rating_column_right .name:before {
    content: "\e008";
    font-family: "glyphicon";
    margin-right: 5px;
}
.article_rating_table .article_rating_column_right .date:before {
    content: "\e023";
    font-family: "glyphicon";
    margin-right: 5px;
}
.ItemsDescriptionRatingTitle {
    font-weight:600; display:block;
}
.ItemsDescriptionRatingDetail > form > span {
    display:block;
}
.PlentyFormContainer.ItemsDescriptionRatingDetailCommentValue textarea {
    width: 100%; border: 1px solid #999999; padding: 5px; height: 100px;
}
input[name="item_rating_name"],
.PlentyFormContainer.ItemsDescriptionRatingDetailCommentValue input    {
    width: 100%; border: 1px solid #999999; padding: 5px;
}
.PlentyFormContainer.ItemsDescriptionRatingDetailCommentTitle {
    font-weight:600; margin:5px 0;
}
.PlentyFormContainer.ItemsDescriptionRatingTitle {
    margin-bottom:5px
}
/* rating */
.ratingVisualisation {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1em;
}
.ratingVisualisation > span {
    display: inline-block;
}
.ratingBg {
    color: #bbb;
}
.ratingBg > span {
    text-indent: -10000px;
}
.ratingResult {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    color: #fa0;
}
.ratingBg:before,
.ratingResult:before {
    font-family: "plentyicon";
    content: "\e806\e806\e806\e806\e806";
}
.ratingVisualisation > span > span {
    display: inline-block;
    width: 0;
    overflow: hidden;
}
/* rating end */
/* nav / filter / basket preview mobile adaption */
@media (min-width: 992px) {
    .asidePanelContainer {
        display: none;
    }
}
@media (max-width: 991px) {
    .nav-main,
    .navbar-information li.isBasketPreview,
    .filterSubnavigationPanel {
        position: static;
    }
    li.isBasketPreview .dropdown-menu {
        z-index: auto;
    }
    .filterPanel {
        margin: 0;
    }
    .container > .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-header {
        text-align: center;
    }
    .nav-main-container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-information {
        padding: 0 15px;
    }
    .navbar-information li.isBasketPreview ul {
        display: block;
        position: static;
    }
    .mainNavigation,
    .asidePanel {
        position: fixed;
        bottom: 0;
        width: 80%;
        overflow-y: auto;
        z-index: 10001;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition:         transform 0.2s ease-in-out;
        -o-transition:         transform 0.2s ease-in-out;
        -ms-transition:         transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition:         transform 0.2s ease-in-out;
    }
    .mainNavigation, .asidePanel {
        background: #fff;
    }
    .asidePanelTablist li > a {
        background:#6883a1!important; color:#fff!important; border:1px solid #061b36!important;
    }

    .asidePanelTablist li.active > a {
        background:#fff!important; color:#061b36!important;
    }

    .asidePanelContainer.asidePanel{
        background: #061b36;
        border: 1px solid #556d8a;	}

    .basketPreviewContainer.asidePanel{background:none;padding: 25px 15px 0 15px;}
    .basketPreviewContent .basketItemsList li{ margin-bottom:12px;}


    body.filterExist .asidePanel.filterPanel {
        z-index: 10002;
    }
    .asidePanelContainer {
        z-index: 10000;
    }
    .asidePanelTablist > .isFilter {
        display: none;
    }
    body.filterExist .asidePanelTablist > .isFilter {
        display: block;
    }
    .mainNavigation,
    .asidePanel {
        top: 0;
    }
    .basketItemsList .padding-right-025.basketPreviewImage{padding-left:0;}
    .nav-tabs.asidePanelTablist{border-bottom:1px solid #fff;}
    .asidePanel.basketPreviewContainer,
    .asidePanel.filterPanel {
        top: 20px; padding-top:20px;
    }
    body.filterExist .asidePanel.basketPreviewContainer > .remotetabs-tabpanel.is-basket {
        display: none;
    }
    .mainNavigation {
        right: 100%;
    }
    .asidePanel {
        left: 100%;
    }
    /* fallback no transform */
    .no-csstransforms body.navigation-visible .mainNavigation {
        right: auto;
        left: 0;

    }
    .no-csstransforms body.aside-visible .asidePanel {
        left: auto;
        right: 0;
    }
    body.navigation-visible .mainNavigation {
        /* fallback no translate3d */
        -webkit-transform: translatex(100%) translatez(0);
        -moz-transform: translatex(100%) translatez(0);
        -o-transform: translatex(100%) translatez(0);
        -ms-transform: translatex(100%) translatez(0);
        transform: translatex(100%) translatez(0);
        /* original effect */
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    body.aside-visible .asidePanel {
        /* fallback no translate3d */
        -webkit-transform: translatex(-100%) translatez(0);
        -moz-transform: translatex(-100%) translatez(0);
        -o-transform: translatex(-100%) translatez(0);
        -ms-transform: translatex(-100%) translatez(0);
        transform: translatex(-100%) translatez(0);
        /* original effect */
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .navbar-main {
        position: absolute;
        top: 53px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto;
    }
    .mainNavigation > .navbar-nav {
        padding: 8px 15px;
    }
    .asidePanel {
        padding: 0 15px;
    }
    .asidePanelTablist {
        /*	background:#fff;*/
    }
    .asidePanelTablist li a{background:#fff;}
    .mainNavigation > .navbar-nav {
        margin: 0;
    }
    .navigation-overlay,
    .aside-overlay {
        z-index: 9999;
    }
}
@media (min-width: 480px) and (max-width: 639px) {
    .mainNavigation,
    .asidePanel {
        width: 60%;
    }
}
@media (min-width: 640px) and (max-width: 768px) {
    .mainNavigation,
    .aidePanel {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mainNavigation,
    .asidePanel {
        width: 40%;
    }
}
@media (min-width: 992px) {
    .navbar-main .openCloseToggle {
        display: none;
    }
    .navbar-main .badge {
        display: none;
    }
}
/* nav / filter / basket preview mobile adaption */
/* basket */
.blockLink > a { display:block; }
.PlentyWebshopButton.change_basket:before { content: "\e031\2009"; font-family: "glyphicon"; }
.PlentyWebshopButton.edit_delete:before { content: "\e014\2009"; font-family: "glyphicon"; }
/* basket end */
/* errors, notifications */
.plentyErrorBox,
.plentyMessageBox {
    display: none;
}
body > .plentyErrorBox,
body > .plentyMessageBox,
.PlentyErrorPane > .plentyErrorBox,
.PlentyErrorPane > .plentyMessageBox,
.PlentyWebshopMainContainer > .plentyErrorBox,
.PlentyWebshopMainContainer > .plentyMessageBox {
    display: block;
}
.PlentyWebshopMainContainer > .plentyErrorBox,
.PlentyWebshopMainContainer > .plentyMessageBox {
    margin: 20px;
}
.alert,
.plentyErrorBox,
.plentyMessageBox,
.PlentyErrorMessageBox,
.ItemParamError > .ItemsDescriptionParamDetail,
.ItemParamError > .ItemsDescriptionCharacterDetail {
    width: auto;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    z-index: 100000;
    background-image: none;
}
body > .plentyErrorBox,
body > .plentyMessageBox,
body > .PlentyErrorMessageBox,
.ItemParamError > .ItemsDescriptionParamDetail,
.ItemParamError > .ItemsDescriptionCharacterDetail {
    position: fixed;
    left: 50%;
    top: 25px;
    width: 400px;
    margin-left: -200px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
}
.PlentyErrorPane > .plentyErrorBox,
.PlentyErrorPane > .plentyMessageBox,
.PlentyErrorPane > .PlentyErrorMessageBox {
    z-index: auto;
}
.PlentyWebshopPopup {
    position: absolute;
    display: none;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}
@media (max-width: 420px) {
    body > .plentyErrorBox,
    body > .plentyMessageBox,
    body > .PlentyErrorMessageBox,
    .PlentyWebshopPopup {
        width: 95%;
        left: 2.5%;
        margin-left: 0;
        z-index: 100000;
    }
}
.PlentyMyAccountMainContainer .plentyErrorBox,
.PlentyMyAccountMainContainer .plentyMessageBox,
.PlentyErrorMessageBox,
.ItemParamError > .ItemsDescriptionParamDetail,
.ItemParamError > .ItemsDescriptionCharacterDetail {
    display: block;
    left: 0;
    top: 0;
    margin-left: 0;
    position: relative;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.plentyErrorBoxTitle,
.plentyMessageBoxTitle {
    background-image: none;
    padding-left: 0;
}
.alert h4,
.plentyErrorBox .plentyErrorBoxTitle,
.plentyMessageBox .plentyMessageBoxTitle {
    color: inherit;
    margin-top: 0;
    font-size: 1.2em;
}
.alert .alert-link,
.plentyErrorBox a,
.plentyErrorBox .plentyErrorBoxCode,
.plentyErrorBox .plentyErrorBoxTitle,
.plentyMessageBox a,
.plentyMessageBox .plentyMessageBoxTitle {
    font-weight: 700;
}
.alert > p, .alert > ul,
.plentyErrorBox > p, .plentyErrorBox > ul,
.plentyMessageBox > p, .plentyMessageBox > ul {
    margin-bottom: 0;
}
.alert > p + p,
.plentyErrorBox > p + p,
.plentyMessageBox > p + p{
    margin-top: 5px;
}
.alert-dismissable .close, .alert-dismissible .close,
.plentyErrorBox .close,
.plentyMessageBox .close{
    color: inherit;
    right: 8px;
    top: 2px;
    position: absolute;
}
.alert-success,
.plentyMessageBox {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr,
.plentyMessageBox hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link,
.plentyMessageBox a {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning,
.plentyMessageBox.PlentyAdviceMessageBox {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr,
.plentyMessageBox.PlentyAdviceMessageBox hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link,
.plentyMessageBox.PlentyAdviceMessageBox a {
    color: #66512c;
}
.alert-danger,
.plentyErrorBox,
.PlentyErrorMessageBox {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr,
.plentyErrorBox hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.plentyErrorBox a,
.plentyErrorBox .plentyErrorBoxCode,
.plentyErrorBox .plentyErrorBoxTitle,
.PlentyErrorMessageBox .PlentyErrorCode {
    color: #843534;
}

.postfinder-trigger > * {
    vertical-align: middle;
}
.postfinder-trigger .label-img-1,
.postfinder-trigger .label-img-2 {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url("../images/global/dhl_packstation_postfiliale-direkt_sprite.png");
    background-repeat: no-repeat;
}
.postfinder-trigger .label-img-1 {
    width: 97px;
    height: 11px;
    margin-bottom: 7px;
    background-position: -4px -4px;
}
.postfinder-trigger .label-img-2 {
    width: 89px;
    height: 18px;
    background-position: -4px -20px;
}
.postfinder-trigger .label-text {
    display: inline-block;
    color: #000;
}

/* old version */
a.PostfinderTrigger {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 25px 12px 5px;
    /*background: #FFCD00;*/
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* in checkout */
#PlentyWebShippingDetailsForm a.PostfinderTrigger {
}
/* in myaccount */
.PlentyWebMyAccountPopupContainer .PostfinderTrigger {
}
.PostfinderTriggerImgLabel1,
.PostfinderTriggerImgLabel2 {
    position: absolute;
    display: block;
    top: 6px;
    background-image: url("../images/global/dhl_packstation_postfiliale-direkt_sprite.png");
    background-repeat: no-repeat;
}
.PostfinderTriggerImgLabel1 {
    left: 12px;
    width: 97px;
    height: 11px;
    background-position: -4px -4px;
}
.PostfinderTriggerImgLabel2 {
    left: 50%;
    width: 89px;
    height: 18px;
    background-position: -4px -20px;
}
.PostfinderTriggerTextLabel {
    display: block;
    /*background-color: #c00;
	border-color: #c00;
	color: #fff;*/
    margin-top: 4px;
    clear: both;
    padding-left: 0;
    padding-right: 0;
}
a.PostfinderTrigger:hover > .PostfinderTriggerTextLabel,
a.PostfinderTrigger:focus > .PostfinderTriggerTextLabel {
}
/* POSTFINDER POPUP */
/* text */
.WebPostfinderTextBefore {
    margin-bottom: 12px;
}
/* table */
.PlentyWebshopTable {
    display: table;
    line-height: 18px;
}
.PlentyWebshopTableRow {
    display: table-row;
}
.PlentyWebshopTableCell {
    display: table-cell;
}
.WebPostfinderGetPackstationsPopup .PlentyWebshopTableCell {
    border-bottom: 1px solid #eee;
    padding: 3px 5px;
}
.PlentyWebshopTableHeaderRow > .PlentyWebshopTableCell {
    background: #eee;
    border-color: #bbb;
}
.PlentyWebshopTableCell:first-child {
    vertical-align: middle;
}
/* scroll */
.PlentyWebshopTableWrapper {
    max-height: 450px;
    overflow-y: auto;
}
/* buttons */
.PlentyWebshopPopupButtonLeftContainer {
    float: left;
    width: 50%;
    text-align: right;
}
.PlentyWebshopPopupButtonRightContainer {
    width: 50%;
}
.PlentyWebshopPopupButtonLeftContainer,
.PlentyWebshopPopupButtonRightContainer {
    padding: 10px 0;
}
.PlentyWebshopPopupButtonLeftContainer > *,
.PlentyWebshopPopupButtonRightContainer > * {
    margin: 0 5px;
}
.PlentyWebshopPopup.WebPostfinderGetPackstationsPopup,
.PlentyWebshopPopup.AfterItem2Basket {
    margin-left: -300px;
    width: 600px;
}
@media (max-width: 767px) {
    .PlentyWebshopPopup.WebPostfinderGetPackstationsPopup,
    .PlentyWebshopPopup.AfterItem2Basket {
        margin-left: -150px;
        width: 300px;
    }
    .PlentyWebshopTableWrapper {
        max-height: 300px;
    }
    .PlentyWebMyAccountPopupContainer > div > div + div,
    .PlentyWebMyAccountDisplayOrdersShippingDetailsContainer > div.PlentyFormBox > div.PlentyWebMyAccountPopupTitleContainer + div,
    .PlentyWebshopPopupContent {
        padding: 0 12px;
    }
}
/* PLENTY ACCORDIONS GLOBAL */
/* accordion container */
.myaccount .PlentyWebMyAccountAccContainer {
    margin-bottom: 15px;
}
/* accordion header (& login container header) */
.myaccount .PlentyWebMyAccountAccContainerTitle,
.myaccount #PlentyWebMyAccountLogin > h1,
.checkoutDetails .AccordionTitle {
    margin-bottom: 0;
    border: 1px solid #ddd;
    padding: 4px 16px;
    line-height: 34px;
    font-size: 130%;
    font-weight: bold;
    background-color: #fafafa;
}
/* border radius opened / closed */
.myaccount .PlentyWebMyAccountAccContainerTitle,
.checkoutDetails .AccordionTitle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.myaccount .PlentyContainerIsOpen .PlentyWebMyAccountAccContainerTitle,
.myaccount #PlentyWebMyAccountLogin > h1,
.checkoutDetails .AccordionTitle.CurrentAccordionTitle {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
/* accordion header hover */
.myaccount .PlentyWebMyAccountAccContainerTitle.PlentyWebMyAccountOpenableContainerTitle:hover {
    color: #6883a1;
    cursor: pointer;
}
/* accordion body (& login container body) */
.myaccount .PlentyWebMyAccountAccContainerContent,
.myaccount #PlentyWebMyAccountLogin > div.PlentyMyAccountContainerContent,
.checkoutDetails .AccordionPane {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 15px;
    line-height: 17px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
/* END PLENTY ACCORDIONS GLOBAL */
/* ITEM CONTAINER GLOBAL */
.myaccount div.PlentyFormContainer.PlentyWebMyAccountContainer,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer,
.myaccount .PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow,
.myaccount .PlentyWebMyAccountDisplayOrdersContainer,
.myaccount .PlentyWebMyAccountTicketsTicketContainer,
.myaccount .PlentyWebMyAccountTicketsLeafContainer,
.myaccount .PlentyWebMyAccountMyProjectsProjectContainer,
.myaccount .PlentyWebMyAccountEmailNewAccountContainer,
.myaccount .PlentyWebMyAccountVersionJumpDomainContainer,
.myaccount .PlentyWebMyAccountItemContainer,
.myaccount .PlentyWebMyAccountOpenableItemContainer,
#PlentyWebOrderOverviewInvoiceContainer,
#PlentyWebOrderOverviewShippingContainer,
#PlentyWebOrderOverviewPaymentMethodContainer,
#PlentyWebOrderOverviewShippingMethodContainer,
#PlentyWebOrderOverviewAGBPrivacyContainer,
#PlentyWebOrderOverviewItemsContainer,
.PlentyOrderDeliveryAddress,
#PlentyWebCustomerRegistration,
.PlentyLostPWDContainer {
    margin-top: 10px;
}
.panel {
    margin-bottom: 12px;
}
/* special item container */
.myaccount .PlentyWebMyAccountDisplayOrdersChildContainer {
}
/* item header */
.panel-heading,
.myaccount div.PlentyFormContainer.PlentyWebMyAccountContainer > span.PlentyWebMyAccountContainerTitle,
.myaccount div.PlentyFormContainer.PlentyWebMyAccountContainer > div.PlentyWebMyAccountContainerTitle,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer > span,
.myaccount .PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow > .ItemsHeaderRow,
.myaccount .PlentyWebMyAccountDisplayOrdersContainer > div.PlentyWebMyAccountDisplayOrdersOrderId,
.myaccount .PlentyMyAccountHeaderChange,
.myaccount .PlentyWebMyAccountTicketsTicketTitleContainer,
.myaccount .PlentyWebMyAccountTicketsLeafHead,
.myaccount .PlentyWebMyAccountMyProjectsProjectTitleContainer,
.myaccount .PlentyWebMyAccountEmailNewAccountContainerTitle,
.myaccount #PlentyWebMyAccountCustomerEventsContainerContent > h1,
.myaccount .PlentyWebMyAccountVersionJumpDomainContainer > span,
.myaccount .PlentyWebMyAccountItemContainerHeader,
.myaccount .PlentyWebMyAccountOpenableItemContainerHeader,
#PlentyWebOrderOverviewInvoiceContainer > span,
#PlentyWebOrderOverviewShippingContainer > span,
#PlentyWebOrderOverviewShippingMethodContainer > span,
#PlentyWebOrderOverviewPaymentMethodContainer > span,
#PlentyWebOrderOverviewSchedulerContainer > span,
#PlentyWebOrderOverviewAGBPrivacyContainer > span,
.PlentyWebItemContainerHeader,
#PlentyWebOrderOverviewItemsTop,
.PlentyOrderDeliveryAddress > .PlentyWebShippingDetailsListTitle,
#PlentyWebCustomerRegistrationTitle,
.PlentyLostPWDContainerTitle {
    display: block;
    font-size: 120%;
    line-height: 18px;
    border: 1px solid #ddd;
    padding: 3px 5px 3px 10px;
    font-size: 16px;
    color: #444;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #fafafa;
}
.panel-heading {
    padding-left: 15px;
    padding-right: 15px;
}
/* item header title container */
.panel-title,
.myaccount div.PlentyWebMyAccountContainerTitle > div:first-child,
.myaccount div.PlentyMyAccountHeaderChange > div:first-child,
.myaccount .PlentyWebMyAccountItemContainerHeader > div:first-child,
.PlentyWebItemContainerHeaderTitle,
#PlentyWebOrderOverviewAGBandWithdrawal > h3,
#PlentyWebOrderOverviewItems,
#PlentyWebCustomerRegistrationTitle > span {
    display: inline-block;
    margin: 0;
    padding: 7px 0 5px;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
/* item header button container */
span.PlentyWebMyAccountContainerTitle > span.PlentyFormContainer,
.myaccount div.PlentyWebMyAccountContainerTitle > div.PlentyFormContainer,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer > span > span.PlentyFormContainer,
.myaccount .PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow > .ItemsHeaderRow > span.PlentyFormContainer,
span.PlentyWebMyAccountOrderOverviewItemsTitle > span.PlentyFormContainer.PlentyWebMyAccountOrderOverviewItemsChangeContainer,
.myaccount .PlentyMyAccountHeaderChange > .PlentyFormContainer,
.myaccount .PlentyWebMyAccountItemContainerHeader > .PlentyFormContainer,
.myaccount .PlentyWebMyAccountHeaderButtonRight,
.myaccount .PlentyWebMyAccountButtonsRightContainer {
    position: relative;
    float: right;
    margin-top: 1px;
    margin-right: 0;
}
/* item header button single container */
.myaccount .PlentyWebMyAccountButtonsRightContainer > .PlentyFormContainer {
    float: right;
}
/* button after button */
span.PlentyWebMyAccountContainerTitle > span.PlentyFormContainer + span.PlentyFormContainer,
.myaccount div.PlentyWebMyAccountContainerTitle > div.PlentyFormContainer + div.PlentyFormContainer,
.myaccount .PlentyWebMyAccountButtonsRightContainer > .PlentyFormContainer + .PlentyFormContainer,
.myaccount .PlentyWebMyAccountHeaderButtonRight > span {
    margin-right: 5px;
}
/* button */
.PlentyWebButtonsRightContainer,
#PlentyWebOrderOverviewItemsChangeContainer {
    display: block !important; /* override element style */
    float: right;
    margin-right: 5px;
}
/* item content */
.panel-body,
.myaccount div.PlentyFormContainer.PlentyWebMyAccountContainer > div.PlentyWebMyAccountContainerContent,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer > span + div,
.myaccount .PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow > .ItemsContentRow,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer1 > div.PlentyFormContainer > div.PlentyFormContainer,
.myaccount .PlentyWebMyAccountOrderOverviewElementsContainer2 > div.PlentyFormContainer > div.PlentyFormContainer,
.myaccount .PlentyWebMyAccountDisplayOrdersContainer > div.PlentyWebMyAccountDisplayOrdersOrderId + div.PlentyFormBox,
.myaccount .PlentyWebMyAccountTicketsTicketContent,
.myaccount .PlentyWebMyAccountTicketsLeafContent,
.myaccount .PlentyWebMyAccountMyProjectsProjectContent,
.myaccount #PlentyWebMyAccountCustomerEventsContainerContent > h1 + div,
.myaccount .PlentyWebMyAccountVersionJumpDomainContainer > div,
.myaccount .PlentyWebMyAccountEmailNewAddressContainer > form,
.myaccount .PlentyWebMyAccountItemContainerHeader + .PlentyFormContainer.ItemsContentRow,
.myaccount .PlentyWebMyAccountItemContainerContent,
.myaccount .PlentyWebMyAccountOpenableItemContainerContent,
#PlentyWebOrderOverviewInvoiceDataContainer,
#PlentyWebOrderOverviewShippingDataContainer,
#PlentyWebOrderOverviewShippingMethodDataContainer,
#PlentyWebOrderOverviewPaymentMethodDataContainer,
#PlentyWebOrderOverviewSchedulerDataContainer,
#PlentyWebOrderOverviewAGBPrivacyContainer > *:last-child,
#PlentyWebOrderOverviewNotesTextareaBox,
#PlentyWebOrderOverviewReferenceInputBox,
.PlentyOrderDeliveryAddress > .PlentyWebShippingDetailsListContent,
.PlentyWebEditButtonContent,
#PlentyWebCustomerRegistrationMainContainer,
.PlentyLostPWDContainerContent {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.panel-body {
    padding: 0 15px;
    line-height: inherit;
    font-size: inherit;
}
/* fix strange containers (make multiple containers look like single container) */
#PlentyWebOrderOverviewAGBPrivacyContainer > #PlentyWebOrderOverviewNewsletterContainer {
    padding-top: 0;
}
#PlentyWebOrderOverviewAGBPrivacyContainer > #PlentyWebOrderOverviewAGBContainer,
#PlentyWebOrderOverviewItemsBox {
    padding-top: 10px;
}
#PlentyWebOrderOverviewAGBPrivacyContainer > *,
#PlentyWebOrderOverviewItemsBox {
    border-color: #ddd;
    border-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    padding-left: 10px;
    padding-right: 10px;
}
.myaccount .PlentyWebMyAccountOpenableItemContainerHeader + .PlentyWebMyAccountOpenableItemContainerContent,
#PlentyWebOrderOverviewOrderSumBox,
#PlentyWebOrderOverviewNoticeTotals,
#PlentyWebOrderOverviewNoticeNonEUDelivery,
#PlentyWebOrderOverviewNoticeEUDelivery {
    border-color: #ddd;
    border-width: 1px;
    border-style: none solid solid;
    padding-bottom: 10px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
/* END ITEM CONTAINER GLOBAL */
/* ADDITIONAL POPUP STYLE */
/* myaccount only */
.PlentyWebMyAccountPopupContainer,
.PlentyWebMyAccountAdviceContainer,
.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer,
.ui-datepicker,
.WebPostfinderGetPackstationsPopup {
    display: none;
    position: absolute;
    z-index: 400010 !important;
    left: 50%;
}
/* END ADDITIONAL POPUP STYLE */
/* CONTENT PAGE SLIDER */
@media (max-width: 767px) {
    .contentpageSlider,
    .contentpageSlider .slide {
        height: 160px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .contentpageSlider,
    .contentpageSlider .slide {
        height: 280px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .contentpageSlider,
    .contentpageSlider .slide {
        height: 360px;
    }
}
@media (min-width: 1200px) {
    .contentpageSlider,
    .contentpageSlider .slide {
        height: 606px;
    }
}
.contentpageSlider .slide {
    background-position: center center;
    background-size: cover;
}
@media (max-width: 1399px) {
    .contentpageSlider .slide {
        background-repeat: no-repeat;
        background-size: cover;
    }
}
/* END CONTENT PAGE SLIDER */
/* CONTENT STYLE */
.isHome .textWrapper {
    max-height: 150px;
    overflow-y: auto;
}
.text-large-responsive {
    line-height: 1.2;
}
.text-bg {
    display: inline-block;
    padding: 4px 8px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}
.text-bg.blue {
    background-color: #6883a1;
    background-color: rgba(0, 142, 189, 0.8);
    color: #fff;
}
@media (max-width: 767px) {
    .text-large-responsive {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-large-responsive {
        font-size: 24px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-large-responsive {
        font-size: 28px;
    }
}
@media (min-width: 1200px) {
    .text-large-responsive {
        font-size: 32px;
    }
}
.icon-text-list {
    list-style-type: none;
    padding: 0;
}
.icon-text-list > li {
    margin: 2px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e0e0;
}
.icon-text-list > li > * {
    display: inline-block;
    vertical-align: middle;
}
.icon-text-list > li > img {
    padding: 2px 0;
}
.icon-text-list > li > span {
    padding: 4px 12px;
    font-weight: bold;
}
.icon-text-list > li > .pull-right {
    padding-right: 0;
}
/* plenty form */
.formtable input[type="text"],
.formtable textarea {
    margin-bottom: 2px;
    margin-top: 2px;
}
/* END CONTENT STYLE */
.PlentyWebshopPopup.ArticleOrderParams .PlentyWebBasketContainer {
    padding: 15px;
}
.PlentyWebshopPopup.ArticleOrderParams h1.PlentyWebBasketContainerTitle {
    position: absolute;
    top: 0;
    margin: 0;
    padding-top: 12px;
    line-height: 1.42857;
    font-size: 17.5px;
    font-weight: 300;
}
.PlentyWebshopPopup.ArticleOrderParams .BasketItemOrderParams {
    margin-bottom: 6px;
}
.PlentyWebshopPopup.ArticleOrderParams #PlentyWebEditOrderParamsSubmit {
    margin-top: 12px;
}
.PlentyWebshopPopup.ArticleOrderParams input[type="text"] {
    width: 100%;
}
.PlentyCurrencySymbol + .PlentyCurrencyValue,
.PlentyCurrencyValue + .PlentyCurrencySymbol {
    margin-left: 0.25em;
}
.margin-top-0 { margin-top: 0; }
.margin-bottom-0 { margin-bottom: 0; }
.margin-top-025 { margin-top: 3px; }
.margin-top-05 { margin-top: 6px; }
.margin-top-1 { margin-top: 12px; }
.margin-top-15 { margin-top: 18px; }
.margin-top-2 { margin-top: 24px; }
.margin-top-3 { margin-top: 36px; }
.margin-top-4 { margin-top: 48px; }
.margin-top-8 { margin-top: 96px; }
.margin-bottom-025 { margin-bottom: 3px; }
.margin-bottom-05 { margin-bottom: 6px; }
.margin-bottom-1 { margin-bottom: 12px; }
.margin-bottom-15 { margin-bottom: 18px; }
.margin-bottom-2 { margin-bottom: 24px; }
.margin-bottom-3 { margin-bottom: 36px; }
.margin-bottom-4 { margin-bottom: 48px; }
.margin-bottom-8 { margin-bottom: 96px; }
.margin-right-025 { margin-right: 3px; }
.margin-right-05 { margin-right: 6px; }
.margin-right-1 { margin-right: 12px; }
.margin-right-15 { margin-right: 18px; }
.margin-right-2 { margin-right: 24px; }
.margin-left-025 { margin-left: 3px; }
.margin-left-05 { margin-left: 6px; }
.margin-left-1 { margin-left: 12px; }
.margin-left-15 { margin-left: 18px; }
.margin-left-2 { margin-left: 24px; }
.padding-top-0 { padding-top: 0; }
.padding-top-1 { padding-top: 12px; }
.padding-top-15 { padding-top: 18px; }
.padding-top-2 { padding-top: 24px; }
.padding-top-3 { padding-top: 36px; }
.padding-top-4 { padding-top: 48px; }
.padding-bottom-1 { padding-bottom: 12px; }
.padding-bottom-15 { padding-bottom: 18px; }
.padding-bottom-2 { padding-bottom: 24px; }
.padding-bottom-3 { padding-bottom: 36px; }
.padding-bottom-4 { padding-bottom: 48px; }
.padding-right-025 { padding-right: 3px; }
.padding-right-05 { padding-right: 6px; }
.padding-right-1 { padding-right: 12px; }
.padding-left-025 { padding-left: 3px; }
.padding-left-05 { padding-left: 6px; }
.padding-left-1 { padding-left: 12px; }
.no-padding { padding: 0 !important; }
@media (max-width: 767px) {
    .margin-top-xs-0 { margin-top: 0; }
    .margin-top-xs-05 { margin-top: 6px; }
    .margin-top-xs-1 { margin-top: 12px; }
    .margin-top-xs-2 { margin-top: 24px; }
    .margin-bottom-xs-0 { margin-bottom: 0; }
    .margin-bottom-xs-05 { margin-bottom: 6px; }
    .margin-left-xs-0 { margin-left: 0; }
}

/* START Checkout Navigation */
.checkout-nav > ul {
    list-style: none;
    margin: 0 5px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.checkout-nav > ul:before,
.checkout-nav > ul:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
}
.checkout-nav > ul:before {
    left: 0;
}
.checkout-nav > ul:after {
    right: 0;
}
.checkout-nav > ul > li {
    float: left;
    cursor: pointer;
}
.checkout-nav > ul > li:first-child {
    margin-left: -8px;
}
.checkout-nav > ul > li:last-child {
    margin-right: -7px;
}
.checkout-nav > ul > li.disabled {
    cursor: default;
}
.checkout-nav > ul > li > span {
    padding: 8px 10px;
    position: relative;
    margin: 0 2px;
    display: block;
    height: 40px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.checkout-nav > ul > li.disabled > span {
    color: #444;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.checkout-nav > ul > li > span:before,
.checkout-nav > ul > li > span:after {
    content: "";
    display: block;
    border: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    transition: all 300ms ease;
}
.checkout-nav > ul > li > span:before {
    top: 0;
    height: 50%;
    -webkit-transform: skew(26.57deg, 0deg);
    -moz-transform: skew(26.57deg, 0deg);
    -ms-transform: skew(26.57deg, 0deg);
    -o-transform: skew(26.57deg, 0deg);
    transform: skew(26.57deg, 0deg);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.125) 100%);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px 2px 0 2px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.checkout-nav > ul > li > span:after {
    bottom: 0;
    height: 50%;
    -webkit-transform: skew(-26.57deg, 0deg);
    -moz-transform: skew(-26.57deg, 0deg);
    -ms-transform: skew(-26.57deg, 0deg);
    -o-transform: skew(-26.57deg, 0deg);
    transform: skew(-26.57deg, 0deg);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 0 2px 1px 2px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.checkout-nav > ul > li > span:before,
.checkout-nav > ul > li > span:after {
    background-color: #a3a3a3;
}
.checkout-nav > ul > li.disabled > span:before,
.checkout-nav > ul > li.disabled > span:after {
    background-color: #f8f8f8;
}
.checkout-nav > ul > li.active > span:before,
.checkout-nav > ul > li.active > span:after {
    background-color: #6883a1;
}
.checkout-nav > ul > li:hover > span:before,
.checkout-nav > ul > li:hover > span:after {
    box-shadow: 0 -100px 0 200px rgba(255, 255, 255, 0.2) inset;
}

@media( max-width: 991px) {
    .checkout-nav > ul > li > span > span + span {
        display: none;
    }
    .checkout-nav > ul > li > span .glyphicon {
        padding-right: 0px;
    }
}
@media( min-width: 768px ) {
    .checkout-nav > ul > li.active > span > span + span {
        display: inline-block;
    }
    .checkout-nav > ul > li.active > span .glyphicon {
        padding-right: 12px
    }
}
.checkout-nav {
    position: relative;
}
.checkout-nav > ul,
.checkout-nav > .btn {
    float: left;
    display: inline-block;
}
.checkout-nav > ul .glyphicon {
    font-size: 1.5em;
    padding-right: 12px;
    float: left;
}
.checkout-nav > .btn {
    padding: 10px;
    line-height: 14px;
    height: 40px;
}
.checkout-nav > .btn.is-prev {
    border-radius: 3px 0 0 3px;
}
.checkout-nav > .btn.is-next {
    border-radius: 0 3px 3px 0;
    position: absolute;
    right: 0;
}

/* END Checkout Navigation */

/* START Checkout */

.checkout-tabpanel > [role="tabpanel"] {
    display: none;
}

/* reduce line height */
.checkout .panel-body {
    padding-top: 0;
    line-height: 18px;
}
.panel .panel-heading .btn {
    height: 30px;
    line-height: 18px;
}

.checkout-addresses > *:nth-child(2n+1) {
    clear: left;
}
.address-box {
    position: relative;
}

/* inline form block size */
@media (max-width: 767px) {
    [class*="form-block-"][class*="-button"]:not(.break-sm) .btn.onlyIcon {
        width: 100%;
    }
}
@media (min-width: 768px) {
    [class*="form-block-"][class*="-button"]:not(.break-sm) {
        position: relative;
        margin-right: 39px;
    }
    [class*="form-block-"][class*="-button"]:not(.break-sm) .btn.onlyIcon {
        position: absolute;
        top: 0;
        right: -39px;
        width: 39px;
    }
    [class*="form-block-"][class*="-button"]:not(.break-sm) .form-group {
        padding-right: 8px;
    }
    .form-block-1-button:not(.break-sm) .form-group { width: 100%; }
    .form-block-2-button:not(.break-sm) .form-group { width: 50%; }
    .form-block-3-button:not(.break-sm) .form-group { width: 33.33333333%; }
    .form-inline[class*="form-block-"][class*="-button"]:not(.break-sm) .form-control {
        display: block;
        width: 100%;
    }
}
@media (max-width: 991px) {
    [class*="form-block-"][class*="-button"].break-sm .btn.onlyIcon {
        width: 100%;
    }
    .form-inline.break-sm .form-group,
    .form-inline.break-sm .form-control {
        display: block;
        width: 100%;
    }

}
@media (min-width: 992px) {
    [class*="form-block-"][class*="-button"].break-sm {
        position: relative;
        margin-right: 39px;
    }
    [class*="form-block-"][class*="-button"].break-sm .btn.onlyIcon {
        position: absolute;
        top: 0;
        right: -39px;
        width: 39px;
    }
    [class*="form-block-"][class*="-button"].break-sm .form-group {
        padding-right: 8px;
    }
    .form-block-1-button.break-sm .form-group { width: 100%; }
    .form-block-2-button.break-sm .form-group { width: 50%; }
    .form-block-3-button.break-sm .form-group { width: 33.33333333%; }
    .form-inline[class*="form-block-"][class*="-button"].break-sm .form-control {
        display: block;
        width: 100%;
    }
}
/* multiple controls inline in form-group  */
.form-inline[class*="form-block-"] {
    white-space: nowrap;
}
.form-inline.form-block-2 { margin-right: 8px; }
.form-inline.form-block-3 { margin-right: 16px; }
.form-inline[class*="form-block-"] > .form-control {
    display: inline-block;
}
.form-inline[class*="form-block-"] > .form-control + .form-control {
    margin-left: 8px;
}
/* hide labels on xs */
@media (max-width: 767px) {
    .checkout .form-group {
        margin-bottom: 5px;
    }
    .checkout label {
        margin-bottom: 0;
    }
}

/* button with icon right (add to buttons general) */

.btn > span + span.glyphicon::before {
    margin-right: 0;
    margin-left: 0.4em;
}

/* table xs */
@media (max-width: 767px) {
    .table-xs {
        display: table;
        width: 100%;
    }
    .table-xs > * {
        display: table-row;
    }
    .table-xs > * > * {
        display: table-cell;
        width: auto;
        padding: 0;
    }
    .table-xs > hr + * > * {
        border-top: 1px solid #ddd;
    }
}

/* additional styles to bootstrap */
.padding-left-0 { padding-left: 0; }
.padding-right-0 { padding-right: 0; }
.padding-left-025 { padding-left: 3px; }
.padding-right-025 { padding-right: 3px; }
@media (max-width: 767px) {
    .text-left-xs { text-align: left; }
    .padding-left-xs-025 { padding-left: 3px; }
    .padding-right-xs-025 { padding-right: 3px; }
    .pull-left-xs { float: left !important; }
    .pull-right-xs { float: right !important; }
    .capitalize-xs { text-transform: capitalize; }
}
@media (min-width: 768px) {
    .text-right-sm { text-align: right; }
}
.touch .text-left-touch { text-align: left; }
.capitalize { text-transform: capitalize; }


input.panel-select[type="radio"],
.address-select input[type="radio"] {
    position: absolute;
    top: 9px;
    margin-left: 11px;
}

.checkout .address-select {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.address-select .address-box-inner {
    display: block;
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px;

    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
    border-radius: 5px;

    color: #444;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    background-color: #f8f8f8;

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-select + .panel .panel-heading {
    padding-left: 35px;
}

.address-select:hover .address-box-inner {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.15), 0 -100px 0 200px rgba(255, 255, 255, 0.2) inset;
}

.address-select input:checked + .address-box-inner {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.panel-select:checked + .panel {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    /*
	border: 1px solid #66afe9;
	border-radius: 5px;
	*/
}

.panel-select + .panel label.panel-heading {
    margin-bottom: 0;
    cursor: pointer;
}

.panel-select:checked + .panel > .panel-heading {
    border-color: #66afe9 #66afe9 #ddd #66afe9;
}

.panel-select + .panel > .panel-body {
    display: none;
}

.panel-select:checked + .panel > .panel-body {
    border-color: #66afe9;
    /*display: block;*/
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.hr-text {
    display: block;
    text-align: center;
    overflow: hidden;
}

.hr-text > span {
    position: relative;
    padding: 0 12px;
}

.hr-text > span:before,
.hr-text > span:after {
    content: "";
    background-color: #ddd;
    height: 1px;
    width: 600px;
    top: 50%;
    position: absolute;
}

.hr-text > span:before {
    left: -600px;
}

.hr-text > span:after {
    right: -600px;
}

.basketDefList:empty {
    margin: 0;
}
.basketDefList dt {
    float: left;
    clear: left;
    width: 50%;
    word-wrap: break-word;
}
.basketDefList dd {

    float: right;
    clear: right;
    width: 50%;
    word-wrap: break-word;
}
.basketDefList:after,
dd.clear:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width: 768px) {
    .basketDefList dt { width: 33%; }
    .basketDefList dd { width: 67%; }
}
@media (min-width: 992px) {
    .basketDefList dt { width: 25%;}
    .basketDefList dd { width: 75%;}
}
@media (min-width: 1200px) {
    .basketDefList dt { width: 20%;}
    .basketDefList dd { width: 80%;}
}
.checkout .imageBox {
    min-height: 1px;
    overflow: hidden;
    word-wrap: break-word;
    color: #aaa;
}
.basketDefList .availabilityIcon {
    margin-top: 0;
}
/* END Checkout */

/* Amazon APA Fix */
.widget-container,
.widget-container iframe {
    width: 100% !important;
}

#addressBookWidgetDiv {
    margin-top: 12px;
}

#pSelectAmazonPaymentsAdvancedWidget {
    margin-top: 12px !important;
    position: relative !important;
    float: left;
}

#resetApaForm {
    margin-top: 12px;
}
/* END Amazon APA */
.PaymentProviderFormGroup input[type="text"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-bottom: 10px;
}

/* AddressDoctor */
.form-control.has-error {
    position: relative;
}
.suggestion-list {
    list-style: none;
    position: absolute;
    z-index: 1;
    max-height: 130px;
    overflow: auto;
    margin: 0;
    padding: 2px 0 0 0;
    border: 1px solid #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    background: #fff;
    border-radius: 4px;
}
.suggestion-list > li {
}
.suggestion-list > li:first-child > a {
    border-radius: 3px 3px 0 0;
}
.suggestion-list > li:last-child > a {
    border-radius: 0 0 3px 3px;
}
.suggestion-list > li > a {
    padding: 6px 8px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    color: inherit;
}
.suggestion-list > li > a:hover,
.suggestion-list > li > a:focus {
    background-color: #eee;
    text-decoration: none;
}
/* END AddressDoctor */
.touch .hidden-touch {
    display: none;
}
.age-restriction {
    color: #f00;
}
.age-restriction-icon > img {
    width: 48px;
    margin: 2px 0;
}
.table-volume-price {
    text-align: left;
    width: 100%;
}
.singleItemView .table-volume-price {
    line-height: 18px;
}
.table-volume-price.table-condensed th,
.table-volume-price.table-condensed td {
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: top;
}
.singleItemView .table-volume-price tbody tr:first-child th,
.singleItemView .table-volume-price tbody tr:first-child td {
    padding-top: 3px;
}
.singleItemView .table-volume-price tbody tr:last-child th,
.singleItemView .table-volume-price tbody tr:last-child td {
    padding-bottom: 3px;
}
.table-volume-price th:first-child {
    width: 10px;
    white-space: nowrap;
    padding-left: 0;
}
.table-volume-price td:first-child {
    padding-right: 0;
}
@media (max-width: 767px) {
    .basket .table-volume-price,
    .basket .table-volume-price tbody,
    .basket .table-volume-price tr,
    .basket .table-volume-price th,
    .basket .table-volume-price td {
        display: block;
    }
    .basket .table-volume-price tr {
        clear: both;
    }
    .basket .table-volume-price th:first-child {
        float: left;
        width: auto;
    }
    .basket .table-volume-price td:last-child {
        float: right;
    }
}

.radio-label-price-list > li {
    position: relative;
}
.radio-label-price-list > li label {
    display: block;
    padding-right: 60px;
}
.radio-label-price-list > li label + span {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    text-align: right;
}


/* custom css */
.navbar-information .topmenu{
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding-top:15px;
}
.navbar-information .topmenu li:not(.isBasketPreview) a{
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
    font-weight: 600;
    padding:0 14px;
    letter-spacing: 0.5px;
    background:url(https://www.awwm-shop.de/images/gallery/welcome-page/top-border.jpg) center left no-repeat;
}

.navbar-information .topmenu li:first-child a{ background:none;}
.navbar-information .topmenu li:not(.isBasketPreview) a:hover{
    padding:0 14px;
}
.navbar-information .topmenu.nav li a:hover{
    color:#848484;
}
.navbar-information .topmenu.nav li a .glyphicon{
    color:#6883a1;
    margin-right: 8px;
}
.navbar-information .topmenu.nav li a:hover .glyphicon:hover{
    color:#7998bb!important;
}
.navbar-information .topmenu li:not(.isBasketPreview) a.iconLink{
    color:#fff;
}
.navbar-information .topmenu li:not(.isBasketPreview) a.iconLink:hover{ border:none;}
.navbar-information .topmenu .loginForm a{
    background:none;
    color:#000;
    font-size:14px;
    text-transform: none;
}
.navbar-information .topmenu li a .fa-shopping-bag{
    color:#6883a1;
    font-size:28px;
    font-weight:bold;
    display:block;
    margin-bottom:6px;
}
.topmenu li.isBasketPreview{
    position:relative;
}
.topmenu li.isBasketPreview .dropdown-menu{
    background:#061b36;
}
.topmenu li.isBasketPreview .dropdown-menu .basketItemsList a.row{
    padding:0;
}
.topmenu li.isBasketPreview .dropdown-menu .basketItemsList .basketPreviewInfo{
    text-align:left;
    text-transform: capitalize;line-height: 16px;
}
.topmenu li.isLogin .dropdown-menu{
    background:#061b36;
}
.topmenu li.isBasketPreview a:hover{
    padding-right:0;
}
.topmenu li.isBasketPreview .basketPreviewFooter .dflt-btn{
    background:#fff;
    color: #061b36;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: normal;
    padding:0 10px;
    border-radius: 22px;
    border: 2px solid #e30613;
}
.topmenu li.isBasketPreview .basketPreviewFooter .dflt-btn .glyphicon{
    margin-right:4px;
}
.topmenu li.isBasketPreview .basketPreviewFooter a.dflt-btn:hover{
    background:#061b36;
    color: #fff;
}
.basketPreviewFooter{
    color:#fff;
}
.gradient-y-fade-in:after{
    display:none;
}
.topmenu li.isBasketPreview a{
    text-align:center;
    background-repeat:repeat-y;
}
.topmenu li.isBasketPreview .badge{
    position: absolute;
    right: 4px;
    background: #e30613;
    top: 0px;
    color:#fff;
    padding: 0;
    width: 17px;
    height: 17px;
    line-height: 16px;
}
.navbar-information .topmenu .isBasketPreview.disabled .basketPreviewAltMessage{
    color:#fff;
}
.mainNavigation .nav > li{
    padding:0 21px;
}
.mainNavigation .nav > li.active {
    background: url(https://www.awwm-shop.de/images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
}
.mainNavigation .nav > li > a {
    color: #fff;
    height:auto;

    padding: 8px 0;
    border:none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.topmenu .dropdown-menu{
    background:#061b36;
    border:1px solid #556d8a;
}
.mainNavigation .navbar-main li a:hover{
    color:#6883a1;
    border:none;
    font-weight:600;
}
li.dropdown.bigmenu > ul.dropdown-menu > li > a:before{
}
.mainNavigation .nav > li > a .fa-angle-down{
    color:#e30613;
    margin-left:5px;
    font-weight: bold;
    font-size: 15px;
}
.topmenu li.isBasketPreview a{
    padding-right:0;
}
li.dropdown.bigmenu > ul.dropdown-menu > li > a{
    background:url(https://www.awwm-shop.de/images/gallery/welcome-page/redarrow.png) 0 9px no-repeat;
    padding-left:12px;font-size: 14px;font-weight: 700;
}

li.dropdown.bigmenu > ul.dropdown-menu > li > a span.caret{ display:none;}
.slider-caption {
    background: url(https://www.awwm-shop.de/images/gallery/welcome-page/caption-bg.png) repeat;
    padding: 1.5% 2.1% 0.5%;
    margin-top: 28%;
    float:right;
}
.slider-caption p{
    font-size:28px;
    color:#fff;
    line-height: 37px;
    font-weight: 700;
    letter-spacing: 3px;
}
.slider-caption a{
    border-radius: 22px;
    border: 2px solid #e30613;
    text-decoration: none;
    padding: 1.5% 8%;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.slider-caption a:hover{
    background:#e30613;
    color:#fff;
}
.topseller-bg{
    background:url(../images/gallery/welcome-page/topseller-list.jpg) top center no-repeat;
    min-height:570px;
    padding: 1.5% 0 2% 0;
    -webkit-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.34);
    -moz-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.34);
    box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.34);
}

.singleItemDetails .nav-tabs > li > a:hover{ border:none!important; }

.singleItemView .singleitemoverview{
    background:#fff;
    padding-bottom:2%;
    -webkit-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.14);
    -moz-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.14);
    box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.14);
}
.singleItemDetails .nav-tabs > li > a, .singleItemDetails .nav-tabs > li:hover > a{
    border:none;
    -webkit-box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.12);
    box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.12);
    font-size:18px;
    color:#0b2128;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}
.singleItemDetails .nav-tabs > li > a, .nav-tabs > li:hover > a{
    /*margin-right:-1px;*/
}
.singleItemDetails .tab-content{
    background:#fff;
    border:none;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.14);
}
.singleItemDetails .nav-tabs > li.active > a, .singleItemDetails .nav-tabs > li.active:hover > a, .singleItemDetails .nav-tabs > li.active > a:focus{
    font-size:18px;
    color:#0b2128;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    -webkit-box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.06);
    -moz-box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.06);
    box-shadow: 0px -2px 6px 0 rgba(0,0,0,0.06);
    background: url(https://www.awwm-shop.de/images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    padding-bottom: 14px;
}
.singleItemDetails .nav-tabs, .singleItemDetails .tab-content{
    border:none;
}
.singleItemDetails .nav-tabs > li{
    margin-bottom:0;
}
.singleItemDetails .tab-content .tab-pane{
    font-size:16px;
    font-weight:400;
    color:#061b36;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height:22px;
}
.sub-btn {
    border-radius: 22px;
    height:auto;
    border: 2px solid #e30613;
    text-decoration: none;
    padding: 6px 4%;
    color: #061b36;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.sub-btn:hover{
    background:#e30613;
    color:#fff;
    text-decoration: none;
}
.full-black{
    background:#061b36;
    border: 2px solid transparent;
    color:#fff;
    box-shadow:none;
    text-shadow:none;
}
.full-black:hover{
    background:#e30613;
    border: 2px solid #e30613;
}
.sub-btn-white {
    border-radius: 22px;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 8px 40px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: capitalize;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.sub-btn-white:hover{
    background:#fff;
    color:#b90107;
    text-decoration: none;
}
.h2{
    color:#061b36;
    font-size:36px;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background:url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 40px;
    padding-bottom: 14px;
    margin-bottom:20px;
    margin-left: -15px;
    padding-left: 10px;
}
.seo-home .h2{
    font-size:28px;
}
.finden{
    padding: 1.7% 0 3.2% 0;
    -webkit-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
    -moz-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
    box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
    background: #fff url(../images/gallery/welcome-page/body-bg.jpg) repeat;
}
.top-marken{
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    padding:12px;
    background: #fff;
}
.top-marken h3{
    font-size:24px;
    color:#061b36;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing:2px;
}
.top-marken ul{
    margin:0;
    padding:0;
}
.top-marken ul li{
    padding:25px 0;
    text-align:center;
    list-style:none;
}
.top-marken ul li img{
    max-width:100%;
}
a.kern {
    width: 188px;
    height: 78px;
    background-image: url(../images/gallery/welcome-page/kern.png);
    display: inline-block;
}
a.kern:hover {
    background-image: url(../images/gallery/welcome-page/kern-h.png);
}
a.geramobel {
    width: 220px;
    height: 78px;
    background-image: url(../images/gallery/welcome-page/geramobel.png);
    display: inline-block;
}
a.geramobel:hover {
    background-image: url(../images/gallery/welcome-page/geramobel-h.png);
}
a.hunersdorff {
    width: 169px;
    height: 78px;
    background-image: url(../images/gallery/welcome-page/hunersdorff.png);
    display: inline-block;
}
a.hunersdorff:hover {
    background-image: url(../images/gallery/welcome-page/hunersdorff-h.png);
}
a.hammerbacher {
    width: 216px;
    height: 78px;
    background-image: url(../images/gallery/welcome-page/hammerbacher.png);
    display: inline-block;
}
a.hammerbacher:hover {
    background-image: url(../images/gallery/welcome-page/hammerbacher-h.png);
}
a.asecos {
    width: 135px;
    height: 78px;
    background-image: url(../images/gallery/welcome-page/asecos.png);
    display: inline-block;
}
a.asecos:hover {
    background-image: url(../images/gallery/welcome-page/asecos-h.png);
}
.servicename {
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
    font-size:32px;
    letter-spacing:2px;
    text-align:center;
}
.rabatt{
    background:url(../images/gallery/welcome-page/rabatt.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.rabatt-inner{
    padding:57px 0 0 0;
}
.rabatt-inner p{
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
    font-size:26px;

    letter-spacing:2px;
    line-height: 31px;
}
.rs-box{
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
    font-size:32px;
    letter-spacing:2px;
    line-height:normal;
    padding:95px 0 0 0;
}
.brandgallery{
    background:#fff;
    padding:30px 0;
    -webkit-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
    -moz-box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
    box-shadow: inset 0px -5px 16px -7px rgba(0,0,0,0.24);
}
.brandgallery marquee ul{
    margin:0;
    padding:0;
}
.brandgallery marquee li{
    padding: 0 1.5%;
    display:inline-block;
    list-style:none;
    vertical-align: middle;
    height: 78px;
}
.seo-home{
    padding: 1.5% 0 4% 0;
    background: #fff url(../images/gallery/welcome-page/body-bg.jpg) repeat;
}
.toTop .fa-angle-up{
    color: #e30613;
    font-size: 37px;
    font-weight: bold;
}
.transport{
    background:url(../images/gallery/welcome-page/transport.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.umwelt{
    background:url(../images/gallery/welcome-page/umwelt.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.lager{
    background:url(../images/gallery/welcome-page/lager.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.buro{
    background:url(../images/gallery/welcome-page/buro.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.betrieb{
    background:url(../images/gallery/welcome-page/betrieb.jpg) no-repeat;
    height:234px;
    text-align:center;
}
.labor{
    background:url(../images/gallery/welcome-page/labor.jpg) no-repeat;
    height:234px;
    text-align:center;
}
.homeslider{
    position:relative;
}
.vorteile-main{
    background:#040e1b url(../images/gallery/welcome-page/vorteile-main.jpg) no-repeat center center;
    height:373px;
    -webkit-box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.25);
}
.vorteile-1{
    background:url(../images/gallery/welcome-page/vorteile-1.jpg) no-repeat;
    min-height:386px;
    margin-top:-27px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    padding: 10px 20px;
}
.vorteile-2{
    background:url(../images/gallery/welcome-page/vorteile-2.jpg) no-repeat;
    min-height:352px;
    margin-top:44px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.24);
    padding: 10px 20px;
}
.vorteile-main h2.h2{
    color:#fff;
    font-size:28px;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background:url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 40px;
    padding-bottom: 14px;
    margin-bottom:20px;
}
.vorteile-main ul{
    margin:0;
    padding:0 0 0 10px;
    list-style:none;
}
.vorteile-main ul li{
    font-size:21px;
    color:#fff;
    font-weight:300;
    padding:5px 0 5px 30px;
    line-height: 26px;
    background:url(../images/gallery/welcome-page/check.png) 0 14px no-repeat;
}
.newsletter p{
    font-size:20px;
    line-height:24px;
}
.nslt-input{
    line-height:37px;
    height:37px;
    border-radius:22px;
    border:2px solid #e5e5e8;
    padding:0 24px;
    font-size:14px;
    font-weight:500;
    font-family: 'Barlow Semi Condensed', sans-serif;
    width:100%;
}
.dflt-btn {
    border-radius: 22px;
    border: 2px solid #e30613;
    text-decoration: none;
    padding: 0px 20%;
    color: #061b36;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    background:none;
    height: 37px;
    line-height: 34px;
}
.dflt-btn:hover{
    background:#e30613;
    color:#fff;
    text-decoration: none;
}
footer{
    background:#061a35 url(https://www.awwm-shop.de/images/gallery/welcome-page/footer-bg.jpg) no-repeat center center;
    min-height:341px;
}
footer h2.h2{
    color:#fff;
    font-size:20px;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background:url(../images/gallery/welcome-page/fh2bg.jpg) left bottom no-repeat;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom:0;
}
footer ul{
    margin:0;
    padding:0;
}
footer ul li{
    list-style:none;
}
footer ul li a{
    color:#fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size:17px;
    letter-spacing:1px;
    font-weight:400;
    padding:5px 0;
    display: inline-block;
    line-height: 19px;
}
footer ul li a:hover{
    color:#6883a1;
    text-decoration:none;
}
footer ul li .glyphicon{
    margin-right:10px;
    font-size:20px;
    line-height: inherit;
    vertical-align: middle;
    color: #6883a1;
    font-weight:bold;
}
.standard{
    color:#fff;
    font-size:14px;
}
.f-service ul li{
    padding:2px 0 2px 0;
}
.payment-icons img{
    max-width:100%;
    margin-right:12px;
}
.copyright{
    padding:15px 0;
    background:#05162b;
    border-top:1px solid #1b2c41;
}
.copyright p{
    color:#fff;
    font-size:15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight:400;
    text-align:center;
    letter-spacing:1px;
    margin:0;
    padding:0;
}
.toTop .onlyIcon {
    background:#fff;
    border-radius:50px;
    height:44px;
    line-height:44px;
    width:44px;
    padding:0;
}
.toTop .onlyIcon .glyphicon-chevron-up{
    color:#e30613;
    font-size: 15px;
    font-weight:normal;
    line-height: normal;
}
.margin-top-5{
    margin-top: 58px;
}
.isHome .newsletter .margin-top-4{
    margin-top: 90px;
}
.filter-main{
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    padding: 0 15px 25px 15px;
}
.filter-main .h3{
    color: #061b36;
    margin-left: -15px;
    padding-left: 15px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background: url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 26px;
    padding-top: 14px;
    padding-bottom: 10px;
}
.cat-banner{
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.34);
    padding: 0;
    margin:0 15px;
}
.cat-banner-tag{
    font-family: arial;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.5px;
    vertical-align: bottom;
    padding-bottom: 10px;
    display: inline-block;
}
.cat-banner-img{
    line-height:78px;
    height:78px
}
.cat-banner-img img{
    max-width:100%;
    vertical-align: bottom;
}
.cat-list-rhs h3.h3{
    color: #061b36;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background: url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 26px;
    margin-top: 0;
    padding-bottom: 10px;
    margin-left:-12px;
    padding-left:12px;
}
.typisch p{
    font-family: 'Barlow Semi Condensed', sans-serif;
    color:#061b36;
    font-size:14px;
    font-weight:500;
    letter-spacing:0.5px;
}
.cat-pdt-box{
    background:#000201;
    padding:15px;
    max-height: 375px;
    min-height: 375px;
}
.cat-pdt-box .h4{
    color: #fff;
    margin-left: -15px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background: url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 26px;
    margin-top: 0;
    padding-bottom: 10px;
}
.cat-pdt-box .h4 .fa-angle-right{
    color:#fff;
    font-size:16px;
    font-weight:bold
}
.img100{
    max-width:100%;
}
.cat-pdt-box ul{
    margin:0;
    padding:0;
    list-style:none;
}
.cat-pdt-box li a{
    color:#fff;
    font-size:17px;
    font-weight:600;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.cat-pdt-box li a:hover{
    color:#7497bd;
}
a, a:hover{
    text-decoration:none;
}
.cat-pdt-box li .fa-angle-right{
    color:#fff;
    font-size:17px;
    font-weight:bold;
    margin-right:7px;
}
.headerBox h1{
    color: #061b36;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background: url(../images/gallery/welcome-page/h2-bg.jpg) left bottom no-repeat;
    line-height: 40px;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.clear{
    clear:both;
    height:0;
    line-height:0;
}
.filterPanel .sub-btn{
    padding:2.7% 8%;
    font-size:15px;
    border:1.5px solid #061b36;
    height:34px;
    box-shadow:none;
    background:none;
    text-shadow:none;
}
.filterPanel .sub-btn:hover{
    box-shadow:none;
    text-shadow:none;
    background: #061b36;
}
.isAddToBasket .PlentyWebshopButton{
    border-radius: 22px;
    box-shadow:none;
    -webkit-box-shadow:none;
    border:none;
    background:#061b36;
    text-decoration: none;
    padding: 6px 18px;
    height: auto;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    letter-spacing: 0.5px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.newsletter{
    -webkit-box-shadow: 11px -14px 6px -13px rgba(0,0,0,0.13);
    -moz-box-shadow: 11px -14px 6px -13px rgba(0,0,0,0.13);
    box-shadow: 11px -14px 6px -13px rgba(0,0,0,0.13);
    background: #fff url(../images/gallery/welcome-page/body-bg.jpg) repeat;
}
.filterExist .newsletter .margin-top-8{
    margin-top:42px;
}
.isText p.description{
    font-size:14px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight:400;
}
.linkToItem{
    font-size:28px;
    font-weight:700;
}
.linkToItem sup{
    font-size:14px;
}
.singleItemDetails h1.itemTitle{
    font-size:24px;
    font-weight:700;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color:#061b36;
    line-height:normal;
}
.itemshortdesc{
    font-size:24px;
    font-weight:400;
    line-height:normal;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.singleItemDetails .itemDefList dt{
    width:auto;
    padding-right:6px;
}
.singleItemDetails .itemDefList dd{
    width:auto;
    float:left;
}
.priceContainer span.Price{
    font-size:38px;
    font-weight:700;
}
span.currency{
    font-size:38px;
    font-weight:700;
}
.ArticleOrderForm .ArticleOrderSelect{
    padding:0;
    border:none;
    background:none;
    box-shadow:none;
    height:26px;
}
.categoryPagination label{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.catlist-rightsec{
    padding-top:10px;
    text-align:right;
    padding-left:0;
}
.categoryDetails.isListView .catlist-rightsec .isAddToBasket{
    margin:0!important;
    width:100%;
    float:none;
}
.heart-icon{
    width:30px;
    height:30px;
    font-size: 14px;
    line-height: 27px;
    margin-right:5px;
    padding:0;
    background:url(../images/gallery/welcome-page/heart1.png) center center no-repeat;
}
.heart-icon:hover{
    background:url(../images/gallery/welcome-page/heart2.png) center center no-repeat;
    border: 2px solid #e30613;
    box-shadow:none

}
.singleItemDetails .previewImage{
    box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 1px;
    height:92px;
    line-height: 92px;
}
.jqzoom{
    height:380px;
    line-height:380px;
}
.singleItemDetails .itemDefList {
    font-size: 14px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.heart-bg{
    background:#000;
    padding: 6px;
    border-radius:22px;
    color:#fff;
    font-size:13px;
}
.singleItemDetails .buttonBox .sub-btn{
    padding: 8px 7% 8px 5%;
    position: relative;
}
.singleItemDetails .buttonBox .sub-btn .heart-bg{
    position: absolute;
    padding:0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size:12px;
    right: 6px;
    top: 7px;
}
.topseller-bg .categoryDetails .itemBoxInner .name{
    padding:15px 12px 12px 12px;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.29);
    position:relative;
    -moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.1);
    z-index:1
}
.topseller-bg .categoryDetails .imageBox img{
    padding-bottom: 2px;
}
.topseller-bg .linkToItem{
    font-size: 20px;
    font-weight: 600;
}
.topseller-bg .categoryDetails .itemBoxInner .price {
    background:#061b36;
    border-radius:0 20px 20px 0;
    min-width:100px;
    padding:7px 15px 8px 15px;
    margin-top:8px;
    color:#fff;
    font-weight:600;
    font-size:20px;
    display:inline-block
}
.topseller-bg .categoryDetails .itemBoxInner .price .fa-angle-right{
    color:#e30613;
    font-size: 24px;
    font-weight: bold;
    margin-left:10px;
}
.pagination-result{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.categoryPagination .nav > li{
    display:inline-block;
}
.cat-list-rhs .categoryDetails.isListView .imageBox img{
    padding-bottom:1px;
    max-height:98.8%;
}
/*.itemBox .isText.name{
     display:inline-block;
     width:70%
}
*/
.list-childleft{
    position:relative;
}
.list-childleft .ItemRatingContainer_0{
    position:absolute;
    right:-6%;
    top:10px;
}
.singleItemDetails .buttonBox .sub-btn .fa-plus{
    position: absolute;
    right: 10px;
    top: 7px;
    background: red;
    border-radius: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.arme{
    margin-right:10px
}
.frei{
    position:absolute;
    width:86px;
    height:85px;
    right:27px;
    top:120px
}
.pd-info{
    font-size: 16.5px;
    padding:0 10px;
    margin-left: 25px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #000;
    font-weight: 400;
}
.pd-info .gcheck{
    margin-right:4px
}
.singleItemDetails .imageBox .imgwrapper .jqzoom{
    height:370px;
    line-height:380px
}
.singleItemDetails .imageBox .imgwrapper .jqzoom img{
    max-height:none;
    display: inline-block;
}
.main-pr-disp{
    background:#fbfbfb;
}
.singleItemDetails .tab-content{
    padding: 12px 15px
}
.categoryDetails.isListView .itemBox .name{
    width:90%
}
.categoryDetails.isListView .itemBox .name:hover{color:#6883a1;}
.labelname{
    display:inline-block
}
.filterselect{
    display:inline-block;
    float:right;
}
.filterselect select{
    border:0;
    box-shadow:none;
    margin-top: -4px;
}
.NavigationGroupFilter label{
    font-weight: 500;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14.5px;
}
.NavigationGroupFilter label input[type="checkbox"]{
    margin:4px 7px 4px 0;
}
.filter-main .sub-btn{
    border:2px solid #061b36;
    color:#061b36;
}
.filter-main .sub-btn:hover{

    background:#061b36;
    color:#fff;
}
.filterleft .h3{
    font-size:19px;
    letter-spacing:1.5px;
}
.cat-pd-small .itemBoxInner{
    box-shadow:none;
    border-bottom:1px solid #ececec!important;
    padding: 15px 0 5px 0;
}
.cat-pd-small .itemBoxInner .name{
    font-size: 14px;
    line-height: 17px;
    padding:0 0 4px 0;
    font-weight: 600;
}
.cat-pd-small .itemBoxInner .linkToItem{
    font-size: 16px;
    font-weight: 600;
}
.cat-pd-small .itemBoxInner .price .fa-angle-right{
    color:#e30613;
    font-size: 18px;
    margin-left: 10px;
    font-weight: bold;
}
.cat-pd-small .itemBoxInner .linkToItem sup{
    font-size:10px;
}
.cat-pd-small .itemBoxInner .price{
    text-align:right;
}
.cat-pd-small .itemBoxInner .imageBox{
    -website-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.pdleftarea{
    padding-right:5px;
}
.pdrightarea{
    padding-left:5px;
}
.isLogin .fa-angle-down{
    font-weight: bold;
    color:#fff;
    font-size: 14px;
    margin-left:2px;
}
.no-touch .categoryView.isGridView .itemBox, .no-touch .crossSellingWrapper{
}
.singleItemView .crossSellingWrapper {
    height:312px;
}
.singleItemView .crossSellingWrapper .itemBox.action-1 .action{
    display:none;
}
.rpdt .crossSellingWrapper .itemBoxInner .name{
    padding: 10px;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.29);
    position: relative;
    -moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.1);
    z-index: 1;
}
.rpdt .crossSellingWrapper .itemBoxInner .price {
    background: #061b36;
    border-radius: 0 20px 20px 0;
    min-width: 100px;
    padding: 7px 15px 8px 15px;
    margin-top: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
}
/*.mainNavigation .nav li:nth-child(2) a{
    padding-left:0;
}
*/
.filter-main .badge{
    display:none
}
.filter-main .navigationTree li .fa-angle-right{
    right:0;
    color: #e30613;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 10px;
}
.filter-main .navigationTree li ul li .fa-angle-right{
    display:none;
}
.filter-main .navigationTree li a{
    border:none;
}
.filter-main .categoryDetails.cat-pd-small li:last-child .itemBoxInner{
    border-bottom:0!important;
}
.rpdt .crossSellingWrapper .itemBoxInner .price .fa-angle-right {
    color: #e30613;
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}
.paginghr{
    padding:0;
    height:1px;
    background:#ebebeb;
    margin-top:0;
    margin-bottom:20px;
}
.mainNavigation .nav li:nth-child(2) {
    padding-left: 0;
}
/*.dropdown-menu > li ul li:nth-child(2) a{
}
*/
@media (min-width: 767px) {
    .desk-view{
        display:block;
    }
    .mob-view{
        display:none;
    }
    .mainNavigation > .navbar-form input[type="search"]{
        display:none;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .rating.margin-top-15{
        margin-top: 0;
    }
    .singleItemDetails .buttonBox .sub-btn{
        padding: 8px 9% 8px 5%;
        margin-left:0;
    }
    /*.touch .buttonBox{
         margin:0;
    }
    */
    .pd-info{
        font-size:14.5px;
        padding: 0 15px;

    }
    .slider-caption{
        margin-top: 19.8%;
    }
    .slider-caption p{
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1.5px;
    }
    .rabatt{
        background-size:cover
    }
    .transport{
        background-size:cover
    }
    .umwelt{
        background-size:cover
    }
    .lager{
        background-size:cover
    }
    .buro{
        background-size:cover
    }
    .betrieb{
        background-size:cover
    }
    .labor{
        background-size:cover
    }
    .vorteile-main h2.h2{
        font-size: 24px;
        letter-spacing: 1.5px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .vorteile-main ul li{
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px
    }
    .flead.margin-top-5 {
        margin-top: 28px;
        padding-bottom: 3px;
    }
    footer h2.h2{
        font-size: 18px;
        letter-spacing: 1.5px;
        line-height: 24px;
        padding-bottom: 12px;
    }
    footer{
        min-height:auto;
    }
    .margin-top-2 {
        margin-top: 18px;
    }
    .mainNavigation .nav li:first-child{
        padding-left:0;
    }
    .mainNavigation .nav li:nth-child(2) {
        padding-left: 0;
    }
    .toTop{
        right:20px;
        bottom:36px;
    }
    footer .padding-top-4.flead {
        padding-top:20px;
        padding-bottom:20px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .line1{
        display:none;
    }
    .line2{
        display:none;
    }
    .line3{
        display:none;
    }
    mainNavigation .navbar-main li a .fa-angle-right {
        display: none;
    }
    .navbar .mainNavigation .nav li > a{
        padding: 10px 0px;
    }
    .rating.margin-top-15{
        margin-top: 0;
    }
    .singleItemDetails .buttonBox {
        margin-top:10px;
        margin-bottom:5px;
    }
    .singleItemDetails .buttonBox .sub-btn{
        padding: 8px 9% 8px 5%;
        margin-bottom:10px;
    }
    .touch .buttonBox{
        margin:0;
    }
    .pd-info{
        font-size:14px;
        padding: 0 15px;
    }
    .categoryPagination .sortieren .nav > li{
        float:right;
    }
    .margin-top-3.breadcrumblead{
        margin-top:20px;
        padding-bottom:10px;
    }
    .navbar-toggle{
        margin-top: 11px;
    }
    .navbar-toggle.pull-left{
        margin-left:0;
    }
    .filter-main{
        box-shadow:none;
        padding:0
    }
    mainNavigation .nav > li > a .fa-angle-down {
        display: none;
    }
    footer{
        min-height: auto;
        padding-bottom:4%;
    }
    .copyright{
        padding: 10px 0;
    }
    .copyright p{
        font-size: 13px;
        letter-spacing: 0.5px;
    }
    footer ul.margin-top-2 {
        margin-top: 15px;
    }
    .payment-icons{
        margin-top:12px;
    }
    .payment-icons a{
        display:inline-block;
        width:70px;
        margin-right:6px;
    }
    .payment-icons a img{
        max-width:100%;
        margin-right:0;
    }
    .margin-top-5 {
        margin-top: 28px;
    }
    footer .f-service ul li .glyphicon{
        font-size: 15px;
        margin-right: 4px;
        width:17px;
        display: inline-block;
    }
    footer h2.h2{
        font-size: 14px;
        letter-spacing: 1px;
        margin-top:0px;
    }
    footer ul li a{
        font-size: 16px;
        letter-spacing: normal;
    }
    .newsletter-form button.dflt-btn{
        padding: 0px 12%;
        font-size:15px;
    }
    .vorteile-1{
        padding: 10px 15px;
    }
    .vorteile-main h2.h2{
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 12px;
        margin-bottom: 10px;
    }
    .vorteile-main ul li{
        padding:3.5px 0 3.5px 30px;
        font-size: 15px;
        line-height: 21px;
    }
    .isHome .newsletter .margin-top-4 {
        margin-top: 60px;
    }
    .newsletter p {
        font-size: 17px;
        line-height: 23px;
    }
    .vorteile-main ul{
        padding:0;
    }
    .seo-home{
        padding: 2% 0 6% 0;
    }
    .rabatt{
        height:180px;
    }
    .umwelt{
        height:180px;
    }
    .transport{
        height:180px;
    }
    .lager{
        height:180px;
    }
    .buro{
        height:180px;
    }
    .betrieb{
        height:180px;
    }
    .labor{
        height:180px;
    }
    .margin-top-4 {
        margin-top: 28px;
    }
    .rs-box{
        font-size: 26px;
        padding: 70px 0 0 0;
    }
    .rabatt-inner {
        padding: 30px 0 0 0;
    }
    .h2{
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 1.5px;
    }
    .topseller-bg{
        padding:1.5% 0 4% 0;
        min-height:auto;
        background-size: cover;
    }
    .mainNavigation > .navbar-form input[type="search"]{
        display:block;
    }
    .topmenu li.isBasketPreview .dropdown-menu{
        border:none;
    }
    .navbar-information .topmenu {
        padding-top: 0;
        padding-bottom: 0;
        float:right;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .navbar-brand {
        margin: 15px 0;
    }
    .desk-view {
        display: none;
    }
    .mob-view {
        display: block;
    }
    .navbar-nav > li > .dropdown-menu {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    li.dropdown.bigmenu > ul.dropdown-menu > li > a {
        background: none;
        padding: 5px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > a {
        padding: 5px 5px 5px 20px;
    }
    .slider-caption {
        padding: 1.5% 2.1% 0.5%;
        margin-top: 154px;
    }
    .slider-caption p {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: normal;
        margin-bottom: 15px;
    }
    .slider-caption a {
        border-radius: 18px;
        letter-spacing: normal;
        font-size: 16px;
        padding: 1.5% 6%;
    }
    .navbar-information .topmenu li:not(.isBasketPreview) a {
        border: none;
        /*padding:0;*/
        border-radius: 0;
        letter-spacing: normal;
        margin: 0;
    }
    .mainNavigation .nav > li{
        padding:0;
    }
    .topseller-bg .categoryView.isGridView .itemBox .itemBoxInner{
        min-height:270px;
    }
    .navbar-information .topmenu li a .fa-shopping-bag {
        font: normal normal normal 20px/1 FontAwesome;
        line-height: normal;
        margin-bottom: 0;
    }
    .toTop{
        right:20px;
        bottom:36px;
    }
    footer .padding-top-4.flead {
        padding-top:20px;
    }
    .mainNavigation .nav > li:first-child{
        padding-left:0;
    }
    .singleItemDetails .nav-tabs > li.active > a, .singleItemDetails .nav-tabs > li.active:hover > a, .singleItemDetails .nav-tabs > li.active > a:focus{
        font-size:16px;
    }
}

.singleItemDetails .buttonBox .sub-btn.arme{float:left;}

@media (min-width: 467px) and (max-width: 767px) {
    /*#searchicon{padding-left:15px!important;}*/
    .slider-caption{margin-top: 174px!important;}
    .categoryPagination .nav a, .categoryPagination .navbar .nav li > a{font-size: 14px;}
    .pagingnnum{padding:0 5px;}
    .singleItemDetails .nav-tabs > li > a, .singleItemDetails .nav-tabs > li:hover > a{padding: 12px 0!important;    font-size: 15px!important;}
    .pd-info{padding:0 15px;margin-top: 10px; margin-left:0!important;}
    .frei{top: 60px;}
    .isImage{background:none!important; padding:0!important;}
    .catlist-rightsec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .categoryView.isGridView .itemBox .name, .crossSellingSlider .itemBox .name{min-height: auto;}
    .rabatt {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .rabatt-inner {
        padding-top: 30px;
        padding: 18px 0 0 0;
    }
    .transport {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .rs-box {
        font-size: 25px;
        letter-spacing: 1px;
        padding: 35px 0 0 0;
    }
    .umwelt {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .lager {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .buro {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .betrieb {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .labor {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .isHome .newsletter .margin-top-4 {
        margin-top: 20px;
    }

    .navbar-information { float:none!important;}

    .navbar-information .topmenu li.isPhone a {
        background: none;
        padding-left: 0;
    }

    .contentpageSlider, .contentpageSlider .slide {
        height: 250px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {


    .line1{
        display:none;
    }
    .line2{
        display:none;
    }
    .line3{
        display:none;
    }
    .navbar .mainNavigation .nav li > a{
        padding: 10px 0;
    }
    .filter-main{
        box-shadow:none;
        padding:0
    }
    .toTop{
        right: 20px;
        bottom: 20px;
    }
    .mainNavigation .nav > li{
        padding:0;
    }
    .padding-bottom-4 {
        padding-bottom: 28px;
    }
    .newsletterdtl{
        margin-top:5px!important;
    }

    .categoryView.isGridView .itemBox{
        margin-bottom:20px;
    }
    .isImage{
        background:none;
        padding:0;
    }
    .list-childleft .ItemRatingContainer_0{
        position:relative;
        right: auto;
        top: auto;
    }
    .pagination-result{
        text-align:center;
        border-bottom:1px solid #ededed;
        padding:6px 0
    }
    .categoryPagination .nav{
        text-align:center;
    }
    .topseller-bg{
        padding: 1.5% 0 6% 0;
    }
    .topseller-bg .categoryView.isGridView .itemBox{
        margin:10px 0
    }
    .margin-bottom-2 {
        margin-bottom: 14px;
    }
    .margin-top-2 {
        margin-top: 14px;
    }
    .topseller-bg .categoryDetails .itemBoxInner .price{
        padding:3px 10px 3px 10px;
        margin-top:4px;
    }
    .topseller-bg .linkToItem {
        font-size: 17px;
        font-weight: 600;
    }
    .mainNavigation .glyphicon-home:before{
        color:#6883a1;
    }
    .desk-view{
        display:none;
    }
    .mob-view{
        display:block;
    }
    .navbar-information .topmenu{
        padding-top:0;
    }
    .navbar-information .topmenu li:not(.isBasketPreview) a{
        border:none;
        padding:0 17px;
        border-radius:0;
        letter-spacing:normal;
        margin:0;
    }
    .navbar-information .topmenu.nav li.isContact .glyphicon{
        margin:0;
    }
    .topmenu li.isBasketPreview .dropdown-menu{
        border:none;
    }
    .navbar-nav{
        margin: 8px 0;
    }
    .navbar-information .topmenu li a .fa-shopping-bag{
        font: normal normal normal 20px/1 FontAwesome;
        line-height:normal;
        margin-bottom:0;
    }
    .topmenu li.isBasketPreview .badge{
        font-size:12px;
        width: 15px;
        height: 15px;
        line-height: 14px;
    }
    .navbar-brand{
        margin: 15px 34%;
    }
    .navbar-toggle{
        margin-top: 15px
    }
    .mainNavigation .nav > li > a .fa-angle-down{
        display:none;
    }
    .navbar-nav > li > .dropdown-menu{
        box-shadow:none;
        -webkit-box-shadow:none;
    }
    .navbar-nav .open .dropdown-menu{
        background: #efefef;
        border: 1px solid #d8d8d8;
    }
    li.dropdown.bigmenu > ul.dropdown-menu > li > a{
        background:none;
        padding:5px;
    }
    .navbar .mainNavigation .nav > li > ul > li > ul > li > a{
        padding:5px 5px 5px 20px;
    }
    .slider-caption p{
        font-size: 15px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: normal;
        margin-bottom:10px;
    }
    .slider-caption a{
        border-radius: 18px;
        letter-spacing: normal;
        font-size: 12px;
        padding: 1.5% 4%;
    }
    .slider-caption{
        padding: 5px 10px 0 10px;
        margin-top: 112px;
    }
    .h2{
        font-size: 16px;
        letter-spacing: 1px;
        padding-bottom: 10px;
        margin-bottom:10px;
        line-height: 24px;
    }
    .margin-top-4 {
        margin-top: 20px;
    }
    .seo-home .h2{
        font-size: 19px;
    }
    p{
        font-size:14px;
        line-height: 20px;
    }
    .top-marken h3{
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    .top-marken ul li{
        padding: 5px 0;
    }
    .rabatt-inner p{
        line-height: 23px;
        margin-bottom: 8px;
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 600;
    }
    .sub-btn-white{
        font-size: 14px;
        padding: 6px 24px;
        border-radius: 18px;
    }


    .brandgallery{
        padding:15px 0;
    }
    .seo-home{
        padding:0;
    }
    .vorteile-1{
        margin-top:0;
        height:auto;
        background-repeat:y;
        min-height:auto;
        padding:10px;
    }
    .vorteile-main h2.h2{
        font-size: 17px;
        line-height:19px;
        font-weight:600;
        letter-spacing:1px;
        margin-bottom: 10px;
    }
    .vorteile-main ul li{
        font-size: 15px;
        line-height: 19px;
        padding: 3px 0 3px 28px;
        background: url(../images/gallery/welcome-page/check.png) 0 10px no-repeat;
    }
    .vorteile-main{
        height:auto;
        background: url(../images/gallery/welcome-page/vorteile-main.jpg) repeat;
        padding:10px 0;
    }
    .vorteile-2{
        margin-top:0;
        min-height:auto;
    }
    .newsletter .margin-top-8{
        margin-top:20px;
    }
    .newsletter .margin-top-8 .h2{
        margin:0;
    }
    .newsletter p {
        font-size: 16px;
        margin-bottom:2px;
        line-height: 21px;
    }
    .nslt-input{
        margin:0;
    }
    .newsletter .submitlead{
        margin-top:10px;
    }
    footer{
        margin-top: 20px;
        min-height: auto;
        background: url(../images/gallery/welcome-page/footer-bg.jpg) repeat-y;
        padding:10px 0;
    }
    footer .flead{
        margin-top:0;
        padding-top:0;
    }
    footer h2.h2{
        font-size:18px;
        letter-spacing:1px;
        line-height:21px;
    }
    footer .f-service ul{
        margin-top:10px;
    }
    .f-service ul li{
        padding: 1px 0 4px 0;
    }
    footer ul li .glyphicon{
        width: 20px;
        display: inline-block;
    }
    footer ul li a{
        font-size:15px;
    }
    footer ul li{
        line-height:20px;
    }
    footer ul li .glyphicon{
        font-size:17px;
        margin-right:5px;
    }
    .f-zahlung{
        margin-top:10px;
    }
    .f-zahlung ul{
        margin-top:10px;
    }
    .f-zahlung .payment-icons{
        margin-top:10px;
    }
    .f-kundenkonto ul{
        margin-top:10px;
    }
    .f-unternehmen2 ul{
        margin-top:10px;
    }
    .copyright{
        padding: 12px 0;
    }
    .copyright p{
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 17px;
    }
    .breadcrumblead{
        margin:10px 0;
    }
    .cat-list-rhs{
        margin-top:10px!important;
    }
    .cat-banner-img{
        margin-top:10px!important;
    }
    .typisch p{
        font-weight: 400;
        line-height: 19px;
    }
    .cat-pdt-box li a{
        font-size:15px;
        font-weight: 500;
    }
    .cat-pdt-box li .fa-angle-right{
        font-size:15px;
    }
    .cat-pdt-box{
        max-height: none;
        min-height: auto;
    }
    .cat-pdt-box .h4{
        letter-spacing:1px;
    }
    .headerBox h1{
        font-size:26px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .categoryPagination .itemSortingLabel select{
        padding: 5px;
    }
    .categoryPagination .nav.navbar-left{
        margin-right:0;
        margin-bottom:10px;
    }
    .categoryPagination .nav.navbar-right .articlePages a{
        padding:3px 5px;
        font-size: 14px;
    }
    .isImage .imageBox{
        box-shadow:none;
        /*height:auto;
        */
        text-align:center;
    }
    .itemBox .name{
        font-size:16px;
        line-height: 21px;
    }
    /*.itemBox .itemBoxInner{
        box-shadow: 0 3px 5px -3px rgba(0,0,0,0.16);
        */
    .btn.quantityInputButton .glyphicon{
        font-size:11px;
    }
    .btn.quantityInputButton{
        width: 27px!important;
        height:30px;
        line-height:16px;
    }
    .quantityInputWrapper input{
        height:30px;
        width:34px!important;
    }
    .isAddToBasket .PlentyWebshopButton{
        font-size: 12px;
        letter-spacing:normal;
        padding: 8px 15px;
        height:auto;
    }
    .cat-banner-thum img{
        max-width:100%;
    }
    .cat-banner-img img{
        max-width:100%;
    }
    .cat-banner-img{
        height:auto;
        line-height:normal;
    }
    .cat-banner-tag{
        font-size:12px;
    }
    .filterExist .newsletter .margin-top-8{
        margin-top: 20px;
    }
    .singleItemDetails h1.itemTitle{
        font-size:18px;
    }
    .price.xx-large {
        font-size: 24px;
    }
    span.currency{
        font-size: 24px;
    }
    .sub-btn{
        border-radius: 18px;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .buttonBox .sub-btn{
        margin-bottom:5px;
    }
    .touch .buttonBox{
        margin:0;
    }
    .buttonBox .full-black{
        margin-left:0;
    }
    .singleItemDetails .nav-tabs > li > a, .singleItemDetails .nav-tabs > li:hover > a {
        font-size:12px!important;
        padding:5px;
        font-weight:600;
        letter-spacing:normal;
        text-align:center;
        margin-right:0;
        height: 45px;
        margin-bottom: 5px;
    }
    .singleItemDetails .nav-tabs > li{
        width:50%;
        clear: none;
    }
    .tab-content {
        padding: 10px;
    }
    .newsletter{
        box-shadow:none;
        -webkit-box-shadow:none
    }
    .navbar-information .topmenu li:not(.isBasketPreview) a:hover{
        padding:0 17px;
    }
    .loginForm .btn-primary{
        background:#e30613;
        border:none;
        box-shadow:none;
        -webkit-box-shadow:none;
        background-image:none;
    }
    .navbar-information .topmenu li .loginForm a.iconLink {
        padding:0 10px;
        font-size:12px;
        letter-spacing:normal
    }
    .navbar-information .topmenu li .loginForm a.iconLink .glyphicon{
        margin-right:5px;
        font-size:11px;
    }
    .navbar-information .topmenu li .loginForm hr{
        color:#6883a1;
    }
    .priceContainer span.Price{
        font-size:30px;
    }
    /*.categoryPagination {
            margin:0;
        }
        */
    .breadcrumblead{
        padding-bottom:0;
    }
    .navbar-information .topmenu li:last-child a{
        padding-right:0;
    }
    .rating.margin-top-15{
        margin-top:0;
    }
    .singleItemDetails .buttonBox .sub-btn {
        padding: 8px 12% 8px 5%;
    }
    .pd-info{
        margin-top:10px!important;
    }
    .singleItemView .singleitemoverview{
        box-shadow:none
    }
    .singleItemDetails .nav-tabs > li.active > a, .singleItemDetails .nav-tabs > li.active:hover > a, .singleItemDetails .nav-tabs > li.active > a:focus{
        font-size:12px;
        letter-spacing:normal;
    }
    .topseller-bg{
        min-height:auto;
    }
    .singleItemView .crossSellingWrapper {
        height: 276px;
    }
    .singleItemDetails .imageBox .imgwrapper .jqzoom{
        height: 200px;
        line-height: 200px;
    }
    .singleItemDetails .imageBox .imgwrapper .jqzoom img{
        max-height: 100%;
    }
}
@media (min-width: 320px) and (max-width: 467px) {
    .contentpageSlider, .contentpageSlider .slide {
        height: 200px;
    }
}
.transport:hover{
    opacity: 0.5;
}
.umwelt:hover{
    opacity: 0.5;
}
.lager:hover{
    opacity: 0.5;
}
.buro:hover{
    opacity: 0.5;
}
.betrieb:hover{
    opacity: 0.5;
}
.labor:hover{
    opacity: 0.5;
}
.no-marg{
    margin: 0 !important;
}
.no-pad{
    padding: 0;
}
@media (min-width: 768px){
    .pad-left-5{
        padding-left: 5px !important;
    }
    .pad-right-5{
        padding-right: 5px !important;
    }
}
.pad-bot-5{
    padding-bottom: 5px;
}
.pad-top-5{
    padding-top: 5px;
}
.marg-25{
    margin: 0 5% 0 5%;
}
@media (min-width: 1400px){
    .marg-25{
        margin: 0 15% 0 15%;
    }
}
@media (min-width: 2000px){
    .marg-25{
        margin: 0 20% 0 20%;
    }
}
@media (max-width: 990px){
    .marg-25{
        margin: 0;
    }
}
.animate-left {
    position: relative;
    animation: animateleft 0s
}
@keyframes animateleft {
    from {
        left :5px;
        opacity:1
    }
    to {
        left:0;
        opacity:1
    }
}
#search-container{
    display: none;
}
#searchbar{
    width: 100% !important;
    margin-top: 5px;
    margin-right: 0 !important;
    float: left;
}
.width-100{
    width: 100% !important;
}
#LiveSearchParam{
    width: 100% !important;
    height: 54px;
    font-size: 35px;
    text-align: center;
}
#searchicon{
    color: #6883a1 !important;
    font-size: 15px;
    vertical-align: middle;
    color: #6883a1;
    /*padding: 9px 0 0 25px;*/
    display: inline-block;
}
#grayout {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 9999;
}
#grayout {
    filter: alpha(opacity=50);
}
* html #grayout {
    position: absolute;
}
@media(min-width: 992px){
    .liveSearch {
        top: 60px !important;
    }
}
.liveSearch tr:first-child > td:first-child {
    text-indent: 0;
}
.LiveSearchImage > img {
    max-height: 150px !important;
    padding-left: 33%;
}
.LiveSearchArticleName a{
    display: block;
    font-size: 31px;
    line-height: 41px;
}
.font-400{
    font-weight: 400;
}
.itemBox .name {
    font-size: 19px;
    line-height: 22px;
    padding: 12px 0 6px 0;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-align: left;
}
.marg-top-10{
    margin-top: 10px;
}
.mobile-icon{
    padding: 4px 9px !important;
    font-size: 26px;
}
.marg-bot-10{
    margin-bottom: 10px;
}
@media(max-width: 1919px){
    #searchclose{
        display: none !important;
    }
    #searchbar{
        width: 100% !important;
    }
}
.top-marken li{
    list-style: none;
    text-align:center;
    padding:25px 0;
}
/*CSS Erweiterung - Responsive Youtube Video*/
.yt-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.yt-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*CSS Erweiterung - Responsive Youtube Video*/
.li-cont {
    font-size: 15px;
}

/*fresh styles*/

p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.navbar-information{ float:right;}
.basketPreviewContent .cart-default-text{ color:#fff; font-size:14px;}
.line1 {
    position: absolute;
    top: -145px;
    right: 390px;
    z-index: 9;
}
.line2 {
    position: absolute;
    top: -100px;
    right: 60px;
}
.line3 {
    position: absolute;
    top: -60px;
    right: 36px;
    z-index: 1;
}
.rltv {
    position: relative;
}
.categoryDetails .imageBox {
    text-align: center;
}

.topseller-bg ul.categoryDetails{/*margin-bottom: 25px;*/}
.seo-home p{font-size: 16px;
    line-height: 23px;
    font-weight: 400;}

.cat-list-rhs h1{ padding-top:0;}
.categoryPagination .nav.navbar-right li:last-child > a {
    margin-right: 0;
}
.categoryPagination .nav.navbar-right li.arrow a {
    font-size: 28px;
    padding: 0 2px;
    font-weight: 400;
    line-height:12px;
}
.navigationTree ul.level-2 li a {
    font-size: 14.5px;
    line-height: 18px;
    font-weight: 500;
    padding: 4px 0 4px 3px;
}

.breadcrumbs .fa-angle-left {
    font-size: 17px;
    font-weight: bold;
    color: #e30613;
    margin-right: 2px;
}
.breadcrumbs .fa-angle-right {
    font-size: 17px;
    font-weight: bold;
    color: #8c8e9d;
    margin-right: 2px;
}
.isImage {
    background: url(../images/gallery/welcome-page/isImage-bg.jpg) top right repeat-y;
    padding: 0 4px 0 0;
}
.categoryDetails .articleVat {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 6px;
}
.categoryDetails .itemDefList dt {
    font-weight: 600;
    display: inline-block;
    line-height: normal;
    width: auto;
    float: none;
}
.categoryDetails .itemDefList dd {
    width: auto;
    line-height: normal;
    display: inline-block;
    float: none;
}
.categoryDetails .itemDefList {
    font-size: 14px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {

    .line1{
        display:none;
    }
    .line2{
        display:none;
    }
    .line3{
        display:none;
    }
    footer ul li .glyphicon{ margin-right:5px;}
    footer{ margin-top:0;    padding: 8px 0 8px;}
    .categoryView.isGridView .itemBox .name, .crossSellingSlider .itemBox .name{max-height: 160px;
        min-height: 140px;}
    .itemBox .name {
        font-size: 17px;
        line-height: 22px;}
    .bigmenu.open .dropdown-menu {
        background: #eee;
        border: none;
    }
    .h2{font-size: 28px;    letter-spacing: 1px;    line-height: 32px;}
    .navigationTree ul {
        padding: 0 0 0 7px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .singleItemDetails .buttonBox .sub-btn{ margin-left:0;}
    .singleItemDetails .pd-info{ padding:0;}
    .categoryView.isGridView .categoryDetails.isListView .itemBox .name{max-height: none;
        min-height: auto;}
    .categoryDetails.isListView .h-sm-2 {
        height: 149px;
    }
    .categoryDetails.isListView .h-sm-2.adapt-line-height {
        line-height: 105px;
    }
    .loginForm .btn-primary {
        background: #e30613;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-image: none;
    }

    .navbar-information .topmenu li.isPhone a {
        background: none;
        padding-left: 0;
    }
    /*.navbar-default .navbar-toggle {
    border-color: #6883a1;
}*/
    .itemBox .name{    font-size: 16px;
        line-height: 18px;}
    .categoryView.isGridView .itemBox .name, .crossSellingSlider .itemBox .name{max-height: 150px;min-height: 135px;}
    .newsletter-form{    text-align: left;}
    footer{margin-top:0;}
    .vorteile-2{ margin-top:20px;min-height: 290px;}
    .vorteile-main{    height: 290px;}
    .newsletter{    padding-top: 26px;}

    .bigmenu.open .dropdown-menu {
        background: #eee;
        border: none;
    }
    /*#searchicon{padding: 10px 0 0 15px;}*/

}

@media (min-width: 320px) and (max-width: 479px) {
    .navbar-information{ float:none!important;}

    /*{padding: 10px 0#searchicon 0 15px;}*/
    .mainNavigation > .navbar-nav{ padding-top:0;}
    .bigmenu.open .dropdown-menu{ background:#eee; border:none;}

    .frei{    top: 90px;}
    .pd-info{ padding:0 15px;margin-left:0;}
    .navbar-information .topmenu li.isPhone a {
        background: none;
        padding-left: 0;
    }

    .navbar-information{ float:none;}
    .topseller-bg{ background-image:none; background-color:#e7e4e3; min-height:auto;padding: 1.5% 0 6% 0;}
    .top-marken li{padding: 5px 0;}
    .categoryView.isGridView .itemBox .name, .crossSellingSlider .itemBox .name{ min-height:auto;}
    .touch .categoryView.isGridView .itemBox, .touch .crossSellingWrapper{ height:auto;}
    .itemBox .name{    font-size: 16px;    line-height: 20px}
    .transport{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .rs-box{
        font-size: 22px;
        letter-spacing: 1px;
        padding: 22px 0 0 0;
    }
    .umwelt{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .lager{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .buro{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .betrieb{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .labor{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .rabatt{
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .rabatt-inner{
        padding-top:10px;
    }

    .vorteile-1{ display:none;}
    .isHome .newsletter .margin-top-4{   margin-top:20px; padding-bottom:10px;    }
    footer ul li a{ padding:3px 0;}
    footer ul li{ line-height:15px;}
    .dropdown-header{ color:#fff; line-height:normal;padding:1px 0;	}
    .dropdown-headera a{ font-size:14px; line-height:normal;}
    .dropdown.enable-xs-sm.isLogin .dropdown-menu .clearfix a{ font-size:14px;}
    .cancel.pull-right{ float:left!important;}
    .iconLink > span.glyphicon{vertical-align: text-top;}
    .loginForm{ margin-bottom:5px;}
    .catlist-rightsec{ padding-left:15px; padding-right:15px;}
}

.singleItemDetails .nav-tabs > li > a, .singleItemDetails .nav-tabs > li:hover > a{ font-size:16px;}

a.ade {
    width: 219px;
    height: 78px;
    background-image: url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/ade.png);
    display: inline-block;
}
a.ade:hover {
    background-image: url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/ade-h.png);
}
a.contacto {
    width: 219px;
    height: 78px;
    background-image: url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/contacto.png);
    display: inline-block;
}
a.contacto:hover {
    background-image: url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/contacto-h.png);
}
a.ggg {
    width: 219px;
    height: 78px;
    background-image: url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/ggg.png);
    display: inline-block;
}
a.ggg:hover {
    background-image: url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/ggg-h.png);
}
a.kbs {
    width: 219px;
    height: 78px;
    background-image: url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/kbs.png);
    display: inline-block;
}
a.kbs:hover {
    background-image: url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/kbs-h.png);
}
a.saro {
    width: 219px;
    height: 78px;
    background-image: url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/saro.png);
    display: inline-block;
}
a.saro:hover {
    background-image: url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/saro-h.png);
}


.bar{
    background:url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/bar.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.buffet{
    background:url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/buffet.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.kueche{
    background:url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/kueche.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.tisch{
    background:url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/tisch.jpg) no-repeat;
    height:234px;
    text-align:center;
    margin-bottom:27px;
}
.herd{
    background:url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/herd.jpg) no-repeat;
    height:234px;
    text-align:center;
}
.zubehoer{
    background:url(https://cdn02.plentymarkets.com/b8e1n7lk647j/frontend/images/gallery/welcome-page/zubehoer.jpg) no-repeat;
    height:234px;
    text-align:center;
}
.bar:hover{
    opacity: 0.5;
}
.buffet:hover{
    opacity: 0.5;
}
.kueche:hover{
    opacity: 0.5;
}
.tisch:hover{
    opacity: 0.5;
}
.herd:hover{
    opacity: 0.5;
}
.zubehoer:hover{
    opacity: 0.5;
}
.margin-auto{
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 991px) and (max-width: 1199px) {
    .bar{
        background-size:cover
    }
    .buffet{
        background-size:cover
    }
    .kueche{
        background-size:cover
    }
    .tisch{
        background-size:cover
    }
    .herd{
        background-size:cover
    }
    .zubehoer{
        background-size:cover
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .bar {
        height: 180px;
    }

    .buffet {
        height: 180px;
    }

    .kueche {
        height: 180px;
    }

    .tisch {
        height: 180px;
    }

    .herd {
        height: 180px;
    }

    .zubehoer {
        height: 180px;
    }
}
@media (min-width: 467px) and (max-width: 767px) {
    .bar {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }

    .buffet {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .kueche {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .tisch {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .herd {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
    .zubehoer {
        height: 105px;
        background-size: cover;
        margin-bottom: 10px;
    }
}
@media (min-width: 320px) and (max-width: 479px) {
    .bar {
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }

    .buffet {
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .kueche {
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .tisch {
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .herd {
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
    .zubehoer {
        height: 75px;
        background-size: cover;
        margin-bottom:10px;
    }
}

.business-hint {
    display: block;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 26px;
    text-align: center;
    color: #333;
    font-family: sans-serif;
}
.business-hint-mobile {
    display: none;
}
@media (max-width: 991px) {
    .business-hint {
        display: none;
    }
    .business-hint-mobile {
        display: block;
        background: #f9f9f9;
        border-bottom: 1px solid #ddd;
        padding: 10px 20px;
        font-size: 20px;
        text-align: center;
        color: #333;
        font-family: sans-serif;
    }
}
