/* Minification failed. Returning unminified contents.
(557,15): run-time error CSS1030: Expected identifier, found ' '
(557,16): run-time error CSS1031: Expected selector, found '1300px'
(557,16): run-time error CSS1025: Expected comma or open brace, found '1300px'
(558,11): run-time error CSS1030: Expected identifier, found ' '
(558,12): run-time error CSS1031: Expected selector, found '100%'
(558,12): run-time error CSS1025: Expected comma or open brace, found '100%'
(559,17): run-time error CSS1030: Expected identifier, found ' '
(559,22): run-time error CSS1031: Expected selector, found ';'
(559,22): run-time error CSS1025: Expected comma or open brace, found ';'
(560,18): run-time error CSS1030: Expected identifier, found ' '
(560,23): run-time error CSS1031: Expected selector, found ';'
(560,23): run-time error CSS1025: Expected comma or open brace, found ';'
(561,16): run-time error CSS1030: Expected identifier, found ' '
(561,24): run-time error CSS1031: Expected selector, found ';'
(561,24): run-time error CSS1025: Expected comma or open brace, found ';'
(562,1): run-time error CSS1019: Unexpected token, found '}'
(1303,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1304,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1315,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1316,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4181,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4182,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4207,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4208,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7201,32): run-time error CSS1034: Expected closing parenthesis, found 'px'
(7201,32): run-time error CSS1042: Expected function, found 'px'
(7201,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.Accordion {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    max-height: 40px;
}

    .Accordion.active {
        max-height: 120em;
        white-space: normal;
    }

.Accordion-content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

.Accordion-clickable {
    cursor: pointer;
}

    .Accordion-clickable h2 {
        height: 40px;
        display: inline-block;
        width: 90%;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 15px;
    }

@media only screen and (min-width: 657px) {
    .Accordion-clickable h2 {
        width: auto;
        margin-top: auto;
        margin-bottom: auto;
        line-height: 40px;
    }
}

.Accordion-clickable i {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.Banners {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 5px;
}

.Banners-heading {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.Column-right .Banner {
    width: calc(100% - 20px) !important;
}

.Banner {
    float: left;
    display: none;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 20px);
}

@media only screen and (min-width: 500px) {
    .Banner {
        width: calc(50% - 10px);
    }
}

@media only screen and (min-width: 657px) {
    .Banner {
        width: calc(100% - 20px);
    }
}

.Banner-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 2em;
    color: rgba(255, 255, 255, 0.3);
}

.Banner-next {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 2em;
    color: rgba(255, 255, 255, 0.3);
}

    .Banner-next.active {
        color: #FFF;
        text-shadow: -1px -1px 2px #8994A0, 1px -1px 2px #8994A0, -1px 1px 2px #8994A0, 1px 1px 2px #8994A0;
    }

.Banner-prev.active {
    color: #FFF;
    text-shadow: -1px -1px 2px #8994A0, 1px -1px 2px #8994A0, -1px 1px 2px #8994A0, 1px 1px 2px #8994A0;
}

.Banner.active {
    display: block;
}

@media only screen and (min-width: 977px) {
    .Banner:first-of-type {
        margin-left: 10px;
        margin-right: 0;
        width: calc(50% - 15px);
    }

    .Banner:nth-of-type(2), .Banner:nth-of-type(3) {
        margin-left: 10px;
        margin-right: 0;
        width: calc(50% - 15px);
    }
}

@media only screen and (min-width: 1297px) {
    .Banner:first-of-type {
        width: calc(33.3% - 15px);
    }

    .Banner:nth-of-type(2) {
        width: calc(33.3% - 10px);
    }

    .Banner:nth-of-type(3) {
        width: calc(33.3% - 15px);
    }
}

.Banner-heading {
    margin-top: 5px;
    margin-bottom: 5px;
}

.Banner-col--left {
    width: 60%;
    float: left;
}

.Banner-col--right {
    width: 40%;
    float: left;
}

.Banner--image {
    width: 100%;
    overflow: hidden;
    margin: 0;
    float: left;
}

.Banner-overlay--image {
    position: absolute;
    top: 0;
    left: 0;
}

.Banner-row {
    height: 65%;
}

.Banner-row--text {
    height: 35%;
    padding: 5px;
    position: relative;
}

.Banner-text {
    float: left;
    width: 70%;
    margin: 0;
    font-size: 13px;
}

.Banner-button {
    position: absolute;
    bottom: 0.8em;
    right: 0.8em;
    width: 30%;
    margin-bottom: 0;
    margin-top: auto;
    height: 2.5em;
    border-radius: 4px;
    background-color: #00B1EB;
    color: #FFFFFF;
    border: 1px solid #00B1EB;
}

.Banner--image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    float: left;
}

.Banner-overlay--image {
    position: absolute;
    top: 0;
    left: 0;
}

.breadcrumb-wrapper {
    display: inline-flex;
}

.breadcrumb, .breadcrumb-home {
    text-decoration: none;
    color: #00B1EB;
    margin-right: 10px;
    padding-left: 10px;
}

.breadcrumb {
    border-left: 1px solid gray;
}

    .breadcrumb:hover {
        cursor: pointer;
    }

    .breadcrumb.current {
        color: gray;
        pointer-events: none;
    }

.FlexGrid {
    box-sizing: border-box;
    width: 100%;
    max-width: 1120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.FlexRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.FlexCell.no-padding {
    padding: 0;
}

.FlexCell {
    box-sizing: border-box;
    padding: 5px;
}

.FlexCell-1of5 {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.FlexCell-2of5 {
    /*-ms-flex-preferred-size: 310px;*/
    flex-basis: 310px;
    flex-shrink: 1;
    flex-grow: 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ProductPage .FlexCell-2of5 {
        flex: 1 1 auto;
    }
}

.FlexCell-3of5 {
    -ms-flex-preferred-size: 470px;
    flex-basis: 470px;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
}

.FlexCell-4of5 {
    -ms-flex-preferred-size: 630px;
    flex-basis: 630px;
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
}

.FlexCell-5of5 {
    min-width: 100%;
    -ms-flex-preferred-size: 790px;
    flex-basis: 790px;
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
}

.border--clickable {
    border-color: #00B1EB;
}

.border--top {
    border-top: 1px solid #CFD7D9;
}

.border--bottom {
    border-bottom: 1px solid #CFD7D9;
}

.border--full {
    border: 1px solid #CFD7D9;
}

.clearfix {
    clear: both;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
}

.hide-small {
    display: none;
}

@media only screen and (min-width: 657px) {
    .hide-small {
        display: block;
    }
}

.hide-medium {
    display: none;
}

@media only screen and (min-width: 977px) {
    .hide-medium {
        display: block;
    }
}

.hide-large {
    display: none;
}

@media only screen and (min-width: 1297px) {
    .hide-large {
        display: block;
    }
}

.telephone {
    font-size: 20px;
    font-weight: bold;
}

.background--white {
    background-color: white;
}

.background--level1 {
    background-color: #FFFFFF !important;
    color: #33434C;
}

.background--level2 {
    background-color: #F6F7F8 !important;
    color: #33434C;
}

.background--level3 {
    background-color: #F0F0F5 !important;
    color: #33434C;
}

.background--level4 {
    background-color: #E6E6EB !important;
    color: #33434C;
}

.background--level5 {
    background-color: #DCDCE1 !important;
    color: #33434C;
}

.background--level6 {
    background-color: #D6D6DB !important;
    color: #33434C;
}

.background--clickable {
    background-color: #00B1EB;
    color: white;
}

.background--active {
    background-color: #2274AC;
    color: white;
}

.color--detail {
    color: #8994A0;
}

.color--clickable {
    color: #00B1EB;
}

.heading--no_top_margin {
    margin-top: 0;
}

.heading--text {
    font-family: "VWTextRegular";
}

.heading--h1 {
    font-size: 16px;
}

.heading--h2 {
    font-size: 14px;
}

.heading--h3 {
    font-size: 13px;
}

.heading--h4 {
    font-size: 12px;
}

.heading--inline {
    display: inline-block;
}

.heading--no-space {
    margin: 0;
    padding: 0;
}

.center-text {
    text-align: center;
}

@media only screen and (min-width: 977px) {
    .center-text-large {
        text-align: center;
    }
}

.overlay {
    float: left;
    height: 100%;
    width: 100%;
}

.overlay--lightblue {
    color: white;
    opacity: 0.5;
    background: 0.5;
}

.overlay--white {
    opacity: 0.5;
    background: white, 0.5;
    color: black;
}

.overlay--small {
    height: 20%;
}

.overlay--top {
    position: absolute;
    top: 2em;
    left: 0;
}

.overlay--bottom {
    position: absolute;
    bottom: 2em;
    left: 0;
}

.pull--left {
    float: left;
}

.pull--right {
    float: left;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.relative {
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

.text-danger {
    color: #B94A48;
}

.full-width {
    width: 100% !important;
}

.Back {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

.no-padding {
    padding: 0 !important;
}

// ------------- Grid --------------------- .Grid {
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #F6F7F8;
}

.spacing-mobile {
    padding-top: 50px;
}

@media only screen and (min-width: 657px) {
    .Grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.Grid--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Grid-column {
    width: 100%;
    float: left;
}

.Grid-column--narrow {
    width: 100%;
}

@media only screen and (min-width: 657px) {
    .Grid-column--narrow {
        width: 80%;
        max-width: 760px;
    }
}

.Grid-column--center {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 657px) {
    .Grid-column--flex {
        width: calc(100% - 320px);
    }
}

@media only screen and (min-width: 657px) {
    .Grid-column--fixed {
        width: 320px;
    }
}

@media only screen and (min-width: 657px) {
    .Grid-column--half {
        width: 50%;
    }
}

.Grid-column--right {
    float: right;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.Cell {
    float: left;
    padding: 10px;
    width: 100%;
}

.Cell--no_padding {
    padding: 0;
}

.Cell--fit {
    width: 100%;
}

@media only screen and (min-width: 657px) {
    .Cell--fit {
        width: 50%;
    }
}

@media only screen and (min-width: 977px) {
    .Cell--fit {
        width: 50%;
    }
}

@media only screen and (min-width: 1297px) {
    .Cell--fit {
        width: 25%;
    }
}

html,
body {
    box-sizing: border-box;
    font-family: "VWTextRegular";
    margin: 0;
    color: #33434C;
    min-height: 100%;
    background: #CFD7D9;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

li,
div {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "VWHeadRegular";
    font-weight: normal;
}

p {
    font-size: 12px;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 12px;
}

@media only screen and (min-width: 500px) {
    p {
        font-size: 12px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 13px;
    }

    h4 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 657px) {
    p {
        font-size: 13px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 13px;
    }

    h4 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 977px) {
    p {
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }
}

button:focus {
    outline: none;
}

a,
a:visited {
    text-decoration: none;
    color: #00B1EB;
}

.ImageSlider {
    overflow: hidden;
    padding: 5px;
}

.Title {
    text-align: center;
    padding-top: 15px;
}

.round-outline {
    padding: 8px 10px;
    color: #00B1EB;
    border: solid 2px #00B1EB;
    display: inline-block;
    border-radius: 100px;
}

.Clear {
    clear: both;
}
/* replaced by new footer
    .Footer {
  bottom: 0;
  max-height: calc(100vh - 420px);
  -webkit-box-flex: 1;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 100%;
  background: #33434C;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}*/
.Content {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    min-height: 480px;
    background: #CFD7D9;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    /*display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}

    .Content > * {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.Container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 657px) {
    .Container--narrow {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 977px) {
    .Container--narrow {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

.Heading {
}

.center {
    text-align: center;
}

.dark {
    color: #33434C;
}

.Heading--no_margin {
    margin-bottom: 0em;
}

.Paragraph {
}

.Paragraph--dark {
    color: black;
}

.InputGroup {
    float: left;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
}

@media only screen and (min-width: 657px) {
    .InputGroup {
        width: 50%;
    }
}

.Button {
    text-align: center;
    height: 40px;
    font-size: 16px;
    width: 70%;
    background-color: #00B1EB;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

@media only screen and (min-width: 657px) {
    .Button {
        line-height: 1em;
    }
}

.Button[disabled] {
    background-color: #6f6f70;
    cursor: not-allowed;
}

.Button--blue {
    background-color: #00B1EB;
    color: white !important;
    border: 1px solid #00B1EB;
}

.Button--white {
    background-color: white;
    color: #00B1EB;
    border: 1px solid white;
}

.Button--gray {
    background-color: #BBC2C5;
    color: white;
    border: 1px solid #BBC2C5;
}

.Button--narrow {
    width: 70%;
}

@media only screen and (min-width: 500px) {
    .Button--narrow {
        width: 65%;
    }
}

@media only screen and (min-width: 657px) {
    .Button--narrow {
        width: 40%;
    }
}

@media only screen and (min-width: 657px) {
    .Button--narrow {
        width: 35%;
    }
}

@media only screen and (min-width: 500px) {
    .telephone {
        font-size: 18px;
    }
}

@media only screen and (min-width: 657px) {
    .telephone {
        font-size: 20px;
    }
}

@media only screen and (min-width: 657px) {
    .telephone {
        font-size: 24px;
    }
}

.image-of {
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 10px;
    margin-bottom: 5px;
}

.Tabs {
    /*height: 100%;*/
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Tabs-headings {
    white-space: nowrap;
    display: block;
    min-width: 100%;
    -webkit-box-flex: 0;
    border-bottom: 1px solid #00B1EB;
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

    .Tabs-headings::-webkit-scrollbar {
        display: none;
    }

.Tabs.scrollend:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: -webkit-linear-gradient(right, rgba(255,255,255, 0), rgba(255,255,255, 1) 90%);
    background-image: linear-gradient(to left, rgba(255,255,255, 0), rgba(255,255,255, 1) 90%);
    width: 30px;
    height: 41px;
}
/*.Tabs.scrollstart:after {
  content  : "";
  position : absolute;
  z-index  : 1;
  top   : 0;
  right     : 0;
  pointer-events   : none;
  background-image : -webkit-linear-gradient(left,
                    rgba(255,255,255, 0),
                    rgba(255,255,255, 1) 90%);
  background-image : linear-gradient(to right,
                    rgba(255,255,255, 0),
                    rgba(255,255,255, 1) 90%);
  width    : 30px;
  height   : 41px;
}*/
.Tab-heading {
    display: inline-block;
    height: 45px;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
}

    .Tab-heading.active {
        border-bottom: 4px solid #00B1EB;
    }

.Tab-body {
    display: none;
}

    .Tab-body.active {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .Tab-body.active > * {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

.ResetPassword-logo {
    margin-top: 20px;
    height: 64px;
}

@media only screen and (min-width: 657px) {
    .ResetPassword-logo {
        margin-top: 20vh;
        height: 64px;
    }
}

.ResetPassword-logo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ResetPassword-logo span {
    font-size: 30px;
}

.ResetPassword-InputGroup {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    box-sizing: border-box;
    float: none;
    padding: 0;
}

.form-style-5 .ResetPassword-InputGroup input.ProfileInput {
    width: 100%;
}
/* Contact page*/
.Grid-column.contact-wt-bg {
    background: #ffffff;
}

    .Grid-column.contact-wt-bg .Support {
        height: auto;
        padding-bottom: 20px;
    }
/* This is borrowed from https://github.com/tobiasahlin/SpinKit */
.Spinner {
    position: fixed;
    display: none;
    z-index: 100;
    width: 60px;
    height: 60px;
    top: calc(50vh - 30px);
    left: calc(50vw - 30px);
}

.sk-circle {
    width: 60px;
    height: 60px;
}

    .sk-circle .sk-child {
        opacity: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #2274AC;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@font-face {
    font-family: "VWHeadRegular";
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-Regular.eot");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-Regular.svg");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-Regular.ttf");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-Regular.woff2");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-Regular.woff");
}

@font-face {
    font-family: "VWHeadRegular";
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-RegularItalic.eot");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-RegularItalic.svg");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-RegularItalic.ttf");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-RegularItalic.woff2");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-RegularItalic.woff");
    font-style: italic;
}

@font-face {
    font-family: "VWHeadRegular";
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-Bold.eot");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-Bold.svg");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-Bold.ttf");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-Bold.woff2");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-Bold.woff");
    font-weight: bold;
}

@font-face {
    font-family: "VWHeadRegular";
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-BoldItalic.eot");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-BoldItalic.svg");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-BoldItalic.ttf");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-BoldItalic.woff2");
    src: url("/Static/Styles/vw/fonts/VWHeadWeb-BoldItalic.woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "VWTextRegular";
    src: url("/Static/Styles/vw/fonts/VWTextWeb-Regular.eot");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-Regular.svg");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-Regular.ttf");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-Regular.woff2");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-Regular.woff");
}

@font-face {
    font-family: "VWTextRegular";
    src: url("/Static/Styles/vw/fonts/VWTextWeb-RegularItalic.eot");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-RegularItalic.svg");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-RegularItalic.ttf");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-RegularItalic.woff2");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-RegularItalic.woff");
    font-style: italic;
}

@font-face {
    font-family: "VWTextRegular";
    src: url("/Static/Styles/vw/fonts/VWTextWeb-Bold.eot");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-Bold.svg");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-Bold.ttf");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-Bold.woff2");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-Bold.woff");
    font-weight: bold;
}

@font-face {
    font-family: "VWTextRegular";
    src: url("/Static/Styles/vw/fonts/VWTextWeb-BoldItalic.eot");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-BoldItalic.svg");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-BoldItalic.ttf");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-BoldItalic.woff2");
    src: url("/Static/Styles/vw/fonts/VWTextWeb-BoldItalic.woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'VW_NGW';
    src: url('/Static/Styles/vw/fonts/VW_NGW.eot?w7yqbz');
    src: url('/Static/Styles/vw/fonts/VW_NGW.eot?w7yqbz#iefix') format('embedded-opentype'), url('/Static/Styles/vw/fonts/VW_NGW.woff2?w7yqbz') format('woff2'), url('/Static/Styles/vw/fonts/VW_NGW.ttf?w7yqbz') format('truetype'), url('/Static/Styles/vw/fonts/VW_NGW.woff?w7yqbz') format('woff'), url('/Static/Styles/vw/fonts/VW_NGW.svg?w7yqbz#VW_NGW') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'VW_NGW' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pdf:before {
    content: "\e900";
}

.icon-get-your-volkswagen:before {
    content: "\e939";
}

.icon-image:before {
    content: "\e93d";
}

.icon-magazine:before {
    content: "\e945";
}

.icon-models:before {
    content: "\e94c";
}

.icon-more:before {
    content: "\e94d";
}

.icon-offer:before {
    content: "\e951";
}

.icon-owners:before {
    content: "\e953";
}
/* TODO: Why doesn't it work to add fonts as below */
.icon-business-customers:before {
    content: "\e90d";
}

.icon-dealer:before {
    content: "\e923";
}

.icon-image:before {
    content: "\e93d";
}

.icon-login_profile:before {
    content: "\e944";
}

.icon-password:before {
    content: "\e954";
}

.icon-phone:before {
    content: "\e957";
}

.icon-pin:before {
    content: "\e959";
}

.icon-view:before {
    content: "\e982";
}

.App {
    position: relative;
    background-color: white;
    border: 1px solid white;
    height: 100vw;
    width: 100vw;
    font-size: 19px;
}

@media only screen and (min-width: 657px) {
    .App {
        height: 50vw;
        width: 50vw;
        font-size: 15px;
    }
}

@media only screen and (min-width: 977px) {
    .App {
        height: 33vw;
        width: 33vw;
    }
}

@media only screen and (min-width: 1297px) {
    .App {
        height: 25vw;
        width: 25vw;
        /*max-width: 325px;
    max-height: 325px;*/
    }
}

.App-side {
    float: left;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

    .App-side div {
        padding: 1em;
    }

.App-button {
    width: 90%;
    height: 3em;
    border-radius: 0.5em;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: 1em;
    left: 1em;
}

.App-button--white {
    border: 1px solid white;
    background: white;
    color: #00B1EB;
}

.Contact {
}

.Contact-phone {
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

    .Contact-phone:first-of-type {
        margin-bottom: 4em;
    }

.Contact-phone-text {
    float: left;
    margin: 0;
}

@media only screen and (min-width: 977px) {
    .Contact-phone-text {
        width: 60%;
    }
}

.Contact-phone-heading {
    margin: 0;
}

.Concat-phone-paragraph {
    margin-top: 0;
}

.Contact-phone-button {
    margin-left: 1em;
    float: left;
    width: 3em;
    height: 3em;
    border-radius: 1.5em;
    background: white;
    border: 1px solid #00B1EB;
    color: #00B1EB;
}

.Contact-texts {
    float: left;
    width: 100%;
}

@media only screen and (min-width: 977px) {
    .Contact-texts {
        text-align: center;
    }
}

.Checkout {
    background: #DCDCE1;
}

.Checkout-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 3 500px;
    flex: 1 3 500px;
}

.Shopcart {
    background: #ffffff;
    width: 100%;
    margin: 0;
    padding: 10px;
}

    .Shopcart .Product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 5px;
        margin-bottom: 8px;
        position: relative;
        border: 1px solid #CFD7D9;
    }

    .Shopcart .Product-image img {
        width: 75px;
        height: 75px;
        margin: 5px;
        max-width: 100%;
        max-height: 100%;
    }

.Checkout .Articles {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
}

.Product .Quantity-change, .delete-item {
    background: #00B1EB;
    border: none;
    border-radius: 5px;
    color: white;
    width: 22px;
    height: 22px;
}

.Shopcart .Product-image {
    max-width: 75px;
    height: auto;
    width: 15%;
}

.Shopcart .Product-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 3;
    -ms-flex: 3 0 39%;
    flex: 3 0 39%;
    height: 95%;
}

    .Shopcart .Product-middle > * {
        margin: 0;
        padding: 0 5px;
    }

.Shopcart .Product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding: 5px;
    padding-top: 0;
}

    .Shopcart .Product-price .Price {
        margin: 0;
    }

.Product-expand {
    width: 40px;
    height: 40px;
    border: 0;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .Product-expand:hover, .Product-expand:focus {
        color: #00B1EB;
    }

.Checkout-sum {
    width: 50%;
    float: right;
    text-align: right;
    border-top: 1px solid #CFD7D9;
    margin-top: 10px;
    margin-right: 12px;
}

@media only screen and (min-width: 977px) {
    .Checkout-sum {
        width: 30%;
    }
}

.Checkout-sum .Price-sum {
    font-weight: bold;
    text-align: right;
}

.Price-sum span {
    margin-left: 8px;
}

.Product-line {
    display: none;
}

.Product.expanded .Product-line {
    display: block;
    margin: 10px 0;
    clear: both;
    height: 1px;
    background: #CFD7D9;
    width: 100%;
    font-size: 1px;
}

.Product-remove {
    display: none;
}

.Product.expanded .Product-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: row;
    -ms-flex: row;
    flex: row;
    width: 100%;
    height: 30px;
}

