@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

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

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

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

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

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

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

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

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

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

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

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

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

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

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

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

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

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

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

    th.visible-md,td.visible-md {
        display: table-cell !important
    }
}

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

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

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

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

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

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

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }
}

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

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

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

@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

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

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

@media (min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }
}

.visible-print {
    display: none !important
}

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

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

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

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

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

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

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

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

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

@media print {
    .hidden-print {
        display: none !important
    }
}

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

body {
    margin: 0
}

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

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

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

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a.nice-select.open {
    outline: 0
}

a:hover {
    outline: 0
}

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

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,th {
    padding: 0
}

html {
    box-sizing: border-box
}

*,*:before,*:after {
    box-sizing: inherit
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@-webkit-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

html {
    font-size: 16px
}

body {
    font-family: "Inter",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: "Inter",Helvetica,Arial,sans-serif;
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #1974c1;
    text-decoration: none
}

a:focus {
    color: #104b7d;
    text-decoration: underline
}

@media (hover: hover) {
    a:hover {
        color:#104b7d;
        text-decoration: underline
    }
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

pre {
    margin-top: 0;
    margin-bottom: 1rem
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

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

table {
    background-color: rgba(0,0,0,0)
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

input,button,select,textarea {
    margin: 0;
    line-height: inherit
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type="search"] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    /*font-family: inherit;*/
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-bottom: .5rem
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-bottom: .5rem
}

h1,.h1 {
    font-size: 2rem
}

h2,.h2 {
    font-size: 1.75rem
}

h3,.h3 {
    font-size: 1.5rem
}

h4,.h4 {
    font-size: 1.25rem
}

h5,.h5 {
    font-size: 1rem
}

h6,.h6 {
    font-size: .875rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 3.5rem;
    font-weight: 300
}

.display-2 {
    font-size: 4.5rem;
    font-weight: 300
}

.display-3 {
    font-size: 5.5rem;
    font-weight: 300
}

.display-4 {
    font-size: 6rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: .0625rem solid rgba(0,0,0,0.1)
}

small,.small {
    font-size: 80%;
    font-weight: normal
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.dl-horizontal {
    margin-right: -1.875rem;
    margin-left: -1.875rem
}

.dl-horizontal:before,.dl-horizontal:after {
    content: " ";
    display: table
}

.dl-horizontal:after {
    clear: both
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef
}

.blockquote p:last-child,.blockquote ul:last-child,.blockquote ol:last-child {
    margin-bottom: 0
}

.blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #818a91
}

.blockquote footer:before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse footer:before {
    content: ""
}

.blockquote-reverse footer:after {
    content: "\00A0 \2014"
}

.figure {
    display: inline-block
}

.figure>img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    font-size: 90%;
    color: #818a91
}

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

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

.img-thumbnail {
    padding: .25rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 34em) {
    .container {
        max-width:100%
    }
}

@media (min-width: 48em) {
    .container {
        max-width:100%
    }
}

@media (min-width: 62em) {
    .container {
        max-width:75rem
    }
}

@media (min-width: 75em) {
    .container {
        max-width: 1600px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.container-fluid:before,.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

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

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

.col-xs-1 {
    width: 8.3333%
}

.col-xs-2 {
    width: 16.6667%
}

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

.col-xs-4 {
    width: 33.3333%
}

.col-xs-5 {
    width: 41.6667%
}

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

.col-xs-7 {
    width: 58.3333%
}

.col-xs-8 {
    width: 66.6667%
}

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

.col-xs-10 {
    width: 83.3333%
}

.col-xs-11 {
    width: 91.6667%
}

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

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

.col-xs-pull-1 {
    right: 8.3333%
}

.col-xs-pull-2 {
    right: 16.6667%
}

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

.col-xs-pull-4 {
    right: 33.3333%
}

.col-xs-pull-5 {
    right: 41.6667%
}

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

.col-xs-pull-7 {
    right: 58.3333%
}

.col-xs-pull-8 {
    right: 66.6667%
}

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

.col-xs-pull-10 {
    right: 83.3333%
}

.col-xs-pull-11 {
    right: 91.6667%
}

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

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

.col-xs-push-1 {
    left: 8.3333%
}

.col-xs-push-2 {
    left: 16.6667%
}

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

.col-xs-push-4 {
    left: 33.3333%
}

.col-xs-push-5 {
    left: 41.6667%
}

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

.col-xs-push-7 {
    left: 58.3333%
}

.col-xs-push-8 {
    left: 66.6667%
}

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

.col-xs-push-10 {
    left: 83.3333%
}

.col-xs-push-11 {
    left: 91.6667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        width: 8.3333%
    }

    .col-sm-2 {
        width: 16.6667%
    }

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

    .col-sm-4 {
        width: 33.3333%
    }

    .col-sm-5 {
        width: 41.6667%
    }

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

    .col-sm-7 {
        width: 58.3333%
    }

    .col-sm-8 {
        width: 66.6667%
    }

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

    .col-sm-10 {
        width: 83.3333%
    }

    .col-sm-11 {
        width: 91.6667%
    }

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

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

    .col-sm-pull-1 {
        right: 8.3333%
    }

    .col-sm-pull-2 {
        right: 16.6667%
    }

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

    .col-sm-pull-4 {
        right: 33.3333%
    }

    .col-sm-pull-5 {
        right: 41.6667%
    }

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

    .col-sm-pull-7 {
        right: 58.3333%
    }

    .col-sm-pull-8 {
        right: 66.6667%
    }

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

    .col-sm-pull-10 {
        right: 83.3333%
    }

    .col-sm-pull-11 {
        right: 91.6667%
    }

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

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

    .col-sm-push-1 {
        left: 8.3333%
    }

    .col-sm-push-2 {
        left: 16.6667%
    }

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

    .col-sm-push-4 {
        left: 33.3333%
    }

    .col-sm-push-5 {
        left: 41.6667%
    }

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

    .col-sm-push-7 {
        left: 58.3333%
    }

    .col-sm-push-8 {
        left: 66.6667%
    }

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

    .col-sm-push-10 {
        left: 83.3333%
    }

    .col-sm-push-11 {
        left: 91.6667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 48em) {
    .col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1 {
        float:left
    }

    .col-md-1 {
        width: 8.3333%
    }

    .col-md-2 {
        width: 16.6667%
    }

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

    .col-md-4 {
        width: 33.3333%
    }

    .col-md-5 {
        width: 41.6667%
    }

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

    .col-md-7 {
        width: 58.3333%
    }

    .col-md-8 {
        width: 66.6667%
    }

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

    .col-md-10 {
        width: 83.3333%
    }

    .col-md-11 {
        width: 91.6667%
    }

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

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

    .col-md-pull-1 {
        right: 8.3333%
    }

    .col-md-pull-2 {
        right: 16.6667%
    }

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

    .col-md-pull-4 {
        right: 33.3333%
    }

    .col-md-pull-5 {
        right: 41.6667%
    }

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

    .col-md-pull-7 {
        right: 58.3333%
    }

    .col-md-pull-8 {
        right: 66.6667%
    }

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

    .col-md-pull-10 {
        right: 83.3333%
    }

    .col-md-pull-11 {
        right: 91.6667%
    }

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

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

    .col-md-push-1 {
        left: 8.3333%
    }

    .col-md-push-2 {
        left: 16.6667%
    }

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

    .col-md-push-4 {
        left: 33.3333%
    }

    .col-md-push-5 {
        left: 41.6667%
    }

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

    .col-md-push-7 {
        left: 58.3333%
    }

    .col-md-push-8 {
        left: 66.6667%
    }

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

    .col-md-push-10 {
        left: 83.3333%
    }

    .col-md-push-11 {
        left: 91.6667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 62em) {
    .col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
        float:left
    }

    .col-lg-1 {
        width: 8.3333%
    }

    .col-lg-2 {
        width: 16.6667%
    }

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

    .col-lg-4 {
        width: 33.3333%
    }

    .col-lg-5 {
        width: 41.6667%
    }

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

    .col-lg-7 {
        width: 58.3333%
    }

    .col-lg-8 {
        width: 66.6667%
    }

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

    .col-lg-10 {
        width: 83.3333%
    }

    .col-lg-11 {
        width: 91.6667%
    }

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

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

    .col-lg-pull-1 {
        right: 8.3333%
    }

    .col-lg-pull-2 {
        right: 16.6667%
    }

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

    .col-lg-pull-4 {
        right: 33.3333%
    }

    .col-lg-pull-5 {
        right: 41.6667%
    }

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

    .col-lg-pull-7 {
        right: 58.3333%
    }

    .col-lg-pull-8 {
        right: 66.6667%
    }

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

    .col-lg-pull-10 {
        right: 83.3333%
    }

    .col-lg-pull-11 {
        right: 91.6667%
    }

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

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

    .col-lg-push-1 {
        left: 8.3333%
    }

    .col-lg-push-2 {
        left: 16.6667%
    }

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

    .col-lg-push-4 {
        left: 33.3333%
    }

    .col-lg-push-5 {
        left: 41.6667%
    }

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

    .col-lg-push-7 {
        left: 58.3333%
    }

    .col-lg-push-8 {
        left: 66.6667%
    }

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

    .col-lg-push-10 {
        left: 83.3333%
    }

    .col-lg-push-11 {
        left: 91.6667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 75em) {
    .col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1 {
        float:left
    }

    .col-xl-1 {
        width: 8.3333%
    }

    .col-xl-2 {
        width: 16.6667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.3333%
    }

    .col-xl-5 {
        width: 41.6667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.3333%
    }

    .col-xl-8 {
        width: 66.6667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.3333%
    }

    .col-xl-11 {
        width: 91.6667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.3333%
    }

    .col-xl-pull-2 {
        right: 16.6667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.3333%
    }

    .col-xl-pull-5 {
        right: 41.6667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.3333%
    }

    .col-xl-pull-8 {
        right: 66.6667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.3333%
    }

    .col-xl-pull-11 {
        right: 91.6667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.3333%
    }

    .col-xl-push-2 {
        left: 16.6667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.3333%
    }

    .col-xl-push-5 {
        left: 41.6667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.3333%
    }

    .col-xl-push-8 {
        left: 66.6667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.3333%
    }

    .col-xl-push-11 {
        left: 91.6667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0%
    }

    .col-xl-offset-1 {
        margin-left: 8.3333%
    }

    .col-xl-offset-2 {
        margin-left: 16.6667%
    }

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

    .col-xl-offset-4 {
        margin-left: 33.3333%
    }

    .col-xl-offset-5 {
        margin-left: 41.6667%
    }

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

    .col-xl-offset-7 {
        margin-left: 58.3333%
    }

    .col-xl-offset-8 {
        margin-left: 66.6667%
    }

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

    .col-xl-offset-10 {
        margin-left: 83.3333%
    }

    .col-xl-offset-11 {
        margin-left: 91.6667%
    }

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

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: .0625rem solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    border-color: #66afe9;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

.form-control:disabled,.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eceeef;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

.form-control-file,.form-control-range {
    display: block
}

.form-control-label {
    padding: .4375rem .75rem;
    margin-bottom: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
        line-height:2.375rem
    }

    input[type="date"].input-sm,.input-group-sm input[type="date"].form-control,input[type="time"].input-sm,.input-group-sm input[type="time"].form-control,input[type="datetime-local"].input-sm,.input-group-sm input[type="datetime-local"].form-control,input[type="month"].input-sm,.input-group-sm input[type="month"].form-control {
        line-height: 1.95rem
    }

    input[type="date"].input-lg,.input-group-lg input[type="date"].form-control,input[type="time"].input-lg,.input-group-lg input[type="time"].form-control,input[type="datetime-local"].input-lg,.input-group-lg input[type="datetime-local"].form-control,input[type="month"].input-lg,.input-group-lg input[type="month"].form-control {
        line-height: 3.2917rem
    }
}

.form-control-static {
    min-height: 2.375rem;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    margin-bottom: 0
}

.form-control-static.form-control-sm,.form-control-static.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    padding: .275rem .75rem;
    font-size: .85rem;
    line-height: 1.5;
    border-radius: 2px
}

.form-control-lg {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.3333;
    border-radius: 6px
}

.form-group {
    margin-bottom: 15px
}

.radio,.checkbox {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

.radio label,.checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio label input:only-child,.checkbox label input:only-child {
    position: static
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -.25rem
}

.radio-inline,.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: .75rem
}

input[type="radio"]:disabled,input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"]:disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-success,.form-control-warning,.form-control-error {
    padding-right: 2.25rem;
    background-position: center right .5938rem;
    background-size: 1.5437rem 1.5437rem;
    background-repeat: no-repeat
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-feedback {
    color: #5cb85c
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM1Q0I4NUMiIGQ9Ik0yMzMuOCw2MTAuMWMtMTMuMywwLTI1LjktNi4yLTM0LTE2LjlMOTAuNSw0NDguOEM3Ni4zLDQzMCw4MCw0MDMuMyw5OC44LDM4OS4xYzE4LjgtMTQuMyw0NS41LTEwLjUsNTkuOCw4LjNsNzEuOSw5NWwyMjAuOS0yNTAuNWMxMi41LTIwLDM4LjgtMjYuMSw1OC44LTEzLjZjMjAsMTIuNCwyNi4xLDM4LjcsMTMuNiw1OC44TDI3MCw1OTBjLTcuNCwxMi0yMC4yLDE5LjQtMzQuMywyMC4xQzIzNS4xLDYxMC4xLDIzNC41LDYxMC4xLDIzMy44LDYxMC4xeiIvPjwvc3ZnPg==")
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-warning .form-control-feedback {
    color: #f0ad4e
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ildhcm5pbmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjEyIDc5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDc5MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0YwQUQ0RSIgZD0iTTYwMyw2NDAuMmwtMjc4LjUtNTA5Yy0zLjgtNi42LTEwLjgtMTAuNi0xOC41LTEwLjZzLTE0LjcsNC4xLTE4LjUsMTAuNkw5LDY0MC4yYy0zLjcsNi41LTMuNiwxNC40LDAuMiwyMC44YzMuOCw2LjUsMTAuOCwxMC40LDE4LjMsMTAuNGg1NTcuMWM3LjUsMCwxNC41LTMuOSwxOC4zLTEwLjRDNjA2LjYsNjU0LjYsNjA2LjcsNjQ2LjYsNjAzLDY0MC4yeiBNMzM2LjYsNjEwLjJoLTYxLjJWNTQ5aDYxLjJWNjEwLjJ6IE0zMzYuNiw1MDMuMWgtNjEuMlYzMDQuMmg2MS4yVjUwMy4xeiIvPjwvc3ZnPg==")
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
    color: #d9534f
}

.has-error .form-control {
    border-color: #d9534f
}

.has-error .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-error .form-control-feedback {
    color: #d9534f
}

.has-error .form-control-error {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNyb3NzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNEOTUzNEYiIGQ9Ik00NDcsNTQ0LjRjLTE0LjQsMTQuNC0zNy42LDE0LjQtNTEuOSwwTDMwNiw0NTEuN2wtODkuMSw5Mi43Yy0xNC40LDE0LjQtMzcuNiwxNC40LTUxLjksMGMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlsOTIuNC05Ni40TDE2NSwyOTkuNmMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlzMzcuNi0xNC40LDUxLjksMGw4OS4yLDkyLjdsODkuMS05Mi43YzE0LjQtMTQuNCwzNy42LTE0LjQsNTEuOSwwYzE0LjQsMTQuNCwxNC40LDM3LjYsMCw1MS45TDM1NC43LDM5Nmw5Mi40LDk2LjRDNDYxLjQsNTA2LjgsNDYxLjQsNTMwLDQ0Nyw1NDQuNHoiLz48L3N2Zz4=")
}

@media (min-width: 34em) {
    .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 .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
        width: auto
    }

    .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;
        vertical-align: middle
    }

    .form-inline .radio label,.form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: inline-block
}

.nav-link:focus {
    text-decoration: none
}

@media (hover: hover) {
    .nav-link:hover {
        text-decoration:none
    }
}

.nav-link.disabled {
    color: #818a91
}

.nav-link.disabled,.nav-link.disabled:focus {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent
}

@media (hover: hover) {
    .nav-link.disabled:hover {
        color:#818a91;
        cursor: not-allowed;
        background-color: transparent
    }
}

.nav-tabs:before,.nav-tabs:after {
    content: " ";
    display: table
}

.nav-tabs:after {
    clear: both
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.nav-tabs .nav-link:focus {
    border-color: #eceeef #eceeef #ddd
}

@media (hover: hover) {
    .nav-tabs .nav-link:hover {
        border-color:#eceeef #eceeef #ddd
    }
}

.nav-tabs .nav-link.disabled,.nav-tabs .nav-link.disabled:focus {
    color: #818a91;
    background-color: transparent;
    border-color: transparent
}

@media (hover: hover) {
    .nav-tabs .nav-link.disabled:hover {
        color:#818a91;
        background-color: transparent;
        border-color: transparent
    }
}

.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-item.open .nav-link:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent
}

@media (hover: hover) {
    .nav-tabs .nav-link.active:hover,.nav-tabs .nav-item.open .nav-link:hover {
        color:#55595c;
        background-color: #fff;
        border-color: #ddd #ddd transparent
    }
}

.nav-pills .nav-item {
    float: left
}

.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 3px
}

.nav-pills .nav-link.active,.nav-pills .nav-link.active:focus,.nav-pills .nav-item.open .nav-link,.nav-pills .nav-item.open .nav-link:focus {
    color: #fff;
    cursor: default;
    background-color: #1974c1
}

@media (hover: hover) {
    .nav-pills .nav-link.active:hover,.nav-pills .nav-item.open .nav-link:hover {
        color:#fff;
        cursor: default;
        background-color: #1974c1
    }
}

.nav-stacked .nav-item {
    display: block;
    float: none
}

.nav-stacked .nav-item+.nav-item {
    margin-top: .2rem;
    margin-left: 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
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9 {
    padding-bottom: 42.8571%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

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

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

[hidden] {
    display: none !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
}

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

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

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

@media (max-width: 33.99em) {
    .no-padding-xs {
        padding-left:0 !important;
        padding-right: 0 !important
    }

    .no-padding-left-xs {
        padding-left: 0 !important
    }

    .no-padding-right-xs {
        padding-right: 0 !important
    }
}

@media (min-width: 34em) and (max-width: 47.99em) {
    .no-padding-sm {
        padding-left:0 !important;
        padding-right: 0 !important
    }

    .no-padding-left-sm {
        padding-left: 0 !important
    }

    .no-padding-right-sm {
        padding-right: 0 !important
    }
}

@media (min-width: 48em) and (max-width: 61.99em) {
    .no-padding-md {
        padding-left:0 !important;
        padding-right: 0 !important
    }

    .no-padding-left-md {
        padding-left: 0 !important
    }

    .no-padding-right-md {
        padding-right: 0 !important
    }
}

@media (min-width: 62em) {
    .no-padding-lg {
        padding-left:0 !important;
        padding-right: 0 !important
    }

    .no-padding-left-lg {
        padding-left: 0 !important
    }

    .no-padding-right-lg {
        padding-right: 0 !important
    }
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width: 34em) {
    .text-sm-left {
        text-align:left
    }

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

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

@media (min-width: 48em) {
    .text-md-left {
        text-align:left
    }

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

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

@media (min-width: 62em) {
    .text-lg-left {
        text-align:left
    }

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

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

@media (min-width: 75em) {
    .text-xl-left {
        text-align:left
    }

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

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

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #818a91
}

.text-primary {
    color: #1974c1
}

a.text-primary:focus {
    color: #135994
}

@media (hover: hover) {
    a.text-primary:hover {
        color:#135994
    }
}

.text-success {
    color: #5cb85c
}

a.text-success:focus {
    color: #449d44
}

@media (hover: hover) {
    a.text-success:hover {
        color:#449d44
    }
}

.text-info {
    color: #5bc0de
}

a.text-info:focus {
    color: #31b0d5
}

@media (hover: hover) {
    a.text-info:hover {
        color:#31b0d5
    }
}

.text-warning {
    color: #f0ad4e
}

a.text-warning:focus {
    color: #ec971f
}

@media (hover: hover) {
    a.text-warning:hover {
        color:#ec971f
    }
}

.text-danger {
    color: #d9534f
}

a.text-danger:focus {
    color: #c9302c
}

@media (hover: hover) {
    a.text-danger:hover {
        color:#c9302c
    }
}

.bg-inverse {
    color: #eceeef;
    background-color: #373a3c
}

.bg-faded {
    background-color: #f7f7f9
}

.bg-primary {
    color: #fff;
    background-color: #1974c1
}

a.bg-primary:focus {
    background-color: #135994
}

@media (hover: hover) {
    a.bg-primary:hover {
        background-color:#135994
    }
}

.bg-success {
    color: #fff;
    background-color: #5cb85c
}

a.bg-success:focus {
    background-color: #449d44
}

@media (hover: hover) {
    a.bg-success:hover {
        background-color:#449d44
    }
}

.bg-info {
    color: #fff;
    background-color: #5bc0de
}

a.bg-info:focus {
    background-color: #31b0d5
}

@media (hover: hover) {
    a.bg-info:hover {
        background-color:#31b0d5
    }
}

.bg-warning {
    color: #fff;
    background-color: #f0ad4e
}

a.bg-warning:focus {
    background-color: #ec971f
}

@media (hover: hover) {
    a.bg-warning:hover {
        background-color:#ec971f
    }
}

.bg-danger {
    color: #fff;
    background-color: #d9534f
}

a.bg-danger:focus {
    background-color: #c9302c
}

@media (hover: hover) {
    a.bg-danger:hover {
        background-color:#c9302c
    }
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 33.99em) {
    .hidden-xs-down {
        display:none !important
    }
}

@media (min-width: 34em) {
    .hidden-sm-up {
        display:none !important
    }
}

@media (max-width: 47.99em) {
    .hidden-sm-down {
        display:none !important
    }
}

@media (min-width: 48em) {
    .hidden-md-up {
        display:none !important
    }
}

@media (max-width: 61.99em) {
    .hidden-md-down {
        display:none !important
    }
}

@media (min-width: 62em) {
    .hidden-lg-up {
        display:none !important
    }
}

@media (max-width: 74.99em) {
    .hidden-lg-down {
        display:none !important
    }
}

@media (min-width: 75em) {
    .hidden-xl-up {
        display:none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

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

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

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

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

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

@media print {
    .hidden-print .hidden-print {
        display: none !important
    }
}

.link.lighten-1 {
    background-color: #a5a4a9 !important
}

.link-text.text-lighten-1 {
    color: #a5a4a9 !important
}

.link {
    background-color: #231f20 !important
}

.link-text {
    color: #231f20 !important
}

.link.blue {
    background-color: #1974c1 !important
}

.link-text.text-blue {
    color: #1974c1 !important
}

.link.green {
    background-color: #bebe32 !important
}

.link-text.text-green {
    color: #bebe32 !important
}

.gold {
    background-color: #da9a00 !important
}

.gold-text {
    color: #da9a00 !important
}

.copper {
    background-color: #e98400 !important
}

.copper-text {
    color: #e98400 !important
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important
}

.blue-grey-text.text-lighten-5 {
    color: #eceff1 !important
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important
}

.blue-grey-text.text-lighten-4 {
    color: #cfd8dc !important
}

.blue-grey.lighten-3 {
    background-color: #b0bec5 !important
}

.blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important
}

.blue-grey.lighten-2 {
    background-color: #90a4ae !important
}

.blue-grey-text.text-lighten-2 {
    color: #90a4ae !important
}

.blue-grey.lighten-1 {
    background-color: #78909c !important
}

.blue-grey-text.text-lighten-1 {
    color: #78909c !important
}

.blue-grey {
    background-color: #607d8b !important
}

.blue-grey-text {
    color: #607d8b !important
}

.blue-grey.darken-1 {
    background-color: #546e7a !important
}

.blue-grey-text.text-darken-1 {
    color: #546e7a !important
}

.blue-grey.darken-2 {
    background-color: #455a64 !important
}

.blue-grey-text.text-darken-2 {
    color: #455a64 !important
}

.blue-grey.darken-3 {
    background-color: #37474f !important
}

.blue-grey-text.text-darken-3 {
    color: #37474f !important
}

.blue-grey.darken-4 {
    background-color: #263238 !important
}

.blue-grey-text.text-darken-4 {
    color: #263238 !important
}

.warm-grey {
    background-color: #e4e3e0 !important
}

.warm-grey-text {
    color: #e4e3e0 !important
}

.grey.lighten-6 {
    background-color: #f7f7f7 !important
}

.grey-text.text-lighten-6 {
    color: #f7f7f7 !important
}

.grey.lighten-5 {
    background-color: #f4f4f4 !important
}

.grey-text.text-lighten-5 {
    color: #f4f4f4 !important
}

.grey.lighten-4 {
    background-color: #f2f2f2 !important
}

.grey-text.text-lighten-4 {
    color: #f2f2f2 !important
}

.grey.lighten-3 {
    background-color: #ebebeb !important
}

.grey-text.text-lighten-3 {
    color: #ebebeb !important
}

.grey.lighten-2 {
    background-color: #cacaca !important
}

.grey-text.text-lighten-2 {
    color: #cacaca !important
}

.grey.lighten-1 {
    background-color: #bdbdbd !important
}

.grey-text.text-lighten-1 {
    color: #bdbdbd !important
}

.grey {
    background-color: #999 !important
}

.grey-text {
    color: #999 !important
}

.grey.darken-1 {
    background-color: #838383 !important
}

.grey-text.text-darken-1 {
    color: #838383 !important
}

.grey.darken-2 {
    background-color: #636363 !important
}

.grey-text.text-darken-2 {
    color: #636363 !important
}

.grey.darken-3 {
    background-color: #505050 !important
}

.grey-text.text-darken-3 {
    color: #505050 !important
}

.grey.darken-4 {
    background-color: #333 !important
}

.grey-text.text-darken-4 {
    color: #333 !important
}

.price.lighten-2 {
    background-color: #e5f6e6 !important
}

.price-text.text-lighten-2 {
    color: #e5f6e6 !important
}

.price.lighten-1 {
    background-color: #b4dbb6 !important
}

.price-text.text-lighten-1 {
    color: #b4dbb6 !important
}

.price {
    background-color: #174340 !important
}

.price-text {
    color: #174340 !important
}

.price.darken-1 {
    background-color: #028007 !important
}

.price-text.text-darken-1 {
    color: #028007 !important
}

.shades.black {
    background-color: #1d1d1b !important
}

.shades-text.text-black {
    color: #1d1d1b !important
}

.shades {
    background-color: #666 !important
}

.shades-text {
    color: #666 !important
}

.shades.white {
    background-color: #fff !important
}

.shades-text.text-white {
    color: #fff !important
}

.shades.transparent {
    background-color: rgba(0,0,0,0) !important
}

.shades-text.text-transparent {
    color: rgba(0,0,0,0) !important
}

.black {
    background-color: #1d1d1b !important
}

.black-text {
    color: #1d1d1b !important
}

.base {
    background-color: #666 !important
}

.base-text {
    color: #666 !important
}

.white {
    background-color: #fff !important
}

.white-text {
    color: #fff !important
}

.transparent {
    background-color: rgba(0,0,0,0) !important
}

.transparent-text {
    color: rgba(0,0,0,0) !important
}

@media (min-width: 62em) {
    html {
        font-size:100%
    }
}

@media (max-width: 61.99em) {
    html {
        font-size:85%
    }
}

@media (max-width: 47.99em) {
    html {
        font-size:75%
    }
}

.touchevents input[type="text"],.touchevents input[type="email"],.touchevents input[type="search"],.touchevents input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none
}

#pre-header {
    padding: 0.5rem 0;
    background: #d4c4b2
}

#pre-header p {
    display: inline-block;
    margin: 0;
    margin-left: 4rem;
    background: url("https://www.direkteimport.dk/images/flueben-stor.png") no-repeat left center;
    background-size: 25px;
    padding-left: 2rem;
    font-size: 1rem;
    font-weight: 400;
    color: #1d1d1b
}

@media (max-width: 61.99em) {
    #pre-header p {
        margin-left:2rem
    }
}

#pre-header p img {
    display: inline-block;
    max-height: 1.25rem;
    margin-right: 0.5rem
}

@media (min-width: 48em) {
    .animated-content {
        display:none
    }

    .static-content {
        display: flex;
        justify-content: space-between
    }
}

@media (max-width: 47.99em) {
    #pre-header {
        height:30px;padding:0px
    }

    #pre-header>.container {
        width: 100%;
        text-align: center
    }

    .static-content {
        display: none
    }

    .animated-content {
        display: inline-block;
        min-width: 1px;
        max-width: 100%;
        margin: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        font-size: 1rem;
        font-weight: 700;
        color: #1d1d1b;
        background: url("https://www.direkteimport.dk/images/flueben-stor.png") no-repeat left center;
        background-size: 15px;
        padding-left: 2rem
    }

    .animated-content .wodry-flipping {
        display: block;
        width: 100%;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin-x: 50%
    }

    .animated-content .wodry-flipping .front-face,.animated-content .wodry-flipping .back-face {
        display: inline-block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        white-space: nowrap;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
        right: 0
    }

    .animated-content .wodry-flipping .front-face {
        position: absolute
    }

    .animated-content .wodry-flipping .back-face {
        position: relative
    }
}

header {
    position: relative;
    z-index: 8009;
    background-size: cover
}

header #toplinks {
    font-size: .875rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #999;
    padding-bottom: 1.25rem
}