.Product-remove p {
    margin-top: 0px;
    margin-bottom: auto;
    font-size: 15px;
    line-height: 22px;
}

.Product-remove i {
    color: #00B1EB;
    font-size: 22px;
}

.Product.expanded {
    height: auto;
}

.Shopcart .Product-delivery {
    text-align: left;
    margin: 5px 0;
}

.Product.expanded .Product-quantity {
    display: none;
}

.Product .Product-quantity-picker {
    display: none;
}

.Product.expanded .Product-quantity-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 22px;
    margin-top: 5px;
    justify-content: flex-end;
}

    .Product.expanded .Product-quantity-picker p {
        margin: 0;
    }

.Contact {
    /*background: #E6E6EB;*/
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 20px;
}

    .Contact label {
        width: 100%;
        display: block;
        margin-bottom: 4px;
    }

    .Contact input {
        width: 100%;
        height: 40px;
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        border: 1px solid #CFD7D9;
        padding-left: 8px;
        color: #33434C;
    }

        .Contact input::-webkit-input-placeholder {
            color: #CFD7D9;
        }

        .Contact input::-moz-placeholder {
            color: #CFD7D9;
        }

        .Contact input:-ms-input-placeholder {
            color: #CFD7D9;
        }

        .Contact input::placeholder {
            color: #CFD7D9;
        }

.Order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*background: #DCDCE1;*/
    padding: 20px 10px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .Order button.Button {
        border-radius: 5px;
        width: 340px;
    }

.RangeSlider {
    background: #CFD7D9;
    margin: 30px 0px;
    position: relative;
    height: 5px;
    margin-right: 25px;
    margin-left: 25px;
}

    .RangeSlider .ui-slider-range {
        position: absolute;
        height: 5px;
        background: #00B1EB;
    }

    .RangeSlider .ui-slider-handle {
        position: absolute;
        width: 24px;
        height: 24px;
        top: -10px;
        background: #00B1EB;
        border-radius: 24px;
    }

.ProductionProcess {
    margin-left: 5px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: calc(100% - 10px);
    height: 1.3em;
    border: 3px solid white;
    border-radius: 0.7em;
    position: relative;
    background: #F6F7F8;
    box-shadow: -1px -1px 0 #8994A0, 1px -1px 0 #8994A0, -1px 1px 0 #8994A0, 1px 1px 0 #8994A0;
}

.ProductionProcess-fill {
    height: 100%;
    background-color: #00B1EB;
    border-radius: 2.8em;
}

.ProductionProcess-info {
    margin-top: 0;
    padding-top: 0;
    border: 1px solid #CFD7D9;
    border-radius: 0.5em;
    background: #FFFFFF;
}

.ProductionProcess-info--new {
    borderColor: #00B1EB;
}

.ProductionProcess-step {
    color: #33434C;
    background-color: #E6E6EB;
    width: 40px;
    height: 40px;
    border: 3px solid white;
    border-radius: 20em;
    line-height: 2em;
    font-size: 1em;
    text-align: center;
    position: absolute;
    top: -12px;
    z-index: 10;
    box-shadow: -1px -1px 1px #8994A0, 1px -1px 1px #8994A0, -1px 1px 1px #8994A0, 1px 1px 1px #8994A0;
}

    .ProductionProcess-step.active.background--active {
        background-color: #2274AC;
        color: white;
    }

    .ProductionProcess-step.current {
        top: -18px;
        height: 50px;
        width: 50px;
        font-size: 22px;
    }

.ProductionProcess-header {
    margin-bottom: 10px;
}

.ProductionProcess-step.active {
    color: white;
    borderColor: white;
    background-color: #00B1EB;
}

.ProductionProcess-stepInfo {
    padding: 10px;
}

    .ProductionProcess-stepInfo.Accordion {
        border: 0;
    }

.ProductionProcess-stepInfo-heading {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CFD7D9;
}

.Carconfigurator {
    background-color: #F6F7F8;
    position: relative;
    padding: 0;
    width: 100%;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.Carconfigurator-tabs-headings {
    padding-top: 24px;
    height: 60px;
}

.Tabs.scrollstart.Carconfigurator-tabs:after {
    height: 55px;
}

.Tabs.scrollend.Carconfigurator-tabs:before {
    height: 55px;
}

.Carconfigurator-tabs-headings .Tab-heading {
    height: 35px;
}

.Carconfigurator-tabs {
    overflow: hidden;
    background: white;
    width: 100%;
    max-height: 0;
}

    .Carconfigurator-tabs.open {
        max-height: none;
        max-height: initial;
    }

.Carconfigurator-goto {
    padding: 0 1em;
    overflow: hidden;
    max-height: 0;
    background: #F6F7F8;
    border-bottom: 1px solid #CFD7D9;
}

    .Carconfigurator-goto.open {
        max-height: none;
        max-height: initial;
    }

.Carconfigurator-toggle {
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    top: -25px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: transparent;
    color: #00B1EB;
    font-size: 28px;
    z-index: 10;
    padding: 0;
}

    .Carconfigurator-toggle > * {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.Carconfigurator-close {
    padding: 20px 0;
    color: #00B1EB;
    font-size: 12px;
    float: right;
}

.Carconfigurator-goto-button {
    width: 90%;
    line-height: normal;
    padding: 0 20px;
    max-width: 400px;
}

.Facebook {
    background-color: #FFFFFF;
    width: 100%;
    height: 35em;
    overflow-y: scroll;
}

.Inbox {
}

.Inbox-message {
    border-left: 2px solid #00B1EB;
    margin-left: 0.5em;
    padding-left: 0.5em;
}

    .Inbox-message.closed {
        position: relative;
        overflow: hidden;
        height: 4em;
    }

        .Inbox-message.closed:after {
            content: "";
            text-align: right;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 70%;
            height: 1.2em;
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #E6E6EB 50%);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), #E6E6EB 50%);
        }

    .Inbox-message h1, .Inbox-message h2, .Inbox-message h3, .Inbox-message h4 {
        margin-bottom: 0;
    }

    .Inbox-message p {
        margin-top: 0;
    }

        .Inbox-message p.active {
            margin-top: 0;
        }

.ImageSlider {
    background: #FFFFFF;
    border: 1px solid #CFD7D9;
    padding: 10px;
}

.ImageSlider-header {
    overflow: hidden;
}

.ImageSlider-button {
    float: right;
    height: 40px;
    width: 40px;
    padding: 0;
    background: white;
    color: #00B1EB;
    border: 0;
    line-height: 1em;
    font-size: 24px;
}

.ImageSlider-upload {
    float: right;
    overflow: hidden;
    max-height: 0;
    border-radius: 5px;
    height: auto;
    width: 156px;
    position: absolute;
    right: 10px;
    background: white;
}

    .ImageSlider-upload.active {
        max-height: 130px;
        padding: 5px;
        border: 1px solid #00B1EB;
        box-shadow: 0px 0px 1px 1px #CFD7D9;
    }

.ImageSlider-upload-button {
    float: right;
    width: 8em;
    line-height: 2em;
    margin-left: 0.5em;
    background: white;
    color: #00B1EB !important;
    border: none;
    text-align: left;
}

    .ImageSlider-upload-button i.fa {
        margin-right: 10px;
    }

    .ImageSlider-upload-button:first-of-type {
        margin-bottom: 4px;
    }

    .ImageSlider-upload-button i {
        line-height: 2em;
    }

.ImageSlider.ImageSlider--small_only {
    height: auto;
}

@media only screen and (min-width: 657px) {
    .ImageSlider.ImageSlider--small_only .ImageSlider-image {
        margin: 10px 0;
    }
}

@media only screen and (min-width: 657px) {
    .ImageSlider--small_only .ImageSlider-prev,
    .ImageSlider--small_only .ImageSlider-next {
        display: none;
    }
}

@media only screen and (min-width: 657px) {
    .ImageSlider--small_only .ImageSlider-image {
        display: block;
    }
}

.ImageSlider-image {
    width: calc(100% - 60px);
    display: none;
    float: left;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    margin: 0 10px;
}

    .ImageSlider-image.active {
        display: block;
        max-height: 420px;
        height: 280px;
    }

.ImageSlider-prev {
    float: left;
    width: 20px;
    margin-top: 140px;
    color: #8994A0;
    cursor: pointer;
    font-size: 28px;
}

.ImageSlider-next {
    float: right;
    width: 20px;
    margin-top: 140px;
    color: #8994A0;
    cursor: pointer;
    font-size: 28px;
}

.Content--login {
    background-color: rgba(0, 0, 0, 0.65);
    max-width: 700px;
    padding: 20px 40px;
    color: white;
    text-align: center;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
    height: 100%;
    min-height: 400px;
    margin-top: 2em;
}

@media only screen and (min-width: 657px) {
    .Content--login {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40vh;
    }
}

.Content--login .Button {
    width: 100%;
}

@media only screen and (min-width: 657px) {
    .Content--login .Button {
        width: 50%;
    }
}

.Content--login p {
    font-size: 14px;
}

@media only screen and (min-width: 657px) {
    .Content--login p {
        font-size: 16px;
    }
}

.logo {
    width: 30%;
    padding-top: 80px;
}

.login-form {
    padding-top: 80px;
}

.login-form_input {
    width: 90%;
    height: 35px;
    margin-bottom: 10px;
}

.login-form_btn {
    height: 40px;
    width: 90%;
    background-color: white;
    color: #2274AC;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

.login-form_link {
    text-decoration: underline;
    color: white !important;
}

.TopBanner {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: #FFFFFF;
    color: #33434C;
    z-index: 100;
    border: 1px solid #CFD7D9;
    box-shadow: #CFD7D9 0px 1px 5px;
}

@media only screen and (min-width: 977px) {
    .TopBanner {
        box-shadow: #CFD7D9 0px 2px 5px;
    }
}

.TopBanner-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    float: left;
    color: #2274AC;
    font-size: 22px;
    cursor: pointer;
    z-index: 100;
}

.TopBanner-logo {
    float: left;
    margin-left: 32vw;
    margin-right: 0.5em;
    width: 2em;
    height: 2em;
}

    .TopBanner-logo img {
        width: 100%;
        height: 100%;
    }

.TopBanner-text {
    float: left;
    margin-top: 0.2em;
    font-size: 20px;
}

@media only screen and (min-width: 500px) {
    .TopBanner-logo {
        margin-left: 35vw;
    }
}

@media only screen and (min-width: 657px) {
    .TopBanner-logo {
        margin-left: 40vw;
    }
}

@media only screen and (min-width: 977px) {
    .TopBanner {
        height: 60px;
    }

    .TopBanner-icon {
        top: 10px;
        left: 10px;
        font-size: 36px;
    }

    .TopBanner-logo {
        margin-left: 43vw;
        margin-top: 4px;
        width: 2.8em;
        height: 2.8em;
    }

        .TopBanner-logo img {
            width: 100%;
            height: 100%;
        }

    .TopBanner-text {
        float: left;
        margin-left: 0.2em;
        margin-top: 0.5em;
        font-size: 24px;
    }
}

.Menu {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 40px;
}

@media only screen and (min-width: 977px) {
    .Menu {
        height: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    }
}

.Menu-list {
    padding: 0;
    margin: 0;
    background-color: #F0F0F5;
    list-style: none;
}

.Menu-list--child .Menu-list-item {
    padding-left: 3em;
}

.Menu-list-item {
    color: #33434C;
    width: 100%;
    min-height: 44px;
    line-height: 44px;
    background-color: #F0F0F5;
    border-bottom: 1px solid #CFD7D9;
}

    .Menu-list-item a {
        width: 100%;
        color: #33434C;
    }

.Menu-list-item--children {
    color: #33434C;
    width: 100%;
    min-height: 44px;
    line-height: 44px;
    background-color: #F0F0F5;
}

    .Menu-list-item--children a {
        width: 100%;
        color: #33434C;
    }

.Menu-list-item:hover, .Menu-list-item:focus {
    background-color: #FFFFFF;
}

.Menu-list-item--dark {
    background-color: #F0F0F5;
}

    .Menu-list-item--dark:hover, .Menu-list-item--dark:focus {
        background-color: #FFFFFF;
    }

.Menu-list-icon {
    width: 1.8em;
    margin-left: 0.6em;
}

.Menu-list-parent {
    width: 80%;
    height: 43px;
    float: left;
    border-bottom: 1px solid #CFD7D9;
}

.Menu-list-open-child {
    border-left: 1px solid #CFD7D9;
    border-bottom: 1px solid #CFD7D9;
    width: 20%;
    height: 43px;
    float: left;
    text-align: center;
    font-size: 20px;
}

    .Menu-list-open-child > i {
    }

    .Menu-list-open-child:hover, .Menu-list-open-child:focus {
        background-color: #FFFFFF;
    }

.Menu-list-parent:hover, .Menu-list-parent:focus {
    background-color: #FFFFFF;
}

.Menu-list--child {
    display: none;
}

.SideBar {
    position: fixed;
    top: 41px;
    left: -240px;
    width: 240px;
    height: 100%;
    z-index: 100;
    float: left;
    background-color: #F0F0F5;
    padding: 2px;
    border: 1px solid #CFD7D9;
    -webkit-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
}

    .SideBar .fa-caret-down {
        cursor: pointer;
        color: #33434C;
    }

    .SideBar.open {
        left: 0px;
    }

.SideBar-toplinks {
    color: #FFFFFF;
    text-align: center;
}

.SideBar-toplinks-link:first-of-type {
    margin-right: 1px;
}

.SideBar-toplinks a:visited {
    color: #FFFFFF;
}

.SideBar-toplinks-link {
    color: #FFFFFF;
    background-color: #00B1EB;
    margin: 0;
    height: 5em;
    float: left;
    width: 49.7%;
    padding-top: 0.5em;
}

    .SideBar-toplinks-link > i {
        padding-bottom: 0.1em;
    }

    .SideBar-toplinks-link:hover, .SideBar-toplinks-link:focus {
        background-color: #2274AC;
    }

    .SideBar-toplinks-link i {
        width: 100%;
    }

@media only screen and (min-width: 977px) {
    .SideBar {
        top: 61px;
    }
}

.Overlay {
    opacity: 0;
    filter: alpha(opacity=20);
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: fixed;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

    .Overlay.open {
        z-index: 90;
        opacity: 0.6;
    }

.CarCard {
    position: relative;
    height: 97vw;
    width: 97vw;
    float: left;
    margin: 5px;
    border: 1px solid #CFD7D9;
}

@media only screen and (min-width: 657px) {
    .CarCard {
        height: 45vw;
        width: 45vw;
    }
}

@media only screen and (min-width: 977px) {
    .CarCard {
        height: 31vw;
        width: 31vw;
    }
}

@media only screen and (min-width: 1297px) {
    .CarCard {
        height: 23vw;
        width: 23vw;
    }
}

.CarCard-Image {
    width: 100%;
}

    .CarCard-Image img {
        -o-object-fit: scale-down;
        object-fit: scale-down;
        width: 100%;
    }

.CarCard-Text {
    color: #33434C;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0));
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    padding-left: 10px;
    padding-right: 10px;
}

    .CarCard-Text * {
        bottom: 0;
        position: absolute;
        margin: 20px;
        font-size: 24px;
    }

.MycarTable {
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.9em;
}

    .MycarTable th, .MycarTable td {
        height: 1em;
        font-size: 14px;
    }

        .MycarTable th:first-child, .MycarTable td:first-child {
            text-align: left;
            width: 40%;
        }

        .MycarTable th:last-child, .MycarTable td:last-child {
            text-align: right;
            width: 60%;
        }

.Table-row--border {
    line-height: 2em;
    border-bottom: 1px solid #CFD7D9;
}

    .Table-row--border td {
        font-size: 13px;
    }

@media only screen and (min-width: 657px) {
    .Table-row--border td {
        font-size: 13px;
    }
}

.Table-row--tall td {
    line-height: 3em;
}

.Mycar-thumbnail_container {
    width: 20%;
    float: left;
}

.Mycar-text_container {
    width: 80%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Mycar-price_container {
    float: right;
}

.Mycar-text_header {
}

.Mycar-list {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #CFD7D9;
}

.ProductPage {
    background: #F0F0F5;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.Product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 320px;
    /*flex-basis: 320px;*/
    background: #FFFFFF;
    border-bottom: 1px solid #CFD7D9;
    border-right: 1px solid #CFD7D9;
    padding-bottom: 10px;
}
/*@media only screen and (min-width: 500px) {
  .Product {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%
  }
}*/
/*@media only screen and (min-width: 657px) {
  .Product {
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    border-right: 1px solid #CFD7D9;
  }
}*/
.Product-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: thin solid #f0f0f5;
}

.Product .image-of {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.Product-image img {
    width: calc(100% - 50px);
    height: 280px;
    margin: 5px;
}

.Product-categories {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 10px;
    color: #00B1EB;
}

.Product-name {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 10px;
}

.Product .Tabs {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
    height: inherit;
}

    .Product .Tabs .Tabs-headings {
        background: #FFFFFF;
    }

.Product .Tab-body {
    padding: 10px;
}

.Product .article-number {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
}

.Product-delivery {
    text-align: right;
    padding: 0 10px;
}

.Product-price {
    width: 100%;
    color: #00B1EB;
    text-align: right;
    padding: 0 10px;
    margin-bottom: 5px;
}

.Product-buy {
    padding: 0 10px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #CFD7D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .Product-buy Button {
        width: 160px;
    }

    .Product-buy label {
        margin-top: 10px;
        margin-right: 5px;
        font-size: 16px;
    }

    .Product-buy input {
        box-sizing: border-box;
        border: 1px solid #CFD7D9;
        height: 40px;
        width: 35px;
        margin: 0;
        margin-right: 5px;
        font-size: 16px;
        border-radius: 5px;
        text-align: center;
    }

.Product-link {
    padding: 0 10px;
}
/*@media only screen and (min-width: 657px) {
  .Product-accessories {
    max-width: 215px;
  }
}*/
.Product-accessories {
    /*-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
    height: 100%;
    min-width: inherit;*/
}

    .Product-accessories h3 {
        margin-top: 8px;
        width: 100%;
        font-weight: bold;
    }
    /*.Product-similar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}*/
    .Product-accessories h3 {
        width: 100%;
    }

.Product-similar h3 {
    width: 100%;
}

.ProfileContainer {
    padding-left: 1em;
    padding-right: 1em;
}

@media only screen and (min-width: 500px) {
    .ProfileContainer {
        padding-left: 0;
        padding-right: 0;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 977px) {
    .ProfileContainer {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

.ProfileContainer .InputGroup {
    padding-left: 0;
    padding-right: 0;
}

.ProfileInput {
    font-size: 0.8em;
    height: 40px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #CFD7D9;
    padding: 8px;
    box-sizing: border-box;
}

.ProfileCheckbox {
    zoom: 1.2;
}

.ProfileSubmit {
    width: 100%;
    margin-bottom: 40px;
}

@media only screen and (min-width: 657px) {
    .ProfileSubmit {
        width: 300px;
    }
}

.ProfileHeading {
    font-weight: bold;
    margin-top: 25px;
    padding-bottom: 0.5em;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #E6E6EB;
}

.ProfileHeading--top {
    border-bottom: none;
}

.ProfileLabel {
    margin-bottom: 5px;
    font-size: 14px;
    white-space: nowrap;
}

@media only screen and (min-width: 657px) {
    .ProfileLabel {
        font-size: 16px;
    }
}

@media only screen and (min-width: 977px) {
    .ProfileLabel {
        width: 18px;
    }
}

.Mapoverlay {
    right: 0;
    top: 10px;
    width: 100%;
    height: 73vh;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
}

    .Mapoverlay.unlocked {
        width: 40px;
        height: 40px;
        overflow: visible;
    }

    .Mapoverlay .lock-button {
        position: absolute;
        right: 20px;
        top: 10px;
        width: 40px;
        height: 40px;
        box-shadow: 3px 3px 3px #BBC2C5;
        border-radius: 5px;
        background-color: white;
        line-height: 50px;
        text-align: center;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

        .Mapoverlay .lock-button:hover, .Mapoverlay .lock-button:focus {
            color: #00B1EB;
        }

        .Mapoverlay .lock-button:active {
            box-shadow: none;
        }

.RetailerMap {
    width: 100%;
    height: 70vh;
}

.RetailerSearch-input {
    width: 100% !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

@media only screen and (min-width: 977px) {
    .RetailerSearch-input {
        width: 70% !important;
    }
}

.RetailerSearch-button {
    width: 100% !important;
    float: right;
}

@media only screen and (min-width: 977px) {
    .RetailerSearch-button {
        width: 28% !important;
    }
}

.RetailerInfo {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #E6E6EB;
}

.RetailerInfo-contact, .RetailerInfo-contact-info {
    line-height: 1.0em;
    font-weight: 100;
    font-size: 14px;
    color: black;
    height: 4em;
}

.RetailerInfo-contact {
    float: left;
    width: 50%;
}

.RetailerInfo-contact-info {
    text-align: right;
}

    .RetailerInfo-contact-info a {
        color: black;
    }

.RetailerInfo-favorite {
    float: left;
    text-align: right;
    padding-right: 5px;
    width: 10%;
    color: #00B1EB;
    height: 4em;
}

.RetailerInfo-icons {
    float: left;
    width: 100%;
    height: 1em;
    margin-bottom: 0.5em;
}

.RetailerInfo-contact-icon-text {
    padding-right: 10px;
}

.RetailerInfo-contact-icons {
    padding-right: 5px;
}

.Retailer-button {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.highlighted-retailer {
    border: 1px gray solid;
}

.RetailerInfo-open {
    float: left;
    line-height: 0.2em;
    font-weight: 100;
    font-size: 14px;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #CFD7D9;
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (min-width: 977px) {
    .RetailerInfo-open {
        width: calc(50% - 5px);
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 977px) {
    .RetailerInfo-open.first {
        margin-right: 5px;
    }

    .RetailerInfo-open.last {
        margin-left: 5px;
    }
}

.RetailerInfo-open-day {
    width: 8em;
    float: left;
}

.Support-accordion.Accordion {
    text-align: left;
    padding: 0 20px;
    cursor: pointer;
}

    .Support-accordion.Accordion.active {
        max-height: 80em;
        padding-bottom: 10px;
    }

.Support-accordion .Accordion-clickable {
    line-height: 40px;
}

.Support-accordion h2 {
    margin-top: 0;
}

.Support {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.Support-accordion:first-of-type {
    border-top: 1px solid #00B1EB;
}

.Facebook {
}

.ShopPush img {
    width: 100%;
    height: 100%;
}

.FlexCell .Articles {
    padding: 0;
}

.FlexCell .ImageSlider .ImageSlider-image.active {
    height: 180px;
    margin: 0;
    width: 100%;
}

.FlexCell .ImageSlider .ImageSlider-next {
    display: none;
}

.FlexCell .ImageSlider .ImageSlider-prev {
    display: none;
}

@media only screen and (min-width: 657px) {
    .FlexCell .ImageSlider .ImageSlider-image.active {
        height: 350px;
        width: calc(100% - 60px);
        margin: 0 10px;
    }

    .FlexCell .ImageSlider .ImageSlider-next {
        display: block;
    }

    .FlexCell .ImageSlider .ImageSlider-prev {
        display: block;
    }
}

.Shop-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.Shop-reseller {
    text-align: center;
    background: #F0F0F5;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 320px;
    flex: 1 0 320px;
    border-right: none;
    border-bottom: 1px solid #CFD7D9;
    padding: 10px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 657px) {
    .Shop-options .Shop-reseller {
        border-right: 1px solid #CFD7D9;
        border-bottom: none;
    }
}

.Shop-chooseCar {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 320px;
    flex: 1 0 320px;
    border-bottom: none;
}

.Shop-chooseSeller {
    background: #FFFFFF;
    position: fixed;
    min-width: 320px;
    width: calc(100vw - 10%);
    height: calc(100vh - 150px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    left: 0;
    right: 0;
    z-index: 100;
}

.Shop-chooseCar {
    background: #F0F0F5;
    border-bottom: 1px solid #CFD7D9;
    padding: 10px;
}

    .Shop-chooseCar > div {
        display: none;
    }

    .Shop-chooseCar div.active {
        display: block;
    }

    .Shop-chooseCar div > h2 {
        margin-right: 10px;
    }

@media only screen and (min-width: 977px) {
    .Shop-chooseCar div > h2 {
        margin-top: 10px;
    }
}

.Shop-chooseCar div > p {
    margin-top: 15px;
    margin-left: 5px;
}

.Change-carChooser {
    color: #00B1EB;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
}

.Shop-chooseCar label {
    margin-top: 10px;
    margin-right: 10%;
    margin-left: 10%;
    width: 80%;
    clear: right;
}

.Shop-chooseCar input {
    box-sizing: border-box;
    border: 1px solid #CFD7D9;
    border-radius: 5px;
    height: 41px;
    width: calc(50% - 5px);
    margin: 0;
    max-width: 110px;
    padding: 0;
    padding-left: 5px;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    line-height: normal;
}

.Shop-chooseCar select {
    box-sizing: border-box;
    border: 1px solid #CFD7D9;
    border-radius: 5px;
    height: 40px;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    clear: right;
}

.Shop-chooseCar button {
    height: 41px;
    width: calc(50% - 5px);
    margin: 0;
    line-height: 40px;
}

    .Shop-chooseCar button.carplate {
        margin-left: 5px;
        max-width: 200px;
        line-height: 40px;
    }

.Shop-filtering {
    position: relative;
    background: #FFFFFF;
    border-bottom: 1px solid #CFD7D9;
}

.Shop-filterContainer {
    padding: 10px;
}

.Productfiltering-progress {
    width: 100%;
    height: 20px;
    border: 1px solid #CFD7D9;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.Productfiltering-progress-fill {
    height: 100%;
    background: #00B1EB;
}

.Filtering-dropdown-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: none;
    border-radius: 25px;
    position: absolute;
    bottom: -20px;
    right: 15px;
}

.Filtering-dropdown {
    display: none;
}

    .Filtering-dropdown.active {
        display: block;
    }

.Shop-search {
    padding: 10px;
}

.Filtering-dropdown .Tabs-headings {
    background: #FFFFFF;
}

.Categories {
    padding: 0 15px;
}

    .Categories.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .Categories .Category-block {
        box-sizing: border-box;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: inline-block;
        margin: 5px;
        border-radius: 5px;
        background: #73B1DD;
        color: #FFFFFF;
        height: 100px;
        padding-top: 20px;
        cursor: pointer;
    }

.Category-block.\:container\(width\>\=320px\) {
    -ms-flex-preferred-size: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px);
    padding-top: 30px;
}

.Category-block.\:container\(width\>\=480px\) {
    -ms-flex-preferred-size: calc(25% - 10px);
    flex-basis: calc(25% - 10px);
    height: 120px;
    padding-top: 40px;
}

.Category-block.\:container\(width\>\=640px\) {
    -ms-flex-preferred-size: calc(16.66% - 10px);
    flex-basis: calc(16.66% - 10px);
    height: 135px;
    padding-top: 40px;
}
/*.Categories .Category-block:nth-of-type(1) {
  background: #73B1DD;
}
.Categories .Category-block:nth-of-type(2) {
  background: #5CBCF7;
}
.Categories .Category-block:nth-of-type(3) {
  background: #00B1EB;
}
.Categories .Category-block:nth-of-type(4) {
  background: #2497D1;
}
.Categories .Category-block:nth-of-type(5) {
  background: #2274AC;
}
.Categories .Category-block:nth-of-type(6) {
  background: #5CBCF7;
}
.Categories .Category-block:nth-of-type(1),.Categories .Category-block:nth-of-type(2),.Categories .Category-block:nth-of-type(3),.Categories .Category-block:nth-of-type(4),.Categories .Category-block:nth-of-type(5),.Categories .Category-block:nth-of-type(6) {
  background: #5CBCF7 !important;
 }*/

.Categories .Category-block {
    background: #5CBCF7 !important;
}

    .Categories .Category-block * {
        text-align: center;
    }

.Categories .Category {
    width: 100%;
    padding: 10px 0;
}

.Categories .Category-details {
    width: 100%;
    padding: 10px 0;
    margin-top: -30px;
    display: none;
}

.Category-details.active {
    display: block;
}

.Category-details .Category-heading {
    background: #5CBCF7;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 10px;
}

.Category-heading .Back {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: left;
}

.Category-heading h2 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    text-align: center;
}

.Category-heading h3 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: right;
}

.Category-details .Category-accordions {
    list-style: none;
    padding-left: 0;
}

.Category-accordion {
    background: #FFFFFF;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
}

    .Category-accordion:hover, .Category-accordion:focus {
        background: #F6F7F8;
    }
    /*.Category-accordion:has(.Category-accordion:hover), .Category-accordion:has(.Category-accordion:focus) {
  background: #FFFFFF;
}*/
    .Category-accordion .Category-accordions {
        display: none;
    }

    .Category-accordion.active .Category-accordions {
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .Category-accordion.active > p:last-of-type {
        color: white;
    }

    .Category-accordion > p:first-of-type {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: calc(100% - 80px);
    }

    .Category-accordion > p:last-of-type {
        width: 40px;
        color: #CFD7D9;
    }

    .Category-accordion i:before {
        content: "\f0d7";
        text-align: center;
    }

    .Category-accordion.active i:before {
        content: "\f0d8";
        text-align: center;
    }

    .Category-accordion i {
        margin-top: 12px;
        width: 40px;
    }

.Shop-searchfield-wrapper {
    border: 1px solid #CFD7D9;
    border-radius: 5px;
}

.Shop-searchfield {
    width: calc(100% - 44px);
    height: 43px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    border: 0;
    padding-left: 5px;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
}

.Shop-searchbutton {
    width: 44px;
    height: 44px;
    background: #00B1EB;
    border: 0;
    color: #FFFFFF;
    padding: 0;
    font-size: 16px;
}

.Articles {
    background: #F0F0F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 5px;
    min-width: 310px;
    color: #33434C;
    overflow: auto;
}

    .Articles h2 {
        margin-left: 5px;
    }

.Article a {
    color: #33434C;
}

.Articles-sorting-select {
    width: calc(100% - 100px);
    height: 40px;
    background: white;
    -webkit-appearance: none;
    font-size: 15px;
    padding-left: 5px;
    color: #33434C;
}

.Articles-sorting {
    width: 100%;
    border-bottom: 1px solid #CFD7D9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.Article-list-toggle {
    width: 40px;
    height: 40px;
    border: 0;
    background: inherit;
    color: #8994A0;
}

    .Article-list-toggle:hover, .Article-list-toggle:focus {
        color: #00B1EB;
    }

    .Article-list-toggle.active {
        color: #33434C;
    }

.Article {
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 1px 1px 3px #CFD7D9, -1px -1px 3px #CFD7D9;
    text-align: center;
    margin: 5px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

    .Article.\:container\(width\>\=160px\) {
        -ms-flex-preferred-size: calc(100% - 10px);
        flex-basis: calc(100% - 15px);
    }

    .Article.\:container\(width\>\=310px\) {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 15px);
    }

    .Article.\:container\(width\>\=480px\) {
        -ms-flex-preferred-size: calc(33.33% - 10px);
        flex-basis: calc(33.33% - 15px);
    }

    .Article.\:container\(width\>\=675px\) {
        -ms-flex-preferred-size: calc(25% - 10px);
        flex-basis: calc(25% - 15px);
    }

    .Article.\:container\(width\>\=800px\) {
        -ms-flex-preferred-size: calc(20% - 10px);
        flex-basis: calc(20% - 15px);
    }

    .Article:hover, .Article:focus {
        box-shadow: 1px 1px 1px #00B1EB, -1px -1px 1px #00B1EB;
    }

.Article-image {
    margin-top: 10px;
    width: 100%;
    height: 100px;
    padding: 8px;
}

    .Article-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

.Article-description {
    height: auto; /* was 65px - but then it hides extra info added in sprint 3*/
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.Article-producttype {
    margin: 3px 0;
}

.Article-productname {
    margin: 0;
}

.Article-buy {
    border-top: 1px solid #CFD7D9;
    height: 40px;
    width: 100%;
}

.Article-price {
    float: left;
    height: 100%;
    width: 50%;
    line-height: 40px;
    text-align: center;
    color: #00B1EB;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

    .Article-price.low {
        color: #B94A48;
    }

.Article-Button {
    float: left;
    height: 100%;
    width: 50%;
    border-radius: 0;
    display: inline-block;
    margin: 0;
}


.Articles.list .Article {
    display: block;
    width: 100% !important;
    min-width: 100% !important;
}

.Articles.list .Article-image {
    float: left;
    width: 100px;
    margin-top: 25px;
    height: 50px;
}

.Articles.list .Article-buy {
    width: 160px;
    float: left;
}

.Articles.list .Article-buy {
    width: 200px;
    border: none;
    height: 100%;
}

.Articles.list .Article-price {
    height: 100%;
    margin-top: 20px;
}

.Articles.list .Article-Button {
    height: 100%;
    float: right;
}

.Articles.list a {
}

.Articles.list {
    overflow: hidden;
}



.clearfix:after {
    display: block;
    content: "";
    clear: both;
}


/*
.Articles.list {
  display: block;
}
.Articles.list .Article {
  width: calc(100% - 10px);
  height: 60px;
}
.Articles.list .Article-image {
  float: left;
  height: 52px;
  width: 52px;
  margin: 4px;
}
.Articles.list .Article-description {
  height: 60px;
  float: left;
  width: calc(100% - 181px);
  margin: 0;
  text-align: left;
  overflow: hidden;
}
.Articles.list .Article-productname {
  margin-bottom: auto;
  margin-top: 5px;
}
@media only screen and (min-width: 657px) {
  .Articles.list .Article-productname {
    margin-top: 15px;
  }
}
.Articles.list .Article-buy {
  box-sizing: border-box;
  border-top: none;
  float: left;
  height: 60px;
  width: 121px;
}
.Articles.list .Article-price {
  float: left;
  line-height: 60px;
  height: 60px;
}
.Articles.list .Article-Button {
  float: left;
  width: 80px;
}
*/

.top-cookie-text.active {
    min-height: 124px;
}

.text-danger {
    color: #b94a48;
}

.ProfileContainer {
    background-color: transparent;
}

.login-page {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 100%;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type=number] {
    -moz-appearance: textfield;
}

.Content {  
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 1445px;
    /*min-height: 100vh;*/
    background-color: #F0F0F5;
}

.Content--login h1 {
    font-size: 30px;
    margin-bottom: 25px;
}

.Content--login .text-danger {
    color: white;
}

.Content--login a, .Content--login a:visited {
    text-decoration: none;
    color: white;
    padding: 15px;
}

.login-page ~ .Footer {
    width: 100% !important;
}

/*Fix for padding containers*/
.Contact {
    padding: 0px;
    padding-right: 50px;
}
/*Fixes for mobile menu*/
.link-left {
    margin-right: 5px;
}

/*FORM styles*/
.form-login {
    max-width: 450px;
}

.form-style-5 {
    max-width: 800px;
    border-radius: 8px;
}

    .form-style-5 fieldset {
        border: none;
    }

    .form-style-5 legend {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .form-style-5 label {
        display: block;
        margin-bottom: 8px;
    }

        .form-style-5 label.ProfileLabel {
            width: 100%;
            text-align: left;
        }

    .form-style-5 input[type="text"],
    .form-style-5 input[type="date"],
    .form-style-5 input[type="datetime"],
    .form-style-5 input[type="email"],
    .form-style-5 input[type="number"],
    .form-style-5 input[type="search"],
    .form-style-5 input[type="time"],
    .form-style-5 input[type="url"],
    .form-style-5 input[type="password"],
    .form-style-5 textarea,
    .form-style-5 select {
        height: 40px;
        background: white;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        margin: 0;
        outline: 0;
        padding: 7px;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        color: #8a97a0;
        margin-bottom: 24px;
    }

@media only screen and (min-width: 640px) {
    .form-style-5 input[type="text"],
    .form-style-5 input[type="date"],
    .form-style-5 input[type="datetime"],
    .form-style-5 input[type="email"],
    .form-style-5 input[type="number"],
    .form-style-5 input[type="search"],
    .form-style-5 input[type="time"],
    .form-style-5 input[type="url"],
    .form-style-5 input[type="password"],
    .form-style-5 textarea,
    .form-style-5 select {
        width: 75%;
    }

    .form-style-5 .bankid-form input[type="text"] {
        width: 90%;
        max-width: 480px;
        display: block;
        margin: auto;
    }
}

.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 input[type="password"],
.form-style-5 textarea:focus,
.form-style-5 select:focus {
    background: white;
}

.form-style-5 select {
    -webkit-appearance: menulist-button;
    height: 35px;
}

.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.field-validation-valid, .validation-summary-valid {
    display: none;
}

.App-button-Android {
    width: 90%;
    height: 3em;
    border-radius: 0.5em;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
    bottom: 1em;
    left: 1em;
}

.App-button-IOS {
    width: 90%;
    height: 3em;
    border-radius: 0.5em;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
    bottom: 1em;
    left: 1em;
}

.App-button--black {
    border: 1px solid white;
    background: black;
    color: #00B1EB;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

.color--clickable {
    cursor: pointer;
}



#cs-loader {
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    top: 100px;
}

.cs-loader-inner {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    color: #FFF;
    text-align: center;
}

    .cs-loader-inner label {
        font-size: 20px;
        opacity: 0;
        display: inline-block;
    }

@keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}
/* LOADER for entire page */
html {
    /*-webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;*/
}

    html.loading {
        /* Replace #333 with the background-color of your choice */
        /* Replace loading.gif with the loading image of your choice */
        /*background: #ffffff url('loading.gif') no-repeat 50% 50%;*/
        /* Ensures that the transition only runs in one direction */
        /*-webkit-transition: background-color 0;
    transition: background-color 0;*/
    }

body {
    /*-webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;*/
}

.Content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.content {
    margin-right: 0 !important;
}

html.loading body {
    /* Make the contents of the body opaque during loading */
    opacity: 0;
    /* Ensures that the transition only runs in one direction */
    -webkit-transition: opacity 0;
    transition: opacity 0;
}

.marginLeft {
    margin-left: 96px;
}

@media only screen and (max-width: 767px) {
    .marginLeft {
        margin-left: 0px;
        padding-top: 50px;
    }
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("/Static/Images/ajaxloader.gif") no-repeat center center rgba(0,0,0,0.25);
}

.Button {
    background-color: #0099DA;
    -webkit-appearance: none;
    border-radius: 0px;
}
/* Fixes for Tillbehör page */

/* Fixes for App page */
@media only screen and (min-width: 977px) {
    .App {
        height: calc(50vh - 30px);
        width: calc(50vw - 48px);
    }
}

/* Fixes for Contact page */
.ProfileInput {
    width: 95%;
}

@media only screen and (min-width: 977px) {
    .ProfileLabel {
        width: 100%;
    }
}

/* Fixes for Change Password */
.Grid.spacing-mobile.marginLeft.CPass {
    padding-bottom: 50px;
}

    .Grid.spacing-mobile.marginLeft.CPass .form-style-5 {
        margin: auto;
    }

/* Fixes for menu IE */
.vw2-FirstLevelNavigation-links .vw2-FirstLevelNavigation-link {
    height: 85px;
}

    .vw2-FirstLevelNavigation-links .vw2-FirstLevelNavigation-link div {
        width: 90px;
    }

/* Fixes for footer */
.Footer {
    width: calc(100% - 96px);
    background-color: #f3f5f6 !important;
    box-shadow: 0px 500px 0px 500px #f3f5f6;
}

.vw2-Button:hover, .vw2-Button:active, .vw2-Button:focus {
    background: #43494c !important;
}

.marginLeft .Footer {
    width: 100%;
}

.vw2-FirstLevelNavigationFlyOut .vw2-FirstLevelNavigation-links {
    overflow-x: hidden;
}

html, body {
    background: #F0F0F5;
}

.CarCard {
    background-color: white;
    padding-top: 50px;
}

.CarCard-Text {
    background: white;
}

    .CarCard-Text * {
        top: 15px;
    }

.CarCard-Image img {
    height: 158px;
}

.Support {
    margin-bottom: 0px;
}

/*.Contact, contact-wt-bg background--level2 {
    background: #ffffff;
}*/

/* Fix for slick-slider height issue */

.slick-slide {
    height: auto !important;
}

.js-favorite-wrapper {
    display: none;
}

.Footer {
    background: #F0F0F5 !important;
}

.universal-header {
    position: relative;
    margin-bottom: -107px;
    z-index: 9000;
    right: 0px;
}

.startbankidapp {
    display: inline;
    height: 475px;
    width: 450px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    /*bottom: 0;*/
    margin: auto;
    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    text-align: center;
    background-color: whitesmoke;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    z-index: 99;
}

    .startbankidapp img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .startbankidapp span {
        color: black;
    }

    .startbankidapp a {
        text-decoration: none;
        color: #00B1EB;
    }

        .startbankidapp a:visited {
            text-decoration: none;
            color: #00B1EB;
        }

    .startbankidapp #bankid-img {
        height: 150px;
        width: 150px;
    }

    .startbankidapp #ajax-loader {
        height: 40px;
        width: 40px;
    }


/*Fix for startup dealerselection*/
.Shop-chooseSeller {
    background: #FFFFFF;
    position: fixed;
    min-width: 320px;
    width: calc(100vw - 30%);
    height: calc(100vh - 20%);
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 100;
    overflow: auto;
}

@media only screen and (max-width: 1024px) {
    #Shop-chooseSeller-infotext {
        display: none;
    }

    .Shop-chooseSeller {
        background: #FFFFFF;
        position: fixed;
        width: 90%;
        min-width: 320px;
        height: calc(100vh - 30%);
        min-height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        top: 65px;
        left: 0;
        right: 0;
        z-index: 100;
        overflow: scroll;
    }
}

.RetailInfo-fix {
    height: 130px;
    position: relative;
}


element.style {
}

.RetailerInfo-favorite-fix {
    margin-left: 0px;
    margin-top: 25px;
}

.RetailerSearch-button-fix {
    position: absolute;
    top: 30px;
    right: 15px;
    max-width: 75px;
    width: auto;
}

@media screen and (max-width: 414px) {
    .Button {
        font-size: 14px;
        padding: 0px;
    }

    .js-close--nav {
        margin-top: -20px !important;
        padding-top: 20px;
        background-color: #FFF;
        width: 100%;
        text-align: right !important;
        padding-left: 10px !important;
        margin-right: -10px !important;
        padding-bottom: 10px;
        padding-right: 10px;
    }
}

.FlexCell-1of5, .FlexCell-2of5, .FlexCell-3of5, .FlexCell-4of5, .FlexCell-5of5 {
    /*overflow: hidden;*/
    padding: 2px 0 0 0 !important;
}

@media only screen and (max-width: 658px) {
    .Shop-filtering {
        max-height: 75%;
    }
}

@media only screen and (min-width: 657px) {
    .Shop-filtering {
        height: 60px;
    }

    .no-flexbox .Shop-filtering {
        height: 0px;
    }
}

.Shop-filtering {
    width: 100%;
}

.CartCount-circle {
    width: 25px;
    height: 22px;
    background: #0099da;
    border-radius: 70px;
    color: white;
    line-height: 190%;
    font-weight: bold;
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 5px;
    font-size: 0.4em !important;
    color: white;
    text-indent: -1px;
}

#loadMore, #loadMorePackages {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
    margin-top: 24px;
    width: 60%;
}

#loadMorePlaceholder {
    text-align: center;
}

button.Filtering-dropdown-toggle::before {
    content: "Meny";
    font-weight: bold;
    font-size: medium;
    right: 50px;
    position: relative;
    top: 28px;
    color: #00b1eb;
}

.Shop-searchbutton {
    float: right;
    background: #0099da;
    height: 43px;
    width: 35px;
    cursor: pointer;
}

@media screen and (max-width: 414px) {
    .Shop-searchbutton {
        border-radius: 0px;
    }
}

.Shop-search {
    padding-right: 120px;
}

.Filtering-dropdown-toggle {
    bottom: 30px;
    z-index: 50;
}

/* Fix for VGS Top - Top teasers*/
.Articles, .ShopPush, #topListArea {
    background: #FFF !important;
}

.Articles {
    min-width: unset;
}

.TopTeaser-Headline, .TopListsArea-Headline {
    margin: 5px 0px 10px 0px;
    font-weight: bold;
    width: 100%;
}
.TopTeaser-underline {
    border-bottom: 2px solid #0199da
}

.no-padding .TopTeaser-Headline, .no-padding .TopListsArea-Headline {
    margin: 10px 10px 10px 5px;
}

.ShopPush img {
    height: auto;
}


@media only screen and (max-device-width: 414px) {
    .search-form-nav {
        display: block !important;
    }

        /*.TopTeaser-Headline, .TopListsArea-Headline {
        margin: 5px 10px 10px 0;
        font-weight: bold;
    }*/

        .search-form-nav .Shop-searchfield-wrapper {
            top: 45px !important;
        }

    .Product .article-number {
        text-align: right;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 10px;
        margin-top: 40px;
    }

    input.Shop-searchfield-Nav {
        width: calc(100% - 38px) !important;
        height: 36px !important;
    }

    #SearchMobile {
        display: none;
    }
}

@media only screen and (max-device-width: 977px) {
    .search-form-nav {
        display: block !important;
    }

    .TopTeaser-Headline, .TopListsArea-Headline {
        margin: 5px 10px 10px 0;
        font-weight: bold;
        margin-left: 5px;
    }

    .search-form-nav .Shop-searchfield-wrapper {
        top: 38px !important;
    }

    .Product .article-number {
        text-align: right;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 10px;
        margin-top: 40px;
    }

    input.Shop-searchfield-Nav {
        height: 34px !important;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }


    .desktopSearch {
        display: none;
    }
}

/* Padding, margin and spacing to elements and box */
@media only screen and (min-width: 767px) {
    .ShopPush.LeftBoxPadding {
        padding-left: 5px !important;
    }

    .ShopPush.RightBoxPadding {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .FlexCell {
        padding: 5px !important;
    }
    .FlexCell button i {
        margin-right:10px;
    }
    .Shop-searchfield-wrapper {
        width: 100% !important;
        margin-top: 5px !important;
    }
}

/* Fix for VGS Top - Shop-filtering */
.Shop-filtering {
    border-bottom: none !important;
    z-index: 2;
}

.Filtering-dropdown {
    display: block !important;
    padding: 0;
    height: 100%;
}

    .Filtering-dropdown .Tabs {
        height: 100%;
    }

        .Filtering-dropdown .Tabs .Tabs-headings {
            margin: 0 5px;
            padding-bottom: 5px;
            border-bottom: none;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 55px;
            flex: 0 0 55px;
            min-width: calc(100% - 10px);
        }

.Category-heading h2 {
    font-weight: bold;
}

.Filtering-dropdown .Categories {
    padding: 0px;
    width: 100%;
}

.Shop-filtering .Categories .Category-details {
    padding: 0;
    margin-top: 0px;
    position: absolute;
    background: white;
    left: 0;
    border-bottom: none !important;
}

    .Shop-filtering .Categories .Category-details .Category-heading .Back {
        line-height: 1.5;
    }

@media only screen and (max-width: 768px) {
    .Category-details .Category-heading {
        margin: 0px 5px 5px;
    }
}

@media only screen and (max-width: 667px) {
    .Shop-filtering .Categories .Category-details {
        position: absolute;
    }
}

@media only screen and (max-width: 568px) {
    .Shop-filtering .Categories .Category-details {
        position: relative;
    }
}

.Categories.active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 657px) {
    .Categories .Category-block {
        position: relative;
        min-width: 100%;
        height: 40px;
        padding: 5px;
        margin-left: auto;
        margin-right: auto;
        float: left;
        border-left: none !important;
        margin-top: 0 !important;
        max-height: none !important;
    }

    .Filtering-dropdown .Tabs {
        height: auto;
        overflow: hidden;
    }

    .Categories.active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Categories .Category-block:first-child {
    }
}

.Article-description .Article-productname {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    margin-top: 20px;
    overflow: hidden;
    min-height: 42px;
    word-break: break-word;
}

@media screen and (max-width: 766px) {
    .Article-description .Article-productname {
        font-size: 15px;
    }
}

.Shop-filtering .Tabs.scrollend:before {
    display: none;
}

.Shop-filtering h2 {
    font-weight: bold;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.brand-icon {
    width: 100%;
    height: 100%;
}


@media only screen and (min-width: 977px) {
    .TopBanner-text {
        float: left;
        margin-left: 0.3em;
        margin-top: 0.4em;
        font-size: 24px;
    }
}

.logo .brand {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 5px;
}


@media only screen and (min-width: 977px) {
    .logo .brand {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (min-width: 977px) {
    .logo .brand.seat-shop {
        width: 100px;
        height: 45px;
    }
}

.TopBanner-text {
    color: black;
    display: block;
    float: left;
}

@media only screen and (max-width: 976px) {
    .TopBanner-text {
        margin-top: 0.6em;
        margin-left: 10px;
    }
}

.Shop-filtering .FilteringBreadcrumbs {
    -ms-flex-preferred-size: calc(40% - 20px);
    flex-basis: calc(40% - 20px);
    margin-left: 10px;
    text-align: right;
    line-height: 1.5;
}

    .Shop-filtering .FilteringBreadcrumbs .BreadcrumbsActive,
    .Shop-filtering .FilteringBreadcrumbsM .BreadcrumbsActive {
        font-weight: bold;
    }

.Shop-filtering .Category-heading h3 {
    display: none;
}

.Shop-filtering .FilteringBreadcrumbsM {
    display: none;
}

@media only screen and (max-width: 657px) {
    .Shop-filtering .FilteringBreadcrumbsM {
        margin-left: 10px;
        text-align: left;
        line-height: 1.5;
        border-bottom: 1px solid #CFD7D9;
        margin: 10px 5px 0px 5px;
        display: none;
        color: #33434C;
        padding-bottom: 10px;
    }

    .Shop-filtering .FilteringBreadcrumbs {
        display: none;
    }

    .Shop-filtering .Category-heading h3 {
        display: block;
    }

    .Category-details .Category-accordions .Category-accordion {
        width: 100%;
    }

    .Shop-filtering .Category-accordions {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Shop-filtering .Category-heading .Back {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }

    .Shop-filtering .Category-heading h2 {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

.Shop-filtering .Back {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.Category-block.\:container\(width\>\=640px\) {
    flex-basis: 14.28%;
    -ms-flex-preferred-size: 14.28%;
    padding-top: 8px;
}

.Categories .Category-block {
    margin: 0;
    border-radius: 0;
    height: 100%;
    max-height: 60px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background: #0099DA !important;
    z-index: 99;
    flex: 1;
}

    .Categories .Category-block:hover {
        background: #5CBCF7 !important;
    }



.Categories .Category-details.active {
    border-bottom: 5px solid #00B1EB;
    padding: 0 10px 10px;
    box-shadow: 0px 1px 10px #888888;
    margin-top: 12px;
    display: block;
}

@media screen and (max-width: 414px) {
    .FlexCell-3of5 {
        -ms-flex-preferred-size: 320px !important;
        flex-basis: 320px !important;
    }
}

.Categories .Category-block:first-child {
    border-left: none;
}

.Categories .Category-block h2 {
    font-size: 14px;
    color: #FFF;
    margin: 13px 0;
}

.Shop-filtering .Tabs .Categories {
    margin: 0;
}

.Categories .Category-block .Category-accordion, .Categories .Category-block .Category-accordion p {
    color: #33434C !important;
    text-align: left !important;
}

.Category-details .Category-accordions {
    margin: 0;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.Category-accordion i {
    display: none;
}

.Category-details .Category-accordions .Category-accordion .Category-accordions {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

    .Category-details .Category-accordions .Category-accordion .Category-accordions .Category-accordion {
        font-weight: normal !important;
    }

        .Category-details .Category-accordions .Category-accordion .Category-accordions .Category-accordion:hover {
            background: #5CBCF7;
        }

            .Category-details .Category-accordions .Category-accordion .Category-accordions .Category-accordion:hover > p {
                color: white !important;
            }

        .Category-details .Category-accordions .Category-accordion .Category-accordions .Category-accordion p {
            margin: 0;
            padding: 10px;
            border-bottom: none;
        }

.Category-details .Category-accordions .Category-accordion {
    font-weight: bold;
    padding-left: 0;
}

.Category-details .Category-accordions .Category-accordion {
    background: none;
}

    .Category-details .Category-accordions .Category-accordion:hover > p {
        border-bottom: 2px solid #00B1EB;
    }

    .Category-details .Category-accordions .Category-accordion p {
        border-bottom: 2px solid #00B1EB;
        padding: 0 0 5px 10px;
        margin: 14px 0 5px;
        -webkit-transition: border 500ms ease-out;
        transition: border 500ms ease-out;
    }

/* Fix for veichlenumber box */
.Shop-chooseCar input[name=registration] {
    border-radius: 0 5px 5px 0;
    text-align: center;
    font-weight: bold;
    width: calc(50% - 30px);
    padding-left: 0;
    max-width: 50%;
    text-transform: uppercase;
    line-height: 2;
    margin-top: -2px;
    font-size: 16px;
    height: 43px;
}

.carSelectionAreaBox {
    width: 80%;
    margin: auto;
}

    .carSelectionAreaBox div:first-child {
        margin-left: -5px;
    }

#carSelectionArea .active .Change-carChooser {
    width: 80%;
    margin: 15px auto !important;
}

#carSelectionArea .carSelectionAreaBox .Change-carChooser {
    width: 100%;
}

#carSelectionArea {
    padding: 10px !important;
}

@media only screen and (min-width: 657px) {
    #carSelectionArea {
        border-right: 1px solid #CFD7D9;
    }
}

#carSelectionArea .registrationPlate {
    height: 40px;
    width: 5px;
    background: #2274AC;
    background-image: url(/Static/Images/regplate.png);
    border-radius: 5px 0 0 5px;
    display: inline;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #CFD7D9;
    border-bottom: 1px solid #CFD7D9;
    border-left: 1px solid #CFD7D9;
}

.Shop-chooseCar button.carplate {
    max-width: 50%;
}

@media only screen and (min-width: 657px) {
    .Shop-chooseCar div > p {
        text-align: left;
    }
}

.Shop-chooseCar div > h2 {
    margin-right: 0;
}

@media only screen and (min-width: 977px) {
    .Shop-chooseCar div > h2 {
        margin-top: 0.83em;
    }
}

/* Fix for dealer box */

.Shop-reseller .Button {
    width: 80%;
}

.Shop-reseller h2, #carSelectionArea h2 {
    font-weight: bold;
    text-align: left;
}

.Shop-options .Shop-reseller {
    border-right: none;
}

.Shop-reseller form .Shop-search {
    width: 80%;
    margin: auto;
    padding: 0;
}

#msearcharea {
    padding: 10px !important;
}

.Shop-reseller p {
    display: inline-block;
}

.Shop-reseller span {
    font-weight: bold;
}

    .Shop-reseller span.Button {
        font-weight: normal;
    }

.Shop-reseller .Shop-options {
    width: 80%;
    margin: auto;
}

/*iPhone 5 only*/
@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    .Shop-reseller .Shop-options {
        width: 100%;
    }

    .Shop-reseller {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 320px;
        flex: 0 1 320px;
    }
}

.Shop-reseller .Shop-options .Shop-reseller {
    text-align: left;
    padding: 0;
    border-bottom: none;
}

    .Shop-reseller .Shop-options .Shop-reseller .Button {
        font-size: 13px;
        color: #00B1EB;
        background: none;
    }

.Shop-reseller .Shop-searchfield-wrapper .Shop-searchfield, input.Shop-searchfield-Nav {
    padding-left: 10px;
    width: calc(100% - 36px);
}


/* Fix for Campaign articles box */

.Article {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    position: relative;
}

    .Article a {
        width: 100%;
    }

    .Article .tags-container {
        position: absolute;
        left: 0;
        top: 0px;
    }

.Articles.list .tags-container {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
}

.Article .tag-name {
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    display: block;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.Article .tags.gold .tag-name {
    background: gold;
}


.Article .tags.green .tag-name {
    background: green;
    color: white;
}

.Article .tags.green .tag-triangle {
    border-right: 10px solid green;
}

.Article .tags.blue .tag-triangle {
    border-right: 10px solid blue;
}

.Article .tags.gold .tag-triangle {
    border-right: 10px solid gold;
}

.Article .tags.blue .tag-name {
    background: #234769;
    color: white;
}


.Articles.list .tags.green .tag-triangle {
    border-left: 10px solid green;
}

.Articles.list .tags.blue .tag-triangle {
    border-left: 10px solid blue;
}

.Articles.list .tags.gold .tag-triangle {
    border-left: 10px solid gold;
}


.Articles.list .tag-triangle {
    border-top: 0px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    right: -10px;
    left: auto;
    border-right: none !important;
}

.Article .tag-triangle {
    border-top: 0px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    left: -10px;
}


#campaignArticlesArea, .productsAreaBox, #topListArea, #productsForCar, #packagesArea {
    background: #FFF !important;
    padding-right: 5px !important;
}

    #campaignArticlesArea h3 {
        margin-top: 20px;
    }

    #campaignArticlesArea h3, .productsAreaBox h3, #productsForCar h3, #packagesArea h3 {
        /*margin-left: 5px;*/
        margin-bottom: 5px;
    }

    /* Fix for Toplist */

    #topListArea .Articles.list .Article:first-child {
        margin-top: 0;
    }

/* Fix for Products box */

.productsAreaBox {
    background: #FFF !important;
    padding: 5px !important;
    /*min-height: 600px;*/
}

    .productsAreaBox .Articles-sorting {
        padding-left: 5px;
        padding-right: 5px;
    }

.Articles.list .Article-description {
    width: auto;
    text-align: left;
    float: left;
    margin-top: 0px;
    padding-top: 5px;
    height: auto;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 0px;
}

.Articles.list .Article-buy {
    padding: 0px;
    display: block;
    position: absolute;
    right: 0;
    width: auto;
}

.Articles.list .Article-info {
    padding: 0 10px;
    width: calc(100% - 700px);
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.Articles.list .Article-price {
    display: inline-block;
    float: left;
    width: auto;
    width: 130px;
    margin-top: 10px;
}

.Articles.list .Article-productname {
    margin-top: 12px;
}

.Articles.list .Article-productname {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f20;
    min-height: unset;
}

.Articles.list .Article-producttype {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f20;
}

.Articles.list .Article-productname.product-number {
    margin-top: 5px;
    font-weight: normal;
}

@media only screen and (max-width: 500px) {
    .Articles.list .Article-buy {
        width: 140px;
        font-size: 14px;
    }

    .Articles.list .Article-description {
        width: calc(100% - 240px);
    }

    .Articles.list .Article-productname {
        margin-top: 8px;
        font-size: 15px;
    }

        .Articles.list .Article-productname.product-number {
            margin-top: 0;
        }
}

/* Fix for Top Menu with search */

input.Shop-searchfield-Nav {
    width: calc(100% - 38px);
    height: 34px;
    margin: 0;
    font-size: 16px;
    border: 0;
    padding-left: 5px;
    box-sizing: border-box;
    outline: none;
    margin-top: 1px;
    margin-left: 1px;
    padding: 8px 0px;
    box-sizing: border-box;
    padding-left: 10px;
    -webkit-appearance: unset;
}

#SearchDesktop {
    position: absolute;
    right: 100px;
    top: 10px;
}

.search-form-nav .Shop-searchfield-wrapper .Shop-searchbutton {
    height: 36px;
    width: 38px;
}

.MobileSearch {
    display: none;
    position: absolute;
    top: 38px;
    height: 45px;
    border: 1px solid #CFD7D9;
    border-radius: 5px;
    width: 100%;
    background-color: white;
}

.desktopSearch {
    right: 100px;
}

#topbannner-m-search {
    display: inline-block;
    position: absolute;
    right: 17%;
    top: 9px;
}

/*iPhone 5 only*/
@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    #topbannner-m-search {
        right: 21%;
    }
}

#topbannner-m-search .Shop-searchbutton {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px 4px;
    border-radius: 3px;
    font-size: 12px;
}