header #toplinks a {
    color: #fff;
    font-weight: 700;
    margin-left: 2rem;
    vertical-align: top
}

header #toplinks a[href*="Logout"] {
    opacity: 0.5
}

header #toplinks a[href*="Logout"]:before {
    background: url("../media/signout-white.svg") no-repeat center center;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

header #topbar {
    height: 7rem;
    z-index: 8001
}

@media (min-width: 48em) {
    header #topbar>.container {
        background:transparent !important
    }
}

header #topbar>.container>.row {
    padding-right: 0.9375rem
}

header #topbar .bar-left {
    float: left;
    display: inline-block
}

header #topbar .bar-fill {
    width: auto;
    overflow: hidden;
    white-space: nowrap
}

header #topbar .bar-right {
    float: right;
    width: auto;
    display: inline-block
}

header #topbar .LogoContainer {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem
}

header #topbar .LogoContainer a,header #topbar .LogoContainer p {
    display: inline-block
}

header #topbar .LogoContainer p {
    color: #fff;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: 0;
    font-size: 1.25rem
}

header #topbar .SearchContainer {
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    margin-left: 6.25rem
}

header #topbar .LoginContainer {
    float: right;
    padding-right: 1.25rem;
    opacity: 1;
    transition: opacity 0.3s ease-in-out
}

header #topbar .LoginContainer a {
    display: block;
    text-align: right;
    color: #fff
}

header #topbar .TopBasketContainer {
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media (min-width: 48em) {
    header #topbar .TopBasketContainer {
        position:relative;
        width: auto;
        border: 4px solid rgba(29,29,27,0.25);
        border-color: #1d1d1b;
        float: right;
        border-radius: 100px;
        padding: 2.5rem;
        margin-top: 0.75rem
    }

    header #topbar .TopBasketContainer.full {
        border-color: #1d1d1b
    }

    header #topbar .TopBasketContainer.full .BasketTotalProducts {
        -webkit-animation: pulse 3s infinite;
        animation: pulse 3s infinite;
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
    }
}

header #topbar .FrontpageLogo {
    display: block;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1;
    margin-top: -2rem;
    color: #45545d;
    transition: color 0.2s ease-in-out
}

header #topbar .FrontpageLogo:hover {
    text-decoration: none;
    color: #2f3a40
}

header #topbar .FrontpageLogo img {
    max-width: 100%;
    max-height: 8rem
}

header #topbar .BadgeContainer {
    display: flex;
    align-items: center
}

@media (max-width: 47.99em) {
    header #topbar .BadgeContainer {
        padding: 0px !important;
        height: 3.5rem !important;
        margin-right:20px!important
    }
}

header #topbar #Search_Form {
    position: relative;
    height: 2.5rem
}

header #topbar #Search_Form br {
    display: none
}

header #topbar .SearchField_SearchPage {
    position: relative;
    height: 100%;
    border-radius: 100px;
    border: none;
    padding: 0 1rem 0 3rem;
    outline: none;
    background: #fff url("../media/icon-search-grey.svg") 1rem center no-repeat
}

header #topbar .SearchTitle_SearchPage {
    display: none
}

header #topbar .SubmitButton_SearchPage {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    border-left: none;
    border-radius: 0 3px 3px 0;
    background: none;
    color: #636363;
    text-transform: uppercase;
    padding: 0 16px;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 48em) {
    header #topbar .SearchContainer {
        position:relative;
        padding: 1rem 3.125rem 1rem 0.5rem;
        min-width: 3.125rem;
        max-width: 34rem;
        margin: 1rem auto 1rem 0;
        height: 5rem;
        overflow: hidden;
        transition: all 0.3s ease-in-out
    }

    header #topbar .SearchField_SearchPage {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #fff;
        width: 100%;
        box-shadow: 0 0 3px rgba(0,0,0,0.5);
        height: 3rem;
        margin: 0;
        padding: 0 3.125rem 0 1.75rem;
        font-size: 20px;
        color: #fff;
        transition: all 0.2s ease-in-out 0s
    }

    header #topbar .SearchField_SearchPage:hover {
        background: #fff
    }

    header #topbar .SearchField_SearchPage:focus {
        background: #fff;
        color: #1d1d1b
    }

    header #topbar .SearchField_SearchPage::-webkit-input-placeholder {
        color: rgba(0,0,0,0.5);
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s
    }

    header #topbar .SearchField_SearchPage:-moz-placeholder {
        color: rgba(0,0,0,0.5);
        -moz-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s
    }

    header #topbar .SearchField_SearchPage::-moz-placeholder {
        color: rgba(0,0,0,0.5);
        -moz-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s
    }

    header #topbar .SearchField_SearchPage:-ms-input-placeholder {
        color: rgba(0,0,0,0.5);
        -ms-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s
    }

    header #topbar .SearchField_SearchPage:hover::-webkit-input-placeholder {
        color: rgba(0,0,0,0.9)
    }

    header #topbar .SearchField_SearchPage:hover:-moz-placeholder {
        color: rgba(0,0,0,0.9)
    }

    header #topbar .SearchField_SearchPage:hover::-moz-placeholder {
        color: rgba(0,0,0,0.9)
    }

    header #topbar .SearchField_SearchPage:hover:-ms-input-placeholder {
        color: rgba(0,0,0,0.9)
    }

    header #topbar .SearchField_SearchPage:focus::-webkit-input-placeholder {
        color: rgba(0,0,0,0.25)
    }

    header #topbar .SearchField_SearchPage:focus:-moz-placeholder {
        color: rgba(0,0,0,0.25)
    }

    header #topbar .SearchField_SearchPage:focus::-moz-placeholder {
        color: rgba(0,0,0,0.25)
    }

    header #topbar .SearchField_SearchPage:focus:-ms-input-placeholder {
        color: rgba(0,0,0,0.25)
    }

    header #topbar #Search_Form .nbsp,header #topbar .SubmitButton_SearchPage {
        width: 3.125rem;
        height: 3.125rem;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        line-height: 3.125rem;
        cursor: pointer;
        color: transparent;
        background: url("../media/icon-search-grey.svg") no-repeat center center;
        background-size: 40%
    }

    header #topbar #Search_Form .SearchField_SearchPage:focus+.nbsp,header #topbar .SearchField_SearchPage:focus~.SubmitButton_SearchPage {
        background-size: 40%
    }

    header #topbar .SubmitButton_SearchPage {
        display: none;
        background-color: #172b3c
    }

    header #topbar #Search_Form .nbsp {
        z-index: 1
    }
}

.CmsPageStyle {
    background-color: transparent
}

.SubCats_Categories_Container>.SubCats_BreadCrumb,.SubCats_Categories_Container>.CategoryDescription,.SubCats_Categories_Container>.SubCats_Categories_DIV {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important
}

.SubCats_Categories_Container>.SubCats_BreadCrumb:before,.SubCats_Categories_Container>.SubCats_BreadCrumb:after,.SubCats_Categories_Container>.CategoryDescription:before,.SubCats_Categories_Container>.CategoryDescription:after,.SubCats_Categories_Container>.SubCats_Categories_DIV:before,.SubCats_Categories_Container>.SubCats_Categories_DIV:after {
    content: " ";
    display: table
}

@media (max-width: 47.99em) {
    .SubCats_Categories_Container>.SubCats_Categories_DIV {
        padding-left:0 !important;
        padding-right: 0 !important
    }

    .SubCats_Categories_Container>.SubCats_Categories_DIV .slick-track {
        padding-left: 0.9375rem !important
    }

    .SubCats_Categories_Container>.SubCats_Categories_DIV .slick-track .ProductTileResp {
        width: 100% !important
    }
}

.webshop-subcat #Content_Productlist .CmsPageStyle_Table,.webshop-subcat #Content_Productlist .CmsPageStyle_Table>tbody,.webshop-subcat #Content_Productlist .CmsPageStyle_Table>tbody>tr,.webshop-subcat #Content_Productlist .CmsPageStyle_Table>tbody>tr>td {
    float: left;
    width: 100%;
    display: block
}

.webshop-subcat .SubCatsProcuctsHeading {
    display: none
}

.webshop-subcat .ProductTileContainer {
    margin: 0 -5px
}

.webshop-subcat .SubCats_Categories_DIV>div {
    float: none !important;
    width: auto !important
}

@media (min-width: 62em) {
    .webshop-subcat .SubCats_Categories_DIV .ProductTileResp {
        width:16.6666%
    }
}

.webshop-subcat .ProductListTop .CategoryDescription {
    margin: 0
}

.webshop-subcat .ProductTile .InfoLink a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8
}

.webshop-subcat .ProductTile .InfoLink a img {
    display: none
}

.webshop-subcat .ProductTile .SubCategoryName {
    font-size: .875rem;
    line-height: 1.2rem;
    font-weight: 900;
    text-align: center;
    margin-top: 0.75rem;
    height: 2.4rem;
    overflow: hidden;
    margin-bottom: 0.25rem
}

.webshop-subcat .ProductTile .SubCategoryName a {
    color: #1974c1
}

.webshop-subcat .ProductTile .SubCategoryImageLink {
    position: relative;
    padding-bottom: 100%
}

.webshop-subcat .ProductTile .SubCategoryImageLink img {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.webshop-subcat .ProductTile .SubCategoryDescription {
    font-size: .75rem;
    line-height: 1rem;
    height: 4rem;
    overflow: hidden
}

@media (min-width: 48em) {
    .ProductTile .SubCategoryName {
        font-size:14px;
        margin-top: 20px;
        height: 50px
    }
}

@media (min-width: 62em) {
    .ProductTile .SubCategoryName {
        font-size:14px;
        margin-top: 30px;
        height: 60px
    }
}

.webshop-productlist .CategoryDescription {
    float: left;
    width: 100%;
    font-size: .875rem;
    padding: 0;
    margin-bottom: 1.25rem;
    margin-top: 2rem
}

.webshop-productlist .CategoryDescription>div+div>img {
    float: right;
    max-width: 100%
}

.webshop-productlist .CategoryDescription .SearchKeywords {
    font-weight: 300
}

@media (max-width: 767px) {
    .webshop-productlist .CategoryDescription .collapse-link {
        display:block;
        margin-bottom: 15px
    }
}

@media (min-width: 768px) {
    .webshop-productlist .CategoryDescription .collapse-link {
        display:none !important
    }

    .webshop-productlist .CategoryDescription #ProductListDesc.collapse {
        height: auto !important
    }
}

.webshop-productlist .CategoryDescription #ProductListDesc.collapse {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

.webshop-productlist .CategoryDescription #ProductListDesccollapse.in {
    height: auto;
    border-top: 1px solid #f4f4f4
}

@media (min-width: 48em) {
    .webshop-productlist .ProductListTop .CategoryDescription,.webshop-productlist .SubCats_BreadCrumb+.CategoryDescription,.webshop-productlist .CategoryDescription.title {
        margin-top:1.5rem
    }
}

@media (min-width: 62em) {
    body:not(.webshop-subcat) #Content_Productlist,.ProductList_SearchWarning_DIV {
        float:right;
        width: calc(100% - 15.625rem);
        padding-left: 2rem
    }

    #ProductFilter-Container {
        float: left;
        width: 15.625rem;
        margin-top: 3rem
    }

    #ProductMenuLeft~#ProductFilter-Container {
        margin-top: 20px
    }
}

.toolbar {
    float: left;
    width: 100%;
    margin-bottom: 1rem
}

.toolbar>div {
    display: inline-block;
    float: right
}

.toolbar>div:last-child {
    float: right
}

.toolbar>div:not(:last-child) {
    margin-left: 1.25rem
}

.toolbar .ProductsFound {
    font-size: .75rem;
    line-height: 36px;
    height: 36px
}

@media (max-width: 33.99em) {
    .toolbar .viewToggle {
        float:left
    }

    .ProductList_Custom_DIV>div:nth-child(odd) .ProductTile.Product {
        border-right: 1px solid #ebebeb
    }
}

.Productlist_Sort_table {
    float: right;
    display: block;
    padding: 0;
    margin: 0
}

.Productlist_Sort_table .nice-select .list {
    left: auto;
    right: 0
}

.pagination {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.ProductList_Custom_DIV {
    float: left;
    width: 100%;
    border-top: 3px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.TotalPricePopup .ProductTileResp {
    z-index: 10 !important
}

.ProductTileResp {
    position: relative;
    padding: 5px !important;
    margin-bottom: -1px;
    margin-top: 1px
}

.ProductTileResp[data-instock="false"] .ButtonBar,.ProductTileResp[data-instock="false"] .TotalPricePopup_Container_SPAN {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

@media (min-width: 89em) {
    .ProductSlider.Slim {
        margin:0 -4.5rem
    }
}

.ProductSlider>div {
    opacity: 0;
    transition: opacity 0.5s ease-in-out
}

.ProductSlider>div.slick-slider {
    opacity: 1
}

.ProductSlider .ProductTile {
    border: none;
    padding: 0 1.25rem
}

@media (min-width: 34em) {
    .ProductSlider .ProductTile {
        border-right:1px solid #ebebeb;
        padding-left: 2rem
    }
}

.ProductSlider .ProductTile .ProductDescription {
    display: block;
    visibility: visible
}

@media (min-width: 34em) {
    .ProductSlider .ProductTile .ProductImageCol {
        padding:0
    }
}

.ProductSlider .ProductTile .ProductName {
    position: relative
}

.ProductSlider .ProductTile .ProductName a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 1.5rem;
    line-height: 1.2;
    color: #1d1d1b;
    font-weight: 900
}

.ProductSlider .ProductTile .ProductInfo {
    display: none;
    font-size: .6875rem;
    line-height: 1.3;
    height: 3.825rem;
    padding-top: 0.25rem;
    overflow: hidden
}

.ProductSlider .ProductTile .ProductPrice .VatText {
    font-size: 0.75rem;
    float: left;
    line-height: 2.25
}

.ProductSlider .ProductTile .RetailPrice {
    border-right: 3px solid transparent
}

.ProductTile {
    background: #fff;
    padding: 1.25rem;
    position: relative
}

.ProductTile.Product {
    border: 1px solid #ebebeb
}

.no-touchevents .ProductTile.Product {
    transition: border 0.15s ease-in-out
}

.no-touchevents .ProductTile.Product .ProductImage {
    opacity: 1;
    transition: opacity 0.15s ease-in-out
}

.no-touchevents .ProductTile.Product:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.02);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.15s ease-in-out
}

.no-touchevents .ProductTile.Product:hover:after {
    opacity: 1
}

.no-touchevents .ProductTile.Product:hover .ProductImage {
    opacity: 0.7
}

.ProductTile.Category {
    padding: 0;
    margin: 3%;
    margin-top: 0;
    padding-top: 1.25rem;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: border 0.15s ease-in-out
}

.ProductTile.Category:hover {
    border-color: #ebebeb
}

.touchevents .ProductTile.Category {
    border-color: #ebebeb
}

.ProductPrice .PriceBefore {
    display: none
}

.PriceText {
    display: none
}

.touchevents .ProductTile .ButtonBar .InfoButton {
    display: none
}

.ProductTile .Prices_Custom_TBL tr:not(:last-child) {
    display: none
}

.Pagination {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb
}

.pagination {
    text-align: center;
    height: 3rem;
    margin: 1.5rem auto;
    display: inline-block
}

.text-right .pagination {
    float: right
}

.pagination ul,.pagination li {
    display: inline-block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%
}

.pagination li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.pagination li a {
    display: inline-block;
    color: #1974c1;
    position: relative;
    cursor: pointer;
    font-size: .875rem;
    padding: 0.25rem 0.5rem !important;
    margin: 0 0.25rem;
    line-height: 1.2;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: border 0.05s ease-in-out
}

.pagination li a.ActivePageNumber_ProductList {
    color: #1974c1;
    background: rgba(25,116,193,0.1);
    font-weight: 900;
    border-color: transparent !important
}

.pagination li a:hover {
    text-decoration: none;
    border-color: rgba(25,116,193,0.1);
    transition: border 0.05s ease-in-out
}

.pagination li#PrevPage a,.pagination li#NextPage a {
    margin-right: 10px;
    border-radius: 100px;
    height: 3rem;
    width: 3rem;
    border: 1px solid #ebebeb;
    text-indent: -9999px;
    vertical-align: top
}

.pagination li#PrevPage a:after,.pagination li#NextPage a:after {
    border-bottom: 0.125rem solid #1974c1;
    border-right: 0.125rem solid #1974c1;
    content: '';
    display: block;
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -0.5625rem;
    pointer-events: none;
    position: absolute;
    right: 1.125rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%
}

.pagination li#PrevPage a:hover,.pagination li#NextPage a:hover {
    border-color: #1974c1;
    background: #1974c1
}

.pagination li#PrevPage a:hover:after,.pagination li#NextPage a:hover:after {
    border-color: white
}

.pagination li#PrevPage a:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.pagination li#NextPage a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#ProductList .ProductTile>div {
    text-align: left
}

#ProductList .ProductTile .NewsImage {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9;
    max-width: 50%
}

#ProductList .ProductTile .NewsImage img {
    display: block
}

#ProductList .ProductTile .NewsImage>img {
    max-width: 100%
}

#ProductList .ProductTile .InfoLink a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8
}

#ProductList .ProductTile .InfoLink a img {
    display: none
}

#ProductList .ProductTile .ProductImage {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 0;
    height: 10rem;
    background: #ffffff
}

#ProductList .ProductTile .ProductImage a>img,#ProductList .ProductTile .ProductImage .Element_Overlay_Frontpage_SavingsDIV>img,#ProductList .ProductTile .ProductImage .Element_Overlay_ProdList_SpecialOfferDIV>img,#ProductList .ProductTile .ProductImage .Element_Overlay_ProductInfo-customersboughtDIV>img,#ProductList .ProductTile .ProductImage .Element_Overlay_ProdList_SavingsDIV>img {
    position: absolute;
    max-width: 100%;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    background: #fff
}

#ProductList .ProductTile .ProductImage .Element_Overlay_Frontpage_SavingsDIV,#ProductList .ProductTile .ProductImage .Element_Overlay_ProdList_SpecialOfferDIV,#ProductList .ProductTile .ProductImage .Element_Overlay_ProductInfo-customersboughtDIV,#ProductList .ProductTile .ProductImage .Element_Overlay_ProdList_SavingsDIV,#ProductList .ProductTile .ProductImage .Related_ImageLink_ProductInfo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

#ProductList .ProductTile .ProductInfoCol {
    margin-bottom: 0
}

#ProductList .ProductTile .ProductInfo {
    font-size: .875rem
}

#ProductList .ProductTile .ProductInfo>.InfoButton {
    position: relative;
    padding-left: 0px;
    display: inline-block
}

#ProductList .ProductTile .ProductInfo>.InfoButton:hover span {
    text-decoration: underline
}

#ProductList .ProductTile .ProductInfo>.InfoButton a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    text-align: left
}

#ProductList .ProductTile .ProductInfo>.InfoButton img {
    display: none
}

#ProductList .ProductTile .ProductInfo>.InfoButton span {
    position: relative;
    font-size: .875rem;
    font-weight: 400;
    color: #1974c1;
    cursor: pointer
}

.no-touchevents #ProductList .ProductTile:hover .ProductInfo>div {
    opacity: 1;
    visibility: visible
}

#ProductList .ProductTile .ProductNumber {
    font-size: .625rem;
    color: #999;
    font-style: italic
}

#ProductList .ProductTile .ProductName a {
    color: #666666;
    font-weight: 900;
    font-size: .875rem;
    line-height: 1.25rem;
    display: block
}

@media (max-width: 74.99em) {
    #ProductList .ProductTile .ProductName a {
        font-size:.75rem;
        line-height: 1rem
    }
}

#ProductList .ProductTile>.discount {
    background: url("../media/icon-discount.svg") no-repeat top right;
    height: 20px;
    min-width: 45px;
    background-size: contain;
    text-align: right;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 3px;
    z-index: 9
}

@media (min-width: 62em) {
    #ProductList .ProductTile>.discount {
        font-size:.75rem
    }
}

@media (max-width: 61.99em) {
    #ProductList .ProductTile>.discount {
        font-size:.8824rem
    }
}

@media (max-width: 47.99em) {
    #ProductList .ProductTile>.discount {
        font-size:1rem
    }
}

#ProductList .ProductTile>.discount span {
    position: absolute;
    right: 0;
    background: #e9e9e9;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    margin-right: 40px;
    padding: 0.25rem 0.5rem;
    transition: all 0.2s ease-in-out
}

#ProductList .ProductTile>.discount:hover span {
    visibility: visible;
    opacity: 1
}

#ProductList .ProductTile .ProductPrice {
    position: relative;
    margin: 0;
    white-space: nowrap;
    text-align: left;
    height: 1.75rem
}

#ProductList .ProductTile .Prices_Custom_DIV {
    margin-bottom: 0rem
}

#ProductList .ProductTile .FraPris {
    color: #396ea4;
    font-style: italic
}

#ProductList .ProductTile .ProductPrice .PriceBefore,#ProductList .ProductTile .ProductPrice strike,#ProductList .ProductTile .RetailPrice {
    font-size: .75rem
}

#ProductList .ProductTile .RetailPrice {
    position: absolute;
    bottom: 1.5rem
}

#ProductList .ProductTile .RetailSalesPrice {
    text-decoration: line-through
}

#ProductList .ProductTile .StockCol img {
    height: 0.75rem
}

#ProductList .ProductTile .Stockmessage_Productlist {
    margin-left: 0.5rem;
    font-size: 0.75rem;
    display: inline-block
}

#ProductList .ProductTile .Stockmessage_Productlist:first-letter {
    text-transform: uppercase
}

#ProductList .ProductTile .Stock {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    margin: 10px
}

#ProductList .ProductTile .Stock img {
    height: 100%;
    width: 100%;
    vertical-align: top
}

#ProductList .ProductTile .Stock:hover+.StockMessage {
    visibility: visible;
    opacity: 1
}

#ProductList .ProductTile .StockMessage {
    position: absolute;
    top: 0;
    z-index: 999;
    padding: 0.25rem 0.5rem;
    margin: 0.5rem 1rem;
    background-color: #ebebeb;
    border-radius: 3px;
    font-size: .75rem;
    color: #636363;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-in-out
}

#ProductList .ProductTile .ProductDescription {
    display: none;
    visibility: hidden
}

#ProductList .ProductTile .ButtonBar {
    width: 100%;
    z-index: 8008;
    margin-top: 1rem
}

@media (min-width: 62em) {
    #ProductList .ProductTile .ButtonBar {
        font-size:.875rem
    }
}

@media (max-width: 61.99em) {
    #ProductList .ProductTile .ButtonBar {
        font-size:1.0294rem
    }
}

@media (max-width: 47.99em) {
    #ProductList .ProductTile .ButtonBar {
        font-size:1.1667rem
    }
}

.no-touchevents .ProductTile:hover .ProductInfo {
    visibility: visible;
    left: 20px;
    top: 15px;
    transition: left 0.35s cubic-bezier(0.55, 0, 0.1, 1) 0s,top 0.35s cubic-bezier(0.55, 0, 0.1, 1) 0s
}

.no-touchevents .ProductTile:hover .ButtonBar {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transition: bottom 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0.2s,opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0.2s,visibility 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0.2s
}

.ProductTile:hover .ButtonBar>div {
    position: relative;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s
}

.ProductTile .ButtonBar button.BuyButton,.ProductTile .ButtonBar a.BuyButton {
    display: block !important;
    width: 100%;
    background: #174340;
    border: none;
    border-radius: 50px;
    color: #fff;
    position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 2.5rem;
    padding: 0 2rem 0 2rem;
    white-space: nowrap;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
    transition: border-radius 0.25s ease-in;
    background: #174340;
    background-size: 1.25rem;
    cursor: pointer;
    text-decoration: none
}

.ProductTile .ButtonBar button.BuyButton:hover,.ProductTile .ButtonBar a.BuyButton:hover {
    box-shadow: 0 1px 5px rgba(0,0,0,0.35);
    background-color: #0d2b29
}

.ProductTile .ButtonBar button.BuyButton {
    padding: 0 2rem 0 3rem;
    background: #174340 url("../media/icon-cart-transparent.svg") no-repeat 2.5rem center
}

.ProductTile .ButtonBar>.BuyButton span {
    float: right;
    margin-right: 5px
}

.ProductTile .ButtonBar>.BuyButton span input {
    display: block;
    vertical-align: top;
    border: 1px solid #cacaca;
    border-radius: 2px;
    text-align: center;
    line-height: 1.2;
    height: 32px;
    width: 100%
}

.ProductTile .Prices_Custom_TBL tr:not(:last-child) {
    display: none
}

.ProductPrice .Price,.ProductPrice .NormalPrice {
    font-weight: 900
}

.ProductPrice .Currency {
    font-weight: 300
}

.ProductPrice * {
    color: #174340;
    font-size: 1.125rem
}

.ProductPrice .PriceBefore,.ProductPrice strike,.RetailPrice {
    color: #999 !important;
    font-weight: 400
}

.viewGallery .ProductTile .ProductName {
    margin-bottom: 0;
    height: 3.75rem;
    overflow: hidden
}

@media (max-width: 74.99em) {
    .viewGallery .ProductTile .ProductName {
        height:4rem
    }
}

.viewGallery .ProductTile .ProductPrice .PriceAmount {
    display: none
}

.viewGallery .ProductTile .ProductPrice .Prices_Custom_DIV>div {
    display: none
}

.viewGallery .ProductTile .ProductPrice .Prices_Custom_DIV>div:last-child {
    display: block
}

.viewGallery .ProductTile .ProductPrice .Prices_Custom_DIV>div+div .SalesPrice span[itemprop="price"]:before,.viewGallery .ProductTile .ProductPrice .Prices_Custom_DIV>div+div .PriceBefore span:before {
    content: 'fra';
    display: inline-block;
    padding-right: 0.25rem
}

@media (max-width: 47.99em) {
    .ProductPrice * {
        font-size:1.25rem
    }

    .ProductTile .Stock {
        left: -1.125rem;
        top: -1.125rem
    }

    .ProductTile .ProductInfo .InfoButton {
        display: none
    }

    .viewGallery .ProductTile .ProductName,.ProductSlider .ProductTile .ProductName {
        height: 3.5rem;
        overflow: hidden
    }

    .viewGallery .ProductTile .ProductName a,.ProductSlider .ProductTile .ProductName a {
        line-height: 1rem
    }

    .viewGallery .ProductTile .ProductName a:first-line,.ProductSlider .ProductTile .ProductName a:first-line {
        line-height: 1.25rem
    }
}

.viewList .ProductTileResp {
    width: 100%
}

.viewList .ProductImageCol {
    width: 15%
}

.viewList .ProductInfoCol {
    width: 50%
}

.viewList .ButtonBarCol {
    width: 35%
}

.viewList .ProductTile .ProductDescription {
    visibility: visible;
    display: block
}

.viewList .ProductTile .ProductPrice .PriceBefore,.viewList .ProductTile .ProductPrice strike,.viewList .ProductTile .RetailSalesPrice {
    position: relative;
    margin-top: 0;
    display: block
}

.viewList .ProductTile .PriceAmount {
    font-size: .875rem;
    margin-top: 10px
}

.viewList .ProductTile.discount .discount {
    position: relative !important;
    float: right;
    top: -0.5rem;
    right: 0
}

@media (max-width: 33.99em) {
    .viewList .ProductTileResp {
        width:100%
    }

    .viewList .ProductImageCol {
        width: 30%
    }

    .viewList .ProductInfoCol {
        width: 70%
    }

    .viewList .ButtonBarCol {
        width: 70%;
        float: right
    }

    .viewList .ProductPrice * {
        text-align: left
    }

    .viewList .ProductTile .ButtonBar>.BuyButton span {
        float: left
    }

    .viewList .ProductTile .ButtonBar>.BuyButton:before,.viewList .ProductTile .ButtonBar>.BuyButton a:before {
        display: inline-block;
        float: none
    }
}

.ProductSlider .ProductTile>div {
    text-align: left
}

.ProductSlider .ProductTile .InfoLink a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8
}

.ProductSlider .ProductTile .InfoLink a img {
    display: none
}

.ProductSlider .ProductTile .SplashOverlay {
    position: absolute;
    width: auto;
    left: 1.0625rem;
    top: 0;
    right: 1.0625rem;
    z-index: 10
}

.ProductSlider .ProductTile .SplashOverlay>div {
    position: absolute;
    max-width: 50%
}

.ProductSlider .ProductTile .SplashOverlay>div>img {
    max-width: 100%
}

.ProductSlider .ProductTile .SplashOverlay .NewsImage {
    right: 0
}

.ProductSlider .ProductTile .ProductImage {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 0;
    height: 10rem;
    background: #ffffff
}

.ProductSlider .ProductTile .ProductImage a>img,.ProductSlider .ProductTile .ProductImage .Element_Overlay_ProdList_SpecialOfferDIV>img,.ProductSlider .ProductTile .ProductImage .Element_Overlay_ProductInfo-customersboughtDIV>img,.ProductSlider .ProductTile .ProductImage .Element_Overlay_ProductInfo-related-savingsDIV>img {
    position: absolute;
    max-width: 100%;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    background: #fff
}

.ProductSlider .ProductTile .ProductImage .Element_Overlay_ProdList_SpecialOfferDIV,.ProductSlider .ProductTile .ProductImage .Element_Overlay_ProductInfo-customersboughtDIV,.ProductSlider .ProductTile .ProductImage .Element_Overlay_ProductInfo-related-savingsDIV,.ProductSlider .ProductTile .ProductImage .Related_ImageLink_ProductInfo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ProductSlider .ProductTile .ProductName {
    font-size: .875rem;
    margin-bottom: 0.5rem;
    overflow: hidden
}

@media (max-width: 33.99em) {
    .ProductSlider .ProductTile .ProductName {
        font-size:.75rem;
        line-height: 1.2
    }
}

@media (min-width: 34em) {
    .ProductSlider .ProductTile .ProductName {
        height:6rem
    }
}

.ProductSlider .ProductTile .RetailPrice {
    font-size: 0.625rem
}

.ProductSlider .ProductTile .RetailPrice .RetailSalesPrice {
    text-decoration: line-through
}

.ProductSlider .ProductTile .RetailPrice .Currency:before {
    content: ' '
}

.ProductListTop .toggle-filter,.toolbar>div.toggle-filter,#ProductList div.toggle-filter {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    float: left;
    background: #1974c1 url("../media/icon-arrow-left-dark.svg") 1rem center no-repeat;
    color: #fff;
    padding: 0 22.2497px 0 44.4994px !important;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 0;
    text-align: center
}

@media (max-width: 33.99em) {
    .ProductListTop .toggle-filter,.toolbar>div.toggle-filter,#ProductList div.toggle-filter {
        width:auto;
        margin: 0;
        margin-right: 1rem;
        padding: 0 3rem 0 2rem !important;
        height: 36px;
        line-height: 34.2px;
        position: relative;
        font-size: 1.25rem
    }

    .ProductListTop .toggle-filter:after,.toolbar>div.toggle-filter:after,#ProductList div.toggle-filter:after {
        border-bottom: 1px solid #1974c1;
        border-right: 1px solid #1974c1;
        content: '';
        display: block;
        height: 8px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        width: 8px
    }
}

.toolbar .toggle-filter {
    margin-right: 20px;
    transition: opacity 0.25s ease-in-out
}

.toolbar .toggle-filter.faded {
    opacity: 0.4
}

#ProductFilter-Container {
    overflow: hidden;
    z-index: 9;
    position: relative;
    clear: left
}

#ProductFilter-Container.active-1 .product-filter-row:nth-child(1) .product-filter-body-container,#ProductFilter-Container.active-1 .product-filter-row:nth-child(1) .product-filter-body-container,#ProductFilter-Container.active-2 .product-filter-row:nth-child(2) .product-filter-body-container,#ProductFilter-Container.active-3 .product-filter-row:nth-child(3) .product-filter-body-container,#ProductFilter-Container.active-4 .product-filter-row:nth-child(4) .product-filter-body-container,#ProductFilter-Container.active-5 .product-filter-row:nth-child(5) .product-filter-body-container,#ProductFilter-Container.active-6 .product-filter-row:nth-child(6) .product-filter-body-container,#ProductFilter-Container.active-7 .product-filter-row:nth-child(7) .product-filter-body-container,#ProductFilter-Container.active-8 .product-filter-row:nth-child(8) .product-filter-body-container,#ProductFilter-Container.active-9 .product-filter-row:nth-child(9) .product-filter-body-container,#ProductFilter-Container.active-10 .product-filter-row:nth-child(10) .product-filter-body-container,#ProductFilter-Container.active-1 .product-filter-column:nth-child(1) .product-filter-body-container,#ProductFilter-Container.active-2 .product-filter-column:nth-child(2) .product-filter-body-container,#ProductFilter-Container.active-3 .product-filter-column:nth-child(3) .product-filter-body-container,#ProductFilter-Container.active-4 .product-filter-column:nth-child(4) .product-filter-body-container,#ProductFilter-Container.active-5 .product-filter-column:nth-child(5) .product-filter-body-container,#ProductFilter-Container.active-6 .product-filter-column:nth-child(6) .product-filter-body-container,#ProductFilter-Container.active-7 .product-filter-column:nth-child(7) .product-filter-body-container,#ProductFilter-Container.active-8 .product-filter-column:nth-child(8) .product-filter-body-container,#ProductFilter-Container.active-9 .product-filter-column:nth-child(9) .product-filter-body-container,#ProductFilter-Container.active-10 .product-filter-column:nth-child(10) .product-filter-body-container {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 0.25rem 1rem 2rem 1.5rem;
    background-color: #fff
}

#ProductFilter-Container.active-1 .product-filter-row:nth-child(1) .product-filter-header-container,#ProductFilter-Container.active-1 .product-filter-row:nth-child(1) .product-filter-header-container,#ProductFilter-Container.active-2 .product-filter-row:nth-child(2) .product-filter-header-container,#ProductFilter-Container.active-3 .product-filter-row:nth-child(3) .product-filter-header-container,#ProductFilter-Container.active-4 .product-filter-row:nth-child(4) .product-filter-header-container,#ProductFilter-Container.active-5 .product-filter-row:nth-child(5) .product-filter-header-container,#ProductFilter-Container.active-6 .product-filter-row:nth-child(6) .product-filter-header-container,#ProductFilter-Container.active-7 .product-filter-row:nth-child(7) .product-filter-header-container,#ProductFilter-Container.active-8 .product-filter-row:nth-child(8) .product-filter-header-container,#ProductFilter-Container.active-9 .product-filter-row:nth-child(9) .product-filter-header-container,#ProductFilter-Container.active-10 .product-filter-row:nth-child(10) .product-filter-header-container,#ProductFilter-Container.active-1 .product-filter-column:nth-child(1) .product-filter-header-container,#ProductFilter-Container.active-2 .product-filter-column:nth-child(2) .product-filter-header-container,#ProductFilter-Container.active-3 .product-filter-column:nth-child(3) .product-filter-header-container,#ProductFilter-Container.active-4 .product-filter-column:nth-child(4) .product-filter-header-container,#ProductFilter-Container.active-5 .product-filter-column:nth-child(5) .product-filter-header-container,#ProductFilter-Container.active-6 .product-filter-column:nth-child(6) .product-filter-header-container,#ProductFilter-Container.active-7 .product-filter-column:nth-child(7) .product-filter-header-container,#ProductFilter-Container.active-8 .product-filter-column:nth-child(8) .product-filter-header-container,#ProductFilter-Container.active-9 .product-filter-column:nth-child(9) .product-filter-header-container,#ProductFilter-Container.active-10 .product-filter-column:nth-child(10) .product-filter-header-container {
    background-color: #fff;
    color: #333
}

#ProductFilter-Container.active-1 .product-filter-row:nth-child(1) .product-filter-header-container:after,#ProductFilter-Container.active-1 .product-filter-row:nth-child(1) .product-filter-header-container:after,#ProductFilter-Container.active-2 .product-filter-row:nth-child(2) .product-filter-header-container:after,#ProductFilter-Container.active-3 .product-filter-row:nth-child(3) .product-filter-header-container:after,#ProductFilter-Container.active-4 .product-filter-row:nth-child(4) .product-filter-header-container:after,#ProductFilter-Container.active-5 .product-filter-row:nth-child(5) .product-filter-header-container:after,#ProductFilter-Container.active-6 .product-filter-row:nth-child(6) .product-filter-header-container:after,#ProductFilter-Container.active-7 .product-filter-row:nth-child(7) .product-filter-header-container:after,#ProductFilter-Container.active-8 .product-filter-row:nth-child(8) .product-filter-header-container:after,#ProductFilter-Container.active-9 .product-filter-row:nth-child(9) .product-filter-header-container:after,#ProductFilter-Container.active-10 .product-filter-row:nth-child(10) .product-filter-header-container:after,#ProductFilter-Container.active-1 .product-filter-column:nth-child(1) .product-filter-header-container:after,#ProductFilter-Container.active-2 .product-filter-column:nth-child(2) .product-filter-header-container:after,#ProductFilter-Container.active-3 .product-filter-column:nth-child(3) .product-filter-header-container:after,#ProductFilter-Container.active-4 .product-filter-column:nth-child(4) .product-filter-header-container:after,#ProductFilter-Container.active-5 .product-filter-column:nth-child(5) .product-filter-header-container:after,#ProductFilter-Container.active-6 .product-filter-column:nth-child(6) .product-filter-header-container:after,#ProductFilter-Container.active-7 .product-filter-column:nth-child(7) .product-filter-header-container:after,#ProductFilter-Container.active-8 .product-filter-column:nth-child(8) .product-filter-header-container:after,#ProductFilter-Container.active-9 .product-filter-column:nth-child(9) .product-filter-header-container:after,#ProductFilter-Container.active-10 .product-filter-column:nth-child(10) .product-filter-header-container:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: #333
}

#ProductFilter-Container .product-filter-headertext-container {
    display: none
}

#ProductFilter-Container .product-filter-column,#ProductFilter-Container .product-filter-row {
    width: 100% !important;
    padding: 0
}

#ProductFilter-Container .product-filter-column .product-filter-container,#ProductFilter-Container .product-filter-row .product-filter-container {
    border: 0;
    margin-bottom: 2px
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-container,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-container {
    position: relative;
    color: #1d1d1b;
    background-color: white;
    border-bottom: none;
    padding: 0.875rem 1rem 0.875rem 1.5rem;
    line-height: 1rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

@media (min-width: 62em) {
    #ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-container,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-container {
        font-size:1.125rem
    }
}

@media (max-width: 61.99em) {
    #ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-container,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-container {
        font-size:1.3235rem
    }
}

@media (max-width: 47.99em) {
    #ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-container,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-container {
        font-size:1.5rem
    }
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-container .product-filter-header-text,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-container .product-filter-header-text {
    line-height: 1.5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-container.showfilter,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-container.showfilter {
    background-color: #fff;
    color: #333
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-container.showfilter:after,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-container.showfilter:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #bdbdbd
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-container:after,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-container:after {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #bdbdbd !important;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    margin-right: 4px;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-body-container,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-body-container {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
    max-height: 100% !important;
    padding: 0;
    transition: background-color 0.2s ease-in-out
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-body-container select,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-body-container select {
    display: block
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-body-container.product-filter-body-container-price,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-body-container.product-filter-body-container-price {
    overflow: visible
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-body-container .nice-select,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-body-container .nice-select {
    display: none
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-body-container .jslider_round_plastic .jslider-bg i,#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-body-container .jslider_round_plastic .jslider-pointer,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-body-container .jslider_round_plastic .jslider-bg i,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-body-container .jslider_round_plastic .jslider-pointer {
    background-image: url("../media/jslider.round.plastic.png")
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-body-container .jslider_round_plastic .jslider-pointer,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-body-container .jslider_round_plastic .jslider-pointer {
    width: 25px;
    height: 25px;
    top: -7px;
    margin-left: -14px
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-body-container .jslider .jslider-pointer,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-body-container .jslider .jslider-pointer {
    background-position: 0 -55px
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-body-container .jslider .jslider-pointer-hover,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-body-container .jslider .jslider-pointer-hover {
    background-position: -25px -55px
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-body-container .jslider .jslider-value,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-body-container .jslider .jslider-value {
    top: -20px
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-checkboxes,#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-manufactor-checkboxes,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-checkboxes,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-manufactor-checkboxes {
    margin: 0
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-clearlink-container,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-clearlink-container {
    float: left;
    background-color: rgba(25,116,193,0.2);
    border-radius: 2px;
    margin-left: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0s
}

@media (min-width: 62em) {
    #ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-clearlink-container,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-clearlink-container {
        font-size:.625rem
    }
}

@media (max-width: 61.99em) {
    #ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-clearlink-container,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-clearlink-container {
        font-size:.7353rem
    }
}

@media (max-width: 47.99em) {
    #ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-clearlink-container,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-clearlink-container {
        font-size:.8333rem
    }
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-clearlink-container a,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-clearlink-container a {
    display: block;
    padding: 5px 10px;
    color: #1974c1;
    text-decoration: none !important
}

#ProductFilter-Container .product-filter-column .product-filter-container .product-filter-header-clearlink-container:hover,#ProductFilter-Container .product-filter-row .product-filter-container .product-filter-header-clearlink-container:hover {
    background-color: rgba(25,116,193,0.4)
}

#ProductFilter-Container .product-filter-column .product-filter-container.filter-active .product-filter-header-clearlink-container,#ProductFilter-Container .product-filter-row .product-filter-container.filter-active .product-filter-header-clearlink-container {
    opacity: 1;
    visibility: visible
}

#ProductFilter-Container .product-filter-column .product-filter-container.filter-active .product-filter-header-container,#ProductFilter-Container .product-filter-row .product-filter-container.filter-active .product-filter-header-container {
    background-color: #fff;
    color: #333
}

#ProductFilter-Container .product-filter-column+.product-filter-row .product-filter-container,#ProductFilter-Container .product-filter-row+.product-filter-row .product-filter-container {
    border-top: 1px solid #ebebeb
}

#ProductFilter-Container .product-filter-checkbox-container {
    position: relative;
    width: 100% !important;
    padding: 0 !important;
    float: left;
    margin-bottom: 0.25rem
}

#ProductFilter-Container .product-filter-checkbox-container input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #cacaca;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    transition: opacity .2s ease-in-out, border .2s ease-in-out
}

#ProductFilter-Container .product-filter-checkbox-container ::-ms-check {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #cacaca;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    background-size: 12px;
    width: 18px;
    padding-top: 18px;
    -ms-transition: opacity .2s ease-in-out, border .2s ease-in-out;
    transition: opacity .2s ease-in-out, border .2s ease-in-out
}

#ProductFilter-Container .product-filter-checkbox-container input[type="checkbox"]:checked {
    background: #fff url("../media/icon-check.svg") center center no-repeat
}

#ProductFilter-Container .product-filter-checkbox-container input[type="checkbox"]:checked:hover {
    opacity: .5;
    transition: opacity .2s ease-in-out
}

#ProductFilter-Container .product-filter-checkbox-container input[type="checkbox"]:disabled {
    opacity: .2
}

#ProductFilter-Container .product-filter-checkbox-container input[type="checkbox"]:disabled~* {
    opacity: .2
}

#ProductFilter-Container .product-filter-checkbox-container input[type="checkbox"]:focus {
    outline: 0 none;
    box-shadow: none
}

#ProductFilter-Container .product-filter-checkbox-container input[type="checkbox"]:hover {
    box-shadow: 0 1px 2px -1px rgba(0,0,0,0.35)
}

#ProductFilter-Container .product-filter-search-category-link,#ProductFilter-Container .product-filter-search-category-link-active {
    line-height: 25px
}

@media (min-width: 62em) {
    #ProductFilter-Container .product-filter-search-category-link,#ProductFilter-Container .product-filter-search-category-link-active {
        font-size:.875rem
    }
}

@media (max-width: 61.99em) {
    #ProductFilter-Container .product-filter-search-category-link,#ProductFilter-Container .product-filter-search-category-link-active {
        font-size:1.0294rem
    }
}

@media (max-width: 47.99em) {
    #ProductFilter-Container .product-filter-search-category-link,#ProductFilter-Container .product-filter-search-category-link-active {
        font-size:1.1667rem
    }
}

#ProductFilter-Container .product-filter-search-category-link-active {
    color: #1974c1
}

#ProductFilter-Container .product-filter-checkbox-label {
    line-height: 20px;
    padding-left: 0.5rem;
    display: block;
    position: absolute;
    right: 0;
    left: 20px;
    cursor: pointer
}

@media (min-width: 62em) {
    #ProductFilter-Container .product-filter-checkbox-label {
        font-size:.75rem
    }
}

@media (max-width: 61.99em) {
    #ProductFilter-Container .product-filter-checkbox-label {
        font-size:.8824rem
    }
}

@media (max-width: 47.99em) {
    #ProductFilter-Container .product-filter-checkbox-label {
        font-size:1rem
    }
}

#ProductFilter-Container .product-filter-count-container {
    line-height: 20px;
    background: #ebebeb;
    border-radius: 3px;
    padding: 1px 5px;
    color: #999
}

@media (min-width: 62em) {
    #ProductFilter-Container .product-filter-count-container {
        font-size:.75rem
    }
}

@media (max-width: 61.99em) {
    #ProductFilter-Container .product-filter-count-container {
        font-size:.8824rem
    }
}

@media (max-width: 47.99em) {
    #ProductFilter-Container .product-filter-count-container {
        font-size:1rem
    }
}

#ProductFilter-Container .product-filter-clear {
    display: none
}

#ProductFilter-Container .product-filter-clear-all {
    float: right;
    font-size: .75rem;
    background-color: rgba(35,31,32,0.2);
    border-radius: 2px;
    margin-top: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0s
}

#ProductFilter-Container .product-filter-clear-all a {
    display: block;
    padding: 5px 10px;
    color: #1974c1;
    text-decoration: none !important
}

.filter-active #ProductFilter-Container .product-filter-clear-all {
    opacity: 1;
    visibility: visible
}

#ProductFilter-Container .product-filter-show-all-items {
    font-size: .75rem
}

#ProductFilter-Container .show-products {
    display: none
}

#ProductFilter-Container .product-filter-show-all-container {
    font-size: .875rem;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    line-height: 2rem;
    height: 2rem;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 3px;
    text-decoration: none
}

#ProductFilter-Container #product-filter-container-hidden {
    overflow: visible !important
}

@media (max-width: 47.99em) {
    #ProductFilter-Container {
        position:fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 2rem 2rem 5rem;
        background-color: white;
        z-index: 999999999999;
        border-radius: 0;
        box-shadow: 4px 4px 20px transparent;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: box-shadow 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, box-shadow 0.3s;
        transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s
    }

    #ProductFilter-Container.filter-is-visible {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 4px 4px 20px rgba(0,0,0,0.2)
    }

    #ProductFilter-Container .product-filter-headertext-container {
        display: block;
        height: 50px;
        line-height: 2rem;
        font-weight: 700
    }
}

@media (max-width: 47.99em) and (min-width: 62em) {
    #ProductFilter-Container .product-filter-headertext-container {
        font-size:1.5rem
    }
}

@media (max-width: 47.99em) and (max-width: 61.99em) {
    #ProductFilter-Container .product-filter-headertext-container {
        font-size:1.7647rem
    }
}

@media (max-width: 47.99em) and (max-width: 47.99em) {
    #ProductFilter-Container .product-filter-headertext-container {
        font-size:2rem
    }
}

@media (max-width: 47.99em) {
    #ProductFilter-Container .product-filter-column-container-1 {
        overflow:hidden;
        border: 1px solid #ebebeb;
        border-radius: 5px;
        box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.05)
    }

    #ProductFilter-Container .close-filter {
        position: absolute;
        top: 0;
        right: 0;
        padding: 30px;
        background: url("../media/icon-close.svg") center center no-repeat;
        cursor: pointer
    }
}

@media (max-width: 47.99em) {
    #ProductFilter-Container {
        width:100%
    }

    #ProductFilter-Container .show-products {
        float: left;
        display: block;
        font-weight: 700;
        background: #1974c1;
        color: #fff;
        padding: 0.75rem 0
    }

    #ProductFilter-Container .show-products,#ProductFilter-Container .product-filter-clear-all {
        margin-top: 1rem;
        width: 48%;
        text-align: center;
        border-radius: 3px
    }
}

@media (max-width: 47.99em) and (min-width: 62em) {
    #ProductFilter-Container .show-products,#ProductFilter-Container .product-filter-clear-all {
        font-size:.875rem
    }
}

@media (max-width: 47.99em) and (max-width: 61.99em) {
    #ProductFilter-Container .show-products,#ProductFilter-Container .product-filter-clear-all {
        font-size:1.0294rem
    }
}

@media (max-width: 47.99em) and (max-width: 47.99em) {
    #ProductFilter-Container .show-products,#ProductFilter-Container .product-filter-clear-all {
        font-size:1.1667rem
    }
}

@media (max-width: 47.99em) {
    #ProductFilter-Container .product-filter-clear-all a {
        padding:0.75rem 0
    }
}

#topnav .Heading_Productmenu,#topnav #ActiveCategory_A {
    display: none
}

#topnav #ProductMenu_List {
    
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 2;
    overflow: hidden
}

#topnav #ProductMenu_List.visible {
    overflow: visible
}

#topnav #ProductMenu_List ul,#topnav #ProductMenu_List li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#topnav #ProductMenu_List>li {
    display: inline-block;
    z-index: 1
}

#topnav #ProductMenu_List>li>a {
    font-size: 1.125rem;
    line-height: 50px;
    padding: 0 1.5rem;
    display: block;
    position: relative
}

#topnav #ProductMenu_List>li>a.DeActiv_ProductMenu {
    color: #1974c1
}

#topnav #ProductMenu_List>li:first-child a {
    padding-left: 0
}