.main-block {
    margin: 0 auto;
    max-width: 1444px;
}

#topbannner-m-search .Shop-searchbutton:before {
    content: "Sök";
    margin-right: 3px;
}

@media only screen and (min-width: 977px) {
    .TopBanner .fa-shopping-cart {
        margin-top: 0.4em;
    }

    #topbannner-m-search {
        display: none;
    }

    .MobileSearch {
        display: none;
    }
}

@media only screen and (max-width: 977px) {
    .desktopSearch {
        display: none;
    }
}
/* IE FIX */
#campaignArticlesArea .Article-image img, .productsAreaBox .Article-image img {
    width: auto;
    max-width: 100%;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    object-fit: contain;
    /*border-top-right-radius: 8px;
    border-top-left-radius: 8px;*/
    max-height: 150px;
}

@media only screen and (max-width: 500px) {
    #campaignArticlesArea .Article-price {
        font-size: 0.85em;
    }
}

/* Fixes for ShoppingCart-page */

.Shopcart .Product-image {
    margin-right: 15px;
    max-width: 130px;
}

/*.Checkout-main .Contact {
    background: #DCDCE1;
}*/

.Checkout-main .Contact input {
    box-sizing: border-box;
}

.Checkout-main h2, .Checkout-main h3 {
    font-weight: bold;
}

.Product-middle .Product-name {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 5px auto;
    width: 100%;
}

/* Fixes for OrderConfirmation */
.OrderConfirmationBox h2, OrderConfirmationBox h3 {
    font-weight: bold;
}

.OrderConfirmBlock {
    display: inline-block;
    width: 100%;
}

/* Global fix for images */

.Shopcart .Product-image img {
    object-fit: contain;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    width: 130px;
    height: 130px;
}

.Shop-chooseSeller {
    background: #F0F0F5;
}

.Shop-chooseSeller-exit {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    cursor: pointer;
}

@media screen and (max-width: 414px) {
    .Shop-chooseSeller {
        overflow: auto;
        top: 60px;
        width: 100%;
        height: 100%;
    }
}

.overflowHidden {
    overflow: hidden;
}

/* Fixes for product page */

.ProductPage .ImageSlider {
    text-align: center;
}

    .ProductPage .ImageSlider .active.ImageSlider-image {
        max-height: 280px;
        display: inline;
        width: auto;
        float: none;
    }

.ProductPage .Product .Tabs.scrollstart:after {
    background-image: none;
}

.ProductPage .Product .Tabs.scrollend:before {
    background-image: none;
}

.Article-image img {
    width: auto;
}

.ProductPage .Tabs .active.Tab-body, .ProductPage .Tabs .active.Tab-body p {
    -ms-flex: 1 0 auto;
}

.list article a .Article-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    object-fit: scale-down;
    float: left;
}

.Articles.list .Article-image {
    float: left;
    width: 110px;
    margin-top: 0px;
    padding: 0px;
    height: 100%;
}

.Article-image {
    margin-top: 0px;
    width: 100%;
    height: 100px;
    padding: 0px;
}

#cart {
    position: absolute;
    right: 17px;
    height: inherit;
}

@media screen and (max-width: 414px) {
    #cart {
        right: 0px;
        width: calc(20% - 10px);
    }
}
/*iPhone 5 only*/
@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    #cart {
        right: 13px;
        width: calc(20% - 10px);
    }
}

.cart {
    text-align: right;
    padding: 17px;
    font-size: 2em;
    color: darkgray;
}


/*#reseller-map{
	height:400px;
}*/

@media only screen and (max-width: 768px) {
    .Category-details .Category-heading {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 817px) {
    .ProductPage .ImageSlider .active.ImageSlider-image {
        width: calc(100% - 50px);
    }
}

.Product-availability {
    padding: 0 10px;
    width: 100%;
}

    .Product-availability p {
        margin-bottom: 0;
    }

    .Product-availability .availabilityLevel {
        text-align: center;
        font-size: 10px;
        background-color: #E6E6EB !important;
        color: black;
        border-radius: 5px;
        padding: 3px 6px;
        font-weight: bold;
    }
    .Product-availability .availabilityLevel-low {
        text-align: center;
        font-size: 10px;
        color: black;
        border-radius: 5px;
        padding: 3px 6px;
        font-weight: bold;
        background-color: #E6E6EB !important;
    }
    .Product-availability .availabilityLevel-med {
        text-align: center;
        font-size: 10px;
        color: black;
        border-radius: 5px;
        padding: 3px 6px;
        font-weight: bold;
        background-color: #f7ddac !important;
    }
    .Product-availability .availabilityLevel-high {
        text-align: center;
        font-size: 10px;
        color: black;
        border-radius: 5px;
        padding: 3px 6px;
        font-weight: bold;
        background-color: #cff7ac !important;
    }
span.availabilityLevel-low:empty{display:none;}
span.availabilityLevel-med:empty{display:none;}
span.availabilityLevel-high:empty{display:none;}
        /* Fix for image slider */
        .js-teaser-image-slider .ImageSlider {
            padding: 0;
            border: none;
        }

/* Notify */
.notify .note {
    position: relative;
    padding: 15px;
    background-color: #95a5a6;
    color: #ecf0f1;
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
}

    .notify .note.note:hover {
        background-color: #7f8c8d;
    }

    .notify .note.note-success {
        background-color: #2ecc71;
    }

        .notify .note.note-success:hover {
            background-color: #27ae60;
        }

    .notify .note.note-info {
        background-color: #3498db;
    }

        .notify .note.note-info:hover {
            background-color: #2980b9;
        }

    .notify .note.note-warning {
        background-color: #e67e22;
    }

        .notify .note.note-warning:hover {
            background-color: #d35400;
        }

    .notify .note.note-danger {
        background-color: #e74c3c;
    }

        .notify .note.note-danger:hover {
            background-color: #c0392b;
        }

    .notify .note .image,
    .notify .note .remove {
        position: absolute;
        width: 24px;
        height: 24px;
        font-size: 24px;
        color: #ecf0f1;
    }

    .notify .note .remove {
        top: 10px;
        right: 15px;
        font-size: 18px;
        background: none;
        border: 0;
    }

    .notify .note .image {
        text-align: center;
        top: 10px;
    }

    .notify .note .content {
        margin-right: 31px;
    }

    .notify .note .image + .remove + .content {
        margin-left: 36px;
    }

    .notify .note .title {
        margin-right: 5px;
    }

.notify.notify-notes {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1001;
    width: 25%;
}

.notify {
    max-width: 1445px;
    margin: 0 auto;
}


    .notify.notify-notes .note:not(:last-child) {
        margin-bottom: 10px;
    }

    .notify.notify-notes .image {
        top: auto;
    }

    .notify.notify-notes .title {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }

@media (min-width: 320px) and (max-width: 976px) {
    .notify.notify-notes {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .notify.notify-notes {
        width: 30%;
    }
}

/* Choose supplier popup */

.Shop-chooseSeller #Shop-chooseSeller-infotext h2 {
    font-weight: bold;
}

.Shop-chooseSeller #searchresults span {
    font-size: 14px;
}