#topnav #ProductMenu_List>li>ul {
    box-shadow: 0px 10px 30px -6px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    position: absolute;
}



#topnav #ProductMenu_List>li>ul>li {
    /* display: inline-table; */
    width: 100%;
    vertical-align: top
}

#topnav #ProductMenu_List>li>ul>li>a {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
}

#topnav #ProductMenu_List>li>ul>li,#topnav #ProductMenu_List>li>ul>li.has-dropdown,#topnav #ProductMenu_List>li>ul>li.flexMenu-viewMore {

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #topnav #ProductMenu_List>li>ul>li,#topnav #ProductMenu_List>li>ul>li.has-dropdown,#topnav #ProductMenu_List>li>ul>li.flexMenu-viewMore {
        float:left
    }
}

@supports (-ms-ime-align: auto) {
    #topnav #ProductMenu_List>li>ul>li,#topnav #ProductMenu_List>li>ul>li.has-dropdown,#topnav #ProductMenu_List>li>ul>li.flexMenu-viewMore {
        float: none
    }
}

#topnav #ProductMenu_List>li>ul>li>a,#topnav #ProductMenu_List>li>ul>li.has-dropdown>a,#topnav #ProductMenu_List>li>ul>li.flexMenu-viewMore>a {
    display: block;
    /* margin-bottom: 0.25rem; */
}

#topnav #ProductMenu_List>li>ul>li>ul,#topnav #ProductMenu_List>li>ul>li.has-dropdown>ul,#topnav #ProductMenu_List>li>ul>li.flexMenu-viewMore>ul {
    display: inline-block;
    margin-bottom: 1.5rem
}

#topnav #ProductMenu_List>li>ul>li>ul ul,#topnav #ProductMenu_List>li>ul>li.has-dropdown>ul ul,#topnav #ProductMenu_List>li>ul>li.flexMenu-viewMore>ul ul {
    display: none
}

#topnav #ProductMenu_List>li>ul>li>ul li,#topnav #ProductMenu_List>li>ul>li.has-dropdown>ul li,#topnav #ProductMenu_List>li>ul>li.flexMenu-viewMore>ul li {
    line-height: 1.5
}

#topnav #ProductMenu_List>li>ul>li>ul li.active>a,#topnav #ProductMenu_List>li>ul>li.has-dropdown>ul li.active>a,#topnav #ProductMenu_List>li>ul>li.flexMenu-viewMore>ul li.active>a {
    color: #1974c1
}

#topnav #ProductMenu_List>li>ul>li>ul a,#topnav #ProductMenu_List>li>ul>li.has-dropdown>ul a,#topnav #ProductMenu_List>li>ul>li.flexMenu-viewMore>ul a {
    display: block;
    font-size: 0.875rem
}

/*
#topnav #ProductMenu_List>li.has-dropdown>a.CategoryLink0_Productmenu:after,#topnav #ProductMenu_List>li.flexMenu-viewMore>a.CategoryLink0_Productmenu:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9999;
    margin: -8px 0 0 -8px;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 1px;
    opacity: 0;
    background-color: #fff;
    transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    -webkit-transform: translate3d(0px, -10px, 0px) rotate(45deg);
    transform: translate3d(0px, -10px, 0px) rotate(45deg);
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}
*/
#topnav #ProductMenu_List>li:hover {
    z-index: 999
}

#topnav #ProductMenu_List>li:hover>a {
    color: #1974c1
}

#topnav #ProductMenu_List>li:hover>a.CategoryLink0_Productmenu:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(45deg);
    transform: translate3d(0px, 0px, 0px) rotate(45deg)
}

#topnav #ProductMenu_List>li:hover>ul {
    visibility: visible;
    background: #fff!important;
    width: 250px;
    opacity: 1;
    z-index: 999;
    transition: opacity 0.15s ease-in-out, -webkit-transform 0s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0s ease-in-out, -webkit-transform 0s ease-in-out;
}

#topnav #ProductMenu_List>li.flexMenu-viewMore {
    margin-left: 1.5rem;
    border-left: 1px solid #ebebeb
}

#topnav #ProductMenu_List>li.flexMenu-viewMore>a {
    font-weight: bold;
    color: #999
}

#topnav #ProductMenu_List a {
    color: #1d1d1b;
    text-decoration: none
}

#topnav #ProductMenu_List a:hover {
    color: #1974c1
}


#ProductMenuLeft {
    display: none
}

@media (min-width: 48em) {
    body #Content_Productlist {
        float:right;
        width: calc(100% - 15.625rem);
        padding-left: 2rem
    }

    .webshop-subcat #ProductFilter-Container {
        display: block !important;
        clear: left
    }

    .webshop-productlist main .BreadCrumb,.webshop-productlist main .SubCats_Categories_Container>table>tbody>tr>td[height="50"],.webshop-productlist main .SubCats_BreadCrumb {
        margin-left: -17.625rem !important;
        float: left;
        padding-left: 0 !important;
        position: absolute
    }

    #ProductMenuLeft {
        position: relative;
        display: block;
        float: left;
        width: 15.625rem;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 3rem;
        background: #fff;
        overflow: hidden;
        z-index: 9
    }

    #ProductMenuLeft .Heading_Productmenu {
        display: block;
        display: none;
        position: relative;
        width: 100%;
        font-size: 1.3125rem;
        font-weight: 700;
        line-height: 3.5rem;
        padding-left: 1rem
    }

    #ProductMenuLeft .Heading_Productmenu.hide-dropdown:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-color: #bdbdbd
    }

    #ProductMenuLeft .Heading_Productmenu.hide-dropdown~* {
        display: none
    }

    #ProductMenuLeft .Heading_Productmenu:after {
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-color: #bdbdbd !important;
        content: '';
        display: block;
        height: 8px;
        width: 8px;
        margin-top: 1.5rem;
        margin-right: 4px;
        pointer-events: none;
        position: absolute;
        right: 1rem;
        top: 0;
        cursor: pointer;
        -webkit-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        transition: all 0.15s ease-in-out
    }

    #ProductMenuLeft ul,#ProductMenuLeft li {
        list-style: none;
        padding: 0;
        margin: 0
    }

    #ProductMenuLeft a {
        display: inline-block;
        text-decoration: none
    }

    #ProductMenuLeft a:hover {
        text-decoration: underline
    }

    #ProductMenuLeft span.ProductMenu_MenuItemBold {
        font-weight: 400
    }

    #ProductMenuLeft>li>a,#ProductMenuLeft>li>.Heading_Productmenu>a,#ProductMenuLeft>div>a,#ProductMenuLeft>div>.Heading_Productmenu>a {
        position: relative;
        width: 100%;
        line-height: 3.5rem;
        padding: 0 1.5rem 0 1.5rem;
        color: #1d1d1b;
        font-size: 1.3125rem;
        border-top: 1px solid #ebebeb;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    #ProductMenuLeft>li>a>.ProductMenu_MenuItemBold,#ProductMenuLeft>li>.Heading_Productmenu>a>.ProductMenu_MenuItemBold,#ProductMenuLeft>div>a>.ProductMenu_MenuItemBold,#ProductMenuLeft>div>.Heading_Productmenu>a>.ProductMenu_MenuItemBold {
        font-weight: 700
    }

    #ProductMenuLeft>li>a:after,#ProductMenuLeft>li>.Heading_Productmenu>a:after,#ProductMenuLeft>div>a:after,#ProductMenuLeft>div>.Heading_Productmenu>a:after {
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-color: rgba(29,29,27,0.2) !important;
        display: block;
        height: 8px;
        width: 8px;
        margin-top: -5px;
        margin-right: 0;
        pointer-events: none;
        position: absolute;
        left: 1.25rem;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        transition: all 0.15s ease-in-out
    }

    #ProductMenuLeft>li>a.showfilter:after,#ProductMenuLeft>li>.Heading_Productmenu>a.showfilter:after,#ProductMenuLeft>div>a.showfilter:after,#ProductMenuLeft>div>.Heading_Productmenu>a.showfilter:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-color: #bdbdbd
    }

    #ProductMenuLeft>li>a:first-child,#ProductMenuLeft>li>.Heading_Productmenu>a:first-child,#ProductMenuLeft>div>a:first-child,#ProductMenuLeft>div>.Heading_Productmenu>a:first-child {
        border-top: none
    }

    #ProductMenuLeft>li>ul a,#ProductMenuLeft>div>ul a {
        font-size: 1rem
    }

    #ProductMenuLeft>li>ul>li,#ProductMenuLeft>div>ul>li {
        border-top: 1px solid #ebebeb;
        padding: 0.5rem 0 0.5rem 1.5rem
    }

    #ProductMenuLeft>li>ul>li:first-child,#ProductMenuLeft>div>ul>li:first-child {
        border-top: none
    }

    #ProductMenuLeft>li>ul>li>a,#ProductMenuLeft>div>ul>li>a {
        color: #1a1f22;
        line-height: 1.33;
        font-weight: 400;
        padding: 0;
        margin: 0;
        text-decoration: none
    }

    #ProductMenuLeft>li>ul>li ul,#ProductMenuLeft>div>ul>li ul {
        display: none;
        padding-bottom: 1.5rem;
        margin-top: 1rem
    }

    #ProductMenuLeft>li>ul>li ul>li,#ProductMenuLeft>div>ul>li ul>li {
        padding-left: 1.25rem;
        padding-right: 2rem;
        padding-bottom: 0.25rem
    }

    #ProductMenuLeft>li>ul>li ul>li>a,#ProductMenuLeft>div>ul>li ul>li>a {
        font-size: .875rem;
        color: #505050;
        font-weight: 400;
        line-height: 1.2
    }

    #ProductMenuLeft>li>ul>li ul>li>a>span.ProductMenu_MenuItemBold,#ProductMenuLeft>div>ul>li ul>li>a>span.ProductMenu_MenuItemBold {
        font-weight: 400
    }

    #ProductMenuLeft>li>ul>li ul>li ul>li>a,#ProductMenuLeft>div>ul>li ul>li ul>li>a {
        font-size: .75rem
    }

    #ProductMenuLeft .has-dropdown {
        position: relative;
        cursor: pointer
    }

    #ProductMenuLeft .has-dropdown>.open-dropdown {
        padding: 13px;
        left: 0;
        position: absolute;
        top: 0;
        cursor: pointer
    }

    #ProductMenuLeft .has-dropdown>.open-dropdown:hover:after {
        border-color: #1974c1 !important
    }

    #ProductMenuLeft .has-dropdown.show-dropdown>.open-dropdown:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        border-color: #bdbdbd
    }

    #ProductMenuLeft .has-dropdown.show-dropdown>ul.dropdown {
        display: block
    }

    #ProductMenuLeft .has-dropdown>.open-dropdown:after {
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-color: #bdbdbd !important;
        content: '';
        display: block;
        height: 8px;
        width: 8px;
        margin-top: 0.875rem;
        margin-right: 4px;
        position: absolute;
        right: 0.5rem;
        top: 0;
        cursor: pointer;
        -webkit-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out
    }

    #ProductMenuLeft .has-dropdown .has-dropdown>.open-dropdown:after {
        left: 0;
        right: 0;
        margin-top: 0.5rem
    }

    #ProductMenuLeft li.active>a {
        position: relative;
        color: #1974c1
    }

    #ProductMenuLeft li.active>a.Activ_Productmenu span.ProductMenu_MenuItemBold {
        font-weight: 700
    }

    #ProductMenuLeft li.active>a.Activ_Productmenu:after {
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-color: rgba(25,116,193,0.3) !important;
        content: '';
        display: block;
        height: 8px;
        width: 8px;
        margin-top: -5px;
        margin-right: 0;
        pointer-events: none;
        position: absolute;
        right: -1.5rem;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all 0.15s ease-in-out
    }

    #ProductMenuLeft li.active>a.Activ_Productmenu:after.show-dropdown>.open-dropdown:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-color: #bdbdbd
    }

    #ProductMenuLeft li.active ul {
        display: block
    }

    #ProductMenuLeft li.active.has-dropdown>.open-dropdown:after {
        display: none
    }

    #ProductMenuLeft #ProductmenuContainer_DIV .Heading_Productmenu {
        display: none
    }

    #ProductMenuLeft #ActiveCategory_A {
        display: none
    }

    #ProductMenuLeft .ProductMenu_Category_Icon,#ProductMenuLeft .ProductMenu_Category_Icon_Container {
        display: none
    }
}

.webshop-productinfo main>.container {
    max-width: 100%
}

.webshop-productinfo main>.container .container:not(:last-child):after {
    width: 100%;
    height: 4rem;
    position: absolute;
    left: 0;
    z-index: -1;
    border-top: 1px solid #ebebeb
}

.ProductPage {
    font-size: 1rem;
    color: #636363;
    padding-bottom: 60px
}

.ProductPage .ProductNumber {
    font-size: .625rem;
    font-style: italic;
    color: #999
}

section.main-section {
    margin-bottom: 2.5rem
}

section.main-section>div>.pull-right {
    clear: right
}

section.main-section span[itemprop="brand"] br {
    display: none
}

h1.ProductName {
    font-size: 3rem;
    line-height: 1.2;
    margin-top: 0;
    color: #333
}

@media (max-width: 47.99em) {
    h1.ProductName {
        font-size:2rem
    }
}

h1.ProductName+* {
    margin-top: 10px !important
}

.BuyBox .ProductPrice * {
    font-size: 2rem;
    line-height: 1.25;
    display: inline-block
}

.ProductImage.MainProduct .NewsImage {
    position: absolute;
    top: 4rem;
    right: 0.9375rem
}

.ProductImage.MainProduct .NewsImage img {
    width: 4rem
}

.ProductImage.MainProduct .SpecialOffer {
    position: absolute;
    top: 2rem;
    line-height: 1;
    left: 0.9375rem
}

.Element_Overlay_ProdInfo_SpecialOfferDIV,.Element_Overlay_ProdInfo_SavingsDIV {
    width: 100%;
    height: 100%
}

#Productinfo_Fancybox_Image_DIV {
    text-align: center;
    position: relative
}

#Image_Productinfo_FancyBox>img {
    width: 100%
}

.ImageCanvas {
    margin-top: 2rem
}

.ImageSelector {
    float: left;
    width: 100%;
    margin-top: 2rem
}

.ImageSelector br {
    display: none
}

.ImageSelector>a,.ImageSelector .Thumbnail_Productinfo_FancyBox {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    max-width: 100px;
    height: auto;
    padding-bottom: 100px;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    margin-right: 3%;
    margin-bottom: 0.5rem;
    border: 1px solid #ebebeb
}

.ImageSelector>a img,.ImageSelector .Thumbnail_Productinfo_FancyBox img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    border: none !important;
    margin: auto !important;
    padding: 0.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media (min-width: 62em) {
    .ImageSelector {
        max-width:100px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.15s ease-in-out
    }

    .ImageSelector.slick-vertical {
        margin-top: 0
    }

    .ImageSelector.slick-initialized {
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 61.99em) {
    .ImageSelector>a,.ImageSelector .Thumbnail_Productinfo_FancyBox {
        width:22%;
        max-width: 22%;
        padding-bottom: 22%
    }

    .ImageSelector>a:nth-of-type(4n),.ImageSelector .Thumbnail_Productinfo_FancyBox:nth-of-type(4n) {
        margin-right: 0
    }
}

@media (max-width: 33.99em) {
    .ImageSelector>a,.ImageSelector .Thumbnail_Productinfo_FancyBox {
        width:22%;
        max-width: 22%;
        padding-bottom: 22%;
        margin-right: 4%;
        margin-bottom: 4%
    }
}

.ProductPage .main-section .Stock {
    margin-top: 1rem;
    font-size: .875rem
}

.ProductPage .main-section .Stock img {
    margin-right: 10px;
    width: 16px;
    vertical-align: text-bottom
}

.ProductPage .StockMessageMain {
    font-weight: 900
}

.ProductPage .StockMessageMain .Description_Productinfo {
    text-transform: uppercase;
    margin-right: 10px
}

.ProductPage .StockMessageMain.stock-low .Description_Productinfo {
    color: #b21818
}

.ProductPage .StockMessage {
    padding: 0
}

.ProductPage .StockEmailNotificationWrapper {
    display: inline;
    text-transform: none
}

.StockMessageMain {
    opacity: 0;
    visibility: hidden
}

.StockMessageMain.visible {
    opacity: 1;
    visibility: visible
}

.VariantContainer {
    position: relative
}

.VariantContainer .Variants {
    margin: 2rem 0 0
}

.BuyBox .VariantContainer~.BuyButton {
    margin-top: 0.75rem
}

.VariantContainer .VariantGroup,.VariantContainer .VariantGroup tbody,.VariantContainer .VariantGroup tr,.VariantContainer .VariantGroup td {
    display: block;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    float: left;
    line-height: 36px
}

.VariantContainer .VariantGroup tr {
    width: auto
}

.VariantContainer .VariantGroup tr:last-child>td {
    position: relative;
    display: inline-block;
    height: auto
}

.VariantContainer .VariantGroup tr:last-child>td .nice-select {
    width: 18rem;
    max-width: 100%;
    margin-bottom: 0.5rem
}

.VariantContainer .VariantGroup tr:last-child>td .nice-select.open {
    z-index: 9999
}

.VariantContainer .VariantGroup tr:last-child>td .nice-select .list {
    left: auto;
    right: 0;
    background: white
}

.VariantContainer .VariantGroup tr:last-child>td .nice-select .list>li:first-child {
    opacity: 0.5;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    margin-left: -0.25rem;
    cursor: default
}

.VariantContainer .VariantGroup tr:last-child>td .nice-select .current {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis
}

.VariantContainer .VariantGroup tr:last-child .TextInputField_ProductInfo {
    width: 18rem;
    max-width: 100%;
    font-size: 1rem;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #bdbdbd
}

.VariantContainer .VariantGroupLabel {
    display: none !important;
    font-family: Lato, Helvetica, Arial, sans-serif;
    color: #333;
    font-size: .875rem;
    font-weight: 700;
    padding-right: 3rem;
    padding-left: 1.5rem;
    background: #ebebeb;
    border-radius: 100px 0 0 100px;
    height: 100%
}

.VariantContainer select {
    font-size: 16px;
    height: 30px;
    width: 100%;
    padding: 0px 20px 0 10px;
    box-shadow: none;
    outline: none;
    border: none;
    background: transparent url("../media/select-arrow.svg") no-repeat 98% center;
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    line-height: 20px
}

.VariantContainer select ::-ms-expand {
    display: none
}

@media (max-width: 33.99em) {
    .VariantContainer td.VariantGroupLabel {
        text-align:center;
        font-size: 1rem;
        line-height: 2rem;
        width: 100%;
        border-radius: 18px;
        padding: 0 36px 36px;
        top: 36px;
        position: relative
    }

    .VariantContainer .VariantGroup,.VariantContainer .VariantGroup tr {
        width: 100%
    }

    .VariantContainer tr:last-child {
        width: 100%
    }

    .VariantContainer .VariantGroup tr:last-child>td .nice-select .list {
        left: 0
    }

    .VariantContainer tr:last-child td,.VariantContainer select {
        width: 100%
    }

    .ImageSelector {
        margin: 0.5rem 0 0
    }
}

.webshop-productinfo .BuyBox .SparProcent {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
    background: rgba(255,224,0,0.75);
    line-height: initial;
    font-size: 12px;
    color: #000;
    text-transform: uppercase
}

.webshop-productinfo .Vat {
    font-size: .875rem;
    color: #636363;
    font-style: italic
}

.Prices_Custom_DIV>div .PriceAmount {
    font-weight: 400;
    font-style: italic;
    font-size: .875rem;
    color: #636363
}

.BuyBox {
    float: left;
    width: 100%;
    padding: 1.25rem 0
}

.BuyBox>div {
    padding: 0 2rem;
    float: left;
    width: 100%
}

.BuyBox .Prices {
    font-size: 2rem;
    font-weight: 700
}

.BuyBox .Prices_Custom_DIV>div+div {
    margin-top: 1rem
}

.BuyBox .ProductPrice .PriceBefore {
    display: none
}

.BuyBox .PriceText {
    display: none
}

.BuyBox .RetailSalesPrice strike {
    text-decoration: line-through
}

.BuyBox .BuyButton {
    margin-top: 2rem
}

.BuyBox .InfoBanner {
    font-size: 1.125rem;
    font-weight: 400;
    padding: 1rem 2rem;
    border-bottom: 1px solid;
    display: inline-block
}

.BuyBox .InfoBanner.yellow {
    color: #e98400;
    border-color: rgba(233,132,0,0.2)
}

.BuyBox .InfoBanner.yellow .InfoBannerBadge {
    background: #e98400
}

.BuyBox .InfoBanner .InfoBannerBadge {
    float: left;
    width: auto;
    border-radius: 100px;
    margin-right: 2rem;
    color: white;
    font-weight: 900;
    font-size: .75rem;
    padding: 0 1rem;
    line-height: 2;
    vertical-align: text-top
}

.BuyBox .InfoBanner .InfoBannerText {
    width: auto;
    overflow: hidden
}

.BuyBox .ShortDescription {
    margin: 1rem 0
}

.BuyBox .ShortDescription .read-more-link {
    display: block;
    margin-top: 1rem;
    color: #1974c1;
    font-weight: bold;
    cursor: pointer
}

.BuyBox .ShortDescription .read-more-link:hover {
    text-decoration: underline
}

#BUYSECTION {
    width: 100%
}

.amountWrapper {
    display: inline-block;
    position: relative;
    float: left;
    vertical-align: top;
    height: 100%
}

.amountWrapperHeadline {
    display: none;
    border-radius: 3px 3px 0 0;
    position: absolute;
    width: 4rem;
    left: 2rem;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    height: 1rem;
    top: 0.25rem;
    text-align: center;
    font-size: .625rem;
    font-weight: 600;
    color: #fff;
    border: none
}

.amountWrapper input {
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    border-radius: 100px 0 0 100px;
    height: 4rem;
    width: 5rem;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #174340;
    padding: 0
}

.amountWrapper input[disabled] {
    opacity: 0.2
}

input[type='number'] {
    -moz-appearance: textfield
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.buyWrapper {
    position: relative;
    height: 100%;
    width: auto;
    overflow: hidden
}

.buyWrapper .buyWrapperHeadline {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 4rem;
    max-width: 18rem;
    padding: 0 5rem 0 2rem;
    white-space: nowrap;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
    color: #fff;
    width: 100%;
    height: 100%;
    transition: border-radius 0.25s ease-in;
    background: #174340 url("../media/icon-cart-transparent.svg") no-repeat 85% center;
    border-radius: 0 100px 100px 0
}

@media (min-width: 34em) {
    .buyWrapper:hover .buyWrapperHeadline {
        transition:border-radius 0.15s ease-out
    }
}

.buyWrapper input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    left: 0;
    top: 0
}

.no-touchevents #BUYSECTION {
    position: relative
}

.no-touchevents #BUYSECTION:hover .buyWrapperHeadline {
    background-color: #0d2b29
}

@media (min-width: 48em) {
    .Description1 {
        border-right:1px solid #ebebeb;
        padding-right: 5rem
    }
}

.Description2 {
    margin-top: 1em
}

@media (max-width: 61.99em) {
    .amountWrapper input {
        width:2rem;
        margin-left: 1rem;
        border-radius: 3px
    }

    .buyWrapper .buyWrapperHeadline {
        padding-left: 3rem;
        background-position: 10% center
    }
}

@media (max-width: 47.99em) and (min-width: 62em) {
    .ProductPage {
        font-size:.75rem
    }
}

@media (max-width: 47.99em) and (max-width: 61.99em) {
    .ProductPage {
        font-size:.8824rem
    }
}

@media (max-width: 47.99em) and (max-width: 47.99em) {
    .ProductPage {
        font-size:1rem
    }
}

@media (max-width: 47.99em) {
    #BUYSECTION {
        width:100%
    }
}

@media (max-width: 33.99em) {
    .amountWrapper {
        z-index:999;
        left: 2rem;
        padding-left: 0
    }

    .amountWrapper input {
        margin: 0;
        height: 4rem;
        width: 6rem;
        border-radius: 100px 0 0 100px;
        border-right: 0;
        font-size: 1.125rem
    }

    .amountWrapper .amountWrapperHeadline {
        display: none
    }

    .buyWrapper .buyWrapperHeadline {
        padding-left: 2rem;
        background-position: 90% center;
        height: 4rem;
        line-height: 4rem;
        max-width: 100%;
        font-size: 1.5rem
    }
}

@media (max-width: 61.99em) {
    #product-tabs .tab-content>.tab-pane {
        padding:20px
    }
}

@media (max-width: 47.99em) {
    #produkt-collapse .panel-body {
        padding:0
    }

    .table-striped>tbody>tr:first-child>* {
        border-top: none !important
    }

    .table-striped {
        margin-bottom: 0
    }

    .table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
        padding: 10px 20px
    }
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    margin-right: 1px;
    text-align: center;
    border-top: 3px solid transparent
}

.nav-tabs>li:hover {
    opacity: 0.8
}

.nav-tabs>li>a {
    font-size: 1rem;
    display: block;
    font-weight: bold;
    line-height: 3.5rem;
    padding: 0 2rem !important;
    color: #636363;
    border: none;
    border-radius: 0;
    margin-right: 0;
    text-decoration: none
}

.nav-tabs>li.active {
    border-color: #1974c1
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #1974c1 !important;
    cursor: default;
    text-decoration: none !important
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.RootCategory_Productmenu .dropdown {
    top: auto;
    left: auto
}

@media (min-width: 34em) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 34em) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }

    .tab-content>.tab-pane.active {
        padding: 2rem 1.5rem 3rem
    }
}

.tab-content .tab-image {
    display: block;
    margin: 30px auto;
    min-width: 50%;
    max-width: 60%;
    max-height: 100px
}

#product-tabs-accordion {
    position: relative;
    overflow: hidden;
    margin: 2rem 0 0;
    border-radius: 3px;
    border: 1px solid #cacaca
}

#product-tabs-accordion .panel {
    display: none;
    box-shadow: none;
    margin-top: 0
}

#product-tabs-accordion .panel:not(:first-child) {
    border-top: 1px solid #fff
}

#product-tabs-accordion .panel.visible {
    display: block
}

#product-tabs-accordion .panel-body {
    padding: 1.5rem 2rem 2.5rem
}

#product-tabs-accordion .collapse {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

#product-tabs-accordion .collapse.in {
    height: auto;
    border-top: 1px solid #f4f4f4
}

.panel-group .panel {
    border-radius: 0;
    border: none
}

.panel-heading {
    position: relative;
    padding: 0
}

.panel-title {
    margin: 0
}

.panel-title>a {
    padding: 15px 15px;
    display: block;
    font-weight: 700;
    line-height: 20px;
    color: #45545d;
    background: #fff;
    text-decoration: none !important
}

@media (min-width: 62em) {
    .panel-title>a {
        font-size:.875rem
    }
}

@media (max-width: 61.99em) {
    .panel-title>a {
        font-size:1.0294rem
    }
}

@media (max-width: 47.99em) {
    .panel-title>a {
        font-size:1.1667rem
    }
}

.panel .panel .panel-title>a {
    font-size: 14px;
    line-height: 18px;
    padding-right: 40px
}

.panel .panel .panel-title>a:after {
    margin-right: -30px
}

.panel .js-tabcollapse-panel-body>h3 {
    display: none
}

.panel-title>a.collapsed {
    color: #666666;
    font-weight: 700;
    background: #ECECEC
}

.panel-title>a:after {
    border-bottom: 1px solid #636363;
    border-right: 1px solid #636363;
    content: '';
    display: block;
    height: 9px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all 0.15s ease-in-out;
    width: 9px
}

.panel-title>a.collapsed:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #333
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .videowrapper {
        margin-right:2%;
        width: 48%;
        padding-bottom: 27%;
        display: inline-block
    }
}

.pdf {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap
}

.pdf a {
    display: inline-block
}

.pdf img {
    margin: 0.75rem 0.5rem 0.75rem 1.5rem;
    width: 50px;
    height: 60px
}

.related-section,.alsobought-section {
    display: none
}

.related-section h3,.alsobought-section h3 {
    margin-top: 2rem
}

select.hidden {
    display: none
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 100px;
    border: solid 1px #bdbdbd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding-left: 1.75rem;
    padding-right: 4.375rem;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #bdbdbd
}

.nice-select:active,.nice-select.open,.nice-select:focus {
    border-color: #b1d6f5
}

.nice-select:after {
    border-bottom: 1px solid #1974c1;
    border-right: 1px solid #1974c1;
    content: '';
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #cfcfcf;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #57a6e9
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 24px;
    line-height: 24px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 24px;
    min-height: 24px
}

.nice-select .current {
    font-weight: 900
}

.nice-select .list {
    background-color: rgba(255,255,255,0.96);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.12);
    margin: 10px 0 0;
    opacity: 0;
    padding: 0.75rem 1.5rem 1.25rem;
    min-width: 100%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-32px/2);
    transform: scale(0.75) translateY(-32px/2);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-32px/2);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;
    z-index: 99
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .list:before {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 100;
    width: 18px;
    height: 18px;
    left: 0;
    right: 0;
    bottom: 100%;
    margin: auto;
    margin-bottom: -9px;
    border: 1px solid rgba(0,0,0,0.1);
    border-width: 1px 1px 0 0;
    background: rgba(255,255,255,0.96);
    box-shadow: 1px -1px 2px rgba(0,0,0,0.12);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 32px;
    list-style: none;
    min-height: 32px;
    outline: none;
    text-align: left;
    transition: all 0.2s
}

.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus {
    color: #1974c1
}

.nice-select .option.selected {
    font-weight: bold
}

.basket {
    position: relative;
    height: 3.125rem;
    width: 4.375rem !important;
    background: url("../media/icon-cart.svg") no-repeat center center;
    background-size: 2.25rem
}

@media (min-width: 48em) {
    .basket #BasketDropdown {
        top:50px
    }
}

.basket>span.LoginLink,.basket>span.BasketLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.basket>span.LoginLink>a,.basket>span.BasketLink>a {
    opacity: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999999
}

@media (min-width: 48em) {
    .basket>span.LoginLink>a:after,.basket>span.BasketLink>a:after {
        content:'';
        display: block;
        height: 100%;
        background: red;
        width: 15px;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 999999
    }
}

.basket .BasketTotalPrice {
    font-size: 1.125rem;
    font-weight: 900;
    color: #174340;
    line-height: 1
}

.basket .BasketTotalPrice span {
    font-weight: 300
}

.BasketTotalProducts {
    position: absolute;
    text-align: right;
    top: 0;
    right: -0.5rem;
    height: 1.875rem;
    min-width: 1.875rem;
    padding: 0 0.5rem;
    border-radius: 1.875rem;
    background: #174340;
    opacity: 0;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.875rem;
    transition: opacity 0.25s ease-in-out
}

.BasketTotalProducts.full {
    opacity: 1;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.BasketDropdownContainer {
    border-radius: 3px;
    box-shadow: 0px 0px 50px -10px;
    background: #fff
}

.BasketDropdownContainer:before {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    margin: -10px 40px 0 auto;
    box-shadow: 0px 0px 40px -10px;
    z-index: 9;
    transition: border-top-width 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0s
}

.BasketDropdown {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: -10px -20px -80px;
    padding: 10px 20px 80px;
    opacity: 0;
    font-size: 16px;
    z-index: -1;
    visibility: hidden;
    transition: opacity .2s ease-in-out, top .3s ease-in-out, z-index 0s .3s, visibility 0s .2s
}

#topbar .basket:hover .BasketDropdown,#nav-basket:hover .BasketDropdown {
    opacity: 1;
    top: 45px;
    z-index: 8000;
    visibility: visible;
    transition: opacity .3s ease-in-out, top .25s ease-in-out, z-index 0s, visibility 0s
}

.BasketDropdown div#Head {
    text-align: center;
    padding: 10px 0 10px
}

.BasketDropdown div#Head a {
    font-size: 20px;
    line-height: 25px;
    color: #90c128;
    font-weight: bold
}

.BasketDropdown .BasketPadding {
    padding: 10px 0 30px
}

.BasketDropdown div.BasketLines .Products_Basket_TBL {
    display: inline-block;
    width: 100%
}

.BasketDropdown div.BasketLines .Products_Basket_TBL>tbody {
    display: inline-block;
    width: 100%
}

.BasketDropdown div.BasketLines .Products_Basket_TBL>tbody>tr {
    display: inline-block;
    width: 100%
}

.BasketDropdown div.BasketLines tr {
    border-bottom: 1px solid #ebebeb;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 60px
}

.BasketDropdown div.BasketLines .Products_Basket_TotalPrice_TD,.BasketDropdown div.BasketLines .Products_Basket_Amount_TD {
    position: absolute;
    color: #bdbdbd;
    font-size: .75rem
}

.BasketDropdown div.BasketLines .Products_Basket_Amount_TD {
    width: 20px;
    top: 20px;
    font-weight: 300
}

.BasketDropdown div.BasketLines .Products_Basket_ProductName_TD {
    width: 100%;
    display: inline-block
}

.BasketDropdown div.BasketLines .Products_Basket_ProductName_TD a {
    display: block;
    color: #333;
    font-weight: 900;
    font-size: .75rem;
    line-height: 1.4;
    padding: 0;
    overflow: hidden;
    height: 1.05rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.BasketDropdown div.BasketLines .Products_Basket_ProductName_TD a:hover {
    text-decoration: none
}

.BasketDropdown div.BasketLines .Products_Basket_TotalPrice_TD {
    right: 20px;
    font-weight: 700
}

.BasketDropdown .BasketTotal {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    background: #efefef
}

.BasketDropdown .BasketTotal .BasketTotalPrice {
    color: #4A9A3B;
    font-weight: 900
}

.BasketDropdown .BasketTotal .BasketTotalText {
    font-weight: 900;
    text-transform: uppercase
}

.BasketDropdown .Fragt {
    padding-top: 5px;
    font-size: 14px;
    padding: 10px 20px
}

.BasketDropdown .Knapper a {
    float: left;
    margin-left: 10px;
    padding: 0px 20px 0px 20px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border-radius: 1px
}

.BasketDropdown .Knapper a#VisKurv {
    background: #f2f2f2;
    color: #464646;
    border: 1px solid #B9B7B5;
    transition: all 0.3s ease-in-out 0s
}

.BasketDropdown .Knapper a#VisKurv:hover {
    opacity: 0.85
}

.BasketDropdown .Knapper a.Kassen {
    background: #4A9A3B;
    color: #fff;
    border-bottom: 2px solid #3B862D;
    text-shadow: 1px 1px 1px #3B862D;
    padding: 0 40px;
    transition: all 0.3s ease-in-out 0s
}

.BasketDropdown .Knapper a.Kassen:hover {
    opacity: 0.85;
    padding-right: 30px
}

.BasketDropdown .Knapper span {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 700
}

.BasketDropdown .Float {
    float: left
}

.BasketDropdown .FloatRight {
    float: right
}

.BasketDropdown .Container {
    position: relative;
    overflow: hidden
}

#nav-basket .BasketDropdown {
    top: 0px
}

#nav-basket:hover .BasketDropdown {
    z-index: -1;
    top: 40px
}

#nav-basket .BasketDropdownContainer {
    border-radius: 0 0 3px 3px
}

#TomKurv {
    padding: 30px;
    text-align: center;
    font-size: 18px
}

#topnav-sticky-wrapper .menu-basket {
    float: right;
    visibility: hidden;
    opacity: 0;
    background: url("../media/icon-cart.svg") no-repeat center center;
    background-size: 2rem;
    transition: opacity 0.2s ease-in-out
}

#topnav-sticky-wrapper.is-sticky .menu-basket {
    visibility: visible;
    opacity: 1;
    width: 60px;
    height: 3em
}

#topnav-sticky-wrapper.is-sticky .menu-basket>a,#topnav-sticky-wrapper.is-sticky .menu-basket .BasketTotalPrice {
    display: none
}

@media (max-width: 47.99em) {
    #BasketDropdown {
        display:none
    }
}

@media (min-width: 48em) {
    #BasketDropdown {
        position:absolute;
        opacity: 0;
        visibility: hidden;
        z-index: 9999999999;
        width: 300px;
        right: 0;
        padding: 0 0 20px 0;
        margin: 30px auto 0;
        background: #FFF;
        color: #333;
        border-radius: 3px;
        box-shadow: 0 1px 30px 0px rgba(0,0,0,0.35);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-backface-visibility: hidden;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, transform 0.3s 0s, visibility 0s 0.3s;
        transition: opacity 0.3s 0s, transform 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s
    }

    .menu-basket #BasketDropdown {
        margin-top: 5px
    }

    #BasketDropdown .Product {
        font-size: .75rem;
        width: 100%;
        float: left;
        padding: 10px;
        border-bottom: 1px solid #dddddd
    }

    #BasketDropdown .ProductImage {
        width: 25%;
        height: 40px;
        padding: 0;
        overflow: hidden;
        position: relative
    }

    #BasketDropdown .ProductImage img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: auto !important;
        width: auto !important;
        max-width: 100%;
        max-height: 100%;
        margin: auto
    }

    #BasketDropdown .ProductName {
        width: 75%;
        text-align: left;
        line-height: 1.5;
        font-weight: 900;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    #BasketDropdown .Amount {
        width: 15%;
        color: #636363
    }

    #BasketDropdown .TotalPrice {
        width: 60%;
        text-align: right;
        color: #636363
    }

    #BasketDropdown .TotalPrice .value {
        font-weight: 900
    }

    #BasketDropdown .BasketBottom {
        font-size: .75rem;
        padding: 10px;
        padding-bottom: 0;
        float: left;
        text-align: right;
        width: 100%;
        color: #636363
    }

    #BasketDropdown .BasketBottom>div span {
        font-weight: 900;
        float: left
    }

    #BasketDropdown .BasketBottom>div b {
        font-weight: 900
    }

    #BasketDropdown .BuyPopupButtons {
        width: 100%;
        float: left;
        padding: 0 10px 10px
    }

    #BasketDropdown .BuyPopupButtons>div {
        width: 100%
    }

    #BasketDropdown .BuyPopupButtons .col-xs-12>div {
        font-size: 1.125rem;
        width: 100%;
        margin-top: 20px !important;
        color: #fff;
        padding-bottom: 2px;
        font-weight: 900;
        background: #174340;
        background-size: 1.25rem;
        float: right;
        height: 3rem;
        border-bottom: 2px solid #174340;
        border-radius: 100px;
        text-align: center;
        line-height: 3rem;
        cursor: pointer;
        display: block;
        text-shadow: 1px 1px 1px #174340
    }

    #BasketDropdown .BasketTotalPrice {
        font-size: 16px
    }

    #BasketDropdown:before {
        content: '';
        display: block;
        position: absolute;
        right: 1.75rem;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom-width: 10px;
        border-bottom-style: solid;
        border-bottom-color: #fff;
        margin: -10px auto 0 40px
    }

    #BasketDropdown .BasketEmpty~.BasketBottom,#BasketDropdown .BasketEmpty~.BuyPopupButtons {
        display: none
    }

    div:hover>#BasketDropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, transform 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, transform 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s
    }

    .DropdownContainer {
        position: relative
    }

    .DropdownContainer:hover:after {
        content: '';
        position: absolute;
        bottom: -15px;
        right: 0;
        width: 170%;
        height: 50px;
        display: block
    }
}

.webshop-showbasket main .BasketEmpty {
    margin-top: 3rem
}

.webshop-showbasket main .ShowBasketContent .h1,.webshop-showbasket main .BasketEmpty .h1 {
    margin: 0 0 2rem
}

.webshop-showbasket main .BasketContainer {
    margin-bottom: 4rem
}

.webshop-showbasket main .ShowBasketContent {
    margin-top: 1rem
}

.webshop-showbasket main .ShowBasket_Custom_DIV {
    border-top: 3px solid #ebebeb
}

.webshop-showbasket main .BasketContainer {
    position: relative;
    margin-top: 10px
}

.webshop-showbasket main .basket-section {
    margin-bottom: 2rem
}

.webshop-showbasket main .ShowBasket_Custom_DIV>div {
    border-bottom: 1px solid #ebebeb
}

.webshop-showbasket main .ShowBasket_Custom_DIV>div:first-child {
    border-top: none
}

@media (min-width: 48em) {
    .webshop-showbasket main .ShowBasket_Custom_DIV>div:last-child {
        border-bottom:none
    }
}

.webshop-showbasket main .BasketProduct {
    float: left;
    width: 100%;
    padding: 1rem 0
}

.webshop-showbasket main .BasketProduct .ProductImageCol {
    max-width: 8.125rem
}

.webshop-showbasket main .BasketProduct .ProductImage {
    padding: 0
}

.webshop-showbasket main .BasketProduct .ProductImage img {
    width: auto !important;
    max-width: 100%;
    max-height: 5.625rem;
    display: block;
    float: none;
    margin: 0 auto
}

.webshop-showbasket main .BasketProduct .ProductNumber {
    font-size: .625rem;
    font-style: italic;
    color: #999
}

.webshop-showbasket main .BasketProduct .ProductLink a {
    font-weight: 900;
    font-size: 1rem;
    color: #333
}

.webshop-showbasket main .BasketProduct .ShowBasket_SimpleVariants_DIV {
    padding: 5px 10px 0 0
}

.webshop-showbasket main .BasketProduct .BasketShortDescription {
    margin: 5px 0 15px
}

.webshop-showbasket main .BasketProduct .ShortDescription {
    margin-bottom: 1rem
}

.webshop-showbasket main .BasketProduct .ShortDescription,.webshop-showbasket main .BasketProduct .ShortDescription *,.webshop-showbasket main .BasketProduct .SimpleVariants {
    font-size: .75rem;
    line-height: 1.3;
    font-weight: 400
}

.webshop-showbasket main .BasketProduct .Currency {
    font-weight: 300
}

.webshop-showbasket main .BasketProduct .ProductInfoCol {
    margin-top: 1.25rem
}

.webshop-showbasket main .BasketProduct .AmountContainer>div {
    padding: 0
}

.webshop-showbasket main .BasketProduct .AmountContainer .BasketButton {
    background: url("../media/icon-arrow-up-down.svg") no-repeat;
    background-size: 35%;
    height: 20px
}

.webshop-showbasket main .BasketProduct .AmountContainer .BasketButton.IncButton {
    background-position: center top
}

.webshop-showbasket main .BasketProduct .AmountContainer .BasketButton.IncButton:hover {
    background-position: center 10%
}

.webshop-showbasket main .BasketProduct .AmountContainer .BasketButton.DecButton {
    background-position: center bottom
}

.webshop-showbasket main .BasketProduct .AmountContainer .BasketButton.DecButton:hover {
    background-position: center 90%
}

.webshop-showbasket main .BasketProduct .Amount {
    line-height: 40px;
    height: 40px;
    text-align: right;
    padding-right: 0.75rem;
    font-size: .875rem;
    font-weight: 900;
    border: 1px solid #ebebeb;
    border-right: 0;
    cursor: default;
    border-radius: 100px 0 0 100px
}

.webshop-showbasket main .BasketProduct .UnitPrice {
    text-align: right;
    color: #cacaca;
    font-size: 1.125rem;
    font-weight: 400
}

.webshop-showbasket main .BasketProduct .TotalPrice {
    text-align: right;
    color: #333;
    font-size: 1.125rem;
    font-weight: 900
}

.webshop-showbasket main .BasketProduct .BasketButton.RemButton {
    text-align: right
}

.webshop-showbasket main .BasketProduct .BasketButton.RemButton span {
    padding-left: 10px;
    background: url("../media/delete.svg") no-repeat left center
}

@media (min-width: 768px) {
    .webshop-showbasket main .BasketProduct .RemButton.BasketButton a {
        opacity:1;
        background: url("../media/icon-close-red.svg") no-repeat center center;
        width: 27px;
        height: 27px;
        border-radius: 16px
    }

    .webshop-showbasket main .BasketProduct .RemButton.BasketButton a:hover {
        background-color: #FFEBEB
    }
}

.webshop-showbasket main .BasketSub {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1rem
}

@media (min-width: 62em) {
    .webshop-showbasket main .BasketSub>div {
        font-size:.875rem
    }
}

@media (max-width: 61.99em) {
    .webshop-showbasket main .BasketSub>div {
        font-size:1.0294rem
    }
}

@media (max-width: 47.99em) {
    .webshop-showbasket main .BasketSub>div {
        font-size:1.1667rem
    }
}

.webshop-showbasket main .BasketShippingFee {
    clear: both
}

@media (min-width: 62em) {
    .webshop-showbasket main .BasketBottom {
        box-shadow:3px 3px 3px 0px rgba(0,0,0,0.05);
        border: 1px solid #ebebeb;
        border-radius: 5px;
        padding: 1.75rem
    }
}

.webshop-showbasket main .BasketBottom span.right {
    float: right;
    text-align: right;
    font-weight: 300
}

.webshop-showbasket main .BasketBottom span.right span {
    font-weight: 900 !important;
    float: none
}

.webshop-showbasket main .BasketBottom span.right .VatText,.webshop-showbasket main .BasketBottom span.right .VatText * {
    display: block;
    font-size: .875rem;
    font-weight: 300 !important;
    line-height: 0
}

.webshop-showbasket main .BasketTotal {
    padding-top: 1rem;
    padding-bottom: 1.5rem
}

.webshop-showbasket main .BasketBottom .BasketTotalPrice,.webshop-showbasket main .BasketBottom .VatText div {
    font-weight: 900 !important
}

.webshop-showbasket main .BasketBottom .VatText div {
    display: inline;
    text-transform: lowercase
}

.webshop-showbasket main .BasketBottom .BasketTotal *,.webshop-showbasket main .BasketBottom .BasketTotal span.right {
    font-size: 1.5rem;
    font-weight: 300;
    color: #174340
}

.webshop-showbasket main .BasketButton {
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all 0.1s ease-in-out
}

.webshop-showbasket main .BasketProduct .RemButton.BasketButton a img {
    display: none
}

.webshop-showbasket main .BasketButton.OrderButton {
    display: inline-block;
    position: relative;
    height: 3rem;
    text-align: center;
    width: 100%;
    border: none;
    color: white;
    line-height: 3rem;
    padding: 0;
    font-weight: 900;
    text-shadow: 0 1px rgba(0,0,0,0.35);
    border-bottom: 2px solid #174340;
    border-radius: 100px;
    background: #174340;
    text-decoration: none
}

@media (min-width: 62em) {
    .webshop-showbasket main .BasketButton.OrderButton {
        font-size:1.125rem
    }
}

@media (max-width: 61.99em) {
    .webshop-showbasket main .BasketButton.OrderButton {
        font-size:1.3235rem
    }
}

@media (max-width: 47.99em) {
    .webshop-showbasket main .BasketButton.OrderButton {
        font-size:1.5rem
    }
}

.webshop-showbasket main .BasketButton.OrderButton:hover {
    box-shadow: 0 0 35px -8px #174340
}

.webshop-showbasket main .BasketButton.BackButton {
    float: left;
    height: 3rem;
    padding-left: 0px;
    text-align: center;
    width: 100%;
    background: #ebebeb;
    border-radius: 3px;
    border: 1px solid #cacaca
}

.webshop-showbasket main .BasketButton.BackButton:hover {
    box-shadow: 0 0 25px -10px rgba(34,34,34,0.5)
}

.webshop-showbasket main .BasketButton a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    opacity: 0
}

.webshop-showbasket main .BasketButtons .ButtonWrapperText {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    font-weight: 700
}

@media (min-width: 62em) {
    .webshop-showbasket main .BasketButtons .ButtonWrapperText {
        font-size:1.125rem
    }
}

@media (max-width: 61.99em) {
    .webshop-showbasket main .BasketButtons .ButtonWrapperText {
        font-size:1.3235rem
    }
}

@media (max-width: 47.99em) {
    .webshop-showbasket main .BasketButtons .ButtonWrapperText {
        font-size:1.5rem
    }
}

.webshop-showbasket main .BasketButton.BackButton .ButtonWrapperText {
    color: #636363;
    font-weight: 700
}

@media (min-width: 62em) {
    .webshop-showbasket main .BasketButton.BackButton .ButtonWrapperText {
        font-size:.875rem
    }
}

@media (max-width: 61.99em) {
    .webshop-showbasket main .BasketButton.BackButton .ButtonWrapperText {
        font-size:1.0294rem
    }
}

@media (max-width: 47.99em) {
    .webshop-showbasket main .BasketButton.BackButton .ButtonWrapperText {
        font-size:1.1667rem
    }
}

.webshop-showbasket main .BasketButton.OrderButton .ButtonWrapperText {
    font-weight: 900;
    text-shadow: 0 1px rgba(0,0,0,0.35)
}

.webshop-showbasket main .related-section,.webshop-showbasket main .others-section {
    display: none
}

.webshop-showbasket main .related-section .heading-line,.webshop-showbasket main .others-section .heading-line {
    color: #636363;
    margin-top: 2rem
}

.webshop-showbasket main .related-section:before,.webshop-showbasket main .others-section:before {
    content: '';
    width: 100%;
    height: 4rem;
    position: absolute;
    left: 0;
    z-index: -1;
    border-top: 1px solid #ebebeb
}

@media (max-width: 61.99em) {
    .webshop-showbasket main .ShowBasket_Custom_DIV {
        padding-top:1rem
    }

    .webshop-showbasket main .ShowBasket_Custom_DIV>div {
        margin-bottom: 1rem
    }

    .webshop-showbasket main .BasketDate input {
        border-radius: 100px;
        padding: 0.25rem 1rem 0.25rem 0rem;
        font-size: .875rem;
        font-weight: 900;
        line-height: 2rem;
        outline: none;
        width: auto;
        height: 3rem;
        text-align: center;
        transition: all 0.2s ease-in-out
    }
}

@media (max-width: 61.99em) and (min-width: 62em) {
    .webshop-showbasket main .BasketDate input {
        font-size:1rem
    }
}

@media (max-width: 61.99em) and (max-width: 61.99em) {
    .webshop-showbasket main .BasketDate input {
        font-size:1.1765rem
    }
}

@media (max-width: 61.99em) and (max-width: 47.99em) {
    .webshop-showbasket main .BasketDate input {
        font-size:1.3333rem
    }
}

@media (min-width: 48em) and (max-width: 61.99em) {
    .webshop-showbasket main #BasketSubmit {
        width:100%;
        float: right
    }

    .webshop-showbasket main .BasketButton.OrderButton {
        width: auto;
        float: right;
        padding: 0 6rem
    }
}

@media (max-width: 47.99em) {
    .webshop-showbasket main .BasketContent {
        background:none
    }

    .webshop-showbasket main .BasketProduct {
        position: relative;
        padding: 1rem 0
    }

    .webshop-showbasket main .BasketProduct .ProductNumber {
        font-size: .875rem
    }

    .webshop-showbasket main .BasketProduct .ProductLink a {
        font-size: 1.5rem
    }

    .webshop-showbasket main .BasketProduct .ShortDescription {
        font-size: .875rem;
        margin-bottom: 2rem
    }

    .webshop-showbasket main .BasketProduct .TotalPrice {
        font-size: 1.5rem;
        margin-top: 10px
    }

    .webshop-showbasket main .BasketProduct .ProductImage {
        margin-bottom: 20px
    }

    .webshop-showbasket main .BasketProduct .AmountContainer {
        padding-left: 0 !important
    }

    .webshop-showbasket main .BasketProduct .AmountContainer>div {
        float: right !important
    }

    .webshop-showbasket main .BasketProduct .AmountContainer .BasketButton {
        height: 3rem;
        border: 1px solid #cacaca;
        background-size: auto 200%
    }

    .webshop-showbasket main .BasketProduct .AmountContainer .BasketButton.IncButton {
        border-radius: 0 100px 100px 0;
        border-left: none
    }

    .webshop-showbasket main .BasketProduct .AmountContainer .BasketButton.DecButton {
        border-radius: 100px 0 0 100px;
        border-right: none
    }

    .webshop-showbasket main .BasketProduct .Amount {
        border: none;
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        border-radius: 0;
        height: 3rem;
        line-height: 3rem;
        font-size: 14px;
        text-align: center;
        padding: 0
    }

    .webshop-showbasket main .BasketBottom .BasketTotal *,.webshop-showbasket main .BasketBottom .BasketTotal span.right {
        font-size: 2rem
    }

    .webshop-showbasket main .MobileRemButton {
        position: absolute;
        top: -20px;
        right: 0
    }

    .webshop-showbasket main .BasketBottom>.row {
        margin: 0
    }

    .webshop-showbasket main .BasketProduct .BasketButton.RemButton {
        background: url("../media/icon-close-red.svg") no-repeat center center;
        margin-top: 2rem;
        width: 32px;
        height: 32px;
        border-radius: 16px
    }

    .webshop-showbasket main .BasketBottom .BasketSub>div,.webshop-showbasket main .BasketBottom .BasketTotal>div {
        padding: 0 0 !important
    }

    .webshop-showbasket main .BasketButton.OrderButton {
        height: 4rem;
        line-height: 4rem
    }

    .webshop-showbasket main .BasketButtons .OrderButton .ButtonWrapperText {
        line-height: 4rem;
        font-size: 2rem
    }
}