.Shop-chooseSeller .js-main-retailer-block form h3 {
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .Shop-chooseSeller .js-main-retailer-block form h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .Shop-chooseSeller .js-main-retailer-block div h2 {
        font-size: 16px;
        font-weight: bold;
    }
}

.article-number-new {
    text-align: left !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
}

/*Fix for top-list products*/
.FlexCell-3of5 {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

/*Simple breadcrumbs*/
.breadcrumbs li {
    display: inline;
}

    .breadcrumbs li + li:before {
        content: "» ";
    }

.breadcrumb {
    border-left: none;
}

.breadcrumbs ul {
    padding: 0px;
    color: #0099da;
}
/*end breadcrumbs*/
.startbankidapp-header {
    top: 0;
    margin-top: 0;
    margin-bottom: 10px;
    height: 50px;
    background-color: lightblue;
}

    .startbankidapp-header h2 {
        text-align: center;
        margin-top: 0;
    }

    .startbankidapp-header a {
        bottom: 0;
    }

/*Registration-page changes */

.vw2-Content-new {
    margin-left: 0px !important;
}

.Resource-text {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.login-box-new input[type="text"],
.login-box-new input[type="email"],
.login-box-new input[type="password"] {
    box-sizing: border-box;
    background-color: #868a8d;
    height: 60px;
    width: 100%;
    margin-bottom: 5px !important;
    padding: 0 18px;
    font-size: 16px;
    outline: none;
    color: #FFF;
}

    .login-box-new input[type="text"]:focus,
    .login-box-new input[type="email"]:focus,
    .login-box-new input[type="password"]:focus {
        background: #868a8d;
        color: #FFF;
    }

.InputGroup-new {
    padding-left: 0px !important;
    padding-right: 15px !important;
    width: 100% !important;
    padding-top: 20px;
}

@media only screen and (min-width: 657px) {
    .InputGroup-new {
        width: 315px !important;
    }
}

@media only screen and (max-width: 414px) {
    .InputGroup-new {
        padding-right: 0px !important;
    }

    .vw2-Container--small-new {
        padding-left: 25px !important;
    }
}

.Button-new {
    background-color: #0099DA !important;
    margin-top: 10px !important;
}

    .Button-new:hover, .Button-new:active, .Button-new:focus {
        background: #0068AA !important;
        color: white;
    }

.form-style-new {
    margin: 0 auto !important;
    max-width: 630px !important;
}

.vw-Container-new {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

input.login-form_input::-webkit-input-placeholder {
    color: #FFF;
}

input.login-form_input:-ms-input-placeholder {
    color: #FFF;
}

input.login-form_input:-moz-placeholder {
    color: #FFF;
}

input.login-form_input::-moz-placeholder {
    color: #FFF;
}

.vw2-Container--small-new {
    max-width: 414px !important;
    padding-left: 55px;
}

/*fixes for reseller*/
.find-retailer .retailer-search-bar {
    z-index: 99 !important;
    /*top: 50px !important;*/
}

.find-retailer .map {
    width: 100% !important;
}

@media only screen and (max-width: 584px) {
    .find-retailer .map {
        width: 100%;
    }
}


/*fix for menu*/


@media only screen and (max-width: 767px) {
    .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-logo {
        width: 32px !important;
        height: 32px !important;
        margin: 0 !important;
        /*background: url(/Static/Images/vw2_logo2.png) !important;*/
        background-size: 100% !important;
        padding: 0 !important;
        border-bottom: 0 !important;
    }
}

/*new  btn*/
.Showcase-image {
    position: relative;
}

.vw2-Button--circle {
    border-radius: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    background: #4d99db;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 12px;
    border: 0;
    /* border-radius: 4px; */
    -webkit-transition: background 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition: background 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

    .vw2-Button--circle:after {
        content: '';
        display: block;
        top: 26px;
        right: 25px;
        width: 14px;
        height: 14px;
        background: url(/Static/images/add.svg);
        background-size: 14px auto;
        background-repeat: no-repeat;
        z-index: 1;
    }

.vw2-Button--third {
    display: inline-block;
    background: #4d99db;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 20px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: background 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition: background 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.vw2-upload {
    top: 0px;
    position: absolute;
    right: 0px;
}

.vw2-upload-img {
    display: block;
    color: #0099DA;
    font-size: 21px;
    border-radius: 100%;
    border: thin solid #0099DA;
    padding: 10px;
}

    .vw2-upload-img img {
        width: 40px;
    }

.vw2-Button--cancel {
    display: inline-block;
    background: #333;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 20px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: background 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition: background 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.vw2-Button--third:active, .vw2-Button--third:active:focus {
    background: #43494c !important;
}

.vw2-Button--cancel:active, .vw2-Button--cancel:active:focus {
    background: #43494c !important;
}

/* Image uploader css*/
.imageUpload-crop {
    margin-bottom: 5px;
}

.imageUpload-crop--container img {
    max-width: 100%;
}

.imageUpload-size {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
    margin: 10px 0px 0px 0px;
}

.imageUpload-crop--container {
    position: relative;
    zoom: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {

    span.resize-handle {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .imageUpload-crop--container {
        zoom: 0.5;
    }

    .cropper-tools {
        width: 80%;
        margin: 0 auto;
    }

    .botton-tools {
        font-size: 15px;
        margin-top: 4px;
    }
}
/* Cropper Css*/
.resize-container {
    position: relative;
}

    .resize-container img {
        display: block;
        width: 100%;
        cursor: move;
    }

    .resize-container:active img, .resize-container:hover img {
        outline: blue dashed 2px;
    }

.resize-handle-ne, .resize-handle-nw, .resize-handle-se, .resize-handle-sw {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: blue;
    z-index: 999;
}

.resize-handle-nw {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}

.resize-handle-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}

.resize-handle-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}

.resize-handle-se {
    bottom: -5px;
    right: -5px;
    cursor: se-resize;
}

.overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    z-index: 999;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(222, 60, 80, .9);
    box-sizing: content-box;
    pointer-events: none;
}

    .overlay:after, .overlay:before {
        content: '';
        position: absolute;
        display: block;
        width: 204px;
        height: 40px;
        border-left: dashed 2px rgba(222, 60, 80, .9);
        border-right: dashed 2px rgba(222, 60, 80, .9);
    }

    .overlay:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

.overlay-inner:after, .overlay-inner:before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 204px;
    border-top: dashed 2px rgba(222, 60, 80, .9);
    border-bottom: dashed 2px rgba(222, 60, 80, .9);
}

.overlay-inner:before {
    left: 0;
    margin-left: -40px;
    margin-top: -2px;
}

.overlay-inner:after {
    right: 0;
    margin-right: -40px;
    margin-top: -2px;
}

.btn-crop {
    position: absolute;
    vertical-align: bottom;
    right: 5px;
    bottom: 5px;
    padding: 6px 10px;
    z-index: 999;
    background-color: #de3c50;
    border: none;
    border-radius: 5px;
    color: #FFF;
}

    .btn-crop img {
        vertical-align: middle;
        margin-left: 8px;
    }

.sizeactual {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.imageCropper--overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.Cropper-region {
    position: absolute;
    left: 50%;
    pointer-events: none;
    outline: #00b1eb thin solid;
}

/*Dialog Css*/
.vw2-dialog--normal {
    position: fixed;
    top: 2%;
    left: 50%;
    background: #fff;
    z-index: 12;
    display: none;
    overflow: auto;
    max-height: 80%;
    width: 668px;
    margin-left: -286px;
}

@media only screen and (max-width: 767px) {
    .vw2-dialog--normal {
        top: 0px;
        left: 0px;
        height: 100%;
        max-height: 100%;
        width: 100%;
        z-index: 100;
        margin-left: 0px;
    }

    span.resize-handle {
        display: none;
    }
}


.vw2-dialog--normal .close {
    position: absolute;
    top: 6px;
    right: 6px;
}

.vw2-dialog--normal .action {
    padding: 10px 0px 10px 0px;
}

.vw2-dialog--normal .body {
    padding: 20px;
    height: 90%;
    box-sizing: border-box;
}

.vw2-dialog--normal .titlebar .title {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.vw2-dialog--normal .titlebar {
    background: #333;
    color: #cccfd3;
    padding: 0;
    border-style: none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    position: relative;
}

/* dialog-mask class*/
.dialog-mask {
    background: #333;
    opacity: 0.4;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0px !important;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 11;
}

.video-container {
    min-height: 400px;
}
/*Needed for MVC ModelErrorMessages*/
.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

/*@ navigation more */
.vw2-Menu-FirstLevelNavigationFlyOut.is-open {
    z-index: 100;
}

.vw2-Service .items-row-3 > li {
    min-width: 30%;
}


/*Table for products view*/


/*IE9 TABLE FIXES AND PRODUCTPAGE*/

:root .table-row {
    min-height: 30px\0;
}

/* IE9 */

:root .table-h3 {
    padding-bottom: 5px;
    padding-top: 10px;
}

.table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-flex-wrap: no-wrap;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    vertical-align: top;
}

.index {
    width: 25px;
}

.title {
    width: 220px;
}

.module {
    width: 110px;
}

.reporter {
    width: 85px;
}

.status {
    width: 95px;
}

.owner {
    width: 75px;
}

.severity {
    width: 80px;
}

.watch,
.add-comment {
    width: 18px;
}

.date {
    width: 110px;
}

.index {
    text-align: center;
}
/*.title {
  font-weight: bold;
  color: #337AB5;
}*/

.header-title {
    color: #FFF;
}

.comment {
    width: 120px;
}

.title,
.comment {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 4px;
}

.date {
    width: 110px;
    text-align: right;
    padding-right: 4px;
}
/* growable wrappers */
.title-comment,
.title-comment-module-reporter,
.attributes {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}


.four-column {
    width: 230px;
}
/*
 * Media queries: optimize for different screen widths.
 */
/*
 * Media breaks.
 */
@media all and (max-width: 1236px) {
    .title-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 220px;
    }

        .title-comment div {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-grow: 0;
        }

        .title-comment > div {
            width: 100%;
        }

    .module-reporter,
    .status-owner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .module-reporter div,
        .status-owner div {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            -webkit-flex-grow: 0;
            flex-grow: 0;
        }
}

@media all and (max-width: 956px) {
    .module-reporter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .title-comment-module-reporter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 220px;
    }

        .title-comment-module-reporter div {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-grow: 0;
        }

        .title-comment-module-reporter > div {
            width: 100%;
        }

    .status-owner-severity {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .status-owner-severity div {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-grow: 0;
        }

    .icons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .icons div {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-grow: 0;
        }

    .dates {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .dates div {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-grow: 0;
        }
}

@media all and (max-width: 528px) {
    .table-row {
        padding-left: 4px;
        padding-right: 4px;
    }

    .attributes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 220px;
    }

        .attributes div {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-grow: 0;
        }

        .attributes > div {
            width: 100%;
        }

    .module-reporter,
    .status-owner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .dates {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
/*
 * General good-look styles
 */
.table-row {
    border-bottom: 1px solid #e0e0e0;
    border-collapse: collapse;
    padding-top: 2px;
}

    .table-row.header {
        background-color: #0099da;
        font-weight: bold;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #FFF;
    }


@media screen and (max-width: 1030px) {
    /*.package-area {
        width: 100%;
    }*/

    /*.Product-similar {
        width: 98% !important;
    }*/

    .no-flexbox article.Product.js-product-area {
        min-width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .date {
        width: 88px;
    }
}


/*Modernizr fixes*/
.no-flexbox .active.Tab-body {
    display: block;
}

.no-flexbox .Product-name {
    padding: 15px 10px;
}

.no-flexbox .breadcrumbs {
    padding-top: 10px;
}

.no-flexbox .Tabs-headings {
    overflow-x: hidden;
}

.no-flexbox .Product-availability {
    padding: 10px 10px;
}

.no-flexbox article.js-product-area.Product {
    max-width: 65%;
    /*min-width: 65%;*/
    float: left;
    width: 64%;
}

.no-flexbox .package-area {
    float: right;
    min-width: 34.5%;
    width: 34%;
}

.no-flexbox .Product-similar {
    width: 95%;
}

.no-flexbox .Categories .Category-block:hover > .Category-details {
    margin-top: 0px;
}

.no-flexbox .js-product-area .slick-next, .slick-prev {
    right: 18px;
}

/*This might need to be removed*/
.no-flexbox .Content {
    display: table;
    background-color: #FFF;
}

.Article.\:container\(width\>\=160px\) {
    min-width: calc(50% - 10px);
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
}

.Article.\:container\(width\>\=310px\) {
    min-width: calc(50% - 10px);
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    float: left;
}

.Article.\:container\(width\>\=480px\) {
    min-width: calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px);
    float: left;
}

.Article.\:container\(width\>\=675px\) {
    min-width: calc(25% - 10px);
    width: calc(25% - 10px);
    flex-basis: calc(25% - 10px);
    float: left;
}

.Article.\:container\(width\>\=800px\) {
    min-width: calc(20% - 10px);
    width: calc(20% - 10px);
    flex-basis: calc(20% - 10px);
    float: left;
}

.no-flexbox .Category-block.\:container\(width\>\=640px\) {
    width: calc(16.66% - 10px);
    padding-top: 0px;
}

.no-flexbox .Category-block.\:container\(width\>\=480px\) {
    width: calc(25% - 10px);
}

.no-flexbox .Category-block.\:container\(width\>\=320px\) {
    width: calc(14.73% - 6px);
}


.no-flexbox .FlexCell-3of5 {
    display: inline-block;
    width: 59%;
}

.no-flexbox .FlexCell-2of5 {
    display: inline-block;
    width: 41%;
    float: right;
}

    .no-flexbox .FlexCell-2of5 .full-width {
        display: inline-block;
        width: 100%;
        float: right;
    }

.no-flexbox .registration {
    line-height: 2 !important;
}

.no-flexbox .Product-price {
    width: 97%;
}

.no-flexbox .Shop-filtering {
    display: inline-table;
}

.no-flexbox .Categories .Category-block {
    margin: -2px;
}

.no-flexbox .Categories .active.Category-details {
    margin-top: 0px;
}

.no-flexbox .FlexGrid {
    background-color: #f6f7f8;
}

.no-flexbox .Product-buy {
    text-align: right;
}

/*Check li width*/

/* one item */
.no-flexbox .Category-details .Category-accordions .Category-accordion:first-child:nth-last-child(1),
.no-flexbox .Category-details .Category-accordions .Category-accordion:first-child:nth-last-child(1) ~ li {
    width: 100%;
}


/* two items */
.no-flexbox .Category-details .Category-accordions .Category-accordion:first-child:nth-last-child(2),
.no-flexbox .Category-details .Category-accordions .Category-accordion:first-child:nth-last-child(2) ~ li {
    width: 50%;
    float: left;
}

/* three items */
.no-flexbox .Category-details .Category-accordions .Category-accordion:first-child:nth-last-child(3),
.no-flexbox .Category-details .Category-accordions .Category-accordion:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
    float: left;
}

/* four items */
.no-flexbox .Category-details .Category-accordions .Category-accordion:first-child:nth-last-child(4),
.no-flexbox .Category-details .Category-accordions .Category-accordion:first-child:nth-last-child(4) ~ li {
    width: 25%;
    float: left;
}

.no-flexbox .Category-details .Category-accordions .Category-accordion:first-child:nth-last-child(5),
.no-flexbox .Category-details .Category-accordions .Category-accordion:first-child:nth-last-child(5) ~ li {
    width: 20%;
    float: left;
}

.no-flexbox .Category-accordion .js-category-link {
    width: 100% !important;
}

.no-flexbox .Category-details .Category-accordions .Category-accordion .ie9-fix {
    display: none;
}

.no-flexbox .Category-details .Category-accordions .Category-accordion .ie9-fix-width {
    min-width: 90%;
}

.no-flexbox .Order {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.no-flexbox .Shopcart .Product-image {
    float: left;
}

.no-flexbox .expanded.Product .Product-quantity-picker {
    display: table-cell;
}

.no-flexbox .Product-remove p {
    display: inline-block;
}

.no-flexbox .expanded.Product .Product-remove {
    display: inline-block;
}

.no-flexbox .expanded.Product .Product-quantity-picker p {
    display: inline-block;
}

.no-flexbox .Order button.Button {
    width: 100%;
}

.no-flexbox .js-selected-car-lbl {
    width: 67%;
    display: inline-table;
}

.no-flexbox .selected-reseller-lbl {
    display: inline-table;
}

@media (max-width: 800px) {
    .no-flexbox .ShopPush {
        width: 50%;
    }
}

@media all and (max-width: 1020px) {
    .no-flexbox article.js-product-area.Product {
        max-width: 100%;
    }

    .no-flexbox .package-area {
        min-width: 100%;
    }
}

/*@media (max-width: 1000px) {
    .no-flexbox article.js-product-area.Product {
        max-width: 68%;
    }

    .no-flexbox .package-area {
        min-width: 32%;
    }
}*/

/*End modernizr fixes*/

/*IE9 Table*/


.ie9ShowTable {
    display: block !important;
}

.otherBrowser {
    display: none;
}

.ie9HideTable {
    display: none;
}

table * {
    height: auto;
    min-height: none;
    margin: 0;
    padding: 0;
    border: 0 none;
    position: relative;
}
/* fixed ie9 & <*/
table {
    table-layout: fixed;
    margin: 1rem auto;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(0,0,0,.5);
    border-top: 0 none;
}

thead {
    background: #0099da;
    text-align: center;
    z-index: 2;
}

    thead tr {
        padding-right: 17px;
        z-index: 2;
    }

th {
    border-right: 2px solid rgba(0,0,0,.0);
    padding: .7rem 0.21rem;
    font-size: 1rem;
    font-weight: bold;
    color: #FFF;
}

tbody {
    display: block;
    min-height: calc(200px + 1 px);
    /*use calc for fixed ie9 & <*/
    color: #000;
}

tr {
    display: block;
    overflow: hidden;
}

th, td {
    width: 11%;
    float: left;
}

td {
    padding: .5rem 0 .5rem 1rem;
    border-right: 2px solid rgba(0,0,0,.2);
}

    td:last-child {
        border-right: none;
    }

[data-campo='Benämning'] {
    width: 36%;
}

[data-campo='Arbetsnummer'] {
    width: 12%;
}

th:first-child, td:first-child {
    width: 5%;
    text-align: center;
    padding-left: 0;
}



@media only screen and (max-width:800px) {
    table {
        border-top: 1px solid;
    }

    thead {
        display: none;
    }

    tbody {
        height: auto;
        max-height: 55vh;
    }

    tr {
        border-bottom: 2px solid rgba(0,0,0,.35);
    }

    th:first-child, td:first-child {
        width: 5%;
        text-align: left;
        padding-left: 40%;
    }

    /*tbody td:nth-child(odd) {
        background: #0099DA;
    }

    tbody td:nth-child(even) {
        background: #FFF;
    }*/

    td {
        display: block;
        width: 59%;
        min-width: 59%;
        padding: .4rem .5rem .4rem 40%;
        border-right: 0 none;
    }

        td:before {
            content: attr(data-campo);
            /*background: rgba(0,0,0,.1);*/
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: auto;
            min-width: 37%;
            padding-left: .5rem;
            font-family: monospace;
            font-size: 150%;
            font-variant: small-caps;
            line-height: 1.8;
        }

    tbody td:last-child {
        text-align: left;
        padding-left: 40%;
    }
}


/*End IE9 Table*/

/*.Tab-body.active > * {
    -webkit-box-flex: 1;
    -ms-flex: none;
    flex: none;
}*/

.TopBanner {
    z-index: 3;
}

.Product-accessories {
    padding: 5px !important;
}

.Product-similar .Articles {
    padding: 5px !important;
}

article.Product.js-product-area {
    /* max-width: 100%; */
    width: 49%;
}

.package-area {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff !important;
    /* display: list-item; */
    flex-basis: 35%;
}

/*.Product-similar {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    flex-grow: 0;
}*/

.Product-similar h3 {
    font-weight: bold;
}

.Product-similar h2 {
    font-weight: bold;
}

.ProductPage {
    max-width: 1445px;
    border-right: 1px solid #cfd7d9;
    border-bottom: 1px solid #cfd7d9;
    -ms-flex: 1 0 auto;
}

.breadcrumb, .breadcrumb-home {
    text-decoration: none;
    color: #0099da !important;
    margin-right: 10px;
    padding-left: 0px;
}

.Tab-heading {
    display: inline-block;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.Articles {
    padding: 0px;
}

@media only screen and (min-width: 977px) {
    h3 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    h4 {
        font-size: 18px;
    }
}

/*@media only screen and (min-width: 657px) {
    .Product-accessories {
        max-width: 251px;
    }
}*/

.FlexGrid {
    max-width: 1445px;
}


/* mypages menu logout hover-color*/
.vw2-Menu-FirstLevelNavigation-links ul li.logout:hover, .vw2-Menu-FirstLevelNavigation-links ul li.logout:focus {
    background-color: #f3f5f6 !important;
    color: #0ab1eb !important;
}

    .vw2-Menu-FirstLevelNavigation-links ul li.logout:hover .vw2-Menu-FirstLevelNavigation-link, .vw2-Menu-FirstLevelNavigation-links ul li.logout:focus .vw2-Menu-FirstLevelNavigation-link {
        border-color: #f3f5f6 !important;
        background-color: #eb675a;
    }


/*login button fix for ios*/

.vw2-Button {
    -webkit-appearance: none;
}


/*close button fix for reseller-page*/

.find-retailer .retailer-search-bar .clear-input {
    z-index: 101;
}

/* VFS BankId fixes for VFSAuth page*/
.Content--login {
    margin-top: 100px !important;
}

/*padding fix for mobile menu*/
@media only screen and (max-width: 767px) {
    .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link {
        padding: 0 0px !important;
    }
}

/* change margin between elements*/

.vw2-Process {
    padding: 40px 0 0 0 !important;
}

.vw2-profile .formcontent .inputs {
    margin-bottom: 10px !important;
}

.vw2-contact .vw2-Service .items-row .text-offset.filled-box {
    min-height: 135px;
}



/*Shop fix shop-choose seller*/

.Cell {
    padding: 0 30px !important;
}

.Shop-chooseCar select {
    text-align: left;
    font-size: 18px;
    font-family: 'VWTextRegular';
    height: 45px;
    font-weight: normal;
}

.Shop-chooseCar label {
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
}

/*label[for=yearSelector] {
    margin-top: 0px;
    margin-bottom: 15px;
}*/

.shop-chooseCar button {
    height: 43px;
}

@media only screen and (max-width: 414px) {
    .slick-slide img {
        object-fit: contain;
    }
}

/*Profile change old password*/
.vw2-profile input[type="password"] {
    margin-bottom: 10px;
}


/*change padding and margin for elements*/




.vw2-start .vw2-Service,
.vw2-login .vw2-Service,
.vw2-mycar .vw2-Service,
.vw2-mycar.guarantee .vw2-Service,
.vw2-offers .vw2-Service,
.vw2-contact .vw2-Service,
.vw2-article .vw2-Service {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

    .vw2-start .vw2-Service .items-row-2 > li,
    .vw2-mycar.guarantee .vw2-Service .items-row-2 > li,
    .vw2-offers .vw2-Service .items-row-2 > li,
    .vw2-contact .vw2-Service .items-row-2 > li,
    .vw2-article .vw2-Service .items-row-2 > li {
        margin-bottom: 10px !important;
        background-color: #FFF;
    }

    .vw2-login .vw2-Service .items-row-2 > li {
        margin-bottom: 10px;
    }

    .vw2-start .vw2-Service .items-row .text-offset,
    .vw2-login .vw2-Service .items-row .text-offset,
    .vw2-mycar.guarantee .vw2-Service .items-row .text-offset,
    .vw2-offers .vw2-Service .items-row .text-offset,
    .vw2-contact .vw2-Service .items-row .text-offset,
    .vw2-article .vw2-Service .items-row .text-offset {
        padding-bottom: 10px;
        background-color: #f3f5f6;
    }

    .vw2-mycar .vw2-Service .items-row .text-offset {
        padding-bottom: 10px;
    }


footer.footer-with-hero {
    margin-top: 20px !important;
}


.vw2-mycar .carinfo-content {
    padding: 20px 0 !important;
}

.vw2-mycar .carinfo-list {
    padding: 0 0 0px 0 !important;
}

.item-text {
    max-width: 100%;
}

.vw2-contact .vw2-Service .items-row-2 > li {
    margin-top: 20px !important;
}

div#searchresults {
    overflow-y: scroll;
    height: 57vh;
}

@media only screen and (max-width: 414px) {
    div#searchresults {
        overflow-y: scroll;
        height: 41vh;
        margin-bottom: 10px;
    }
}

.backToSearch ul {
    padding: 0px;
    list-style: none;
}

.product-display {
    padding: 0;
    color: #000;
}

.product-cart-link {
    display: inline-table;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    background-color: #FFF;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    max-height: 1000px;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .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%;
    top: 50%;
    height: auto;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

@media screen and (max-width:1200px) {
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .slick-slide img {
        height: auto;
    }
}

.ProductPage .slick-slide img {
    max-height: 400px;
}

@media only screen and (min-device-width: 1030px) {
    .js-close--nav {
        display: none;
    }
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-slide:focus {
    outline: none;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* Custom Theme*/
/* Arrows */
.slick-prev {
}

.slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 26px;
    height: 58px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
    /* font: 0/0 a; */
    font-size: 0;
    text-shadow: none;
    color: #fff;
    text-align: center;
    line-height: normal;
}

    .slick-next:before, .slick-prev:before {
        content: "\e90d";
        font-family: 'VW_NGW';
        font-size: 27px;
        position: relative;
        left: 1px;
    }

.slick-prev {
    right: auto;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .slick-prev:before {
        content: "\e90c";
        left: -1px;
    }
/* Dots */
.slick-dots {
    width: 100%;
    text-align: center;
    padding: 0 0 25px;
    margin: 0;
    position: absolute;
    bottom: 0px;
}

@media screen and (max-width: 414px) {
    .slick-dots {
        bottom: -20px;
    }
}

.slick-dots li {
    display: inline-block;
}

    .slick-dots li button {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #525151;
        border-radius: 50%;
        border: 0;
        font-size: 0;
        padding: 0;
    }

    .slick-dots li.slick-active button {
        background: #0099DA;
    }

    .slick-dots li + li {
        margin-left: 6px;
    }

.my-car-slider ul.slick-dots li button {
    background: #BDC3C6;
}

.my-car-slider ul.slick-dots li.slick-active button {
    background: #0099DA;
}

select.Articles-sorting-select::-ms-expand {
    display: none;
}

select.Articles-sorting-select {
    -moz-appearance: none;
}

.Articles-sorting-select {
    background: url(/Static/Images/br_down.png) no-repeat right #FFF;
    background-position-x: 99%;
}

@media screen and (max-width: 767px) {
    .Articles-sorting-select {
        background-position-x: 98%;
    }
}

input {
    border-radius: 0px !important;
}

select {
    border-radius: 0px !important;
}

.Product .Quantity-change, .delete-item {
    border-radius: 0px;
    cursor: pointer;
    -webkit-appearance: none;
    height: 21px;
    text-align: center;
    padding: 0px;
    background: transparent;
    color: #000;
}


.Shop-searchfield-wrapper {
    border-radius: 0px;
}

.Product-remove i {
    font-size: inherit;
    color: #000;
    text-align: center;
    -webkit-appearance: none;
    padding-left:10px;
}

.Product .article-number {
    padding-left: 10px;
    text-align: left;
}

.Product-name h1 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.Product-desc {
    margin: 0;
}

p.image-of {
    display: none;
}

.Checkout-sum .monthly-price {
    text-align: right !important;
}

.FlexCell .Articles {
    padding: 5px !important;
    padding-top: 2px !important;
}

.Product.expanded .Product-remove {
    margin: 5px 0 10px 0;
    justify-content: flex-end;
}

.Shopcart .Product-middle {
    text-align: left;
}

.Shopcart .Product-middle {
    text-align: left;
}

.exclVat, .inclVat {
    margin-left: 0;
    text-align: right;
}


@media screen and (max-width: 414px) {
    .Product.expanded .Product-remove {
        margin-left: 0px;
        justify-content: flex-end;
    }

    .Shopcart .Product-middle {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        display: -webkit-box;
        -webkit-box-orient: block-axis;
        height: 95%;
    }

    .Shopcart .Product-price {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-pack: start;
        display: inherit;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        padding-top: 10px;
    }
}

.Order-Button {
    max-width: 300px;
    color: #FFF !important;
    line-height: 35px;
}

.Shopcart .exclVat, .Shopcart .inclVat {
    /*  text-align: left; */
    margin: -5px 0 15px 0;
}

.Shopcart .Checkout-sum .exclVat, .Shopcart .Checkout-sum .inclVat {
    /*margin-left: 20px;*/
    text-align: right !important;
}

.monthly-price {
   /*text-align: left !important;*/ 
}


@media screen and (max-width: 1040px) {
    .package-area {
        flex-basis: 100%;
    }
}

.no-padding {
    padding: 0px;
}

header {
    overflow: visible;
}

.top-container {
    padding-top: 0;
}

.vw-navbar {
    position: relative;
    color: #000;
    background-color: #FFF;
    padding: 2px 10px;
    margin: 0 auto;
    max-width: 1425px;
    box-shadow: #CFD7D9 0px 2px 5px;
}

    .vw-navbar .button {
        position: relative;
        display: inline-block;
        width: 50px;
        font-size: 0.9em;
        line-height: normal;
        text-align: center;
    }

    .vw-navbar #cart-button {
        position: relative;
        display: inline-block;
        width: 50px;
        font-size: 2em;
        line-height: normal;
        text-align: center;
        right: 10px;
        top: 0px;
    }

        .vw-navbar .button .glyphicon,
        .vw-navbar #cart-button .glyphicon {
            font-size: 1.4em;
        }

        .vw-navbar .button a,
        .vw-navbar #cart-button a {
            display: block;
            color: #000;
            background-color: #FFF;
            width: 100%;
            height: 100%;
            padding-top: 7px;
        }

        .vw-navbar #cart-button a {
            color: darkgrey !important;
        }

        .vw-navbar .button .badge,
        .vw-navbar #cart-button .badge {
            position: absolute;
            border-radius: 50%;
            width: 1.8em;
            height: 1.8em;
        }

        .vw-navbar .button.user .badge,
        .vw-navbar #cart-button.user .badge {
            top: 8px;
            left: 55%;
            background-color: green;
            width: 1.6em;
            height: 1.6em;
        }

            .vw-navbar .button.user .badge > i,
            .vw-navbar #cart-button.user .badge > i {
                position: absolute;
                left: 2px;
                top: 4px;
            }

        .vw-navbar #cart-button .badge {
            top: -5px;
            left: 55%;
            background-color: red;
            width: 1.7em;
            height: 1.7em;
            font-size: 1.1em;
        }

    .vw-navbar .logo {
        display: block;
        padding-top: 3px;
    }

        .vw-navbar .logo a {
            display: inline-block;
            height: 50px;
        }

        .vw-navbar .logo img.hidden-xs {
            margin-top: 4px;
            margin-right: 13px;
        }

    .vw-navbar .hamburger {
        float: left;
        margin-right: 3px;
        width: 30px;
    }

        .vw-navbar .hamburger a {
            padding-top: 4px;
        }

    .vw-navbar .button-group {
        margin-left: 16px;
        position: absolute;
        top: 0.2em;
        right: 0.9em;
    }

    .vw-navbar .search {
        float: none;
        width: auto;
        padding-bottom: 2px;
    }

    .vw-navbar .information {
        float: left;
        display: none;
        font-size: xx-small;
        margin-right: 20px;
    }

        .vw-navbar .information > div {
            display: table-cell;
            vertical-align: middle;
        }

            .vw-navbar .information > div.img {
                width: 30px;
            }

            .vw-navbar .information > div.txt {
                white-space: pre;
            }

        .vw-navbar .information a {
            color: #FFF;
        }

    .vw-navbar .form-control-feedback {
        color: #000;
    }

    .vw-navbar .cart .badge,
    .vw-navbar #cart-button .badge {
        top: 0;
        padding: 4px 0;
    }