@media (min-width: 48em) {
    .webshop-showbasket main .BasketProduct .AmountContainer .BasketButton {
        text-align:center;
        border-right: 1px solid #ebebeb;
        line-height: 1rem;
        text-indent: -9999px
    }

    .webshop-showbasket main .BasketProduct .AmountContainer .BasketButton:hover {
        background-color: #deeefb
    }

    .webshop-showbasket main .BasketProduct .AmountContainer .BasketButton.IncButton {
        border-top: 1px solid #ebebeb;
        border-radius: 0 100px 0 0
    }

    .webshop-showbasket main .BasketProduct .AmountContainer .BasketButton.DecButton {
        border-bottom: 1px solid #ebebeb;
        border-radius: 0 0 100px 0
    }
}

@media (min-width: 62em) {
    .webshop-showbasket main .BasketProduct .Amount {
        padding-bottom:1px
    }
}

#checkout-container {
    margin-bottom: 20px;
    color: #333333;
    margin-top: 20px;
    padding-bottom: 10rem
}

#checkout-container #column-data,#checkout-container #column-shipping-payment,#checkout-container #column-order-summary {
    padding: 0;
    border: none
}

.webshop-checkout .top-tabs,.webshop-checkout .top-line,.webshop-checkout .top-nav,.webshop-checkout .top-bar .searchframe,.webshop-checkout footer {
    display: none
}

.webshop-checkout .top {
    padding-top: 0
}

.webshop-checkout .top-bar {
    border-radius: 0 0 5px 5px
}

.webshop-checkout #content {
    padding-bottom: 100px
}

.webshop-checkout #content>.container {
    position: relative
}

.webshop-checkout #checkout-container #column-data {
    width: 26%;
    margin-right: 1%;
    margin-top: 0 !important;
    padding: 0 1rem
}

.webshop-checkout #checkout-container #column-shipping-payment {
    width: 30%;
    margin-right: 2%;
    padding: 0 1rem
}

.webshop-checkout #checkout-container #column-order-summary {
    width: 41%
}

@media (min-width: 62em) {
    .webshop-checkout #checkout-container #column-order-summary {
        margin-top:-11px
    }
}

.webshop-checkout #checkout-container>div>div,.webshop-checkout #checkout-container>div>h2,.webshop-checkout #checkout-container>div>h3,.webshop-checkout #checkout-container #customer-alternative-delivery>div,.webshop-checkout #checkout-container #customer-alternative-delivery>h3,.webshop-checkout #checkout-container #customer-alternative-delivery>p {
    background: #fff;
    border: none;
    padding: 1rem 0
}

.webshop-checkout #checkout-container>div>h2,.webshop-checkout #checkout-container>div>h3,.webshop-checkout #checkout-container #customer-alternative-delivery h3 {
    border-bottom: 1px solid #e9e9e9;
    display: inline-block;
    width: 100%
}

#checkout-container h2,#checkout-container.h2 {
    color: #353535
}

#checkout-container p {
    font-size: 10px;
    padding-top: 1rem
}

.webshop-checkout #checkout-container .checkout-headline {
    padding-bottom: 2rem;
    border-bottom: 3px solid #ebebeb
}

@media (min-width: 62em) {
    .webshop-checkout #checkout-container .checkout-headline {
        width:57%
    }
}

.webshop-checkout #checkout-container h3,.webshop-checkout #checkout-container h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8
}

.webshop-checkout #checkout-container #column-data #customer-phone-lookup {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0
}

.webshop-checkout #checkout-container #customer-alternative-delivery>p {
    margin-bottom: 0;
    padding-bottom: 0
}

.webshop-checkout #checkout-container #column-data #customer-phone-lookup input,.webshop-checkout #checkout-container #column-data #customer-altdelivery-phone-lookup input,#checkout-container .checkout-salesdiscount-code-button {
    height: 32px
}

.webshop-checkout #checkout-container #column-data #customer-phone-lookup input[disabled="disabled"] {
    opacity: 0.25
}

.webshop-checkout #checkout-container input[type=text],.webshop-checkout #checkout-container input[type=tel],#checkout-container input[type=password] {
    height: 2.5rem;
    line-height: 2.5rem;
    border: 1px solid #bdbdbd;
    padding-left: 10px !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    margin-bottom: 3px !important
}

.webshop-checkout #checkout-container textarea {
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 8px
}

.webshop-checkout #checkout-container .checkout-select {
    font-size: 14px;
    height: 32px;
    font-weight: bold;
    padding: 0 10px !important;
    line-height: 32px
}

.webshop-checkout #checkout-container .checkout-checkbox {
    margin-top: 4px
}

#checkout-container h4 {
    font-size: 14px;
    font-weight: 700
}

#customer-login {
    padding-top: 0 !important
}

#customer-login h2 {
    margin: 0 -15px !important;
    padding: 15px;
    margin-bottom: 10px !important
}

#checkout-container #checkout_password_login-container,#checkout-container #checkout_forgottenpassword,#checkout-container #checkout-lookupphone-container,#checkout-container #checkout-lookupphone-altdelivery-container {
    width: 100%
}

#checkout-container #checkout_password_login-button-container,#checkout-container #checkout-forgottenpassword-button,#checkout-container #checkout-lookupphone-button-container,#checkout-container #checkout-lookupphone-altdelivery-button-container {
    vertical-align: bottom;
    margin-bottom: 0.5rem;
    margin-left: -80px;
    width: 80px;
    border: 1px solid #cacaca;
    border-left: none;
    background-color: #e9e9e9;
    height: 32px;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

#checkout-container #checkout_password_login-button-container input,#checkout-container #checkout-forgottenpassword-button input,#checkout-container #checkout-lookupphone-button-container input,#checkout-container #checkout-lookupphone-altdelivery-button-container input {
    border: none;
    background: none;
    width: 100%;
    line-height: 32px;
    font-size: 12px !important;
    height: 2rem;
    margin: 0 !important;
    padding: 0;
    text-transform: uppercase
}

#checkout-container #checkout-lookupphone-button-container,#checkout-container #checkout-lookupphone-altdelivery-button-container {
    width: 65px;
    margin-left: -65px
}

#customer-login a {
    font-size: 10px
}

#checkout-container #column-data #customer-login-devider {
    display: none
}

.webshop-checkout #checkout-container>div>#customer-alternative-delivery {
    border: none;
    background: none;
    padding: 0
}

.webshop-checkout #column-data label {
    font-size: 10px;
    font-weight: 400;
    color: #333;
    padding-top: 2px;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.webshop-checkout #column-data #subscription-maillist label {
    width: auto
}

.webshop-checkout #checkout-container .div-checkout-checkbox-label,.webshop-checkout #checkout-container .div-checkout-checkbox,.webshop-checkout #checkout-container #subscription-maillist {
    display: inline-block;
    line-height: 1rem;
    float: left
}

.webshop-checkout #checkout-container #checkout_note {
    height: 100px;
    font-size: .875rem
}

.webshop-checkout #column-data label[for="checkout_customer_zipcode"],.webshop-checkout #column-data label[for="checkout_customer_altdelivery_zipcode"] {
    width: 25%
}

.webshop-checkout #column-data label[for="checkout_customer_city"],.webshop-checkout #column-data label[for="checkout_customer_altdelivery_city"] {
    width: 70%;
    float: right
}

.webshop-checkout #checkout-container .nice-select {
    background: #f4f4f4 !important
}

.webshop-checkout .block-number {
    margin-right: 0.75rem;
    font-weight: 900;
    color: #174340;
    background: #e5f6e6;
    border-radius: 50px;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    line-height: 2rem;
    box-sizing: content-box
}

.webshop-checkout #payment-methods,.webshop-checkout #shipping-methods {
    padding-bottom: 24px;
    margin-bottom: 10px;
    padding-left: 2.75rem !important
}

.webshop-checkout #checkout-container #column-shipping-payment label {
    margin-bottom: 16px
}

.checkout-payment-method-image {
    margin-bottom: 8px
}

.checkout-payment-method-image img {
    max-width: 100%
}

.checkout-payment-radio-cell,.checkout-shipping-radio-cell {
    padding-top: 5px
}

.checkout-payment-description-cell,.checkout-shipping-description-cell {
    padding-left: 16px;
    font-size: 14px;
    font-weight: 700
}

.checkout-payment-description-cell .payment-fee,.checkout-payment-description-cell .payment-message,.checkout-shipping-description-cell .shipping-fee,.checkout-shipping-description-cell .shipping-message {
    font-weight: 400;
    font-size: 12px
}

.checkout-payment-description-cell .payment-message div {
    white-space: normal !important
}

#shipping-methods div table {
    margin-left: 32px
}

#shipping-methods div table hr {
    display: none
}

#shipping-methods div table td {
    font-size: 12px;
    font-weight: 600;
    vertical-align: top
}

#pacsoftservicepointholder .servicepoint-address {
    font-size: 12px;
    font-weight: 400
}

#shipping-methods div table .Orderstep2_GLS_ParcelShop_TD,#pacsoftservicepointholder .pacsoftservicepoint label {
    padding: 0 0 16px 16px;
    margin-bottom: 0;
    font-weight: 400
}

#shipping-methods div table .Orderstep2_GLS_ParcelShop_TD .Orderstep2_GLS_CompanyName,#pacsoftservicepointholder .servicpoint-name {
    font-weight: 700
}

.webshop-checkout #checkout-container #order-creditcard {
    margin-bottom: 10px
}

.webshop-checkout #checkout-container #payment-cardinfo {
    border-bottom: none
}

.webshop-checkout #checkout-container #payment-cardinfo h2 {
    border-bottom: 1px solid #e9e9e9
}

.webshop-checkout #checkout-container .checkout-payment-cardnumber-text {
    width: 100%;
    border: 1px solid #9BDAA7;
    font-family: "Fira Mono", Helvetica, Arial, sans-serif
}

.webshop-checkout #checkout-container .checkout-payment-controlcode-text {
    width: 64px;
    border: 1px solid #9BDAA7;
    font-family: "Fira Mono", Helvetica, Arial, sans-serif
}

.webshop-checkout #checkout-payment-cardnumber-row label,.webshop-checkout #checkout-payment-controlcode-row label {
    line-height: 32px;
    font-weight: 900;
    font-size: 14px
}

.webshop-checkout #checkout-payment-cardexpire-date-row label {
    line-height: 25px;
    font-size: 14px;
    font-weight: 900
}

.webshop-checkout #checkout-container #checkout-payment-cardexpire-date-row .checkout-select {
    width: 64px;
    font-size: 14px;
    border: 1px solid #bdbdbd;
    font-family: "Fira Mono", Helvetica, Arial, sans-serif
}

#checkout-container #column-order-summary {
    font-size: 12px;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.05);
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 1.75rem
}

#checkout-container #order-summary,#checkout-container #order-creditcard {
    padding: 0
}

.webshop-checkout #checkout-container #order-summary table {
    margin-top: 10px;
    border-bottom: 1px solid #dddddd;
    font-size: 12px
}

.webshop-checkout #checkout-container #order-summary table:last-child {
    border-bottom: none
}

.order-summary thead {
    border-bottom: 1px solid #dddddd
}

.order-summary td {
    font-size: 12px
}

#checkout-container table#order-summary td.left-align {
    width: 50%
}

#checkout-container table#order-summary td.left-align a {
    color: #333;
    line-height: 1.2;
    display: block;
    font-weight: 700
}

#order-summary tr:last-child td {
    padding-bottom: 16px
}

#checkout-container #order-summary thead th {
    font-weight: 400
}

.webshop-checkout #checkout-container table#order-summary td {
    padding: 8px 0
}

.webshop-checkout #order-confirm {
    float: left;
    margin-top: 0px
}

.webshop-checkout #checkout-container div#order-confirm {
    padding: 0;
    margin-top: 2rem
}

#confirm-termsandconditions-text {
    padding-top: 1rem
}

#checkout-container #order-summary .bold {
    font-size: 16px;
    padding: 5px 0 5px;
    font-weight: 900
}

#confirm-termsandconditions-link-text {
    padding-bottom: 16px
}

#confirm-termsandconditions-link-text a {
    font-weight: 400;
    font-size: 12px
}

#confirm-accepterms,#confirm-accept-customerdata {
    width: 100%;
    padding: 5px 0px;
    color: #174340;
    border-radius: 3px
}

#acceptTermsBit,#acceptCustomerDataBit {
    margin: 0 8px 0 0
}

.webshop-checkout #checkout-container #confirm-complete-button {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 3rem;
    margin-top: 1rem;
    padding: 0 50px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
    color: #fff;
    width: 100%;
    height: 3rem;
    font-weight: 900;
    background: #174340;
    border: none;
    border-radius: 100px;
    text-decoration: none
}

@media (min-width: 768px) and (max-width: 991px) {
    .webshop-checkout #checkout-container #column-data {
        width:49%;
        margin-right: 2%
    }

    .webshop-checkout #checkout-container #column-shipping-payment {
        width: 49%;
        margin-right: 0;
        min-height: 0
    }

    .webshop-checkout #checkout-container #column-order-summary {
        width: 49%
    }

    .webshop-checkout #checkout-container #column-order-summary>div {
        width: 100%;
        float: left
    }

    .webshop-checkout #checkout-container #column-order-summary>div#order-creditcard {
        width: 100%;
        float: right
    }

    .webshop-checkout #order-summary {
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .webshop-checkout main>.container {
        padding:0 5px
    }

    .webshop-checkout .top:not(#fancybox-buttons) {
        top: 0
    }

    .webshop-checkout .top-searchicon {
        display: none
    }

    .webshop-checkout .content {
        padding-top: 50px
    }

    .webshop-checkout #checkout-container #column-order-summary>div {
        width: 100%;
        float: left
    }

    #checkout-container #column-data,#checkout-container #column-order-summary {
        width: 100% !important;
        float: left !important;
        margin-bottom: 10px
    }

    #checkout-container #column-shipping-payment {
        width: 100% !important;
        float: left !important;
        border: none !important;
        margin: 0
    }

    #checkout-container #column-shipping-payment {
        min-height: 0px !important
    }

    #checkout-container h2 {
        font-size: 21px !important
    }

    #checkout-container h3 {
        font-size: 18px !important
    }

    #checkout-container label {
        font-size: 14px
    }

    #order-creditcard label {
        width: 100% !important;
        margin-bottom: 4px
    }

    .webshop-checkout #order-creditcard {
        padding-right: 28px
    }

    .webshop-checkout #checkout-container input[type=text],.webshop-checkout #checkout-container input[type=tel],#checkout-container .checkout-text,#checkout-container input[type=password],.webshop-checkout #checkout-container #column-data #customer-phone-lookup input,.webshop-checkout #checkout-container .checkout-select,#checkout-container .checkout-salesdiscount-code-button {
        border-radius: 2px;
        border-color: #cacaca;
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 16px;
        padding-left: 1.1rem !important
    }

    .webshop-checkout #checkout-container #column-data #customer-phone-lookup input,#checkout-container .checkout-salesdiscount-code-button {
        width: 100%
    }

    #checkout-container .checkout-payment-cardnumber-container,#checkout-container .checkout-payment-cardexpire-month-container {
        float: none
    }

    #confirm-accepterms {
        border-bottom: none;
        border-radius: 4px 4px 0 0
    }

    #confirm-accept-customerdata {
        border-top: none;
        border-radius: 0 0 4px 4px
    }

    .webshop-checkout #checkout-container #confirm-complete-button {
        padding: 0;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.5rem
    }
}

.webshop-orderstep4 .TableLines_OrderStep4 {
    width: 100%;
    padding: 20px 40px 40px;
    display: block;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
    position: relative
}

.Foto1_OrderStep4 {
    display: none
}

.Heading_Order4 {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    margin-top: 2rem;
    font-weight: 700
}

.TableLines_OrderStep4 {
    margin-top: 20px
}

span.Heading_Order4~br {
    display: none
}

.webshop-orderstep4 .TableLines_OrderStep4 {
    width: 100%;
    background: #FFF;
    box-shadow: 0px 5px 30px -15px;
    padding: 10px 40px;
    display: inline-block;
    border-bottom: 1px solid #E8E8E8
}

.webshop-orderstep4 .TableLines_OrderStep4,.webshop-orderstep4 .TableLines_OrderStep4>tbody,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td {
    display: inline-block;
    width: 100%;
    box-sizing: border-box
}

.webshop-orderstep4 .frontpage-link {
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    margin-top: 20px;
    display: block;
    height: 50px;
    width: 25%;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
    font-weight: bold;
    border-right: 1px solid #3C6934;
    border-bottom: 3px solid #2A6C1D;
    border-radius: 3px 3px 6px 6px;
    background: #4A9A3B;
    background: linear-gradient(135deg, #4A9A3B 0%, #3B862D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9a3b', endColorstr='#3b862d', GradientType=1);
    position: relative;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-weight: bold
}

.webshop-orderstep4 .frontpage-link:hover {
    box-shadow: 0 0 35px -8px #2A6C1D;
    text-decoration: none
}

.webshop-orderstep4 .frontpage-link:after {
    position: absolute;
    left: 0;
    content: '\002039';
    font-size: 36px;
    line-height: 43px;
    vertical-align: sub;
    padding-left: 20px;
    color: #FFF;
    opacity: 0.5;
    transition: all 0.3s ease-in-out 0s
}

.webshop-orderstep4 .frontpage-link:hover:after {
    padding-left: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
    .webshop-orderstep4 .frontpage-link {
        width:35%
    }
}

@media (max-width: 767px) {
    .webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"],.webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"]>table,.webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"]>table>tbody,.webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"]>table>tbody>tr {
        display:inline-block;
        width: 100%
    }

    .webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"] td:not([width]) {
        display: inline-block;
        width: 100%;
        text-align: right
    }

    .webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"] td[width="160"] {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        font-size: 24px
    }

    .BasketLine_OrderStep4 {
        margin-bottom: 40px
    }

    .BasketLine_OrderStep4 td[width="40"] {
        width: 65px
    }

    .BasketLine_OrderStep4 td[width="55%"] {
        display: inline-block;
        width: 100%;
        margin-top: 10px
    }

    .BasketLine_OrderStep4 td:nth-last-child(2) {
        display: none;
        float: left;
        line-height: 25px
    }

    .BasketLine_OrderStep4 td:last-child {
        float: right;
        font-size: 18px;
        line-height: 25px;
        font-weight: bold
    }

    .ProductImage_Order4 {
        width: 60px;
        margin-right: 10px
    }

    .webshop-orderstep4 .frontpage-link {
        width: 100%
    }

    .webshop-orderstep4 .TableLines_OrderStep4,.webshop-orderstep4 .TableLines_OrderStep4>tbody,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>table,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>table>tbody,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>table>tbody>tr {
        display: inline-block;
        width: 100%;
        box-sizing: border-box
    }

    .webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td[width="60%"] {
        margin-bottom: 20px
    }

    .BackGroundColor1_OrderStep4>tbody>tr:last-child>td>table>tbody>tr:nth-child(2),.BackGroundColor1_OrderStep4>tbody>tr:last-child>td>table>tbody>tr:nth-child(3) {
        display: none
    }
}

.webshop-orderstep4 .container {
    position: relative
}

.webshop-orderstep4 .TableLines_OrderStep4 {
    color: #333;
    font-size: .875rem;
    line-height: 1.8;
    background: #FFF;
    border: 1px solid #e1e1e1;
    margin-top: 2rem;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.05);
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 0 1.75rem
}

.webshop-orderstep4 .Heading_Order4 {
    margin: 2rem 0 0;
    display: block;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700
}

.webshop-orderstep4 .Heading_OrderStep4 {
    font-size: 2rem;
    font-weight: 700
}

.webshop-orderstep4 .Order_printIcon a {
    position: absolute;
    right: 0;
    top: 1rem;
    overflow: hidden;
    display: block;
    float: right;
    padding-right: 2.5rem;
    background: url("../media/print.svg") no-repeat right;
    height: 24px;
    opacity: 0.5;
    margin-right: 0.9375rem
}

.webshop-orderstep4 .Order_printIcon a:hover {
    opacity: 1
}

.webshop-orderstep4 .Order_printIcon img {
    display: none
}

.webshop-orderstep4 span.Heading_Order4~br,.webshop-orderstep4 .BreadCrumb~br {
    display: none
}

.webshop-orderstep4 .Foto1_OrderStep4 {
    display: none
}

.webshop-orderstep4 hr {
    height: 0px;
    background: #e1e1e1
}

.webshop-orderstep4 a {
    color: #333
}

.webshop-orderstep4 a[href*="p.html"] {
    font-weight: 900;
    font-size: 1.125rem
}

.webshop-orderstep4 a~br {
    display: none
}

.webshop-orderstep4 .ProductImage_Order4 {
    display: none
}

.webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"] td[width="160"] {
    color: #174340
}

.webshop-orderstep4 .TableLines_OrderStep4,.webshop-orderstep4 .TableLines_OrderStep4>tbody,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td {
    display: inline-block;
    width: 100%;
    box-sizing: border-box
}

.webshop-orderstep4 .frontpage-link {
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    margin-top: 20px;
    width: 25%;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
    position: relative;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    background: #1974c1 url("../media/icon-arrow-left-dark.svg") 1rem center no-repeat;
    color: #fff;
    padding: 0 22.2497px 0 44.4994px !important;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 0;
    text-align: center
}

.webshop-orderstep4 .frontpage-link:hover {
    box-shadow: 0 0 35px -8px #1974c1;
    text-decoration: none
}

.webshop-orderstep4 .frontpage-link:hover:after {
    padding-left: 15px
}

.webshop-checkout .checkout-customerdata-text-validationmessage {
    margin-top: 0px;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .BasketLine_OrderStep4>td {
        padding-bottom:2rem
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .webshop-orderstep4 .frontpage-link {
        width:35%
    }
}

@media screen and (max-width: 767px) {
    .webshop-orderstep4 .TableLines_OrderStep4 {
        padding:0rem 2rem
    }

    .webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"],.webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"]>table,.webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"]>table>tbody,.webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"]>table>tbody>tr {
        display: inline-block;
        width: 100%
    }

    .webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"] td:not([width]) {
        display: inline-block;
        width: 100%;
        text-align: right
    }

    .webshop-orderstep4 .TableLines_OrderStep4 td[colspan="7"] td[width="160"] {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        font-size: 24px
    }

    .BasketLine_OrderStep4 {
        margin-bottom: 40px
    }

    .BasketLine_OrderStep4 td[width="40"] {
        width: 25px
    }

    .BasketLine_OrderStep4 td[width="55%"] {
        margin-top: 10px
    }

    .BasketLine_OrderStep4 td:nth-last-child(2) {
        display: none;
        float: left;
        line-height: 25px
    }

    .BasketLine_OrderStep4 td:last-child {
        float: right;
        font-weight: bold;
        color: #45545d
    }

    .ProductImage_Order4 {
        width: 60px;
        margin-right: 10px
    }

    .webshop-orderstep4 .frontpage-link {
        width: 100%
    }

    .webshop-orderstep4 .TableLines_OrderStep4,.webshop-orderstep4 .TableLines_OrderStep4>tbody,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>table,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>table>tbody,.webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>table>tbody>tr {
        display: inline-block;
        width: 100%;
        box-sizing: border-box
    }

    .webshop-orderstep4 .TableLines_OrderStep4>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td[width="60%"] {
        margin-bottom: 20px
    }

    .BackGroundColor1_OrderStep4>tbody>tr:last-child>td>table>tbody>tr:nth-child(2),.BackGroundColor1_OrderStep4>tbody>tr:last-child>td>table>tbody>tr:nth-child(3) {
        display: none
    }

    .BackGroundColor1_OrderStep4>tbody>tr:last-child>td>table>tbody>tr:not(.BasketLine_OrderStep4)>td:last-child {
        width: 100%
    }
}

@media print {
    body.webshop-orderstep4 {
        background: #fff
    }

    body.webshop-orderstep4 header {
        display: none
    }

    body.webshop-orderstep4 nav {
        display: none
    }

    body.webshop-orderstep4 main {
        background: none;
        border-top: none
    }

    body.webshop-orderstep4 main>.container>* {
        display: none
    }

    body.webshop-orderstep4 main>.container>.TableLines_OrderStep4 {
        display: inline-block
    }

    body.webshop-orderstep4 .TableLines_OrderStep4 {
        padding: 0;
        border: none !important;
        line-height: 1.2;
        box-shadow: none
    }

    body.webshop-orderstep4 .TableLines_OrderStep4~a {
        display: none
    }

    body.webshop-orderstep4 .Order_printIcon a {
        display: none !important
    }

    body.webshop-orderstep4 hr {
        background: #333
    }

    body.webshop-orderstep4 footer {
        display: none
    }
}

#ProductList .Element_Overlay_Frontpage_SavingsText_DIV,#ProductList .Element_Overlay_ProdList_SavingsText_DIV,.ProductPage .Element_Overlay_ProdInfo_SavingsText_DIV,.ProductSlider .Element_Overlay_ProductInfo-related-savingsContainer_DIV {
    line-height: 25px;
    padding-top: 25px;
    padding-left: 10px;
    color: #da9a00
}

#ProductList .Element_Overlay_Frontpage_SavingsText_DIV>strong,#ProductList .Element_Overlay_Frontpage_SavingsText_DIV>b,#ProductList .Element_Overlay_ProdList_SavingsText_DIV>strong,#ProductList .Element_Overlay_ProdList_SavingsText_DIV>b,.ProductPage .Element_Overlay_ProdInfo_SavingsText_DIV>strong,.ProductPage .Element_Overlay_ProdInfo_SavingsText_DIV>b,.ProductSlider .Element_Overlay_ProductInfo-related-savingsContainer_DIV>strong,.ProductSlider .Element_Overlay_ProductInfo-related-savingsContainer_DIV>b {
    font-weight: 900
}

.ProductPage .Element_Overlay_ProdInfo_SavingsText_DIV {
    padding: 0 0 0 85px
}

#ProductList .SpecialOfferImage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    max-width: 50%
}

#ProductList .SpecialOfferImage>img {
    display: block;
    vertical-align: top;
    max-width: 100%
}