.btn-search {
    background-color: #00a7dc !important;
}

.logo {
    width: auto;
}

/*Media queries*/
@media (min-width: 620px) {
    .vw-navbar .information {
        display: block;
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    .vw-navbar .logo {
        margin-top: 2px;
    }
}

@media (min-width: 768px) {
    .vw-navbar .button,
    .vw-navbar #cartBtn {
        width: 58px;
        height: 58px;
    }

        .vw-navbar .button a,
        .vw-navbar #cartBtn a {
            padding-top: 15px;
        }

    .vw-navbar .logo {
        float: left;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 22px;
        padding-top: 0;
    }

    .vw-navbar .hamburger {
        display: none;
    }

    .vw-navbar .button-group {
        position: relative;
        top: auto;
        right: auto;
        float: right;
    }

    .vw-navbar .search {
        margin-top: 10px;
    }

    .vw-navbar .information {
        display: none;
    }
}

.js-close--nav {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

@media (min-width: 920px) {
    .vw-navbar .information {
        display: block;
        margin-top: 19px;
    }
}

/*@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {

    .container {
        width: 970px;
    }
}*/

@media (min-width: 1200px) {

    .container {
        width: 100%;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 0 auto;
    width: 33%;
    max-width: 100%;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

    .input-group .form-control:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    float: right;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.vw-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #33434C;
    z-index: 3;
}

.site-wrapper {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .site-wrapper {
        margin-top: 105px;
    }
}

@media screen and (max-width: 320px) {
    .logo {
        width: 75%;
    }
}




.FlexCell {
    padding: 5px;
}

.Product-image {
    margin-top: 5px;
    border: none;
}

/*scroll for product details tab*/
@font-face {
    font-family: 'vw2_menu_icons';
    src: url('vw/fonts/vw2_menu_icons.woff2?htlqnd') format('woff2'), url('vw/fonts/vw2_menu_icons.ttf?htlqnd') format('truetype'), url('vw/fonts/vw2_menu_icons.woff?htlqnd') format('woff'), url('vw/fonts/vw2_menu_icons.svg?htlqnd#vw2_menu_icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-scroll {
    font-family: 'vw2_menu_icons' !important;
}

    .icon-scroll:before {
        content: "\e905";
    }

.mobile-scroll-indicator {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-scroll-indicator {
        background: #2f3538;
        display: inline-block;
        font-size: 60%;
        padding: 18px 10px 18px;
        color: #BDC3C6;
    }
}

.Product-price {
    margin-top: 0px;
}

.CommerceFooter {
    background-color: #FFF;
    border-top: 1px solid rgba(47, 53, 56, .1);
    padding: 30px 0;
    text-align: center;
    color: #2F3538;
    font-size: 18px;
    font-size: .875rem;
    max-width: 1445px;
    margin: 0 auto;
}

    .CommerceFooter ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .CommerceFooter ul li {
            display: inline-block;
            margin: 8px 11px;
        }

            .CommerceFooter ul li a, footer ul li a:visited {
                color: black;
                font-weight: normal;
            }

            .CommerceFooter ul li.line-sep {
                min-width: 0px;
            }

    .CommerceFooter hr {
        display: none;
    }

@media screen and (max-width: 768px) {
    .CommerceFooter ul li.line-sep {
        display: none;
    }

    .CommerceFooter ul li {
        display: inline-block;
        width: 100%;
        margin: 8px 0px;
    }

    .CommerceFooter hr {
        display: block;
        width: 65%;
    }
}

.heading--inline {
    font-size: 14px;
}

#topListArea .FlexCell {
    padding: 2px 0 0 2px !important;
}

.top-cookie-text {
    z-index: 2;
    background: #fff;
    overflow: hidden;
    padding: 25px 10px;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    margin-bottom: 5px;
    position: relative !important;
}

    .top-cookie-text.active {
        display: block;
    }

@media screen and (max-width: 767px) {
    .top-cookie-text {
        padding: 26px 20px;
        position: static;
    }
}

.top-cookie-text p {
    margin-right: 140px;
    color: #000;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .top-cookie-text p {
        margin-right: 0;
        font-size: 14px;
        clear: right;
    }

    .top-cookie-text.active {
        min-height: 154px;
    }
}

.top-cookie-text Button {
    float: right;
    width: 10%;
    height: 25px;
}

@media screen and (max-width: 767px) {
    .top-cookie-text Button {
        font-size: 14px;
        margin-bottom: 10px;
        width: 25%;
    }
}

.top-cookie-text .inner {
    max-width: 1022px;
    margin: 0 auto;
}



.Shopcart .Product-image img {
    width: 100%;
    height: auto;
    max-height: 85px;
}


.Shopcart .Product-image {
    width: 100px;
    min-width: 1px;
    padding-right: 10px;
}

.Shopcart .Product {
    min-height: 110px;
    width: 100%;
}

.Shopcart .Product {
    min-height: 110px;
    width: 100%;
}

.Article-list-toggle {
    font-size: 15px;
    float: right;
    display: block;
    width: 45px;
}

.ProductPage #topListArea {
    width: 100%;
    padding: 5px !important;
}

.Article-buy {
    border: none;
    height: 40px;
    width: 100%;
    margin-bottom: 7px;
    display: inline-block;
    padding: 0px 10px;
}

.Article-Button {
    width: 100%;
    border-radius: 8px;
}

    .Article-Button i {
        margin-right: 10px;
    }

.Article-price {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
}

.Article-producttype {
    text-align: left;
    min-height: 16px;
}

.monthly-price {
    /*float: left;
    width: 50%;*/
    line-height: 30px;
    vertical-align: bottom;
    display: inline-block;
    color: #0199da;
}

.product-prices {
    line-height: 30px;
    margin: 10px auto 5px auto;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.monthly-price i {
    margin-left: 5px;
}

article {
    border-radius: 8px;
}

.Checkout-main .product-prices {
    width: auto;
    height: auto;
    min-width: 225px;
}

@media screen and (max-width: 650px) {
    .Checkout-main .product-prices {
        width: 100%;
        float: left;
    }
}

.product-prices .Price {
    display: inline-block;
    line-height: 30px;
    margin: 0 5px 0 0;
}

.Articles.list .Article .product-prices {
    margin: 0;
    width: auto;
    float: right;
    height: auto;
    padding-left: 15px;
    padding-right: 0;
    margin-right: 10%;
    margin-bottom: 10px;
}

.Articles.list .Article .monthly-price {
    float: right;
    margin-top: 10px;
    width: auto;
    /*margin-left: 20px;*/
    line-height: 30px;
}

.Articles.list .Article-Button {
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0 10px;
}

.Articles.list .Article {
    width: 100% !important;
    min-width: 100% !important;
    margin: 5px 0;
    max-height: 150px;
    min-height: 150px;
}

.Articles .Article .product-number {
    margin: 0px;
    text-align: left;
    font-size: 14px;
    min-height: 25px;
}

.Product-similar .Article .product-number {
    min-height: 1px;
}

.Articles.list .Product-similar .Article {
    min-height: 135px;
}

.Articles.list .Article .Article-price--reduced {
    display: inline-block !important;
    float: left;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    width: auto;
    margin-top: 20px;
    text-decoration: line-through;
    margin-right: 20px;
}

.Article-price--reduced {
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: line-through;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    .Articles.list .Article-description {
        width: 80%;
    }

    .Articles.list .Article .product-prices {
        float: left;
    }
}

@media screen and (max-width: 600px) {
    .Articles.list .Article .Article-description {
        width: 60%;
        float: left;
        padding-left: 15px;
        padding-right: 10px;
        margin-bottom: 0px;
    }

    .Articles.list .Article .product-prices {
        position: initial;
        width: 60%;
        float: left;
    }

        .Articles.list .Article .product-prices .Article-price {
            text-align: left;
            width: auto;
            float: left;
            font-size: 16px;
            margin-top: 0;
        }

    .Articles.list .Article .Article-price--reduced {
        text-align: left;
        margin-left: 0px;
        margin-top: 0px;
        float: left;
    }

    .Articles.list .Article .monthly-price {
        text-align: left;
        margin-left: 0;
        margin-top: 0;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }

    .Articles.list .Article-buy {
        width: 20%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .Articles.list .Article-image {
        float: left;
        width: 20%;
        margin-top: 0px;
        height: 100%;
    }
}

.Product-similar {
    /*display: flex;
    flex-direction: column;*/
    padding: 5px;
}

.Articles.list .Product-similar .Article {
    margin: 0px;
    width: 100% !important;
    min-width: 100% !important;
    margin-bottom: 5px;
    margin-top: 5px;
}

.Product-similar .Articles.list .Article {
    flex-grow: 0;
    flex-shrink: 0;
}

.Product-similar .Article .Article-image {
    float: left;
    display: inline-block;
    width: auto;
}

    .Product-similar .Article .Article-image img {
        max-height: 135px;
    }

.Product-similar .Article .description--info {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.Product-similar .Article .Article-Button--wrapper {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    height: 100%;
}

.Product-accessories .Articles {
    padding: 5px !important;
    padding-top: 2px !important;
}

.Product-similar .Article .Article-price {
    margin-top: 10px;
    font-size: 20px;
    display: block;
    float: left;
    width: auto;
}

.Articles.list .Product-similar .Article .monthly-price {
    display: inline-block;
    float: left;
    margin-top: 10px;
    line-height: 33px;
}

.Product-similar .Articles .Article .Article-image,
.Product-accessories .Articles .Article .Article-image,
#topListArea .Articles .list .Article-image {
    float: left;
    display: inline-block;
    width: 20%;
    height: 100%;
}

.Product-similar .Articles .Article .description--info,
.Product-accessories .Articles .Article .description--info,
#topListArea .Articles .list .description--info {
    width: calc(80% - 100px);
    float: left;
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 0px;
}

    .Product-similar .Articles .Article .description--info .Article-price,
    .Product-accessories .Articles .Article .description--info .Article-price,
    #topListArea .Articles .list .description--info .Article-price {
        margin-top: 0;
        font-size: 14px;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 0;
        line-height: 20px;
    }

#topListArea .Articles .list .Article-Button--wrapper {
    position: absolute;
    right: 0;
    height: 100%;
}

#topListArea .Articles .list .description--info .monthly-price {
    display: inline-block;
    float: left;
    margin-top: 0;
    line-height: 20px;
    margin-left: 0;
}

.Checkout {
    background-color: #FFF;
}

    .Checkout form {
        padding: 0;
        background-color: #FFF;
    }