#ProductList .SpecialOffer+.ProductTile {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    box-shadow: 0 0 50px -15px rgba(0,0,0,0.2);
    transition: all 0.15s ease-in-out !important;
    z-index: 9
}

#ProductList .SpecialOffer+.ProductTile:after {
    opacity: 0 !important
}

.no-touchevents #ProductList .SpecialOffer+.ProductTile:hover {
    border-radius: .5rem;
    margin: -.5rem;
    padding: 1.75rem;
    z-index: 999
}

@media (min-width: 34em) {
    #ProductList .SpecialOffer+.ProductTile.Product {
        border-left:1px solid #ebebeb;
        border-right: 1px solid #ebebeb
    }
}

#ProductList .SpecialOffer+.ProductTile.Product .PriceBefore {
    display: block !important;
    position: absolute;
    bottom: 1.5rem
}

#ProductList .SpecialOffer+.ProductTile.Product .PriceBefore,#ProductList .SpecialOffer+.ProductTile.Product .PriceBefore * {
    color: #999999 !important;
    font-weight: 700;
    font-size: .75rem
}

#ProductList .SpecialOffer+.ProductTile.Product .PriceBefore span {
    text-decoration: line-through
}

#ProductList .SpecialOffer+.ProductTile.Product .PriceText {
    display: inline
}

#ProductList .SpecialOffer+.ProductTile.Product .ProductPrice .Price,#ProductList .SpecialOffer+.ProductTile.Product .ProductPrice .Price~.Currency,#ProductList .SpecialOffer+.ProductTile.Product .ProductPrice .Price * {
    color: #da9a00
}

#ProductList .SpecialOffer+.ProductTile.Product .Element_Overlay_ProdList_SavingsContainer_DIV,#ProductList .SpecialOffer+.ProductTile.Product .Element_Overlay_Frontpage_SavingsContainer_DIV {
    left: -1.25rem;
    right: -1.25rem;
    top: -1.25rem;
    transition: all 0.15s ease-in-out !important
}

#ProductList .SpecialOffer+.ProductTile.Product .Element_Overlay_ProdList_SavingsContainer_DIV>div,#ProductList .SpecialOffer+.ProductTile.Product .Element_Overlay_Frontpage_SavingsContainer_DIV>div {
    text-align: left
}

.no-touchevents #ProductList .SpecialOffer+.ProductTile.Product:hover .Element_Overlay_ProdList_SavingsContainer_DIV,.no-touchevents #ProductList .SpecialOffer+.ProductTile.Product:hover .Element_Overlay_Frontpage_SavingsContainer_DIV {
    top: -1.75rem;
    left: -1.75rem;
    right: -1.75rem
}

.SpecialOffer+.ProductTile.Slider .PriceBefore {
    display: block !important
}

.SpecialOffer+.ProductTile.Slider .PriceBefore,.SpecialOffer+.ProductTile.Slider .PriceBefore * {
    color: #999999 !important;
    font-weight: 700;
    font-size: .875rem
}

.SpecialOffer+.ProductTile.Slider .PriceBefore span {
    text-decoration: line-through
}

.SpecialOffer+.ProductTile.Slider .NormalPrice>strike {
    display: none
}

.SpecialOffer+.ProductTile.Slider .PriceText {
    display: inline
}

.SpecialOffer+.ProductTile.Slider .ProductPrice .Price,.SpecialOffer+.ProductTile.Slider .ProductPrice .Price .PriceText,.SpecialOffer+.ProductTile.Slider .ProductPrice .Currency {
    color: #da9a00
}

.SpecialOffer+.ProductTile.Slider .Element_Overlay_ProductInfo-related-savingsText_DIV {
    background-color: rgba(218,154,0,0.75);
    padding: 0.5rem;
    line-height: 1.2
}

.ProductPage.Product div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
    left: 0
}

.ProductPage.Product .BuyBox .SpecialOffer .PriceBefore {
    display: block !important;
    text-align: left
}

.ProductPage.Product .BuyBox .SpecialOffer .PriceBefore,.ProductPage.Product .BuyBox .SpecialOffer .PriceBefore * {
    color: #999999 !important;
    font-weight: 700;
    font-size: 1.5rem
}

.ProductPage.Product .BuyBox .SpecialOffer .PriceBefore span {
    text-decoration: line-through
}

.ProductPage.Product .BuyBox .SpecialOffer .PriceText {
    display: inline
}

.ProductPage.Product .BuyBox .SpecialOffer.ProductPrice .Price * {
    color: #da9a00
}

.sticky_parent_bottom {
    position: absolute !important;
    height: 100%;
    right: 0
}

.sticky_parent_bottom>div {
    height: 100%
}

.SubCats_BreadCrumb,.BreadCrumb_ProductList,.BreadCrumb_ProductInfo,.BreadCrumb {
    font-size: 0rem;
    color: transparent
}

.SubCats_BreadCrumb a,.BreadCrumb_ProductList a,.BreadCrumb_ProductInfo a,.BreadCrumb a {
    font-size: .875rem;
    color: #636363;
    font-weight: 400
}

.SubCats_BreadCrumb a~a,.SubCats_BreadCrumb a~span a,.BreadCrumb_ProductList a~a,.BreadCrumb_ProductList a~span a,.BreadCrumb_ProductInfo a~a,.BreadCrumb_ProductInfo a~span a,.BreadCrumb a~a,.BreadCrumb a~span a {
    margin-left: .75rem
}

.SubCats_BreadCrumb a.BreadCrumbLink_Active,.BreadCrumb_ProductList a.BreadCrumbLink_Active,.BreadCrumb_ProductInfo a.BreadCrumbLink_Active,.BreadCrumb a.BreadCrumbLink_Active {
    color: #1974c1;
    text-decoration: none;
    cursor: default
}

.SubCats_BreadCrumb a:after,.BreadCrumb_ProductList a:after,.BreadCrumb_ProductInfo a:after,.BreadCrumb a:after {
    content: "›";
    font-size: 1.3125rem;
    font-weight: 300;
    display: inline-block;
    padding-left: .75rem;
    text-decoration: none !important
}

.SubCats_BreadCrumb .Description_Productinfo,.BreadCrumb_ProductList .Description_Productinfo,.BreadCrumb_ProductInfo .Description_Productinfo,.BreadCrumb .Description_Productinfo {
    color: #636363;
    font-weight: 400
}

.SubCats_BreadCrumb br,.BreadCrumb_ProductList br,.BreadCrumb_ProductInfo br,.BreadCrumb br {
    display: none
}

.SubCats_BreadCrumb table td,.BreadCrumb_ProductList table td,.BreadCrumb_ProductInfo table td,.BreadCrumb table td {
    color: transparent;
    font-size: 0
}

@media (max-width: 33.99em) {
    .SubCats_BreadCrumb a,.BreadCrumb_ProductList a,.BreadCrumb_ProductInfo a,.BreadCrumb a {
        margin-right:.25rem
    }

    .SubCats_BreadCrumb a~a,.SubCats_BreadCrumb a~span a,.BreadCrumb_ProductList a~a,.BreadCrumb_ProductList a~span a,.BreadCrumb_ProductInfo a~a,.BreadCrumb_ProductInfo a~span a,.BreadCrumb a~a,.BreadCrumb a~span a {
        margin-left: .25rem
    }
}

.BreadCrumbHome span {
    display: inline-block;
    width: 0.875rem;
    height: 0.875rem;
    background: url(../media/icon-home-grey.svg) no-repeat left center;
    background-size: contain;
    margin-bottom: -1px
}

.BreadCrumb {
    width: 100%;
    font-size: .875rem;
    text-align: left
}

.BreadCrumb>table {
    display: inline-block;
    width: auto
}

.BreadCrumb>span {
    vertical-align: top
}

.BreadCrumb:after {
    display: block;
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    left: -100%;
    right: -100%;
    bottom: -10px
}

.BreadCrumb_ProductInfo a.BreadCrumbLink_Active {
    margin-right: .75rem;
    cursor: pointer
}

@media (max-width: 33.99em) {
    .BreadCrumb_ProductInfo a.BreadCrumbLink_Active {
        margin-right:.25rem
    }
}

.BreadCrumb_ProductInfo a.BreadCrumbLink_Active:hover {
    text-decoration: underline
}

@media (max-width: 33.99em) {
    .ProductSlider.Slim {
        margin-left:-0.9375rem;
        margin-right: -0.9375rem
    }
}

.slick-slider {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus,.slick-list *:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    top: 0;
    display: block;
    min-width: 100%
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

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

.slick-list {
    padding: 1rem 0 3rem
}

@media screen and (min-width: 544px) {
    .ProductSlider .slick-list {
        margin:0 4.5rem
    }
}

.slick-loading .slick-list {
    background: #fff url("./../media/ajax-loader.gif") center center no-repeat
}

@media screen and (max-width: 543px) {
    .ProductSlider .slick-slide:first-child {
        margin-left:2rem
    }
}

.slick-prev,.slick-next {
    position: absolute;
    display: block;
    height: 100%;
    width: 3.75rem;
    line-height: 0px;
    font-size: 0px;
    z-index: 9;
    top: 0;
    cursor: pointer;
    background: white;
    color: #636363;
    padding: 0;
    border: none;
    outline: none;
    opacity: .8;
    transition: all 0.2s ease-in-out
}

@media (max-width: 47.99em) {
    .slick-prev,.slick-next {
        width:100px;
        opacity: 1
    }
}

@media (max-width: 33.99em) {
    .slick-prev,.slick-next {
        display:none !important
    }
}

.slick-prev:hover,.slick-next:hover {
    opacity: 1
}

.slick-prev:focus,.slick-next:focus {
    outline: none
}

.slick-prev.slick-disabled,.slick-next.slick-disabled {
    opacity: .05
}

.slick-prev:before,.slick-next:before {
    font-family: "slick";
    font-size: 3rem;
    line-height: 1;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 0
}

@media (max-width: 47.99em) {
    .slick-prev {
        left:-65px;
        box-shadow: 0 0 10px 10px white
    }
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0
}

.slick-prev:before {
    content: "";
    background: url("../media/icon-arrow-left-grey.svg") no-repeat center center
}

@media (max-width: 47.99em) {
    .slick-prev:before {
        background-position:90% center
    }
}

[dir="rtl"] .slick-prev:before {
    content: ""
}

.slick-next {
    right: 0
}

@media (max-width: 47.99em) {
    .slick-next {
        right:-65px;
        box-shadow: 0 0 10px 10px white
    }
}

[dir="rtl"] .slick-next {
    left: 0;
    right: auto
}

.slick-next:before {
    content: "";
    background: url("../media/icon-arrow-right-grey.svg") no-repeat center center
}

@media (max-width: 47.99em) {
    .slick-next:before {
        background-position:10% center
    }
}

[dir="rtl"] .slick-next:before {
    content: ""
}

.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.SubCats_Categories_DIV .slick-dots {
    bottom: -0.5rem
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 0.75rem;
    width: 0.75rem;
    margin: 0 3px 0 2px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 10px;
    height: 10px;
    font-family: "slick";
    font-size: 2rem;
    line-height: 10px;
    text-align: center;
    color: #000;
    opacity: .05;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .8
}

.slick .tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0
}

.slick .tab-content>.active {
    visibility: visible;
    height: auto
}

.slick-slider.slick-vertical .slick-list {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.slick-slider.slick-vertical .slick-prev,.slick-slider.slick-vertical .slick-next {
    width: 100%;
    height: 3rem
}

.slick-slider.slick-vertical .slick-prev:not(.slick-disabled),.slick-slider.slick-vertical .slick-next:not(.slick-disabled) {
    opacity: 1
}

.slick-slider.slick-vertical .slick-prev {
    top: 0;
    bottom: auto
}

.slick-slider.slick-vertical .slick-next {
    top: auto;
    bottom: 0
}

.slick-slider.slick-vertical .slick-prev:before {
    background: url("../media/icon-arrow-up-grey.svg") no-repeat center center
}

.slick-slider.slick-vertical .slick-next:before {
    background: url("../media/icon-arrow-down-grey.svg") no-repeat center center
}

html.hideDiscount .BasketDiscount {
    display: none
}

html.hideDiscount #BasketTotalPrice {
    color: transparent;
    background: url("../media/priceloader.gif") no-repeat center center
}

html.hideDiscount .webshop-checkout [id*="salesdiscountcode"],html.hideDiscount .webshop-checkout [class*="salesdiscountcode"],html.hideDiscount .webshop-checkout [for="res2"] {
    display: none
}

html #BasketTotalPrice {
    transition: all 0.25s ease-in-out
}

body {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
    background: #fff;
    overflow-x: hidden
}

.webshop-misc:before,.webshop-misc:after {
    content: " ";
    display: table
}

.webshop-misc:after {
    clear: both
}

nav#topnav {
    position: relative;
    z-index: 8002;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

nav#topnav #topnav-menu {
    background: #fff;
    height: 50px;
    box-shadow: 0 0 40px rgba(0,0,0,0.15)
}

nav#topnav #topnav-menu #TopMenu a,nav#topnav #topnav-menu .cd-dropdown-trigger {
    float: left;
    font-size: 1rem;
    line-height: 50px;
    font-weight: 700;
    padding: 0 2.5rem;
    color: #fff;
    border-right: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(255,255,255,0.1)
}

nav#topnav #topnav-menu #TopMenu a:hover,nav#topnav #topnav-menu #TopMenu a.dropdown-is-active,.webshop-frontpage nav#topnav #topnav-menu #TopMenu a.cd-dropdown-trigger,nav#topnav #topnav-menu .cd-dropdown-trigger:hover,nav#topnav #topnav-menu .cd-dropdown-trigger.dropdown-is-active,.webshop-frontpage nav#topnav #topnav-menu .cd-dropdown-trigger.cd-dropdown-trigger {
    background: rgba(255,255,255,0.1);
    text-decoration: none
}

nav#topnav #topnav-menu .cd-dropdown-trigger {
    padding: 0 2rem
}

nav#topnav #topnav-menu #TopMenu a:last-child {
    border-right: 1px solid rgba(255,255,255,0.1)
}

.topnav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px
}

.topnav-list li ul {
    list-style: none;
    float: left;
    left: 0;
    opacity: 0;
    padding: 0.5rem 10% 3rem;
    position: absolute;
    top: 25px;
    visibility: hidden;
    z-index: -1;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 40px rgba(0,0,0,0.35);
    transition: all .25s ease
}

.topnav-list li ul li {
    float: none;
    width: 100%
}

.topnav-list li ul a {
    padding: 0 0.5rem;
    color: #deeefb;
    border-bottom: 1px solid #deeefb;
    font-weight: 400
}

.topnav-list li ul a:hover {
    color: #231f20;
    border-bottom: 1px solid #231f20
}

.topnav-list li ul ul {
    display: none
}

.no-touchevents .topnav-list li:hover ul,.topnav-list li.hover ul {
    opacity: 1;
    top: 40px;
    visibility: visible
}

.topnav-list a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-left: 0.25rem;
    text-decoration: none;
    transition: all .25s ease
}

.topnav-list .cf:after,.topnav-list .cf:before {
    content: "";
    display: table
}

.topnav-list .cf:after {
    clear: both
}

.topnav-list .cf {
    zoom:1}

.topnav-list {
    margin-top: 10px
}

@media (max-width: 74.99em) {
    .topnav-list {
        padding-right:2rem
    }
}

.topnav-list>li {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    margin-left: 10%;
    height: 100%
}

.topnav-list>li>a {
    display: inline-block;
    color: #231f20;
    line-height: 40px
}

.topnav-list>li>a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #959595;
    display: inline-block;
    margin-right: 0.375rem
}

#ProductMenu {
    width: 100%;
    float: left
}

#ProductMenu .Heading_Productmenu {
    display: none
}

#ProductMenu a img {
    max-width: 50%;
    display: block;
    margin: 0 auto
}

#TopMenu {
    height: 40px;
    overflow: hidden
}

#topnav-border {
    height: 5px;
    background: #2f3a40
}

main {
    position: relative
}

main .dd-theme-default .nivo-directionNav a {
    width: 50px;
    height: 100px;
    z-index: 999;
    margin: 0;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.1) url("../media/slider-arrows.svg") no-repeat;
    background-size: 60px;
    box-shadow: 0px 0 150px 0px rgba(255,255,255,0.5)
}

main .dd-theme-default .nivo-directionNav a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-color: rgba(0,0,0,0.3)
}

main .dd-theme-default a.nivo-nextNav {
    border-radius: 100px 0 0 100px;
    background-position: -20px 50%;
    right: 0;
    left: auto
}

main .dd-theme-default a.nivo-prevNav {
    border-radius: 0 100px 100px 0;
    background-position: 10px 50%;
    left: 0;
    right: auto
}

main .termsWrapper,main .profileWrapper,main .rightWrapper {
    background: #fff;
    margin-top: 0;
    padding: 0 0 3rem;
    width: 100%
}

@media (min-width: 62em) {
    main .termsWrapper,main .profileWrapper,main .rightWrapper {
        width:75%
    }
}

main .termsWrapper h1,main .termsWrapper .Heading_Terms_Wrapper,main .termsWrapper .Heading_Profile_Wrapper,main .profileWrapper h1,main .profileWrapper .Heading_Terms_Wrapper,main .profileWrapper .Heading_Profile_Wrapper,main .rightWrapper h1,main .rightWrapper .Heading_Terms_Wrapper,main .rightWrapper .Heading_Profile_Wrapper {
    font-size: 1rem;
    margin: 1.25rem 0 0;
    text-align: left !important
}

main .termsWrapper h2,main .profileWrapper h2,main .rightWrapper h2 {
    font-size: 1.125rem;
    font-weight: 700
}

main .termsWrapper h3,main .profileWrapper h3,main .rightWrapper h3 {
    font-size: 1rem;
    font-weight: 900;
    color: #636363;
    margin-bottom: 0.125rem
}

main .termsWrapper h4,main .profileWrapper h4,main .rightWrapper h4 {
    font-size: .875rem;
    color: #636363;
    margin-bottom: 0
}

main .termsWrapper p,main .profileWrapper p,main .rightWrapper p {
    color: #636363
}

main .termsWrapper p+br,main .termsWrapper h1+br,main .termsWrapper h2+br,main .termsWrapper h3+br,main .termsWrapper h4+br,main .profileWrapper p+br,main .profileWrapper h1+br,main .profileWrapper h2+br,main .profileWrapper h3+br,main .profileWrapper h4+br,main .rightWrapper p+br,main .rightWrapper h1+br,main .rightWrapper h2+br,main .rightWrapper h3+br,main .rightWrapper h4+br {
    display: none
}

main .termsWrapper .Text1_Terms,main .termsWrapper .Text1_Profile *,main .profileWrapper .Text1_Terms,main .profileWrapper .Text1_Profile *,main .rightWrapper .Text1_Terms,main .rightWrapper .Text1_Profile * {
    font-size: .875rem;
    line-height: 1.3
}

main>.container {
    padding-top: 0.75rem !important
}

@media (max-width: 47.99em) {
    .webshop-productinfo main>.container,.webshop-productlist main>.container {
        padding-left:0 !important;
        padding-right: 0 !important
    }
}

@media (min-width: 48em) {
    .webshop-productlist main>.container .container {
        padding-left:0 !important;
        padding-right: 0 !important
    }
}

footer .footer-top {
    margin-top: 4rem;
    background: #fff;
    border-top: 1px solid #ebebeb
}

footer .footer-top .footer-messages>div {
    color: #636363;
    font-size: 1.25rem;
    font-weight: 900;
    padding: 16px 0 16px 64px;
    float: left;
    height: 100%;
    line-height: 100%;
    margin: 1.25rem 2rem 1.25rem 0
}

footer .footer-top .footer-messages>div.footer-fragt {
    background: url("../media/icon-fragt.png") no-repeat left center
}

footer .footer-top .footer-messages>div.footer-returret {
    background: url("../media/icon-retur.png") no-repeat left center
}

footer .footer-top .footer-messages>div.footer-trustpilot {
    position: relative;
    float: none;
    overflow: auto;
    margin-right: 0;
    padding-left: 0
}

@media (max-width: 33.99em) {
    footer .footer-top .footer-messages>div.footer-trustpilot {
        float:left;
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        padding-top: 2.25rem;
        border-top: 1px solid #ebebeb
    }
}

footer .footer-top .footer-messages>div .trustpilot-widget {
    width: 100%
}

footer .footer-top .footer-messages>div .trustpilot-widget iframe+iframe {
    display: none !important
}

footer .footer-content {
    padding: 3rem 0 5rem;
    background: #333;
    color: #636363
}

@media (max-width: 33.99em) {
    footer .footer-content {
        padding:3rem 2rem 5rem
    }
}

footer .footer-content .footer-adress {
    margin-bottom: 2rem
}

@media (max-width: 33.99em) {
    footer .footer-content .footer-adress {
        text-align:center
    }
}

footer .footer-content .footer-mail a,footer .footer-content .footer-phone {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
    padding-left: 32px
}

footer .footer-content .footer-mail {
    background: url("../media/icon-mail-white.svg") no-repeat left center
}

footer .footer-content .footer-phone {
    background: url("../media/icon-phone-white.svg") no-repeat left 5px
}

footer .footer-content .footer-phone span {
    font-weight: 300
}

footer .footer-content .footer-phone br+span {
    color: #999;
    font-size: 1rem;
    line-height: 1;
    display: block
}

@media (max-width: 33.99em) {
    footer .footer-content .footer-mail,footer .footer-content .footer-phone {
        display:inline-block;
        margin: 1rem 2rem
    }
}

footer .footer-content h3 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 1.75rem
}

@media (max-width: 33.99em) {
    footer .footer-content h3 {
        font-size:2rem;
        text-align: center
    }
}

footer .footer-content ul,footer .footer-content li {
    list-style-type: none;
    padding-left: 0;
    line-height: 1
}

footer .footer-content li a {
    color: #ebebeb;
    text-decoration: none;
    line-height: 1.25
}

footer .footer-content li a:hover {
    color: #1974c1
}

footer .footer-content img {
    max-width: 100%
}

footer .footer-content .quick-links {
    margin-bottom: 2rem
}

footer .footer-content .quick-links li {
    padding-top: 1rem
}

@media (max-width: 33.99em) {
    footer .footer-content .quick-links {
        text-align:center
    }

    footer .footer-content .quick-links ul {
        margin-bottom: 4rem
    }

    footer .footer-content .quick-links li a {
        width: 100%;
        display: block;
        line-height: 2;
        font-size: 1.25rem;
        border-top: 1px solid #505050
    }
}

footer .footer-content .social-links li {
    display: inline-block;
    padding-right: 1rem
}

footer .footer-content .social-links a {
    padding-left: 3rem;
    height: 3rem;
    display: block;
    line-height: 3rem
}

footer .footer-content .icon-facebook {
    background: url("/images/skins/tidySense/media/icon-logo-facebook.svg") no-repeat left center
}

footer .footer-content .icon-twitter {
    background: url("/images/skins/tidySense/media/icon-logo-twitter.svg") no-repeat left center
}

footer .footer-content .icon-instagram {
    background: url("/images/skins/tidySense/media/icon-logo-instagram.svg") no-repeat left center
}

footer .footer-content .icon-pinterest {
    background: url("/images/skins/tidySense/media/icon-logo-pinterest.svg") no-repeat left center
}

footer .footer-content .icon-google {
    background: url("/images/skins/tidySense/media/icon-logo-google.svg") no-repeat left center
}

@media (max-width: 61.99em) {
    footer .footer-content .quick-links {
        float:right
    }
}

footer .footer-bottom {
    padding-bottom: 5rem;
    padding-top: 2rem;
    background: #fff
}

footer .footer-bottom img {
    max-width: 80%
}

footer .footer-bottom .tidy-embed {
    float: right
}

.webshop-frontpage main>.container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0 !important
}

section.hero .slider-wrapper {
    z-index: 1
}

section.hero .slider-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0);
    transition: background 0.75s ease-in-out
}

section.hero .slider-wrapper.full:after {
    background: rgba(0,0,0,0.25)
}

section.hero .nivoSlider {
    background: black;
    height: 25rem;
    box-shadow: none;
    opacity: 0.5;
    will-change: transform;
    -webkit-animation: scaling 25s ease-out forwards;
    animation: scaling 25s ease-out forwards;
    transition: opacity 0.75s ease-in-out, height 0.75s ease-in-out, padding 0.75s ease-in-out
}

section.hero .nivoSlider.no-scaling {
    -webkit-animation: none;
    animation: none
}

section.hero .nivoSlider.full-height {
    height: calc(100vw/1.8);
    opacity: 1 !important
}

section.hero .nivoSlider~#nivo-full-height {
    position: absolute;
    z-index: 99999;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    opacity: 0.5;
    transition: opacity 0.15s;
    background: url("../media/icon-video.svg") no-repeat left top
}

section.hero .nivoSlider~#nivo-full-height:hover {
    opacity: 1
}

section.hero .nivoSlider.full-height~#nivo-full-height {
    background: url("../media/icon-video.svg") no-repeat left bottom
}

section.hero .nivoSlider:not(.dd-nivoSlider) {
    opacity: 0;
    transition: opacity 0.25s ease-in
}

section.hero .nivoSlider.dd-nivoSlider {
    opacity: 0.5
}

@media (max-width: 33.99em) {
    section.hero .nivoSlider {
        height:0rem;
        padding-bottom: 56.25%
    }
}

section.hero .nivoSlider img {
    position: absolute;
    width: 100% !important;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

section.hero .nivoSlider a.nivo-imageLink,section.hero .nivoSlider .nivo-slice {
    height: 100% !important;
    max-height: 100% !important
}

section.hero .nivoSlider .nivo-main-image {
    position: absolute !important
}

section.hero .nivoSlider .nivo-directionNav {
    display: none
}

section.hero .slider-wrapper {
    background: #000;
    background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, #000 100%);
    overflow: hidden
}

section.hero .slider-wrapper:hover .nivo-dynamic-text {
    text-shadow: 0 2px 5px rgba(0,0,0,0.5)
}

section.hero .slider-wrapper:hover .nivoSlider {
    opacity: 0.7
}

section.hero .slider-wrapper>.nivo-directionNav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    z-index: 8001;
    cursor: pointer
}

section.hero .nivo-dynamic-text {
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: text-shadow 0.75s ease-in-out
}

section.hero .nivo-dynamic-text .nivo-dynamic-text-inner-content,section.hero .nivo-dynamic-text .nivo-dynamic-text-inner-content>div {
    height: 100%;
    width: 100%;
    text-align: center
}