.Order {
    justify-content: flex-end;
    padding:20px;
}
.Order .Button {
    width: 300px!important;
    line-height: 35px;
}


    .contact--comments label {
        display: block;
        margin-bottom: 4px;
    }

    .contact--comments textarea {
        resize: none;
        width: 99%;
        min-height: 177px;
        font-size: 16px;
        border: 1px solid #CFD7D9;
        padding-left: 8px;
        color: #33434C;
        font-family: arial;
        padding: 8px 0 0 8px;
    }

        .contact--comments textarea::-webkit-input-placeholder {
            -webkit-text-security: none;
            color: #CFD7D9;
            pointer-events: none !important;
            font-family: arial;
            padding-top: 10px;
            padding-left: 10px;
        }

    .contact--comments, .Contact {
        float: left;
        width: 50%;
    }

    @media screen and (max-width: 900px) {
        .contact--comments, .Contact {
            width: 100%;
            max-width: 100%;
            padding: 0px;
        }
    }

    @media screen and (max-width: 1240px) {
        .product-prices .Article-price,
        .monthly-price {
            text-align: right;
            width: 100%;
        }

        .inclVat .monthly-price {
            text-align: right !important;
        }
    }

    .Article-description {
        min-height: 141px;
    }

    .Article-info {
        padding: 0 10px;
    }

    .terms-condition--wrapper {
        background: #f1f1f5;
        position: fixed;
        min-width: 320px;
        width: 100vw;
        height: 80vh;
        margin-left: auto;
        margin-right: auto;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 100;
        overflow: auto;
        max-width: 900px;
    }

    .terms--text {
        line-height: 23px;
    }

    .Shopcart {
        position: relative;
    }

    @media screen and (max-width: 465px) {
        .Articles.list .Article-price {
            width: 100%;
        }

        .Articles.list .monthly-price {
            margin-left: 0;
        }
    }


    @media screen and (max-width: 767px) {
        .product-prices .Article-price, .monthly-price {
            margin-top: 0px !important;
            text-align: left;
            display: block;
            width: 100%;
        }

        .terms-condition--wrapper {
            height: 100vh;
            padding-bottom: 60px;
        }
    }

    /* Settings TBO */
    .settings-area {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
        border-radius: 10px;
        position: absolute;
        right: 0px;
        color: black;
        top: 37px;
        background-color: rgb(255, 255, 255);
        z-index: 1;
    }

        .settings-area li {
            margin-bottom: 10px;
        }

            .settings-area li label {
                white-space: nowrap;
            }

        .settings-area ul {
            padding-left: 20px;
            padding-right: 25px;
            margin: 20px 0 20px 0;
            list-style-type: none;
        }

    .settings-button {
        display: inline-block;
        padding: 10px 15px 10px 15px;
        width: 180px;
        margin-right: 12px;
        text-align: left;
        margin-top: 10px;
        position: relative;
    }

        .settings-button .settings-toggle-icon {
            font-size: 25px;
            position: absolute;
            right: 15px;
            top: 6px;
        }

        .settings-button.mobile-settings-button {
            height: 36px;
            width: 36px;
        }

            .settings-button.mobile-settings-button .mobile-settings-icon {
                font-size: 25px;
                position: absolute;
                right: 7px;
                top: 7px;
                color: #FFF;
            }

    @media screen and (max-width: 767px) {
        .settings-area {
            top: 50px;
        }
    }

    @media screen and (max-width: 767px) {
        .settings-area {
            top: 50px;
        }
    }

    @media screen and (max-width: 657px) {
        .fa-gear:before, .fa-cog:before {
            content: "\f013" !important;
        }

        .settings-button {
            height: 34px;
            width: 54px;
            color: transparent;
        }

            .settings-button .settings-toggle-icon {
                color: #FFF;
            }
    }

    .Checkout-sum {
        width: 100%;
        padding: 20px 20px 0;
        margin: 10px 0;
    }


    .shareWrapper .fb-icon i {
        font-size: 250%;
        color: #475893;
        margin-right: 10px;
    }

    .shareWrapper .twitter-icon i {
        font-size: 250%;
        color: #75a9ea;
    }

    .product-number {
        white-space: pre-wrap;
    }

    .cart-product-number {
        margin-bottom: 0px;
        white-space: pre-wrap;
    }

    .cart-price-label {
        margin-bottom: 0px;
        display: inline;
    }

    .cart-per-month-price-label {
        font-size: 14px;
    }

    .close-button-sams {
        display: inline-block;
        margin-left: 15px;
    }

        .close-button-sams .fa {
            font-size: 38px;
        }

        .close-button-sams a:hover {
            color: #c1c1c1;
        }

    .payment {
        padding: 34px;
    }

    .payment--title {
        border-bottom: 2px solid #000;
        padding-bottom: 15px;
    }

    .payment__methods {
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .payment__methods--method {
        border: 2px solid #eaeaea;
        margin: 0 20px;
        border-radius: 8px;
        margin: 20px;
        cursor: pointer;
        position:relative;
    }
        .payment__methods--method i {
            position: absolute;
            bottom: 5px;
            right: 5px;
            font-size: 150%;
            color: #1492e6;
        }

        .payment__methods--method.checked {
            border-color: #1492e6;
        }

    @media only screen and (min-width: 640px) {
        .payment__methods--method {
            flex: 1 1 auto;
            max-width: 230px;
        }
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .payment__methods--method {
            min-width: 220px;
        }
    }

    .payment__methods--method-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        justify-content: space-between;
        height: 100%;
    }

    .payment__methods--method:hover {
        border-color: #1492e6;
    }

    .payment__methods--logo {
        min-height: 125px;
    }

    .payment__methods--method .logo {
        max-width: 100%;
        padding: 0;
    }

    .payment--type {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;
        text-align: center;
    }

    .payment--type-text {
        font-size: 16px;
        text-align: center;
        color: #707070;
        width: 100%;
    }

    .payment__information {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }


    .payment__information--inner-price span {
        display: block;
        text-align: center;
    }

    .payment__information--inner-price .price {
        font-size: 26px;
        font-weight: 500;
        color: #1d1f20;
    }

    .payment__information--inner-price .pricemonth {
        font-size: 14px;
        font-weight: 500;
        color: #0199da;
    }

    .payment__information--inner-price .pay {
        font-size: 16px;
        color: #707070;
        margin-top: 10px;
    }

    .payment__information--inner {
        display: inline-block;
        position: relative;
    }

    .payment__information--inner-gdrp {
        margin-bottom: 40px;
        padding-left: 30px;
        max-width: 340px;
    }

    .payment__information--inner input {
        position: absolute;
        left: 10px;
    }

    .payment__information--inner a {
        display: block;
    }

    .custom__types--checkbox {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 1em;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .custom__types {
        position: relative;
        display: inline-block;
        margin: 20px 0;
        white-space: nowrap;
        line-height: 18px;
    }

        .custom__types .state label {
            position: initial;
            display: inline-block;
            font-weight: 400;
            margin: 0;
            text-indent: 2em;
            min-width: calc(1em + 2px);
        }

        .custom__types.p-round .state label:after, .custom__types.p-round .state label:before {
            border-radius: 100%;
        }

        .custom__types input:checked ~ .state label:after {
            background-color: #1492e6 !important;
        }



        .custom__types .state label:after {
            -webkit-transform: scale(.7);
            -ms-transform: scale(.7);
            transform: scale(.7);
        }

        .custom__types .state label:before, .custom__types .state label:after {
            content: '';
            width: calc(1em + 10px);
            height: calc(1em + 10px);
            display: block;
            box-sizing: border-box;
            border-radius: 0;
            border: 1px solid transparent;
            z-index: 0;
            position: absolute;
            left: 0;
            top: calc((0% - (100% - 1em)) - 8%);
            background-color: transparent;
        }

        .custom__types .state label:before {
            border-color: #95989a;
        }

    .gdpr-modal {
        background-color: white;
        border-radius: 10px;
        display: none;
        max-height: calc(100% - 100px);
        position: fixed;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%);
        z-index: 990;
        max-width: 788px;
        width: 95%;
    }

        .gdpr-modal.gdpr-modal-is-visible {
            display: block;
            z-index: 1010;
        }

        .gdpr-modal h1 {
            margin: 0;
            padding: 0;
        }

        .gdpr-modal .gdpr-modal-body {
            height: 100%;
            overflow: auto;
            overflow-y: scroll;
            padding: 20px;
        }

    .gdpr-modal-overlay {
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 980;
    }

        .gdpr-modal-overlay.gdpr-modal-is-visible {
            display: block;
            z-index: 1009;
        }

    .gdpr-modal-header {
        padding: 15px;
    }

    .gdpr-modal-footer {
        padding: 19px 20px 20px;
        margin-top: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5;
    }

    .OrderConfirmBlock--header {
        max-width: 650px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        margin-top: 15px;
    }

    .confirmation {
        max-width: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

    .confirmation--brand {
        max-width: 107px;
        margin-bottom: 55px;
    }

    .confirmation__text {
        display: block;
        font-size: 22px;
        color: #707070;
        margin-bottom: 18px;
    }

    .confirmation__text--email {
        font-size: 18px;
        color: #333333;
    }

    .confirmation__info {
        margin-top: 94px;
        margin-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        background-color: #f7f7f7;
    }

        .confirmation__info > * {
            padding: 20px 12px;
            width: 200px;
            flex: 1 1 auto;
        }

            .confirmation__info > * .heading {
                font-weight: bold;
                margin-bottom: 10px;
                display: block;
            }

    .confirmation hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 2px solid #234769;
        margin: 1em 0;
        padding: 0;
        width: 100%;
    }

    .confirmation--cta {
        margin-top: 30px;
    }

        .confirmation--cta .Button {
            width: 300px;
        }

    .confirmation--back {
        width: 100%;
    }

    .ErrorMsg--overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 6;
        background: gray;
        opacity: 0.4;
    }

    .ErrorMsg--modal {
        position: fixed;
        top: 60px;
        left: 0;
        text-align: center;
        width: 100%;
        min-height: 100%;
        background: white;
        z-index: 6;
        border-radius: 4px;
    }
    .ErrorMsg--modal__inner{
        padding:30px 20px;
        color:black;
        text-align:left;
    }
    .ErrorMsg--modal__inner h2{
        text-align:center;
    }
    .ErrorMsg--modal__inner p{
        font-size:16px;
    }

    .ErrorMsg--button {
        position: absolute;
        right: 0px;
        cursor: pointer;
        -webkit-appearance: none;
        border: 0;
        background: white;
        width: 50px;
        height: 50px;
        font-size: 120%;
    }

    @media only screen and (min-width: 640px) {
        .ErrorMsg--modal {
            position: fixed;
            top: 20%;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            width: 40%;
            min-height: 400px;
            min-width: 600px;
            background: white;
            z-index: 6;
            border-radius: 4px;
        }
    }

    .OrderConfirmBlock .Article .monthly-price {
        /*padding-right: 15px;*/
        text-align:right;
    }
    .OrderConfirmBlock .Product-price{
        padding-right:15px;
    }
.OrderConfirmBlock .Product-price .Price{
    margin-top:5px;
}
@media screen and (max-width: 1240px) {
    .OrderConfirmBlock .Article .monthly-price{
        width:100%;
    }
    .OrderConfirmBlock .monthly-price {
        width: unset;
    }
    .OrderConfirmBlock .Product-price{
        flex: 0 0 100%;
    }
}
.OrderConfirmBlock .Product-price{
    padding-right:15px;
    display:block;
}
    .OrderConfirmBlock .Product-price .Product-quantity {
        color: #33434C;
    }
.Shopcart .Product-middle {
    flex: 3 0 40%;
}

.product-prices .inclVat-checkout {
    text-align: right;
}
.product-prices .inclVat-checkout:last-of-type {
    padding-left: 10px;
    margin-top: -3px;
}

.payment__information--button-group {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 8px 15px;
    text-decoration: underline;
}
    .payment__information--button-group button {
        border-radius: 5px;
        border: none;
        padding: 10px;
        color: white;
        background: #0099DA;
        min-width:120px;
    }
.payment__methods--modal {
    z-index: 10;
    position: fixed;
    display: none;
    /*top: 75px;*/
    /*height: 100%;*/
    top:54%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    border-radius: 10px;
    width: 95%;
    /*height: calc(100% - 100px);*/
}
@media only screen and (min-width: 640px) {
    .payment__methods--modal {
        width: 788px;
        /*height: 500px;*/
        /*top: 60px; */
    }

   
}
.payment__methods--modal--body{
    padding:0 30px;
    overflow-y:scroll;
    height:300px;
}
@media only screen and (min-width: 640px) {
    .payment__methods--modal--body {
        height: 200px;
    }
}
.payment__methods--modal--footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-direction: row-reverse;
    color: #0099da;
}

    .payment__methods--modal .ErrorMsg--button {
        top: 0;
        right: 5px;
        color: #33434C;
    }

    .payment__methods--modal h2 {
        padding: 0 30px;
        font-size: 24px;
    }

    .payment__methods--modal p {
        text-align: left;
    }

    .payment__methods--modal i {
        top: unset;
        color: #33434C;
    }


.confirmation__info--delivery{
    width: 240px;
}
.confirmation__info--payment{
    width:160px;
}

div#topListArea button{
    font-size:10px;
}
div#topListArea button i{
    font-size:140%;
    margin-right:0;
    margin-bottom:5px;
    width:100%;
}
@media only screen and (min-width: 555px) {
    div#topListArea button{
        font-size:16px;
    }
    div#topListArea button i{
        font-size:100%;
        width:auto;
        margin-bottom:0;
        margin-right:10px;
    }
}


/* Preload images */
body:after {
  content: url(/Static/images/close.png) url(/Static/Images/ajaxloader.gif) url(/Static/images/prev.png) url(/Static/images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  /*background: url(/Static/images/loading.gif) no-repeat;*/
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/Static/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/Static/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/Static/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.notify .note {
  position: relative;
  padding: 15px;
  background-color: #95a5a6;
  color: #ecf0f1;
  font-family: "VWTextRegular", sans-serif !important;
  font-size: 14px !important;
}
.notify .note.note:hover {
  background-color: #7f8c8d;
}
.notify .note.note-success {
  background-color: #2ecc71;
}
.notify .note.note-success:hover {
  background-color: #27ae60;
}
.notify .note.note-info {
  background-color: #3498db;
}
.notify .note.note-info:hover {
  background-color: #2980b9;
}
.notify .note.note-warning {
  background-color: #e67e22;
}
.notify .note.note-warning:hover {
  background-color: #d35400;
}
.notify .note.note-danger {
  background-color: #e74c3c;
}
.notify .note.note-danger:hover {
  background-color: #c0392b;
}
.notify .note .image,
.notify .note .remove {
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #ecf0f1;
}
.notify .note .remove {
  top: 10px;
  right: 15px;
  font-size: 18px;
  background: none;
  border: 0;
}
.notify .note .image {
  text-align: center;
  top: 10px;
}
.notify .note .content {
  margin-right: 31px;
}
.notify .note .image + .remove + .content {
  margin-left: 36px;
}
.notify .note .title {
  margin-right: 5px;
}
.notify.notify-notes {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
  width: 25%;
}
.notify.notify-notes .note:not(:last-child) {
  margin-bottom: 10px;
}
.notify.notify-notes .image {
  top: auto;
}
.notify.notify-notes .title {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notify.notify-notes {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .notify.notify-notes {
    width: 30%;
  }
}

/*TBO mobile menu*/
@font-face {
    font-family: 'VW_NGW';
    src: url('/Static/Styles/vw/fonts/VW_NGW.eot?w7yqbz');
    src: url('/Static/Styles/vw/fonts/VW_NGW.eot?w7yqbz#iefix') format('embedded-opentype'), url('/Static/Styles/vw/fonts/VW_NGW.woff2?w7yqbz') format('woff2'), url('/Static/Styles/vw/fonts/VW_NGW.ttf?w7yqbz') format('truetype'), url('/Static/Styles/vw/fonts/VW_NGW.woff?w7yqbz') format('woff'), url('/Static/Styles/vw/fonts/VW_NGW.svg?w7yqbz#VW_NGW') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vw2_menu_icons';
    src: url('/Static/Styles/vw/fonts/vw2_menu_icons.woff2?htlqnd') format('woff2'), url('/Static/Styles/vw/fonts/vw2_menu_icons.ttf?htlqnd') format('truetype'), url('/Static/Styles/vw/fonts/vw2_menu_icons.woff?htlqnd') format('woff'), url('/Static/Styles/vw/fonts/vw2_menu_icons.svg?htlqnd#vw2_menu_icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'VW_NGW' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* New menu icons */
.icon-contact,
.icon-information,
.icon-logout,
.icon-my_car,
.icon-my_services,
.icon-my_services,
.icon-profile,
.icon-user-check,
.icon-scroll,
.icon-accessories_menu,
.icon-my-services {
    box-sizing: content-box;
    font-family: 'vw2_menu_icons' !important;
    padding: 4.8px;
    padding: 0.3rem;
}

    .icon-contact:before {
        content: "\e900";
    }

    .icon-information:before {
        content: "\e901";
    }

    .icon-logout:before {
        content: "\e902";
    }

    .icon-my_car:before {
        content: "\e904";
    }

    .icon-my_services:before {
        content: "\e907";
    }

    .icon-profile:before {
        content: "\e90b";
    }

    .icon-user-check:before {
        content: "\e903";
    }

    .icon-scroll:before {
        content: "\e905";
    }

    .icon-accessories_menu:before {
        content: "\e906";
    }

    .icon-my-services:before {
        content: "\e908";
    }
/* Old icons */
.icon-pdf:before {
    content: "\e900";
}

.icon-needs-analysis:before {
    content: "\e901";
}

.icon-recommendations-2:before {
    content: "\e902";
}

.icon-submenue-mobile:before {
    content: "\e903";
}

.icon-360:before {
    content: "\e904";
}

.icon-accessories:before {
    content: "\e905";
}

.icon-add-user:before {
    content: "\e906";
}

.icon-arrow-double-down:before {
    content: "\e907";
}

.icon-arrow-double-left:before {
    content: "\e908";
}

.icon-arrow-double-right:before {
    content: "\e909";
}

.icon-arrow-double-up:before {
    content: "\e90a";
}

.icon-arrow-down:before {
    content: "\e90b";
}

.icon-arrow-left:before {
    content: "\e90c";
}

.icon-arrow-right:before {
    content: "\e90d";
}

.icon-arrow-up:before {
    content: "\e90e";
}

.icon-attention_conflict:before {
    content: "\e90f";
}

.icon-brochure:before {
    content: "\e910";
}

.icon-business-customers:before {
    content: "\e911";
}

.icon-calculate:before {
    content: "\e912";
}

.icon-calendar_appointment:before {
    content: "\e913";
}

.icon-calendar-export:before {
    content: "\e916";
}

.icon-checkmark:before {
    content: "\e917";
}

.icon-close:before {
    content: "\e918";
}

.icon-compare:before {
    content: "\e919";
}

.icon-configuration-details:before {
    content: "\e91a";
}

.icon-configuration-load:before {
    content: "\e91b";
}

.icon-configuration-quick-summary:before {
    content: "\e91c";
}

.icon-configuration-save:before {
    content: "\e91d";
}

.icon-configure:before {
    content: "\e91e";
}

.icon-consumption:before {
    content: "\e91f";
}

.icon-convince:before {
    content: "\e920";
}

.icon-corporate:before {
    content: "\e921";
}

.icon-day:before {
    content: "\e922";
}

.icon-dealer:before {
    content: "\e923";
}

.icon-delete:before {
    content: "\e924";
}

.icon-directions:before {
    content: "\e925";
}

.icon-download:before {
    content: "\e926";
}

.icon-email:before {
    content: "\e927";
}

.icon-emission:before {
    content: "\e928";
}

.icon-engine-diesel:before {
    content: "\e929";
}

.icon-engine-electric:before {
    content: "\e92a";
}

.icon-engine-gas:before {
    content: "\e92b";
}

.icon-engine-hybrid:before {
    content: "\e92c";
}

.icon-engine-petrol:before {
    content: "\e92d";
}

.icon-engine:before {
    content: "\e92e";
}

.icon-exclamation-mark:before {
    content: "\e92f";
}

.icon-exterior:before {
    content: "\e930";
}

.icon-favourite:before {
    content: "\e931";
}

.icon-fax:before {
    content: "\e932";
}

.icon-filter:before {
    content: "\e933";
}

.icon-forward:before {
    content: "\e934";
}

.icon-fullscreen-enter:before {
    content: "\e935";
}

.icon-fullscreen-exit:before {
    content: "\e936";
}

.icon-garage:before {
    content: "\e937";
}

.icon-get-your-volkswagen:before {
    content: "\e939";
}

.icon-help_support_livechat:before {
    content: "\e93a";
}

.icon-home:before {
    content: "\e93b";
}

.icon-image-gallery:before {
    content: "\e93c";
}

.icon-image:before {
    content: "\e93d";
}

.icon-importer:before {
    content: "\e93e";
}

.icon-info:before {
    content: "\e93f";
}

.icon-interior:before {
    content: "\e940";
}

.icon-link-arrow:before {
    content: "\e941";
}

.icon-list-sort:before {
    content: "\e942";
}

.icon-locate-me:before {
    content: "\e943";
}

.icon-login_profile:before {
    content: "\e944";
}

.icon-magazine:before {
    content: "\e945";
}

.icon-mail:before {
    content: "\e949";
}

.icon-menu:before {
    content: "\e94a";
}

.icon-minus:before {
    content: "\e94b";
}

.icon-models:before {
    content: "\e94c";
}

.icon-more:before {
    content: "\e94d";
}

.icon-news:before {
    content: "\e94e";
}

.icon-night:before {
    content: "\e94f";
}

.icon-notes:before {
    content: "\e950";
}

.icon-offer:before {
    content: "\e951";
}

.icon-options:before {
    content: "\e952";
}

.icon-owners:before {
    content: "\e953";
}

.icon-password:before {
    content: "\e954";
}

.icon-pause:before {
    content: "\e955";
}

.icon-performance:before {
    content: "\e956";
}

.icon-phone:before {
    content: "\e957";
}

.icon-pin-clean:before {
    content: "\e958";
}

.icon-pin:before {
    content: "\e959";
}

.icon-play:before {
    content: "\e95a";
}

.icon-plus:before {
    content: "\e95b";
}

.icon-preview:before {
    content: "\e95c";
}

.icon-print:before {
    content: "\e95d";
}

.icon-question-mark:before {
    content: "\e95e";
}

.icon-recommendation:before {
    content: "\e95f";
}

.icon-record:before {
    content: "\e960";
}

.icon-reload:before {
    content: "\e961";
}

.icon-responsibility:before {
    content: "\e962";
}

.icon-rewind:before {
    content: "\e963";
}

.icon-rotate-landscape:before {
    content: "\e964";
}

.icon-rotate-portrait:before {
    content: "\e965";
}

.icon-route-by-car:before {
    content: "\e966";
}

.icon-route-by-foot:before {
    content: "\e967";
}

.icon-route-public-transport:before {
    content: "\e968";
}

.icon-route-start:before {
    content: "\e969";
}

.icon-search:before {
    content: "\e96a";
}

.icon-service:before {
    content: "\e96b";
}

.icon-settings:before {
    content: "\e96c";
}

.icon-share:before {
    content: "\e96d";
}

.icon-skip-back:before {
    content: "\e96e";
}

.icon-skip-forward:before {
    content: "\e96f";
}

.icon-sound-off:before {
    content: "\e970";
}

.icon-sound-on:before {
    content: "\e971";
}

.icon-stock-locator:before {
    content: "\e972";
}

.icon-stop:before {
    content: "\e974";
}

.icon-switch-price-rate:before {
    content: "\e975";
}

.icon-testdrive:before {
    content: "\e976";
}

.icon-thumbnails-large:before {
    content: "\e977";
}

.icon-thumbnails-small:before {
    content: "\e978";
}

.icon-top-close:before {
    content: "\e979";
}

.icon-top-open:before {
    content: "\e97a";
}

.icon-transmission-automatic:before {
    content: "\e97b";
}

.icon-transmission-manual:before {
    content: "\e97c";
}

.icon-transmission:before {
    content: "\e97d";
}

.icon-upload:before {
    content: "\e97e";
}

.icon-used-cars:before {
    content: "\e97f";
}

.icon-vcard:before {
    content: "\e980";
}

.icon-video:before {
    content: "\e981";
}

.icon-view:before {
    content: "\e982";
}

.icon-virtual-reality:before {
    content: "\e983";
}

.icon-volkswagen-code:before {
    content: "\e984";
}

.icon-website:before {
    content: "\e985";
}

.icon-write_edit_create:before {
    content: "\e986";
}

.icon-zoom-in:before {
    content: "\e987";
}

.icon-zoom-out:before {
    content: "\e988";
}

.vw2-Menu-FirstLevelNavigation-links {
    overflow: hidden;
}

    .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-SearchBar {
        display: none;
    }

    .vw2-Menu-FirstLevelNavigation-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .vw2-Menu-FirstLevelNavigation-links ul li {
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

            .vw2-Menu-FirstLevelNavigation-links ul li.hidden {
                display: none;
            }

            .vw2-Menu-FirstLevelNavigation-links ul li:hover, .vw2-Menu-FirstLevelNavigation-links ul li:focus {
                /*background-color: #f3f5f6;*/
                color: #0ab1eb;
            }

                .vw2-Menu-FirstLevelNavigation-links ul li:hover .vw2-Menu-FirstLevelNavigation-link, .vw2-Menu-FirstLevelNavigation-links ul li:focus .vw2-Menu-FirstLevelNavigation-link {
                    border-color: #f3f5f6;
                }

            .vw2-Menu-FirstLevelNavigation-links ul li.logout:hover, .vw2-Menu-FirstLevelNavigation-links ul li.logout:focus {
                background-color: #eb675a;
                color: white;
            }

                .vw2-Menu-FirstLevelNavigation-links ul li.logout:hover .vw2-Menu-FirstLevelNavigation-link, .vw2-Menu-FirstLevelNavigation-links ul li.logout:focus .vw2-Menu-FirstLevelNavigation-link {
                    border-color: #eb675a;
                    color: white;
                }

                .vw2-Menu-FirstLevelNavigation-links ul li.logout:hover .vw2-Menu-FirstLevelNavigation-link-image, .vw2-Menu-FirstLevelNavigation-links ul li.logout:focus .vw2-Menu-FirstLevelNavigation-link-image {
                    color: white;
                }

@media screen and (max-width : 657px) {
    .vw2-Menu-FirstLevelNavigation-links ul li.hidden {
        display: inherit;
    }

    .vw2-Menu-FirstLevelNavigation-links ul li.vw2FirstNavMoreButtonContainer {
        display: none;
    }
}

.vw2-Menu-FirstLevelNavigation-links ul li:last-of-type a.vw2-Menu-FirstLevelNavigation-link {
    border-bottom: none;
}

.vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f3f5f6;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #808890;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link .vw2-Menu-FirstLevelNavigation-link-image.icon.icon-logout {
        font-size: 26px !important;
    }

    .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link .vw2-Menu-FirstLevelNavigation-link-image.icon.icon-my_services {
        font-size: 19px !important;
    }

    .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link .vw2-Menu-FirstLevelNavigation-link-image.icon.icon-accessories_menu {
        font-size: 20px !important;
    }

    .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link .vw2-Menu-FirstLevelNavigation-link-image.icon.icon-my_car {
        font-size: 25px !important;
    }

    .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link .vw2-Menu-FirstLevelNavigation-link-text {
        max-width: 100%;
    }

@media screen and (max-width : 657px) {
    .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link {
        font-size: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link .vw2-Menu-FirstLevelNavigation-link-image {
            margin-right: 10px;
        }
}

.vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link:hover, .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link:focus {
    color: #0099DA;
}

    .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link:hover .vw2-Menu-FirstLevelNavigation-link-image, .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link:focus .vw2-Menu-FirstLevelNavigation-link-image {
        color: #0099DA;
    }

.vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link.active {
    color: #0099DA;
}

    .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link.active .vw2-Menu-FirstLevelNavigation-link-image {
        color: #0099DA;
    }

.vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link .vw2-Menu-FirstLevelNavigation-link-image {
    display: block;
    margin-bottom: 0;
    font-size: 31px;
    width: 30px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width : 657px) {
    .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link .vw2-Menu-FirstLevelNavigation-link-image {
        margin-left: 0;
        margin-right: 0;
    }
}

.vw2-Menu-FirstLevelNavigationFlyOut {
    position: fixed;
    display: block;
    background: white;
    z-index: 2;
    overflow: auto;
    max-height: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 0.3s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 0.3s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 0.3s cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 0.3s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

    .vw2-Menu-FirstLevelNavigationFlyOut.is-open {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }

    .vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-link-image.icon.icon-profile:before {
        margin-left: -4px;
    }

    .vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-link-image.icon.icon-logout:before {
        margin-left: 4px;
    }

@media only screen and (max-width : 657px) {
    .vw2-Menu-FirstLevelNavigationFlyOut {
        display: none;
    }
}

.vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: white;
    overflow: auto;
    padding: 20px 0;
}

    .vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link-text {
        margin-left: 5px;
        padding-top: 13px;
        width: 100px;
    }

    .vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-SearchBar {
        display: block;
        width: 185px;
        background: white;
        padding: 0;
        position: relative;
        margin-bottom: 49px;
    }

        .vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-SearchBar:before {
            font-family: 'VW_NGW' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e96a';
            font-size: 26px;
            position: absolute;
            left: 9px;
            top: 6px;
            width: 26px;
            height: 26px;
            color: #808890;
        }

        .vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-SearchBar input {
            height: 36px;
            width: 100%;
            box-sizing: border-box;
            border-radius: 4px;
            border: 1px solid #DEE1E3;
            padding-left: 42px;
            font-size: 14px;
            font-family: "VWTextRegular";
        }

    .vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-links li {
        list-style: none;
        padding: 0 20px;
        background: white;
        width: 100%;
    }

        .vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-links li:last-of-type .vw2-Menu-FirstLevelNavigation-link {
            border-bottom: 0;
        }

    .vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 55px;
        padding: 0 15px;
        margin: 0 auto;
        background: white;
        min-width: 230px;
    }

        .vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link .vw2-Menu-FirstLevelNavigation-link-image {
            display: block;
            font-size: 38px;
            width: 40px;
            overflow: hidden;
        }

    .vw2-Menu-FirstLevelNavigationFlyOut .vw2-Menu-FirstLevelNavigation-links.is-open {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }

.vw2-Menu-FirstLevelNavigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 96px;
    height: 100%;
    background: white;
    z-index: 100;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: box-shadow 0.3s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

@media only screen and (min-width: 657px) {
    body.notification-open .vw2-Menu-FirstLevelNavigation {
        top: 133px;
    }
}

.vw2-Menu-FirstLevelNavigation.is-open {
    box-shadow: 1px 0 0 0 #DEE1E3;
}

.vw2-Menu-FirstLevelNavigation .my-car-gallery {
    display: none;
}

@media screen and (max-width : 657px) {
    .vw2-Menu-FirstLevelNavigation .my-car-gallery {
        background: #fff;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        padding: 20px 0 20px 20px;
    }

        .vw2-Menu-FirstLevelNavigation .my-car-gallery ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .vw2-Menu-FirstLevelNavigation .my-car-gallery ul li {
                position: relative;
                display: inline-block;
                margin-right: 6px;
                max-width: 40px;
                font-size: 12px;
                font-weight: bold;
                border: 1px solid #DEE1E3;
                border-radius: 100%;
                width: 87px;
                min-width: 87px;
                height: 87px;
                text-align: center;
                padding-top: 12px;
            }

                .vw2-Menu-FirstLevelNavigation .my-car-gallery ul li .my-car-gallery-img-container {
                    height: 35px;
                    width: 60px;
                    margin: auto;
                    overflow: hidden;
                }

                .vw2-Menu-FirstLevelNavigation .my-car-gallery ul li img {
                    max-width: 75%;
                    margin: 0 auto 0 auto;
                    display: block;
                    max-height: 37px;
                }

                .vw2-Menu-FirstLevelNavigation .my-car-gallery ul li:before {
                    position: absolute;
                    background-color: #63d78e;
                    color: #fff;
                    width: 18px;
                    height: 18px;
                    display: inline-block;
                    text-align: center;
                    content: "";
                    right: 5px;
                    top: 2px;
                    z-index: 100;
                    border-radius: 100%;
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                    transition: -webkit-transform 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                    transition: transform 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                    transition: transform 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275), -webkit-transform 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                }

                .vw2-Menu-FirstLevelNavigation .my-car-gallery ul li:after {
                    position: absolute;
                    color: #fff;
                    z-index: 200;
                    right: 7px;
                    top: 5px;
                    font-family: 'VW_NGW';
                    content: "\e917";
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                    transition: -webkit-transform 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                    transition: transform 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                    transition: transform 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275), -webkit-transform 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                }

                .vw2-Menu-FirstLevelNavigation .my-car-gallery ul li.active:before,
                .vw2-Menu-FirstLevelNavigation .my-car-gallery ul li.active:after {
                    -webkit-transform: scale(1);
                    transform: scale(1);
                }

        .vw2-Menu-FirstLevelNavigation .my-car-gallery.open {
            display: block;
        }
}

.vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: white;
    z-index: 1;
}

.vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-logo {
    width: 100%;
    height: 54px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 30px 0;
    background-size: 54px 54px;
    background-repeat: no-repeat;
    background-position: center center;
}

.vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-language button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border: 0;
        background: none;
        font-size: 10px;
        color: #808890;
        cursor: pointer;
        max-width: 50px;
        font-weight: bold;
    }

        .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-language button:hover, .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-language button:focus {
            color: #1D1F20;
        }

        .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-language button:active, .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-language button.active {
            color: #0099DA;
        }

        .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-language button + button {
            border-left: 1px solid #DEE1E3;
        }

@media screen and (max-width : 657px) {
    .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-language button {
        font-size: 12px;
    }
}

.vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-menuButton {
    display: none;
}

.vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-current-model-view {
    display: none;
}

@media only screen and (max-width : 657px) {
    .vw2-Menu-FirstLevelNavigation {
        /* Mobile menu */
        position: fixed;
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: none;
        /*/box-shadow : 0 3px 8px 0 rgba(0, 0, 0, .08);*/
        box-shadow: none;
        border-bottom: 1px solid #f3f5f6;
        z-index: 200;
    }

        .vw2-Menu-FirstLevelNavigation.open {
            height: auto;
        }

        .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-wrapper {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 9px 20px;
            height: 60px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-links {
            display: block;
            position: relative;
            top: 0px;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: white;
            overflow: auto;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            /*/background : #f3f5f6;*/
        }

            .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-SearchBar {
                display: block;
                width: 100%;
                background: white;
                padding: 15px 15px 0;
                position: relative;
            }

                .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-SearchBar:before {
                    font-family: 'VW_NGW' !important;
                    font-style: normal;
                    font-weight: normal;
                    -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    /* Better Font Rendering =========== */
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: '\e96a';
                    font-size: 26px;
                    position: absolute;
                    left: 25px;
                    top: 23px;
                    width: 26px;
                    height: 26px;
                    color: #808890;
                }

                .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-SearchBar input {
                    height: 42px;
                    width: 100%;
                    box-sizing: border-box;
                    border-radius: 4px;
                    border: 1px solid #DEE1E3;
                    padding-left: 42px;
                    font-size: 14px;
                    font-family: "VWTextRegular";
                }

            .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-links li {
                list-style: none;
                /*padding: 0 15px;*/
                background: white;
            }

                .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-links li:last-of-type .vw2-Menu-FirstLevelNavigation-link {
                    border-bottom: none;
                }

            .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-link {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                min-height: 55px;
                padding: 0 15px;
                margin: 0 auto;
                background: white;
            }

        .vw2-Menu-FirstLevelNavigation.is-open {
            background: none;
        }

            .vw2-Menu-FirstLevelNavigation.is-open .vw2-Menu-FirstLevelNavigation-wrapper {
                /*box-shadow : 0 3px 8px 0 rgba(0, 0, 0, .08);*/
                height: 60px;
            }

            .vw2-Menu-FirstLevelNavigation.is-open .vw2-Menu-FirstLevelNavigation-menuButton span {
                background: rgba(255, 255, 255, 0);
            }

                .vw2-Menu-FirstLevelNavigation.is-open .vw2-Menu-FirstLevelNavigation-menuButton span:before {
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .vw2-Menu-FirstLevelNavigation.is-open .vw2-Menu-FirstLevelNavigation-menuButton span:after {
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

            .vw2-Menu-FirstLevelNavigation.is-open .vw2-Menu-FirstLevelNavigation-links {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

        .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-logo {
            width: 37px;
            height: 37px;
            margin: 0;
            background-size: 100%;
            padding: 0;
            border-bottom: 0;
            position: relative;
            left: 12px;
        }

            .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-logo.logo-brand-vw-shop {
                width: 50px !important;
                height: 50px !important;
                background: url('/Static/Images/vw-shop/logo.png');
            }

            .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-logo.logo-brand-seat-shop {
                width: 50px !important;
                height: 50px !important;
                background: url('/Static/Images/seat-shop/logo.png');
                background-repeat: no-repeat;
            }
            .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-logo.logo-brand-audi-shop {
                width: 50px !important;
                height: 50px !important;
                background: url('/Static/Images/audi-shop/logo.png');
            }
            .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-logo.logo-brand-skoda-shop {
                width: 50px !important;
                height: 50px !important;
                background: url('/Static/Images/skoda-shop/logo.png');
            }

        .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-current-model-view {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 60px;
            height: 44px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: -10px;
        }

            .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-current-model-view .toggle-car-chooser-menu {
                font-size: 100%;
                display: inline-block;
            }

            .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-current-model-view .model-menu {
                display: inline-block;
                border: 1px solid #DEE1E3;
                border-radius: 35px;
                width: 44px;
                height: 44px;
                text-align: center;
                background: #fff;
                overflow: hidden;
                font-size: 0.45rem;
                font-weight: normal;
            }

                .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-current-model-view .model-menu img {
                    max-width: 33px;
                    height: auto;
                    display: block;
                    margin: 5px auto 0px;
                }

        .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-menuButton {
            display: block;
            position: relative;
            width: 25px;
            height: 22px;
            margin: 0;
            cursor: pointer;
        }

            .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-menuButton span {
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -2px;
                width: 100%;
                height: 4px;
                background: #43494c;
                -webkit-transition: background 0.3s;
                transition: background 0.3s;
                border-radius: 2px;
            }

                .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-menuButton span:before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: #43494c;
                    -webkit-transform: translateY(-8px);
                    transform: translateY(-8px);
                    -webkit-transition: -webkit-transform 0.3s;
                    transition: -webkit-transform 0.3s;
                    transition: transform 0.3s;
                    transition: transform 0.3s, -webkit-transform 0.3s;
                    border-radius: 2px;
                }

                .vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-menuButton span:after {
                    content: '';
                    position: absolute;
                    display: block;
                    width: 100%;
                    height: 100%;
                    background: #43494c;
                    -webkit-transform: translateY(8px);
                    transform: translateY(8px);
                    -webkit-transition: -webkit-transform 0.3s;
                    transition: -webkit-transform 0.3s;
                    transition: transform 0.3s;
                    transition: transform 0.3s, -webkit-transform 0.3s;
                    border-radius: 2px;
                }

        .vw2-Menu-FirstLevelNavigation .cetrez-inbox-hamburger-icon-js {
            position: absolute;
            left: 20px;
            width: 20px;
            height: 20px;
            background-color: #0099DA;
            color: #FFF;
            font-size: 14px;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            top: -10px;
            z-index: 2;
        }
}

.vw2-Menu-SecondLevelNavigation,
.vw2-Menu-ThirdLevelNavigation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #BDC3C6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0;
}

    .vw2-Menu-SecondLevelNavigation span, .vw2-Menu-ThirdLevelNavigation span {
        display: inline-block;
        color: #808890;
        font-weight: bold;
        padding-right: 20px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .vw2-Menu-SecondLevelNavigation a, .vw2-Menu-ThirdLevelNavigation a {
        display: inline-block;
        color: #1D1F20;
        padding-right: 30px;
        font-weight: bold;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        line-height: 30px;
        font-size: 16px;
    }

        .vw2-Menu-SecondLevelNavigation a:last-child, .vw2-Menu-ThirdLevelNavigation a:last-child {
            padding-right: 0;
        }

        .vw2-Menu-SecondLevelNavigation a:hover, .vw2-Menu-SecondLevelNavigation a:active, .vw2-Menu-SecondLevelNavigation a.active, .vw2-Menu-ThirdLevelNavigation a:hover, .vw2-Menu-ThirdLevelNavigation a:active, .vw2-Menu-ThirdLevelNavigation a.active, .vw2-Menu-SecondLevelNavigation a:focus, .vw2-Menu-ThirdLevelNavigation a:focus {
            color: white;
        }

.vw2-Menu-ThirdLevelNavigation {
    background: #808890;
}

.vw2-Menu-Navigation--overflow {
    position: relative;
    padding: 0 25px;
    z-index: 1;
    overflow: hidden;
}

    .vw2-Menu-Navigation--overflow .left-scroll {
        position: absolute;
        width: 25px;
        height: 54px;
        left: 0;
        top: 0;
        cursor: pointer;
    }

        .vw2-Menu-Navigation--overflow .left-scroll:hover:before, .vw2-Menu-Navigation--overflow .left-scroll:focus:before {
            border-color: white;
        }

        .vw2-Menu-Navigation--overflow .left-scroll:before {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            border: 2px solid #1D1F20;
            border-top: 0;
            border-right: 0;
            left: 8px;
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            -webkit-transition: border-color 0.3s;
            transition: border-color 0.3s;
            z-index: 10;
        }

        .vw2-Menu-Navigation--overflow .left-scroll:after {
            content: '';
            position: absolute;
            height: 54px;
            width: 30px;
            left: 15px;
            background: -webkit-linear-gradient(left, #808890, rgba(128, 136, 144, .2));
            background: linear-gradient(to right, #808890, rgba(128, 136, 144, .2));
            z-index: 10;
        }

    .vw2-Menu-Navigation--overflow .right-scroll {
        position: absolute;
        width: 25px;
        height: 54px;
        right: 0;
        top: 0;
        cursor: pointer;
    }

        .vw2-Menu-Navigation--overflow .right-scroll:hover:before, .vw2-Menu-Navigation--overflow .right-scroll:focus:before {
            border-color: white;
        }

        .vw2-Menu-Navigation--overflow .right-scroll:before {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            border: 2px solid #1D1F20;
            border-top: 0;
            border-right: 0;
            right: 8px;
            top: 50%;
            -webkit-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
            z-index: 10;
        }

        .vw2-Menu-Navigation--overflow .right-scroll:after {
            content: '';
            position: absolute;
            height: 54px;
            width: 30px;
            right: 15px;
            background: -webkit-linear-gradient(right, #808890, rgba(128, 136, 144, .2));
            background: linear-gradient(to left, #808890, rgba(128, 136, 144, .2));
            z-index: 10;
        }

    .vw2-Menu-Navigation--overflow .vw2-Menu-Container {
        padding: 12px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

        .vw2-Menu-Navigation--overflow .vw2-Menu-Container::-webkit-scrollbar {
            width: 0;
            height: 0;
        }

        .vw2-Menu-Navigation--overflow .vw2-Menu-Container a {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

@media only screen and (max-width : 657px) {
    .Shop-filtering {
        display: none;
    }
}

.vw2-Menu-FirstLevelNavigation .vw2-Menu-FirstLevelNavigation-links .vw2-Menu-FirstLevelNavigation-links-menu-box li.has-children ul {
    display: none;
    background-color: #FFF;
    padding-left: 40px;
    /*border-bottom: 1px solid #f3f5f6;*/
}

.vw2-Menu-FirstLevelNavigation li.has-children ul .vw2-Menu-FirstLevelNavigation-link {
    /*padding-left: 25px !important;*/
    border: none;
    min-height: 40px;
}

.vw2-Menu-FirstLevelNavigation label::before {
    /*background-image: none;*/
    content: "";
    background-image: url(/Static/Images/arrow-down-sign-to-navigate.svg);
    background-repeat: no-repeat;
    background-size: 15px;
}

.vw2-Menu-FirstLevelNavigation input[type=checkbox] {
    position: absolute;
    opacity: 0;
}


.vw2-Menu-FirstLevelNavigation label::before {
    right: 15px;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
}

.vw2-Menu-FirstLevelNavigation.animated label::before {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.vw2-Menu-FirstLevelNavigation label::before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.vw2-Menu-FirstLevelNavigation label {
    position: relative;
}

.vw2-Menu-FirstLevelNavigation ul label::before {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}



.vw2-Menu-FirstLevelNavigation label {
    position: relative;
    display: block;
    color: #ffffff;
}

.vw2-Menu-FirstLevelNavigation input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    transform: rotate(-180deg);
}

.vw2-Menu-FirstLevelNavigation input[type=checkbox]:checked + label + ul,
.vw2-Menu-FirstLevelNavigation input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}

.sub-menu-link-wrapper {
    display: flex;
    position: relative;
}

    .sub-menu-link-wrapper label {
        width: 75%;
    }

    .sub-menu-link-wrapper a {
        width: 25%;
    }

        .sub-menu-link-wrapper a:after {
            content: "";
            background-image: url(/Static/Images/arrow-down-sign-to-navigate.svg);
            background-repeat: no-repeat;
            background-size: 20px;
            display: inline-block;
            width: 21px;
            height: 21px;
            position: absolute;
            right: 0px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .sub-menu-link-wrapper label, .sub-menu-link-wrapper a {
        margin: 0px !important;
    }

/* Expandable TBO menu */
.expandable-shop-menu-link {
    display: none;
}

.shop-menu-link {
    display: block;
}

@media only screen and (max-width : 657px) {
    .expandable-shop-menu-link {
        display: block;
    }

    .shop-menu-link {
        display: none;
    }
}

/* Mobile menu cart button */
.vw-navbar #mobile-cart-button {
    position: relative;
    display: inline-block;
    width: 50px;
    font-size: 2em;
    line-height: normal;
    text-align: center;
    right: 10px;
    top: 0px;
}

    .vw-navbar .button .glyphicon,
    .vw-navbar #mobile-cart-button .glyphicon {
        font-size: 1.4em;
    }

    .vw-navbar .button a,
    .vw-navbar #mobile-cart-button a {
        display: block;
        color: #000;
        background-color: #FFF;
        width: 100%;
        height: 100%;
        padding-top: 7px;
    }

    .vw-navbar #mobile-cart-button a {
        color: darkgrey !important;
    }

    .vw-navbar .button .badge,
    .vw-navbar #mobile-cart-button .badge {
        position: absolute;
        border-radius: 50%;
        width: 1.8em;
        height: 1.8em;
    }

    .vw-navbar .button.user .badge,
    .vw-navbar #mobile-cart-button.user .badge {
        top: 8px;
        left: 55%;
        background-color: green;
        width: 1.6em;
        height: 1.6em;
    }

        .vw-navbar .button.user .badge > i,
        .vw-navbar #mobile-cart-button.user .badge > i {
            position: absolute;
            left: 2px;
            top: 4px;
        }

    .vw-navbar #mobile-cart-button .badge {
        top: -5px;
        left: 55%;
        background-color: red;
        width: 1.7em;
        height: 1.7em;
        font-size: 1.1em;
    }

    .vw-navbar .cart .badge,
    .vw-navbar #mobile-cart-button .badge {
        top: 0;
        padding: 4px 0;
    }