section.hero .nivo-dynamic-text .nivo-dynamic-text-header {
    color: #fff;
    font-size: 5rem;
    font-size: 6.25vw;
    font-weight: 600;
    padding: 5rem 10% 0;
    padding: 6.25vw 10vw 0;
    line-height: 1
}

@media (min-width: 80rem) {
    section.hero .nivo-dynamic-text .nivo-dynamic-text-header {
        font-size:5rem;
        padding: 5rem 10% 0
    }
}

@media (max-width: 33.9275rem) {
    section.hero .nivo-dynamic-text .nivo-dynamic-text-header {
        padding-top:8.33vw;
        font-size: 6.66rem;
        font-size: 8.33vw;
        line-height: 1;
        white-space: normal
    }
}

section.hero .nivo-dynamic-text .nivo-dynamic-text-teaser {
    color: #fff;
    font-size: 1.25rem;
    font-size: 1.75vw;
    font-weight: 300;
    padding: 0 30%
}

@media (min-width: 80rem) {
    section.hero .nivo-dynamic-text .nivo-dynamic-text-teaser {
        font-size:1.5rem
    }
}

@media (max-width: 48rem) {
    section.hero .nivo-dynamic-text .nivo-dynamic-text-teaser {
        display:none;
        font-size: 1.25rem;
        padding: 0 10%
    }
}

section.hero .nivo-dynamic-text .nivo-dynamic-text-link {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 0.5rem 3rem;
    display: inline-block;
    margin: 1rem auto;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

section.hero .nivo-dynamic-text .nivo-dynamic-text-link:hover {
    background-color: rgba(255,255,255,0.2)
}

section.hero .nivo-controlNav {
    position: relative;
    margin-top: -2rem;
    line-height: 2rem;
    z-index: 999
}

section.hero .nivo-controlNav a.nivo-control {
    background: white;
    opacity: 0.2;
    border-radius: 100px;
    height: 0.75rem;
    width: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    margin: 0 0.25rem;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out
}

section.hero .nivo-controlNav a.nivo-control:hover {
    opacity: 0.5
}

section.hero .nivo-controlNav a.nivo-control.active {
    opacity: 1
}

@media (min-width: 34em) {
    section.hero .nivo-video {
        top:50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: top 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
        transition: top 0.75s ease-in-out, transform 0.75s ease-in-out;
        transition: top 0.75s ease-in-out, transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out
    }

    section.hero .full-height .nivo-video {
        top: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

section.hero .no-scaling .nivo-slice,section.hero .no-scaling .nivo-main-image {
    display: none !important
}

section.hero .no-scaling~#nivo-pause,section.hero .no-scaling~#nivo-play {
    position: absolute;
    z-index: 99999;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    opacity: 0.5;
    transition: opacity 0.15s;
    background: url("../media/icon-video.svg") no-repeat right bottom
}

section.hero .no-scaling~#nivo-pause:hover,section.hero .no-scaling~#nivo-play:hover {
    opacity: 1
}

section.hero .no-scaling~#nivo-play {
    background: url("../media/icon-video.svg") no-repeat right top
}

.webshop-frontpage section .h1 {
    text-align: center;
    font-weight: 900
}

.webshop-frontpage section.teasers {
    border-bottom: 1px solid #ebebeb;
    padding: 3.125rem 0
}

.webshop-frontpage section.teasers img {
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out
}

.webshop-frontpage section.teasers .slider-wrapper {
    box-shadow: 0 3px 0 -5px rgba(0,0,0,0.35);
    transition: box-shadow 0.5s ease-out
}

.webshop-frontpage section.teasers .slider-wrapper:hover {
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.35);
    transition: box-shadow 0.1s ease-in
}

.webshop-frontpage section.teasers .slider-wrapper:hover img {
    -webkit-transform: translateZ(0) scale(1.1);
    transform: translateZ(0) scale(1.1);
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out
}

@media (max-width: 33.99em) {
    .webshop-frontpage section.teasers {
        padding:1rem 0
    }

    .webshop-frontpage section.teasers .container>.row>div {
        margin-bottom: 1rem
    }
}

.webshop-frontpage section.teasers .nivo-dynamic-text {
    display: block !important;
    opacity: 1 !important
}

.webshop-frontpage section.teasers .nivo-dynamic-text .nivo-dynamic-text-header {
    color: #333;
    font-size: 1.75rem;
    font-size: 2.1875vw;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap
}

@media (min-width: 80rem) {
    .webshop-frontpage section.teasers .nivo-dynamic-text .nivo-dynamic-text-header {
        font-size:1.75rem
    }
}

@media (max-width: 33.9275rem) {
    .webshop-frontpage section.teasers .nivo-dynamic-text .nivo-dynamic-text-header {
        font-size:2.33rem;
        font-size: 6.86vw
    }
}

.webshop-frontpage section.teasers .nivo-dynamic-text .nivo-dynamic-text-teaser {
    font-size: 1.125rem;
    font-size: 1.4vw;
    font-weight: 300
}

@media (min-width: 80rem) {
    .webshop-frontpage section.teasers .nivo-dynamic-text .nivo-dynamic-text-teaser {
        font-size:1.125rem
    }
}

@media (max-width: 33.9275rem) {
    .webshop-frontpage section.teasers .nivo-dynamic-text .nivo-dynamic-text-teaser {
        font-size:1.5rem;
        font-size: 4.4vw
    }
}

.webshop-frontpage section.teasers .nivo-dynamic-text .nivo-dynamic-text-link {
    display: none !important
}

.webshop-frontpage section.teasers .slider-wrapper:hover .nivo-dynamic-text-teaser {
    text-decoration: underline
}

.webshop-frontpage section.frontpage-text {
    padding: 3.125rem 0
}

.webshop-frontpage section.frontpage-text .h1,.webshop-frontpage section.frontpage-text h1 {
    margin-top: 0
}

h1,.h1,.Heading_Terms,.Heading_Profile {
    font-size: 2.25rem;
    margin: 2rem 0 0.5rem;
    font-weight: 900
}

.center {
    text-align: center
}

.webshop-cmspage .CmsPageStyle {
    font-size: .75rem
}

.webshop-cmspage .CmsPageStyle .row {
    margin-bottom: 1rem
}

.webshop-cmspage .CmsPageStyle .row .row {
    margin-bottom: 0
}

.webshop-cmspage .CmsPageStyle *+h2,.webshop-cmspage .CmsPageStyle *+h3,.webshop-cmspage .CmsPageStyle h4,.webshop-cmspage .CmsPageStyle h5,.webshop-cmspage .CmsPageStyle h6 {
    padding-top: 1rem
}

.webshop-cmspage .CmsPageStyle p {
    font-size: .875rem
}

.webshop-cmspage .CmsPageStyle img.contain {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.webshop-cmspage .CmsPageStyle img.fill {
    width: 100%
}

.webshop-cmspage .CmsPageStyle img.space {
    padding: 1rem
}

img {
    -ms-interpolation-mode: bicubic
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(4,181,92,0)
    }

    70% {
        -webkit-box-shadow: 0 0 10px 6px rgba(4,181,92,0.6)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(4,181,92,0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(4,181,92,0)
    }

    70% {
        box-shadow: 0 0 10px 6px rgba(4,181,92,0.6)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(4,181,92,0)
    }
}

@-webkit-keyframes pulsebg {
    0% {
        background: rgba(4,181,92,0.3)
    }

    70% {
        background: #174340
    }

    100% {
        background: rgba(4,181,92,0.3)
    }
}

@keyframes pulsebg {
    0% {
        background: rgba(4,181,92,0.3)
    }

    70% {
        background: #174340
    }

    100% {
        background: rgba(4,181,92,0.3)
    }
}

@-webkit-keyframes scaling {
    From {
        -webkit-transform: translateZ(0) scale(1)
    }

    To {
        -webkit-transform: translateZ(0) scale(1.2)
    }
}

@keyframes scaling {
    From {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    To {
        -webkit-transform: translateZ(0) scale(1.2);
        transform: translateZ(0) scale(1.2)
    }
}

@media (max-width: 47.99em) {
    body {
        padding-top:6.5rem
    }

    header #topbar {
        height: 3.5rem;
        position: fixed;
        z-index: 999999999;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        box-shadow: none
    }

    header #topbar>.container {
        background-size: cover
    }

    header #topbar>.container>.row {
        padding-right: 0
    }

    header #topbar .LogoContainer {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        text-align: center
    }

    header #topbar .LogoContainer a {
        margin-top: 0.25rem
    }

    header #topbar .BasketContainer {
        margin: 0;
        box-shadow: none;
        border-radius: 0
    }

    header #topbar .basket {
        border: none;
        height: 3.5rem;
        width: 6.375rem !important;
        padding-right: 1rem
    }

    header #topbar .basket>a {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        z-index: 99999
    }

    header #topbar .basket .BasketTotalProducts {
        height: 2.5rem;
        min-width: 2.5rem;
        top: 0.5rem;
        line-height: 2.4166rem;
        font-size: 1rem;
        right: 0.5rem;
        background: rgba(255,255,255,0);
        border: 1px solid rgba(255,255,255,0.3);
        opacity: 1
    }

    header #topbar .basket .BasketTotalProducts:before {
        content: '';
        background: transparent url("../media/icon-cart-white.svg") no-repeat left center;
        background-size: 2rem;
        width: 2rem;
        height: 100%;
        position: absolute;
        right: 120%
    }

    header #topbar .basket.full {
        -webkit-animation: pulsebg 3s infinite;
        animation: pulsebg 3s infinite
    }

    header #topbar .FrontpageLogo {
        text-align: center
    }

    header #topbar .FrontpageLogo img {
        max-height: 3rem
    }

    header #topbar .nav-icon {
        margin-top: 0;
        height: 3.5rem;
        background: rgba(29,29,27,0.5)
    }

    header #topbar .nav-icon.navbar-toggle {
        width: auto;
        z-index: 9999;
        padding-bottom: 1rem
    }

    header #topbar .navbar-toggle img {
        margin-top: 1rem
    }

    nav#topnav,#topnav-sticky-wrapper {
        display: none
    }

    body {
        padding-top: 0
    }

    body .webshop-misc {
        overflow: visible
    }

    body header {
        position: sticky;
        top: 0
    }

    body header #topbar {
        height: auto;
        position: relative
    }
}

@media (max-width: 767px) {
    header #topbar .SearchContainer {
        width:100% !important;
        margin-left: 0;
        background: #ebebeb !important;
        border-bottom: 1px solid #cacaca
    }

    header #topbar .SearchContainer #Search_Form {
        height: 2.5rem !important;
        margin: 0.25rem 0rem !important
    }

    header #topbar .SearchContainer #Search_Form input.SearchField_SearchPage {
        font-size: 16px;
        background-color: #ebebeb;
        -webkit-appearance: none;
        width: 100%;
        border-radius: 0 !important
    }

    header #topbar .SearchContainer #Search_Form input.SubmitButton_SearchPage {
        display: none;
        font-size: 1rem;
        width: 6.375rem !important;
        background: #999;
        border-radius: 0
    }

    #topbar .nav,#topbar #ProductMenu_List {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    #topbar .nav>li,#topbar #ProductMenu_List>li {
        position: relative;
        display: block
    }

    #topbar .nav>li>a,#topbar #ProductMenu_List>li>a,#topbar #ProductMenu_List>li>span {
        position: relative;
        display: block;
        padding: 10px 15px
    }

    #topbar .nav>li>a:hover,#topbar .nav>li>a:focus,#topbar #ProductMenu_List>li>a:hover,#topbar #ProductMenu_List>li>a:focus,#topbar #ProductMenu_List>li>span:hover,#topbar #ProductMenu_List>li>span:focus {
        text-decoration: none
    }

    #topbar .nav>li.disabled>a,#topbar #ProductMenu_List>li.disabled>a,#topbar #ProductMenu_List>li.disabled>span {
        color: #777
    }

    #topbar .nav>li.disabled>a:hover,#topbar .nav>li.disabled>a:focus,#topbar .nav>li.disabled>span:hover,#topbar .nav>li.disabled>span:focus {
        color: #777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent
    }

    #topbar .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    #topbar .nav>li>a>img {
        max-width: none
    }

    #topbar .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 20px;
        border: 1px solid transparent
    }

    #topbar .navbar-collapse {
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1)
    }

    #topbar .navbar-collapse.in {
        overflow-y: auto
    }

    #topbar .navbar-fixed-top .navbar-collapse,#topbar .navbar-fixed-bottom .navbar-collapse {
        max-height: 340px
    }

    #topbar .container>.navbar-header,#topbar .container-fluid>.navbar-header,#topbar .container>.navbar-collapse,#topbar .container-fluid>.navbar-collapse {
        margin-right: -25px;
        margin-left: -25px
    }

    #topbar .navbar-static-top {
        z-index: 1000;
        border-width: 0 0 1px
    }

    #topbar .navbar-fixed-top,#topbar .navbar-fixed-bottom {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030
    }

    #topbar .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    #topbar .navbar-fixed-bottom {
        bottom: 0;
        margin-bottom: 0;
        border-width: 1px 0 0
    }

    #topbar .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px
    }

    #topbar .navbar-brand:hover,#topbar .navbar-brand:focus {
        text-decoration: none
    }

    #topbar .navbar-brand>img {
        display: block
    }

    #topbar #ProductMenu_List {
        margin: 7.5px -15px
    }

    #topbar #ProductMenu_List>li>a,#topbar #ProductMenu_List>li>span {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

    #topbar #ProductMenu_List .open .RootCategory_Productmenu>.has-dropdown,#topbar #ProductMenu_List .opened .RootCategory_Productmenu>.has-dropdown {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none
    }

    #topbar #ProductMenu_List .open .RootCategory_Productmenu>.dropdown>li>a,#topbar #ProductMenu_List .open .RootCategory_Productmenu>.has-dropdown .dropdown-header,#topbar #ProductMenu_List .opened .RootCategory_Productmenu>.dropdown>li>a,#topbar #ProductMenu_List .opened .RootCategory_Productmenu>.has-dropdown .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    #topbar #ProductMenu_List .open .RootCategory_Productmenu>.dropdown>li>a,#topbar #ProductMenu_List .opened .RootCategory_Productmenu>.dropdown>li>a {
        line-height: 20px
    }

    #topbar #ProductMenu_List .open .RootCategory_Productmenu>.dropdown>li>a:hover,#topbar #ProductMenu_List .open .RootCategory_Productmenu>.dropdown>li>a:focus,#topbar #ProductMenu_List .opened .RootCategory_Productmenu>.dropdown>li>a:hover,#topbar #ProductMenu_List .opened .RootCategory_Productmenu>.dropdown>li>a:focus {
        background-image: none
    }

    #topbar #ActiveCategory_A+a {
        font-weight: 900
    }
}

@media (max-width: 47.99em) {
    #topbar {
        box-shadow:none
    }

    #topbar>.container {
        box-shadow: 0 1px 3px rgba(0,0,0,0.35);
        position: relative;
        z-index: 9
    }

    #topbar>.container-fluid {
        position: relative;
        z-index: 1
    }

    #topbar .dropdown {
        display: none
    }

    #topbar .navbar-nav {
        width: 100%
    }

    #topbar .navbar-nav>li {
        float: right;
        width: 100%
    }

    #topbar .navbar-nav>li>a,#topbar .navbar-nav>li>span {
        font-size: 16px;
        line-height: 40px;
        font-weight: 300;
        padding: 0 25px;
        color: #fff;
        text-shadow: 1px 0 1px rgba(0,0,0,0.5);
        border-right: 1px solid rgba(0,0,0,0.1);
        border-left: 1px solid rgba(0,0,0,0.1)
    }

    #topbar .Heading_Productmenu {
        display: none
    }

    #topbar .ProductmenuContainer_DIV {
        float: left
    }

    #topbar #ActiveCategory_A {
        display: none !important
    }

    #topbar .RootCategory_Productmenu>.has-dropdown {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: -40px;
        padding: 20px 20px 50px;
        border-radius: 0;
        list-style: none;
        background: rgba(255,255,255,0.97);
        z-index: -1;
        display: block;
        float: left;
        text-align: left;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        transition: top 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0s, opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, visibility 0s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, -webkit-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
        transition: transform 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, top 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0s, opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, visibility 0s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        transition: transform 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, top 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0s, opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, visibility 0s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, -webkit-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0.2s
    }

    #topbar .RootCategory_Productmenu:hover>.has-dropdown,#topbar .RootCategory_Productmenu.open>.has-dropdown,#topbar .RootCategory_Productmenu.open:hover>.has-dropdown,#topbar .RootCategory_Productmenu.opened>.has-dropdown,#topbar .RootCategory_Productmenu.opened:hover>.has-dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        transition: top 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, visibility 0s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, -webkit-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
        transition: transform 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, top 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, visibility 0s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
        transition: transform 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, top 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, visibility 0s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, -webkit-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1) 0.2s
    }

    #topbar .RootCategory_Productmenu:hover>.has-dropdown,#topbar .RootCategory_Productmenu.open>.has-dropdown,#topbar .RootCategory_Productmenu.open:hover>.has-dropdown,#topbar .RootCategory_Productmenu.opened>.has-dropdown,#topbar .RootCategory_Productmenu.opened:hover>.has-dropdown {
        transform: translate3d(0, 90px, 0);
        -moz-transform: translate3d(0, 90px, 0);
        -webkit-transform: translate3d(0, 90px, 0)
    }

    #topbar .no-csstransforms3d .RootCategory_Productmenu:hover>.has-dropdown,#topbar .no-csstransforms3d .RootCategory_Productmenu.open>.has-dropdown,#topbar .no-csstransforms3d .RootCategory_Productmenu.open:hover>.has-dropdown,#topbar .no-csstransforms3d .RootCategory_Productmenu.opened>.has-dropdown,#topbar .no-csstransforms3d .RootCategory_Productmenu.opened:hover>.has-dropdown {
        top: 50px
    }

    #topbar .no-csstransforms3d.FixedTop .RootCategory_Productmenu:hover>.has-dropdown,#topbar .no-csstransforms3d.FixedTop .RootCategory_Productmenu.open>.has-dropdown,#topbar .no-csstransforms3d.FixedTop .RootCategory_Productmenu.open:hover>.has-dropdown,#topbar .no-csstransforms3d.FixedTop .RootCategory_Productmenu.opened>.has-dropdown,#topbar .no-csstransforms3d.FixedTop .RootCategory_Productmenu.opened:hover>.has-dropdown {
        top: 40px
    }

    #topbar .RootCategory_Productmenu:hover>.dropdown:hover {
        transition: none
    }

    #topbar .RootCategory_Productmenu.open>.has-dropdown,#topbar .RootCategory_Productmenu.open:hover>.has-dropdown,#topbar .RootCategory_Productmenu.opened>.has-dropdown,#topbar .RootCategory_Productmenu.opened:hover>.has-dropdown {
        transition: none
    }

    #topbar #ProductMenu_List {
        width: 100%;
        border-left: 1px solid rgba(0,0,0,0.2);
        border-right: 1px solid rgba(255,255,255,0.1)
    }

    #topbar #ProductMenu_List>li {
        float: left
    }

    #topbar #ProductMenu_List>li>a,#topbar #ProductMenu_List>li>span {
        font-size: 16px;
        line-height: 40px;
        font-weight: 900;
        padding: 0 80px 0 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333;
        border-right: 1px solid rgba(0,0,0,0.1);
        border-left: 1px solid rgba(255,255,255,0.1);
        transition: none
    }

    #topbar #ProductMenu_List>li>a>span {
        font-weight: 900
    }

    #topbar .SubCategory1_Productmenu b {
        font-weight: 900
    }

    #topbar #main-navbar {
        background: #fff;
        width: 100% !important;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll !important;
        position: absolute;
        top: 0;
        height: 100vh !important;
        padding-bottom: 20vh
    }

    #topbar .topnav-open #main-navbar {
        padding-bottom: 100px
    }

    #topbar .navbar-nav .open .dropdown>li>a,#topbar .navbar-nav .open .dropdown>li>span,#topbar .navbar-nav .open .dropdown .dropdown-header,#topbar .navbar-nav .opened .dropdown>li>a,#topbar .navbar-nav .opened .dropdown>li>span,#topbar .navbar-nav .opened .dropdown .dropdown-header {
        padding: 0 15px 0 50px
    }

    #topbar li.has-dropdown>.dropdown-toggle {
        position: absolute;
        right: 0;
        top: 0;
        height: 49px;
        width: 70px;
        border-left: 1px solid rgba(0,0,0,0.1)
    }

    #topbar li.SubCategory1_Productmenu.has-dropdown>.dropdown-toggle {
        height: 40px;
        width: 50px;
        left: 0;
        right: auto;
        border-left: none
    }

    #topbar li.RootCategory_Productmenu.has-dropdown>.dropdown-toggle:after,#topbar .SubCategory1_Productmenu.has-dropdown>.dropdown-toggle:after {
        border-bottom: 2px solid #da9a00;
        border-right: 2px solid #da9a00;
        content: '';
        display: block;
        height: 8px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        -webkit-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        width: 8px;
        opacity: .5
    }

    #topbar li.RootCategory_Productmenu.has-dropdown>.dropdown-toggle:after {
        height: 10px;
        width: 10px;
        right: 32px;
        top: 23px
    }

    #topbar li.SubCategory1_Productmenu.has-dropdown>.dropdown-toggle:after {
        right: 20px;
        top: 18px
    }

    #topbar li.has-dropdown.open>.dropdown-toggle:after,#topbar li.has-dropdown.opened>.dropdown-toggle:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 1
    }

    #topbar li.RootCategory_Productmenu.has-dropdown.open,#topbar li.RootCategory_Productmenu.has-dropdown.opened {
        border-bottom: 1px solid rgba(0,0,0,0.1)
    }

    #topbar .navbar-nav .open>.dropdown,#topbar .navbar-nav .opened>.dropdown {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none;
        display: block;
        padding-left: 0
    }

    #topbar .SubCategory1_Productmenu {
        position: relative;
        display: block;
        width: 100%
    }

    #topbar .SubCategory1_Productmenu>a,#topbar .SubCategory1_Productmenu>span {
        display: block;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        font-weight: 700;
        padding-left: 25px;
        color: #333
    }

    #topbar .SubCategory1_Productmenu .dropdown {
        padding-bottom: 25px
    }

    #topbar .SubCategory1_Productmenu:not(:first-child)>a,#topbar .SubCategory1_Productmenu:not(:first-child)>span {
        border-top: 1px solid rgba(25,116,193,0.1)
    }

    #topbar .SubCategory2_Productmenu>a,#topbar .SubCategory2_Productmenu>span {
        display: block;
        font-size: 12px;
        line-height: 25px;
        font-weight: 400;
        padding-left: 65px !important;
        color: #333
    }

    #topbar .SubCategory1_Productmenu>.has-dropdown {
        padding-left: 25px
    }

    #topbar .opened.active-parent {
        background: rgba(25,116,193,0.03)
    }

    #topbar .opened.active-parent a,#topbar .opened.active-parent span {
        color: #1974c1
    }

    #topbar .opened.active-parent>.dropdown-toggle:after,#topbar .opened.active-parent li:after {
        border-color: #1974c1 !important
    }
}

@media (max-width: 47.99em) {
    #topbar .navbar-heading {
        float:left;
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
        padding: 0 15px;
        color: #fff;
        text-shadow: 1px 0 1px rgba(0,0,0,0.5)
    }

    #topbar .ProductmenuContainer_DIV {
        width: 100%
    }

    #topbar #ProductMenu_List {
        padding: 0;
        margin: 0 0 10rem;
        border: none
    }

    #topbar #ProductMenu_List>li {
        float: none !important
    }

    #topbar #ProductMenu_List>li>a,#topbar #ProductMenu_List>li>span {
        font-size: 16px;
        line-height: 50px;
        height: 50px
    }

    #topbar #ProductMenu_List>li>a,#topbar #ProductMenu_List>li>span {
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.1)
    }

    #topbar #ProductMenu_List>a {
        display: block;
        font-size: 16px;
        line-height: 50px;
        font-weight: 700;
        padding: 0 25px;
        color: #45545d;
        background: #ebebeb;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        transition: none;
        text-decoration: none
    }

    #topbar #ProductMenu_List>a.toplinks {
        color: #636363;
        font-weight: 400;
        position: relative
    }

    #topbar #ProductMenu_List>a.toplinks:after {
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        content: '';
        display: block;
        height: 8px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        -webkit-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all 0.15s ease-in-out;
        width: 8px;
        opacity: .5;
        right: 16px;
        top: 25px
    }

    #topbar #ProductMenu_List>.toplinks {
        background: #ebebeb
    }

    #topbar #ProductMenu_List>.toplinks:after {
        border-color: #999
    }

    #topbar #ProductMenu_List ul,#topbar #ProductMenu_List li {
        list-style: none
    }

    #topbar .ProductMenu_Category_Icon {
        display: none
    }

    #topbar header #nav-search {
        background: #ebebeb
    }

    #topbar header #topbar #Search_Form {
        height: 3.25rem !important;
        margin: 0.875rem !important;
        margin-top: 0.875rem !important
    }

    #topbar header #topbar #Search_Form input.SearchField_SearchPage {
        font-size: 16px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        -webkit-appearance: none
    }

    #topbar header #topbar #Search_Form input.SubmitButton_SearchPage {
        font-size: 1rem
    }
}

.slick-initialized script.slick-slide {
    display: none
}

section.hero .slider-wrapper .nivoSlider {
    opacity: 0.5
}

.webshop-frontpage .frontpage-text p {
    font-size: 16px !important;
    line-height: 1.625 !important
}

@media (max-width: 47.99em) {
    .webshop-frontpage .frontpage-text p {
        font-size:14px !important
    }
}

.webshop-productlist .CategoryDescription {
    font-size: 16px !important;
    line-height: 1.625 !important
}

@media (max-width: 47.99em) {
    .webshop-productlist .CategoryDescription {
        font-size:14px !important
    }
}

@media (max-width: 47.99em) {
    #ProductList .ProductTile .ProductName a {
        font-size:1.125rem;
        line-height: 1.125rem
    }
}

.webshop-productinfo .info-section .Description_Productinfo,.webshop-productinfo .info-section .Description_Productinfo * {
    font-size: 16px !important;
    line-height: 1.625 !important
}

@media (max-width: 47.99em) {
    .webshop-productinfo .info-section .Description_Productinfo,.webshop-productinfo .info-section .Description_Productinfo * {
        font-size:14px !important
    }
}
