<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */
.wrapper {
    max-width: 1920px;
    margin: auto;
}

@font-face {
    font-family: DINRegular;
    src: url("../assets/fonts/din-regular-webfont.eot");
    src: url("../assets/fonts/din-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DINPro;
    src: url("../assets/fonts/din-pro.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DINPro-Medium;
    src: url("../assets/fonts/din-pro-medium.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url("../assets/fonts/roboto-regular-webfont.eot");
    src: url("../assets/fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-regular-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-regular-webfont.woff") format("woff"), url("../assets/fonts/roboto-regular-webfont.ttf") format("truetype"), url("../assets/fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoitalic';
    src: url("../assets/fonts/roboto-italic-webfont.eot");
    src: url("../assets/fonts/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-italic-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-italic-webfont.woff") format("woff"), url("../assets/fonts/roboto-italic-webfont.ttf") format("truetype"), url("../assets/fonts/roboto-italic-webfont.svg#robotoitalic") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoblack';
    src: url("../assets/fonts/roboto-black-webfont.eot");
    src: url("../assets/fonts/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-black-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-black-webfont.woff") format("woff"), url("../assets/fonts/roboto-black-webfont.ttf") format("truetype"), url("../assets/fonts/roboto-black-webfont.svg#robotoblack") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url("../assets/fonts/roboto-medium-webfont.eot");
    src: url("../assets/fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-medium-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-medium-webfont.woff") format("woff"), url("../assets/fonts/roboto-medium-webfont.ttf") format("truetype"), url("../assets/fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url("../assets/fonts/roboto-bold-webfont.eot");
    src: url("../assets/fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-bold-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-bold-webfont.woff") format("woff"), url("../assets/fonts/roboto-bold-webfont.ttf") format("truetype"), url("../assets/fonts/roboto-bold-webfont.svg#robotobold") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    border-bottom: 23px;
}

body {
    line-height: 1;
}

    /* Stops scrolling when popup shown*/
    body.no-scroll {
        overflow: hidden;
    }

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

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

/* end reset */
/* max-width 640px  */
/* min-width 641px  */
/* max-width 1024px */
/* min-width 1025px */
/* max-width 1440px */
/* max-width 768px */
/* min-width 769px */
/* FOUNDATION TWEEKS */
.row {
    max-width: 73.125rem;
    /* = 1170px meaning columns add up to 1140px + 15px either side */
}

.column, .columns {
    padding-left: -0.625rem;
    padding-right: -0.625rem;
}

.column {
    text-decoration: none !important;
}


@media (min-width: 40.063em) {

    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        text-decoration: none !important;
    }
}

html {
    min-height: 100%;
}

body {
    background: #555555;
    height: 100%;
    font-family: robotoregular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1 {
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    color: #019ad6;
}

    h1 span {
        color: #000;
    }

a:hover,
a:focus {
    color: #0175a3;
}

a {
    color: #019ad6;
    outline: none !important;
}

p {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin-bottom: 15px;
}

strong,
b {
    font-family: robotobold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.information {
    /*--------inputs-------------*/
    padding-bottom: 60px;
}

    .information h2 {
        font-size: 15px;
        color: #000;
        line-height: 20px;
        margin-bottom: 15px;
        font-family: robotobold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    }


    .information h1.form {
        font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        color: #019ad6;
        font-size: 24px;
    }

    .information h2.form {
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        font-family: DINRegular, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
        color: #019ad6;
    }

    .information h3.form {
        font-size: 15px;
        color: #019ad6;
        line-height: 20px;
        font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .information h3.topFormHeading {
        padding-bottom: 0 !important;
    }

    .information h1,
    .information .topHeading {
        font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        color: #019ad6;
        font-size: 20px;
        padding-top: 30px;
    }

@media (max-width: 40em) {

    .information h1,
    .information .topHeading {
        font-size: 20px;
        padding-top: 45px;
    }
}

@media (min-width: 40.063em) {
    .topVideoHeading {
        font-size: 24px;
        font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #019ad6;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 40em) {
    .topVideoHeading {
        font-size: 20px;
        font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #019ad6;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}

.information h1 .black,
.information .topHeading .black {
    color: #000;
}

.information h1 .grey,
.information .topHeading .grey {
    color: #999999;
}

.information p a:hover {
    text-decoration: underline;
}

.information:not(.search-results) ul {
    list-style-type: square;
    padding-left: 14px;
    margin-bottom: 30px;
}

.information ul li {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin-bottom: 15px;
}

    .information ul li ul {
        margin-top: 10px;
        margin-bottom: 0;
    }



.information ol {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 30px;
}

    .information ol li {
        display: table;
        font-size: 15px;
        color: #000;
        line-height: 20px;
        margin-bottom: 15px;
        counter-increment: item;
    }

        .information ol li::before {
            content: counters(item, ".") ". ";
            display: table-cell;
            padding-right: 0.6em;
        }

        .information ol li ol {
            margin-top: 10px;
            margin-bottom: 0;
        }

            .information ol li ol li {
                margin-bottom: 15px;
            }

                .information ol li ol li:before {
                    content: counters(item, ".") " ";
                }

                .information ol li ol li:last-child {
                    margin-bottom: 0;
                }

.information .smallPrint {
    position: relative;
    margin: 36px 0;
    float: left;
    color: #999999;
    font-size: 13px;
}

    .information .smallPrint.right {
        float: right;
    }

.information .form-1 {
    box-sizing: border-box;
    max-width: 600px;
    padding: 20px 0 10px 0;
}

    .information .form-1 div,
    .information .form-1 p {
        padding: 0;
        margin: 0 0 25px 0;
        clear: left;
    }

    .information .form-1 label,
    .information .form-1 .formlabel {
        margin: 0 0 8px 0;
        padding: 0px;
        display: block;
        font-size: 15px;
        line-height: 20px;
        clear: left;
    }

    .information .form-1 input[type=text],
    .information .form-1 input[type=email],
    .information .form-1 input[type=password],
    .information .form-1 textarea,
    .information .form-1 select {
        border-radius: 4px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #cccccc;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
        box-shadow: none;
        font-size: 15px;
    }

        .information .form-1 input[type=text].warn,
        .information .form-1 input[type=email].warn,
        .information .form-1 input[type=password].warn,
        .information .form-1 textarea.warn,
        .information .form-1 select.warn {
            box-shadow: 0 0 0 2px #cc0000;
            border: 1px solid #cc0000;
        }

        .information .form-1 input[type=text]:focus,
        .information .form-1 input[type=email]:focus,
        .information .form-1 input[type=password]:focus,
        .information .form-1 textarea:focus,
        .information .form-1 select:focus {
            box-shadow: 0 0 0 2px #019ad6;
            border: 1px solid #019ad6;
        }

    .information .form-1 .required_error {
        color: #cc0000;
        font-size: 80%;
        position: relative;
        top: -15px;
    }

    .information .form-1 .field-divided {
        width: 49%;
        display: inline-block;
    }

        .information .form-1 .field-divided:last-of-type {
            float: right;
        }

        .information .form-1 .field-divided:first-of-type {
            float: none;
        }

    .information .form-1 .field-long {
        width: 100%;
    }

    .information .form-1 .field-select {
        width: 100%;
    }

    .information .form-1 .field-textarea {
        height: 100px;
    }

    .information .form-1 input[type="checkbox"],
    .information .form-1 input[type="radio"] {
        display: none;
    }

        .information .form-1 input[type="checkbox"] + label,
        .information .form-1 input[type="radio"] + label {
            width: auto;
            display: inline;
            margin-right: 10px;
        }

@media (max-width: 40em) {

    .information .form-1 input[type="checkbox"] + label,
    .information .form-1 input[type="radio"] + label {
        clear: left;
        display: inherit;
        float: left;
    }
}

.information .form-1 .stack {
    width: auto;
    clear: left;
    display: inherit;
    float: left;
}

.information .form-1 input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../assets/graphics/checkbox.png) 0 top no-repeat;
    cursor: pointer;
}

.information .form-1 input[type="checkbox"]:checked + label:before {
    background: url(../assets/graphics/checkbox.png) -12px top no-repeat;
}

.information .form-1 input[type="radio"] + label:before {
    content: '';
    width: 12px;
    display: inline-block;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background: url(../assets/graphics/radio.png) 0 top no-repeat;
}

.information .form-1 input[type="radio"]:checked + label:before {
    background: url(../assets/graphics/radio.png) -12px top no-repeat;
}

.information .form-1.stretch {
    max-width: 420px;
    position: relative;
    height: 100px;
}

    .information .form-1.stretch .input {
        position: absolute;
        left: 0;
        right: 125px;
    }

        .information .form-1.stretch .input input[type=text] {
            border-radius: 4px 0 0 4px;
        }

    .information .form-1.stretch .orange {
        position: absolute;
        right: 0;
        width: 125px;
        height: 39px;
        background: #f68e1e;
        font-size: 16px;
    }

.information .required {
    color: #cc0000;
    display: inline-block;
    margin-left: 0px;
    padding-top: 6px;
}


.button {
    font-family: robotomedium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background: #019ad6;
    color: #fff;
    border: none;
    display: inline-block;
    padding: 9px 15px;
    margin: 0;
}

    .button:hover {
        background: #0175a3;
        text-decoration: none;
    }

    .button.drop {
        position: relative;
        margin-right: 26px;
    }

        .button.drop::before {
            position: absolute;
            display: block;
            content: '';
            width: 26px;
            top: 0;
            bottom: 0;
            right: -26px;
            background: #019ad6;
            border: #019ad6 solid 1px;
            border-left: #80cdeb solid 1px;
        }

        .button.drop::after {
            content: '';
            border-color: #fff transparent;
            border-style: solid;
            border-width: 6px 6px 0 6px;
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            right: -19px;
            margin-top: -3px;
        }

    .button.orange {
        background: #f68e1e;
    }

        .button.orange:hover {
            background-color: #d87409;
        }

    .button.red {
        background: #ff4d4d;
        line-height: 25px;
        width: 100%;
        margin: 10px 0px;
        font-size: 16px;
    }

        .button.red:hover {
            background: #cc0000 !important;
        }

.dropMenu {
    list-style-type: none;
}

    .dropMenu li {
        border-top: #fff solid 1px;
    }

        .dropMenu li a {
            background: #019ad6;
            color: #fff;
            border: none;
            display: inline-block;
            padding: 9px 15px;
        }

            .dropMenu li a:hover {
                background: #0175a3;
                text-decoration: none;
            }

.blackFont {
    font-family: robotoblack, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.clear {
    clear: both;
}

.accent {
    color: #019ad6;
}

.relative {
    position: relative;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    background: #f9f9f9;
}

    .wrapper.white {
        background: #ffffff;
    }

    .wrapper.whiteTab {
        background: #f9f9f9;
    }

@media (max-width: 64em) {
    .wrapper.whiteTab {
        box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    }
}

.affiliate-section {
    margin-top: 60px;
}

    .affiliate-section .call-out {
        margin-bottom: 60px;
    }

    .affiliate-section h3 {
        font-family: robotomedium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    }

.affiliate-links {
    display: none !important;
}

    .affiliate-links.active {
        display: block !important;
    }

    .affiliate-links .slick-track {
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 55px;
    }

@media (min-width: 1300px) {
    .affiliate-links .slick-track {
        display: flex;
        align-items: center;
        width: inherit !important;
        left: 0 !important;
        right: 0 !important;
        justify-content: space-around;
        gap: 30px;
    }
}

.affiliateLinkItem {
    display: flex !important;
    justify-content: center;
}

    .affiliateLinkItem img {
        height: 100% !important;
    }

.wrapper-footer {
    margin: 0 auto;
    height: 1px;
}

.header {
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    z-index: 2;
    width: 100%;
}

@media (min-width: 64.063em) {
    .header .top-bar {
        height: 120px;
    }
}

.header .branding {
    position: relative;
    z-index: 2;
}

.header .header-logo {
    position: absolute;
    z-index: 2;
    height: 60px;
    width: 120px;
    background-size: 120px;
    left: 43%;
    right: %0%;
    margin-left: -30px;
    background-image: url(../assets/graphics/logo-md.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 40.063em) {
    .header .header-logo {
        width: 144px;
        height: 50px;
        top: 5px;
        margin-left: 0;
        background-image: url(../assets/graphics/logo-md.gif);
        left: 15px;
        right: auto;
        background-size: 144px 50px;
    }
}

@media only screen and (min-width: 64.0625em) {
    .header .header-logo {
        width: 144px;
        height: 85px;
        top: 19px;
        background-image: url(../assets/graphics/logo-lg.gif);
        left: 15px;
        background-size: 144px 50px;
    }
}

@media only screen and (min-width: 67.875em) {
    .header .header-logo {
        width: 245px;
        height: 85px;
        top: 19px;
        background-image: url(../assets/graphics/logo-lg.gif);
        left: 15px;
        background-size: 245px 85px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .header .header-logo {
        background-image: url(../assets/graphics/logo-md@2x.png);
        width: 100px;
        background-size: 100px;
        left: 43%;
    }
}

@media only screen and (max-width: 333px) {
    .header .header-logo {
        background-image: url(../assets/graphics/logo-md@2x.png);
        width: 70px;
        background-size: 70px;
        left: 48%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min-resolution: 192dpi) and (min-width: 40.063em), only screen and (min-resolution: 2dppx) and (min-width: 40.063em) {
    .header .header-logo {
        background-image: url(../assets/graphics/logo-md@2x.png);
        background-size: 144px 50px;
        width: 144px;
        left: 15px;
    }
}

/* ----- NAV --------- */
.title-bar {
    background: #ffffff;
    position: relative;
    padding: 0;
}

@media only screen and (min-width: 64.063em) {
    .title-bar {
        display: none;
    }
}

.top-bar {
    display: none;
    margin: 0 auto;
    background-color: transparent;
}

    .top-bar.open {
        display: block;
    }

@media only screen and (min-width: 64.063em) {
    .top-bar {
        display: block;
    }
}

@media (min-width: 64.063em) {
    .top-bar {
        background: #ffffff;
    }
}

@media only screen and (max-width: 64em) {
    .top-bar {
        position: absolute;
        width: 100%;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 10000000;
    }
}

.top-bar ul.top {
    background: none;
}

@media only screen and (max-width: 64em) {
    .top-bar ul.top {
        padding-top: 30px;
        width: 100%;
    }

        .top-bar ul.top li {
            width: 50%;
        }

            .top-bar ul.top li a {
                color: #ffffff;
                font-size: 17px;
                line-height: 36px;
                padding: 0 0 0 20px;
            }

                .top-bar ul.top li a:active {
                    background: #019ad6;
                }

            .top-bar ul.top li.reglog {
                color: #e5e5e5;
                position: absolute;
                top: 30px;
                right: 0;
                text-align: right;
            }

                .top-bar ul.top li.reglog a {
                    display: inline;
                    color: #019ad6;
                    padding: 0;
                }

                    .top-bar ul.top li.reglog a:active {
                        background: none;
                        color: #ffffff;
                        text-decoration: underline;
                    }

                    .top-bar ul.top li.reglog a.register {
                        padding: 0 5px 0 0;
                    }

                    .top-bar ul.top li.reglog a.login {
                        padding: 0 20px 0 5px;
                    }
}

@media only screen and (min-width: 64.063em) {
    .top-bar ul.top {
        margin-top: 19px;
        float: right;
    }

        .top-bar ul.top li {
            background: none;
        }

            .top-bar ul.top li a {
                color: #999;
                font-size: 15px;
                padding: 0.2rem 0.6rem;
                text-transform: none;
            }

                .top-bar ul.top li a:hover {
                    text-decoration: underline !important;
                }

            .top-bar ul.top li.reglog a {
                display: inline;
                color: #019ad6;
            }

                .top-bar ul.top li.reglog a.register {
                    padding: 0.2rem 0.2rem 0.2rem 0.6rem;
                }

                .top-bar ul.top li.reglog a.login {
                    padding: 0.2rem 0 0.2rem 0.2rem;
                }



    .is-at-top ul.top.vertical.large-horizontal.menu.menu-items.dropdown {
        display: block;
    }

    .is-anchored ul.top.vertical.large-horizontal.menu.menu-items.dropdown {
        display: table;
    }
}

.top-bar ul.top li.top-basket-icon {
    display: none;
}

@media only screen and (min-width: 64.063em) {
    .top-bar ul.top li.top-basket-icon {
        display: table-cell;
        position: relative;
        z-index: 100;
    }

        .top-bar ul.top li.top-basket-icon:hover::before {
            content: '';
            background: #fff;
            top: -6px;
            left: 6px;
            right: -6px;
            bottom: -13px;
            position: absolute;
            box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
            z-index: -1;
        }

        .top-bar ul.top li.top-basket-icon:hover::after {
            content: '';
            background: #fff;
            position: absolute;
            left: 6px;
            right: -6px;
            bottom: -13px;
            height: 11px;
        }

        .top-bar ul.top li.top-basket-icon .cart-drop {
            display: none;
            box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
            background: #fff;
            position: absolute;
            top: 36px;
            right: -6px;
            width: 510px;
            font-size: 14px;
            overflow-x: hidden;
        }

            .top-bar ul.top li.top-basket-icon .cart-drop::after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                right: -9px;
                width: 9px;
            }

            .top-bar ul.top li.top-basket-icon .cart-drop .total {
                text-align: right;
                font-size: 15px;
                margin: 0 9px 10px 20px;
                padding-bottom: 10px;
                padding-top: 10px;
                border-bottom: #e5e5e5 solid 1px;
                border-top: #e5e5e5 solid 1px;
                color: #999999;
            }

                .top-bar ul.top li.top-basket-icon .cart-drop .total .blackFont {
                    color: #000;
                }

            .top-bar ul.top li.top-basket-icon .cart-drop .checkout {
                float: right;
                margin: 0 9px 10px 0;
            }

            .top-bar ul.top li.top-basket-icon .cart-drop .cog {
                float: left;
                margin: 0 0 10px 20px;
                width: 30px;
                height: 32px;
                padding-top: 2px;
            }

                .top-bar ul.top li.top-basket-icon .cart-drop .cog a {
                    width: 30px;
                    height: 30px;
                    background-image: url(../assets/graphics/cogs.png);
                    background-position: -30px 0;
                    background-size: 90px 30px;
                    display: block;
                }
}

@media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-resolution: 192dpi), only screen and (min-width: 64.063em) and (min-resolution: 2dppx) {
    .top-bar ul.top li.top-basket-icon .cart-drop .cog a {
        background-image: url(../assets/graphics/cogs@2x.png);
    }
}

@media only screen and (min-width: 64.063em) {
    .top-bar ul.top li.top-basket-icon .cart-drop .cog a:hover {
        background-position: 0 0;
    }

    .top-bar ul.top li.top-basket-icon .cart-drop .cog a:active {
        background-position: -60px 0;
    }

    .top-bar ul.top li.top-basket-icon .cart-drop .cog a.active {
        background-position: -60px 0;
    }

    .top-bar ul.top li.top-basket-icon .cart-drop .tools {
        display: none;
        clear: both;
        margin: 0 9px 10px 20px;
        background: #e5e5e5;
        padding: 9px;
        height: 52px;
        position: relative;
    }

        .top-bar ul.top li.top-basket-icon .cart-drop .tools.active {
            display: block;
        }

        .top-bar ul.top li.top-basket-icon .cart-drop .tools::before {
            content: '';
            border-color: #e5e5e5 transparent;
            border-style: solid;
            border-width: 0 6px 6px 6px;
            width: 0;
            height: 0;
            top: -6px;
            left: 10px;
            position: absolute;
        }

        .top-bar ul.top li.top-basket-icon .cart-drop .tools li {
            width: 50%;
            float: left;
            padding: 2px;
        }

            .top-bar ul.top li.top-basket-icon .cart-drop .tools li a {
                width: 100%;
                height: 30px;
                padding-bottom: 4px;
                line-height: 26px;
                text-align: center;
                color: #999999;
                font-size: 15px;
                background: #fff;
                display: block;
            }

    .top-bar ul.top li.top-basket-icon .cart-drop .button {
        font-family: robotomedium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        background: #019ad6;
        color: #fff;
        border: none;
        display: inline-block;
        padding: 9px 15px;
        margin: 0;
    }

        .top-bar ul.top li.top-basket-icon .cart-drop .button.grey {
            font-family: robotomedium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            background: #e5e5e5;
            color: #cccccc;
            border: none;
            display: inline-block;
            padding: 9px 15px;
            margin: 0;
        }

        .top-bar ul.top li.top-basket-icon .cart-drop .button:hover {
            background: #0175a3;
            text-decoration: none;
        }

        .top-bar ul.top li.top-basket-icon .cart-drop .button.grey:hover {
            background: #666666;
            color: #fff;
            text-decoration: none;
        }

        .top-bar ul.top li.top-basket-icon .cart-drop .button.drop {
            position: relative;
            margin-right: 26px;
        }

            .top-bar ul.top li.top-basket-icon .cart-drop .button.drop::before {
                position: absolute;
                display: block;
                content: '';
                width: 26px;
                top: 0;
                bottom: 0;
                right: -26px;
                background: #019ad6;
                border: #019ad6 solid 1px;
                border-left: #80cdeb solid 1px;
            }

            .top-bar ul.top li.top-basket-icon .cart-drop .button.drop::after {
                content: '';
                border-color: #fff transparent;
                border-style: solid;
                border-width: 6px 6px 0 6px;
                width: 0;
                height: 0;
                position: absolute;
                top: 50%;
                right: -19px;
                margin-top: -3px;
            }

    .top-bar ul.top li.top-basket-icon .cart-drop ul {
        background: #fff;
        margin: 27px 9px 10px 20px;
    }

        .top-bar ul.top li.top-basket-icon .cart-drop ul li {
            width: 100%;
            padding: 5px 0;
            overflow: hidden;
        }

            .top-bar ul.top li.top-basket-icon .cart-drop ul li div {
                float: left;
                line-height: 22px;
            }

                .top-bar ul.top li.top-basket-icon .cart-drop ul li div .quantity {
                    width: 30px;
                    border: none;
                    box-shadow: none;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    background: #e5e5e5;
                    color: #000;
                    height: 22px;
                    line-height: 22px;
                    font-size: 12px;
                    padding: 0 3px;
                    text-align: center;
                    font-family: robotoblack, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
                    margin: 0;
                    float: left;
                }

                .top-bar ul.top li.top-basket-icon .cart-drop ul li div .code {
                    font-size: 12px;
                    color: #999999;
                    padding-left: 0px;
                }

                .top-bar ul.top li.top-basket-icon .cart-drop ul li div.qty {
                    width: 52px;
                }

                    .top-bar ul.top li.top-basket-icon .cart-drop ul li div.qty .qty-button {
                        float: right;
                        cursor: pointer;
                        text-indent: -9999px;
                        width: 10px;
                        height: 10px;
                        text-align: center;
                        background: #e5e5e5;
                        margin-left: 2px;
                        margin-right: 10px;
                    }

                        .top-bar ul.top li.top-basket-icon .cart-drop ul li div.qty .qty-button:hover {
                            background-color: #cccccc;
                        }

                        .top-bar ul.top li.top-basket-icon .cart-drop ul li div.qty .qty-button.inc {
                            background-image: url(../assets/graphics/icon-inc.png);
                            margin-bottom: 2px;
                        }

                        .top-bar ul.top li.top-basket-icon .cart-drop ul li div.qty .qty-button.dec {
                            background-image: url(../assets/graphics/icon-dec.png);
                        }

                .top-bar ul.top li.top-basket-icon .cart-drop ul li div.item {
                    width: 175px;
                    padding-right: 5px;
                    padding-left: 5px;
                }

                .top-bar ul.top li.top-basket-icon .cart-drop ul li div.price {
                    font-family: robotobold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
                }

                .top-bar ul.top li.top-basket-icon .cart-drop ul li div.remove {
                    float: right;
                    width: 18px;
                }

                    .top-bar ul.top li.top-basket-icon .cart-drop ul li div.remove a {
                        background: #cccccc url(../assets/graphics/remove.png) center center no-repeat;
                        width: 18px;
                        height: 18px;
                        border-radius: 50%;
                        color: #fff;
                        text-align: center;
                        padding: 0;
                        display: block;
                    }

                        .top-bar ul.top li.top-basket-icon .cart-drop ul li div.remove a:hover {
                            background-color: #666666;
                        }
}

@media only screen and (min-width: 64.063em) {
    .top-bar ul.top li.top-basket-icon a.check {
        padding-left: 41px;
        padding-top: 0;
        padding-right: 10px;
        background-image: url(../assets/graphics/trolly-sm.gif);
        background-repeat: no-repeat;
        background-size: 31px 22px;
        background-position: 11px 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .top-bar ul.top li.top-basket-icon a.check {
        background-image: url(../assets/graphics/trolly@2x.png);
    }
}

.top-bar ul.top li.top-basket-icon a.check span {
    color: #ffffff;
    text-align: center;
    display: block;
    background: #019ad6;
    border-radius: 50%;
    line-height: 20px;
    width: 20px;
    font-size: 12px;
}

.top-bar ul.top li.top-basket-icon:hover .cart-drop {
    display: block;
}

.top-bar ul.main {
    background: none;
}

    .top-bar ul.main li.active a {
        background: none;
    }

@media only screen and (max-width: 64em) {
    .top-bar ul.main {
        border-top: #cccccc solid 1px;
        font-size: 20px;
        margin: 0 10px 10px;
        background: none;
        text-transform: uppercase;
    }

        .top-bar ul.main li {
            border-bottom: #cccccc solid 1px;
            line-height: 60px;
            background: none;
        }

            .top-bar ul.main li a {
                color: #ffffff;
                padding: 0 10px;
                line-height: 50px;
            }

                .top-bar ul.main li a:active {
                    background: #019ad6;
                }

            .top-bar ul.main li ul {
                border-top: none;
                margin: 0;
            }

                .top-bar ul.main li ul li {
                    border-top: #4F4F4F solid 1px;
                    border-bottom: none;
                    padding: 0;
                }
}

@media only screen and (min-width: 64.063em) {
    .top-bar ul.main {
        margin-right: -15px;
        clear: right;
        float: right;
        padding-top: 22px;
    }

        .top-bar ul.main li {
            border-left: #ffffff solid 1px;
            border-right: #ffffff solid 1px;
        }

            .top-bar ul.main li.is-dropdown-submenu-parent.is-active {
                box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
                background: #ffffff;
                border-left: #e5e5e5 solid 1px;
                border-right: #e5e5e5 solid 1px;
            }

            .top-bar ul.main li:hover {
                z-index: 100;
                background: #ffffff;
                border-left: #e5e5e5 solid 1px;
                border-right: #e5e5e5 solid 1px;
            }

                .top-bar ul.main li:hover a {
                    color: #019ad6;
                    z-index: 2;
                }

                .top-bar ul.main li:hover ul li a {
                    color: inherit;
                }

            .top-bar ul.main li a {
                color: #1d1d1b;
                font-size: 16px;
                padding: 0 12px 0 10px;
                line-height: 28px;
                padding-top: 2px;
                z-index: 2;
                margin-bottom: 0;
                background: #ffffff;
            }

                .top-bar ul.main li a:hover {
                    background: #ffffff;
                    color: #019ad6;
                }

            .top-bar ul.main li.active a {
                color: #019ad6;
            }
}

.top-bar ul.main.large-horizontal &gt; li.is-accordion-submenu-parent &gt; a::after {
    content: '';
}

@media only screen and (max-width: 64em) {
    .top-bar ul.main.large-horizontal &gt; li.is-accordion-submenu-parent &gt; a::after {
        display: block;
        width: 17px;
        height: 10px;
        border: 0 none;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 1rem;
        background-image: url(../assets/graphics/navarrow.png);
        background-size: 17px 10px;
        background-position: right center;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 64em) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 64em) and (min-device-pixel-ratio: 2), only screen and (max-width: 64em) and (min-resolution: 192dpi), only screen and (max-width: 64em) and (min-resolution: 2dppx) {
    .top-bar ul.main.large-horizontal &gt; li.is-accordion-submenu-parent &gt; a::after {
        background-image: url(../assets/graphics/navarrow@2x.png);
    }
}

.top-bar ul.main.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    content: '';
    display: none;
}

.top-bar ul.main.large-horizontal &gt; li.is-accordion-submenu-parent[aria-expanded="true"] &gt; a::after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.top-bar ul.main li ul,
.top-bar ul.main li.active ul {
    background: none;
}

    .top-bar ul.main li ul.nested,
    .top-bar ul.main li.active ul.nested {
        margin-left: 0;
    }

@media only screen and (min-width: 64.063em) {

    .top-bar ul.main li ul,
    .top-bar ul.main li.active ul {
        margin-top: -1px;
        box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    }
}

.top-bar ul.main li ul li,
.top-bar ul.main li.active ul li {
    background: none;
    line-height: 40px;
}

    .top-bar ul.main li ul li a,
    .top-bar ul.main li.active ul li a {
        color: #fff;
        font-size: 15px;
        padding: 0 0.6rem;
        text-transform: none;
        line-height: 40px;
        background: rgba(0, 0, 0, 0.4);
    }

@media only screen and (min-width: 64.063em) {

    .top-bar ul.main li ul li,
    .top-bar ul.main li.active ul li {
        line-height: 30px;
        border-left: #e5e5e5 solid 1px;
        border-right: #e5e5e5 solid 1px;
        border-bottom: #e5e5e5 solid 1px;
    }

        .top-bar ul.main li ul li a,
        .top-bar ul.main li.active ul li a {
            color: #1d1d1d;
            font-size: 15px;
            padding: 0.2rem 0.6rem;
            text-transform: none;
            line-height: 30px;
            background: #ffffff;
        }

            .top-bar ul.main li ul li a:hover,
            .top-bar ul.main li.active ul li a:hover {
                background: #e5e5e5;
            }
}

.top-bar ul.main li ul li.reglog a,
.top-bar ul.main li.active ul li.reglog a {
    display: inline;
    color: #019ad6;
}

    .top-bar ul.main li ul li.reglog a.register,
    .top-bar ul.main li.active ul li.reglog a.register {
        padding: 0.2rem 0.2rem 0.2rem 0.6rem;
    }

    .top-bar ul.main li ul li.reglog a.login,
    .top-bar ul.main li.active ul li.reglog a.login {
        padding: 0.2rem 0 0.2rem 0.2rem;
    }

@media only screen and (min-width: 64.063em) {
    .top-bar ul.main li.opens-left ul {
        margin-right: -1px;
    }

        .top-bar ul.main li.opens-left ul li {
            margin-left: 0;
        }
}

.dropdown.menu.large-horizontal &gt; li &gt; .is-dropdown-submenu {
    top: 31px;
}

.top.dropdown.menu.large-horizontal &gt; li:last-of-type &gt; a {
    padding-right: 0;
}

.main.dropdown.menu.large-horizontal &gt; li:last-of-type {
    margin-right: 0;
}

    .main.dropdown.menu.large-horizontal &gt; li:last-of-type a {
        padding-right: 15px;
    }

.main.dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    left: -1px;
}

.main.dropdown.menu.large-horizontal &gt; li.is-active.opens-left a {
    background: #ffffff;
}

.main.dropdown.menu.large-horizontal &gt; li.is-active.opens-left ul li a:hover {
    background: #e5e5e5;
}

.main.dropdown.menu.large-horizontal &gt; li.is-active.opens-right a {
    background: #ffffff;
}

.main.dropdown.menu.large-horizontal &gt; li.is-active.opens-right ul li a:hover {
    background: #e5e5e5;
}

.title-bar .menu-icon {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 65px;
    height: 60px;
    background: #ffffff;
}

    .title-bar .menu-icon:hover,
    .title-bar .menu-icon.open {
        background: #019ad6;
    }

@media only screen and (min-width: 40.063em) {
    .title-bar .menu-icon {
        position: relative;
        float: right;
        border-left: #e5e5e5 solid 2px;
    }
}

.menu-icon::before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    background: none;
    border-top: #333333 solid 2px;
    border-bottom: #333333 solid 2px;
    height: 10px;
    top: 21px;
    left: 20px;
    box-shadow: none;
}

.menu-icon:hover::before,
.menu-icon.open::before {
    border-top: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
}

.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background: #333333;
    top: 37px;
    left: 20px;
    box-shadow: none;
}

.menu-icon:hover::after,
.menu-icon.open::after {
    box-shadow: none;
    background: #ffffff;
}

.menu-icon:hover,
.menu-icon.open {
    background: #ffffff;
}

.header-icon {
    height: 60px;
    float: right;
}

    .header-icon a {
        display: block;
        height: 100%;
        background-repeat: no-repeat;
    }

@media only screen and (min-width: 40.063em) {
    .header-icon a {
        border-left: #e5e5e5 solid 2px;
    }
}

.basket-icon a {
    padding-left: 36px;
    padding-top: 20px;
    padding-right: 10px;
    background-image: url(../assets/graphics/trolly-sm.gif);
    background-size: 31px 22px;
    background-position: 6px 19px;
}

@media only screen and (min-width: 40.063em) {
    .basket-icon a {
        background-image: url(../assets/graphics/trolly-md.gif);
        background-size: 44px 32px;
        background-position: 10px 15px;
        padding-left: 57px;
        padding-top: 16px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .basket-icon a {
        background-image: url(../assets/graphics/trolly@2x.png);
    }
}

.basket-icon a span {
    color: #ffffff;
    text-align: center;
    display: block;
    background: #019ad6;
    border-radius: 50%;
    line-height: 20px;
    width: 20px;
    font-size: 12px;
}

@media only screen and (min-width: 40.063em) {
    .basket-icon a span {
        line-height: 32px;
        width: 32px;
        font-size: 18px;
    }
}

.search-icon a {
    width: 47px;
    background-image: url(../assets/graphics/search-sm.gif);
    background-size: 20px 20px;
    background-position: 13px 20px;
}

@media only screen and (max-width: 40em) {
    .search-icon a {
        border-left: #ffffff solid 1px;
        border-right: #ffffff solid 1px;
    }
}

@media only screen and (min-width: 40.063em) {
    .search-icon a {
        background-image: url(../assets/graphics/search-md.gif);
        background-size: 34px 34px;
        background-position: 12px 14px;
        width: 60px;
    }

    .nda-icon a {
        background-image: url(../assets/graphics/nda-icon.png);
        background-size: 40px 40px;
        background-position: center;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .search-icon a {
        background-image: url(../assets/graphics/search@2x.png);
    }
}

.search-icon.open a {
    background-image: url(../assets/graphics/searchactive-sm@2x.png);
    background-size: 20px 20px;
}

@media only screen and (max-width: 40em) {
    .search-icon.open a {
        border-left: #e5e5e5 solid 1px;
        border-right: #e5e5e5 solid 1px;
        position: relative;
    }

        .search-icon.open a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            width: 100%;
            height: 10px;
            background: #fff;
            z-index: 200;
        }
}

@media only screen and (min-width: 40.063em) {
    .search-icon.open a {
        border: none;
        background-color: #019ad6;
        background-image: url(../assets/graphics/searchactive.png);
        background-size: 60px 60px;
        background-position: 0 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min-resolution: 192dpi) and (min-width: 40.063em), only screen and (min-resolution: 2dppx) and (min-width: 40.063em) {
    .search-icon.open a {
        background-image: url(../assets/graphics/searchactive@2x.png);
    }
}

.member-icon {
    float: left;
    margin-left: 65px;
}

@media only screen and (min-width: 40.063em) {
    .member-icon {
        float: right;
        margin-left: 0;
    }
}

.member-icon a {
    width: 44px;
    background-image: url(../assets/graphics/member-sm.gif);
    background-size: 20px 20px;
    background-position: 13px 20px;
}

@media only screen and (min-width: 40.063em) {
    .member-icon a {
        background-image: url(../assets/graphics/member-md.gif);
        background-size: 34px 34px;
        background-position: 12px 14px;
        width: 60px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .member-icon a {
        background-image: url(../assets/graphics/member@2x.png);
    }
}

.searchform {
    display: none;
    z-index: 1;
}

@media only screen and (min-width: 64.063em) {
    .searchform {
        display: block;
        float: right;
        width: 430px;
        height: 30px;
        background: #e5e5e5;
        margin-top: 22px;
        margin-right: 10px;
        position: relative;
        border-radius: 2em;
    }
}

.searchform .searchfield {
    background: none;
    width: 600px;
    color: #000;
    padding: 0px 10px;
    display: block;
    border: 0 none;
    line-height: 30px;
    height: 30px;
    padding-top: 2px;
    box-shadow: none;
}

.searchfield::placeholder {
    font-size: 0.850rem;
}

@media only screen and (min-width: 1060px) {
    .searchform .searchfield {
        width: 470px;
    }
}

.searchform .searchfield:focus {
    box-shadow: none;
}

.searchform .searchbutton {
    background: #019ad6;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0 none;
    outline: 0;
    z-index: 2;
    background-image: url(../assets/graphics/magnify.png);
    background-size: 30px 30px;
    border-radius: 2em;
}

.searchform .clearbutton {
    right: 32px;
    height: 23px;
    width: 23px;
    background-size: contain;
    top: calc(50%);
    background-color: #b2b2b2;
    position: absolute;
    line-height: 20px;
    z-index: 2;
    outline: 0;
    border: none;
    border-radius: 100%;
    box-sizing: border-box;
    transition: 0.25s;
    pointer-events: none;
    opacity: 0;
    padding: 2px;
    display: flex;
    transform: translateY(-50%);
}

    .searchform .clearbutton svg {
        fill: white;
        width: 32px;
    }

@media (max-width: 1024px) {
    .searchform .clearbutton {
        right: 47px;
    }
}

.clearbutton.visible {
    opacity: 1;
    pointer-events: auto;
}

#pageWideSpinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    backdrop-filter: blur(2px) grayscale(0.5);
}

    #pageWideSpinner.visible {
        display: flex;
        pointer-events: auto;
    }

    #pageWideSpinner .background {
        width: 150%;
        height: 150%;
        background: rgba(0,0,0,0.3);
        position: absolute;
        left: -25%;
        top: -25%;
    }

    #pageWideSpinner .loader {
        --percentage: 12.5;
        width: calc(min(20vw, 20vh));
        height: calc(min(20vw, 20vh));
        --inner-border-width: calc(min(2.5vw, 2.5vh));
        --outer-border-width: calc(min(2.5vw, 2.5vh));
        filter: drop-shadow(0px 0px 10px #334);
        --animation-duration: 1.5s;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .searchform .searchbutton {
        background-image: url(../assets/graphics/magnify@2x.png);
    }
}

.searchform.mobile {
    display: none;
    z-index: 10;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -60px;
    border: #e5e5e5 solid 1px;
    background: #ffffff;
    padding: 15px;
    height: 60px;
    left: 0;
}

    .searchform.mobile.open {
        display: block;
    }

    .searchform.mobile .searchfield {
        display: block;
        width: 100%;
        padding-right: 60px;
        background: #e5e5e5;
        border-radius: 2em;
    }

    .searchform.mobile .searchbutton {
        top: 15px;
        right: 15px;
    }

@media only screen and (min-width: 64.063em) {
    .searchform.mobile {
        display: none;
    }
}

@media (max-width: 64em) {
    .header.is-stuck .top {
        visibility: visible !important;
        width: initial !important;
        height: initial !important;
    }
}

.header.is-stuck {
    height: auto;
    background: #ffffff;
}

    .header.is-stuck .top {
        visibility: hidden;
        width: 0px;
        height: 0px;
    }

        .header.is-stuck .top .top-basket-icon {
            visibility: visible;
            position: absolute;
            top: 21px;
            right: 0px
        }

        .header.is-stuck .top .top-nda-icon {
            visibility: visible;
            position: absolute;
            right: -15px;
            top: -2px !important;
        }

    .header.is-stuck .top-bar {
        height: 60px;
    }

    .header.is-stuck .branding {
        transition: all .25s ease;
        margin-top: 6em;
    }

    .header.is-stuck ul.main {
        clear: none;
    }

    .header.is-stuck .header-logo {
        position: absolute;
        background-position: center center;
        background-repeat: no-repeat;
    }

@media only screen and (min-width: 64.063em) {
    .header.is-stuck .header-logo {
        width: 144px;
        height: 50px;
        top: 5px;
        background-image: url(../assets/graphics/logo-md.gif);
        left: 15px;
        background-size: 144px 50px;
        transition: all .25s ease;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min-resolution: 192dpi) and (min-width: 40.063em), only screen and (min-resolution: 2dppx) and (min-width: 40.063em) {
    .header.is-stuck .header-logo {
        background-image: url(../assets/graphics/logo-md@2x.png);
    }
}


@media (max-width: 64em) {
    .sticky-container {
        z-index: 99998;
        /* changed for the abs positioned cc-cookie so that it overlays properly. */
        /*height: 60px !important; - removed - Sigma delivery message hanging over slideshow*/
    }
}

.navbackdrop {
    display: none;
    position: fixed;
    height: 100%;
    background: rgba(29, 29, 29, 0.95);
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

    .navbackdrop.open {
        display: block;
    }

.header.sticky {
    max-width: none !important;
}

    .header.sticky.is-stuck {
        left: 0 !important;
    }

@media (min-width: 40.063em) {
    .header.sticky.is-stuck {
        box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    }

        .header.sticky.is-stuck .main {
            padding-top: 18px;
            margin-right: 85px;
        }

        .header.sticky.is-stuck .searchform {
            margin-top: 16px;
        }
}

@media (min-width: 64.063em) {

    .header.sticky.is-stuck .search-sticky {
        display: none;
        border-bottom: #fff solid 1px;
        width: 63px;
        height: 47px;
        background-color: #fff;
        background-image: url(../assets/graphics/search-sticky.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 126px 36px;
        position: absolute;
        border-left: #fff solid 1px;
        border-right: #fff solid 1px;
        right: -70px;
        top: 10px;
        z-index: 99;
    }

    .header.sticky.is-stuck .nda-sticky {
        display: block;
        border-bottom: #fff solid 1px;
        background-color: #fff;
        position: absolute;
        border-left: #fff solid 1px;
        border-right: #fff solid 1px;
        right: -94px !important;
        top: 21px;
        z-index: 99;
    }

    .header.sticky.is-anchored .nda-sticky {
        display: block;
        border-bottom: #fff solid 1px;
        position: absolute;
        border-left: #fff solid 1px;
        border-right: #fff solid 1px;
        top: 21px;
        margin-left: 10px;
    }

    .header.sticky.is-stuck .nda-sticky:hover {
        color: #686868 !important;
        background-position: 15px -0.5px !important;
    }


    .header.sticky.is-stuck .search-sticky:hover {
        background-position: -63px 0;
    }

    .header.sticky.is-stuck .search-sticky.open,
    .header.sticky.is-stuck .search-sticky.open:hover {
        background-image: url(../assets/graphics/search-sticky-active.png);
        background-size: 63px 36px;
        background-position: 0 0;
        border-left: #e5e5e5 solid 1px;
        border-right: #e5e5e5 solid 1px;
    }

    .header.sticky.is-anchored .searchform .searchfield {
        position: absolute;
        background: #e5e5e5;
        max-width: 100%;
        border-radius: 2em;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-resolution: 192dpi), only screen and (min-width: 64.063em) and (min-resolution: 2dppx) {
    .header.sticky.is-stuck .search-sticky {
        background-size: 126px 36px;
        background-image: url(../assets/graphics/search-sticky@2x.png);
    }

        .header.sticky.is-stuck .search-sticky.open,
        .header.sticky.is-stuck .search-sticky.open:hover {
            background-image: url(../assets/graphics/search-sticky-active@2x.png);
            background-size: 63px 36px;
            background-position: 0 0;
        }
}

@media (min-width: 64.0625em) {
    .header.sticky.is-stuck .top-bar-right {
        position: relative;
    }

    .header.sticky.is-stuck .searchform {
        margin: 0;
        border-radius: 2em;
        background: #ffffff;
        padding: 15px;
        height: 60px;
        width: 420px;
    }

        .header.sticky.is-stuck .searchform.open {
            display: block;
        }

        .header.sticky.is-stuck .searchform .searchfield {
            position: absolute;
            background: #e5e5e5;
            max-width: 390px !important;
            border-radius: 2em;
            padding-right: 60px;
        }

        .header.sticky.is-stuck .searchform .searchbutton {
            top: 15px;
            right: 15px;
        }

        .header.sticky.is-stuck .searchform .clearbutton {
            /*        top: 17.5px;*/
            right: 47.5px;
        }
}

@media (min-width: 66.875em) {

    .header.sticky.is-stuck .searchform {
        width: 460px;
    }

        .header.sticky.is-stuck .searchform .searchfield {
            max-width: 430px !important;
        }
}

@media (max-width: 64em) {
    .header.sticky {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        bottom: auto !important;
    }
}

.menu-text {
    color: #fff;
}

@media only screen and (max-width: 40em) {
    .menu-text {
        display: none !important;
    }
}

@media only screen and (min-width: 40em) {
    .menu:first-child {
        border-left: none;
    }
}

.dropdown.menu .submenu {
    border: none;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow &gt; a::after {
    border-color: #fff transparent transparent;
}

.dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    padding: 2px 18px 0;
}

.is-drilldown-submenu-parent &gt; a::after {
    border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before {
    border-color: transparent #fff transparent transparent;
}

/* ------- NAV END ------ */
.slide {
    background: #1d1d1d;
}

    .slide .slick-arrow {
        position: absolute;
        width: 50px;
        height: 50px;
        display: block;
        background-size: 50px 50px;
        top: 50%;
        bottom: 50%;
        margin-top: -25px;
        z-index: 1;
        opacity: 0.4;
    }

        .slide .slick-arrow:hover {
            opacity: 0.4;
        }

    .slide .slick-next {
        background-image: url(../assets/graphics/slide-right-btn.png);
        right: 10px;
    }

@media (min-width: 40.063em) {
    .slide .slick-next {
        right: 15px;
    }
}

.slide .slick-prev {
    background-image: url(../assets/graphics/slide-left-btn.png);
    background-repeat: repeat-x;
    left: 10px;
}

@media (min-width: 40.063em) {
    .slide .slick-prev {
        left: 15px;
    }
}

.slide .slick-dots {
    position: absolute;
    bottom: 6px;
    display: block;
    width: 100%;
    padding: 0px;
    list-style: outside none none;
    text-align: center;
}

@media only screen and (min-width: 40.063em) {
    .slide .slick-dots {
        bottom: 13px;
    }
}

.slide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

@media only screen and (min-width: 40.063em) {
    .slide .slick-dots li {
        width: 20px;
        height: 20px;
    }
}

.slide .slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 2px;
    border-radius: 4px;
    cursor: pointer;
    background: #1A1A1A;
}

@media only screen and (min-width: 40.063em) {
    .slide .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 4px;
        border-radius: 8px;
        background: #474545;
    }
}

.slide .slick-dots li.slick-active button {
    background: #474545;
    border: solid 1px #029FE4;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .slide .slick-next {
        background-size: 50px 50px;
        background-image: url(../assets/graphics/slide-right-btn@2x.png);
    }

    .slide .slick-prev {
        background-size: 50px 50px;
        background-image: url(../assets/graphics/slide-left-btn@2x.png);
    }
}

.slide {
    min-height: 200px;
}

@media (min-width: 420px) {
    .slide {
        min-height: 263px;
    }
}

@media (min-width: 520px) {
    .slide {
        min-height: 100%;
    }
}

@media (min-width: 640px) {
    .slide {
        min-height: 100%;
    }
}

@media (min-width: 768px) {
    .slide {
        min-height: 353px;
    }
}

@media (min-width: 840px) {
    .slide {
        min-height: 350px;
    }
}

@media (min-width: 980px) {
    .slide {
        min-height: 350px;
    }
}

@media (min-width: 1024px) {
    .slide {
        min-height: 100%;
    }
}

@media (min-width: 1200px) {
    .slide {
        min-height: 100%;
    }
}

@media (min-width: 1280px) {
    .slide {
        min-height: 100%;
    }
}

.features {
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding: 20px 5px 0;
}

    .features a {
        display: block;
        padding-bottom: 5px;
    }

        .features a:hover span {
            text-decoration: underline;
        }

        .features a img {
            margin-bottom: 20px;
        }

@media (min-width: 40.063em) {
    .features {
        padding: 30px 15px 0;
    }

        .features a {
            display: block;
            font-size: 11px;
        }

            .features a img {
                margin-bottom: 22px;
            }
}

@media (min-width: 64.063em) {
    .features {
        padding: 40px 0 0;
    }
}

.features.shadow img {
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
}

.contentBlocks {
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding: 20px 5px 0;
}

    .contentBlocks .staticIMG {
        width: 350px;
        max-width: 100%;
    }

    .contentBlocks .title {
        margin-bottom: 10px;
        display: block;
        color: #019ad6;
    }

    .contentBlocks .block {
        display: block;
        padding-bottom: 20px;
    }

        .contentBlocks .block img {
            margin-bottom: 20px;
        }

    .contentBlocks a.block:hover .title {
        text-decoration: underline;
    }

    .contentBlocks a.title:hover {
        text-decoration: underline;
    }

@media (min-width: 40.063em) {
    .contentBlocks {
        padding: 30px 15px 0;
    }

        .contentBlocks .block {
            display: block;
            padding-bottom: 30px;
        }

            .contentBlocks .block img {
                margin-bottom: 30px;
            }
}

@media (min-width: 64.063em) {
    .contentBlocks {
        padding: 40px 0 0;
    }
}

.contentBlocks.shadow img {
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
}

.promotions {
    position: relative;
    background: #f9f9f9;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    padding: 15px 100px 10px;
}

    .promotions h2 {
        font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        color: #019ad6;
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }


    .promotions .carousel-promo {
        padding-bottom: 28px;
        margin: 0 auto;
        margin: 30px auto 0px;
        width: 270px;
        position: static;
    }

        .promotions .carousel-promo .slick-next {
            right: 0px;
        }

        .promotions .carousel-promo .slick-prev {
            left: 0px;
        }

        .promotions .carousel-promo .slick-slide {
            display: table-cell;
            float: none;
        }

        .promotions .carousel-promo .slick-track {
            padding-top: 5px;
            padding-bottom: 5px;
            display: table;
            height: 1px;
        }

            .promotions .carousel-promo .slick-track .promo {
                box-sizing: content-box !important;
                display: table-cell;
                vertical-align: top;
                position: relative;
                height: 100%;
                padding: 0 15px;
                width: 185px !important;
            }

                .promotions .carousel-promo .slick-track .promo .link {
                    width: 100%;
                    height: 100%;
                    background: #fff;
                    display: table;
                    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.34);
                    color: #000;
                }

                    .promotions .carousel-promo .slick-track .promo .link:hover span {
                        text-decoration: underline;
                        color: #000;
                    }

                    .promotions .carousel-promo .slick-track .promo .link .promo-image {
                        display: table-row;
                        height: 1px;
                    }

                    .promotions .carousel-promo .slick-track .promo .link .promo-text {
                        display: table-cell;
                        vertical-align: middle;
                        padding-bottom: 10px;
                    }

                        .promotions .carousel-promo .slick-track .promo .link .promo-text span {
                            padding: 5px 5px 1px;
                            display: block;
                            overflow: hidden;
                            vertical-align: middle;
                            font-size: 14px;
                            line-height: 12px;
                        }

    .promotions .slick-arrow {
        position: absolute;
        width: 65px;
        height: 65px;
        background-size: 65px 65px;
        top: 50%;
        bottom: 50%;
        margin-left: 0;
        margin-right: 0;
        margin-top: -39px;
        z-index: 20;
        outline: none !important;
    }

        .promotions .slick-arrow:hover {
            opacity: 0.3;
        }

    .promotions .carousel-promo .slick-arrow:hover {
        opacity: 0.8;
    }

    .promotions .slick-next {
        background-image: url(../assets/graphics/promo-right-btn@2x.png);
        right: 0px;
    }

@media (min-width: 40.063em) {
    .promotions .slick-next {
        right: 125px;
    }
}

@media (min-width: 64.063em) {
    .promotions .slick-prev {
        background-image: url(../assets/graphics/left-slide-arrow.png);
        left: 165px;
    }
}

.promotions .slick-prev {
    background-image: url(../assets/graphics/promo-left-btn@2x.png);
    left: 0px;
}

.promotions .slick-next {
    background-image: url(../assets/graphics/promo-right-btn@2x.png);
}

@media (min-width: 40.063em) {
    .promotions .slick-prev {
        left: 125px;
    }
}

@media (min-width: 64.063em) {
    .promotions .carousel-promo .slick-prev {
        background-image: url(../assets/graphics/promo-left-btn-blue@2x.png);
        left: 55px;
        opacity: 0.5;
    }
}

@media (min-width: 64.063em) {
    .promotions .carousel-promo .slick-next {
        background-image: url(../assets/graphics/promo-right-btn-blue@2x.png);
        right: 55px;
        opacity: 0.5;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .promotions .slick-next {
        background-image: url(../assets/graphics/promo-right-btn@2x.png);
    }

    .promotions .slick-prev {
        background-image: url(../assets/graphics/promo-left-btn@2x.png);
    }
}

@media (min-width: 315px) {
    .promotions .carousel-promo {
        width: auto;
        padding: 0px 24px 0px !important
    }
}

@media (min-width: 768px) {
    .promotions .carousel-promo {
        width: auto;
        padding: 0px 30px 20px;
    }
}

@media (min-width: 1024px) {
    .promotions .carousel-promo {
        width: auto;
    }

        .promotions .carousel-promo a img {
            width: 100%;
        }
}


@media (max-width: 768px) {
    .promotions {
        margin: auto;
        padding: 20px 50px;
        width: auto;
    }
}

.key_suppliers .carousel-suppliers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    background: url(../assets/graphics/promo-left-white.png) repeat-y;
    z-index: 99;
    width: 173px;
    pointer-events: none;
}

.key_suppliers .carousel-suppliers::after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    background: url(../assets/graphics/promo-right-white.png) repeat-y;
    z-index: 99;
    width: 173px;
    pointer-events: none;
}

@media (max-width: 750px) {
    .key_suppliers .carousel-suppliers::before {
        display: none;
    }

    .key_suppliers .carousel-suppliers::after {
        display: none;
    }
}

.products {
    position: relative;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    font-size: 16px;
    padding: 20px 5px 0;
}

@media (min-width: 40.063em) {
    .products {
        padding: 20px 15px 0;
    }
}

@media (min-width: 64.063em) {
    .products {
        padding: 0;
    }
}

.products .wrap {
    background: #fff;
    margin-bottom: 45px;
}

.supplierLinkIcon {
    height: 22px !important;
    width: 22px !important;
}

.products .carousel-products {
    padding-bottom: 28px;
    margin: 0 auto;
    width: 220px;
    position: static;
}

    .products .carousel-products .slick-next {
        right: 0;
    }

    .products .carousel-products .slick-prev {
        left: 0;
    }

    .products .carousel-products .slick-track {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .products .carousel-products .slick-track .product-item {
            position: relative;
            height: 100%;
            padding: 0 15px;
            width: 185px;
        }

            .products .carousel-products .slick-track .product-item .link {
                width: 100%;
                height: 100%;
                background: #fff;
                color: #000;
            }

                .products .carousel-products .slick-track .product-item .link:hover span {
                    text-decoration: underline;
                    color: #000;
                }

                .products .carousel-products .slick-track .product-item .link .product-image {
                    width: 110px;
                    height: 110px;
                    display: block;
                    position: relative;
                    margin: auto;
                }

                    .products .carousel-products .slick-track .product-item .link .product-image img {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                    }

                .products .carousel-products .slick-track .product-item .link .product-text {
                    padding-bottom: 10px;
                    text-align: center;
                }

                    .products .carousel-products .slick-track .product-item .link .product-text span {
                        padding: 5px 5px 1px;
                        display: block;
                        overflow: hidden;
                        vertical-align: middle;
                        font-size: 14px;
                        height: 22px;
                        line-height: 20px;
                    }

    .products .carousel-products .slick-arrow {
        position: absolute;
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
        top: 50%;
        bottom: 50%;
        margin-left: 0;
        margin-right: 0;
        margin-top: -39px;
        z-index: 20;
        opacity: 0.1;
    }

        .products .carousel-products .slick-arrow:hover {
            opacity: 0.3;
        }

    .products .carousel-products .slick-next {
        background-image: url(../assets/graphics/promo-right-btn.png);
        right: 10px;
        background-color: #000;
        border-radius: 30px;
    }


    .products .carousel-products .slick-prev {
        background-image: url(../assets/graphics/promo-left-btn.png);
        left: 10px;
        background-color: #000;
        border-radius: 30px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .products .carousel-products .slick-next {
        background-image: url(../assets/graphics/promo-right-btn@2x.png);
    }

    .products .carousel-products .slick-prev {
        background-image: url(../assets/graphics/promo-left-btn@2x.png);
    }
}

promotions .carousel-promo .slick-next {
    background-image: url(../assets/graphics/promo-right-btn-blue@2x.png);
}

promotions .carousel-promo .slick-prev {
    background-image: url(../assets/graphics/promo-left-btn-blue@2x.png);
}

promotions .carousel-promo .slick-next {
    background-image: url(../assets/graphics/promo-right-btn-blue@2x.png);
}

promotions .carousel-promo .slick-prev {
    background-image: url(../assets/graphics/promo-left-btn-blue@2x.png);
}

.products .carousel-products a img {
    max-width: 110px;
    max-height: 110px;
}

@media (min-width: 550px) {
    .products .carousel-products {
        width: 440px;
    }
}

@media (min-width: 660px) {
    .products .carousel-products {
        width: 90%;
    }
}

@media (min-width: 1024px) {
    .products .carousel-products {
        width: auto;
        max-width: 1280px;
        padding: 0 50px;
    }
}

@media (min-width: 64.063em) {
    .products .carousel-products {
        position: relative;
    }
}

.suppliers {
    position: relative;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding: 0;
}

    .suppliers h2 {
        font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        color: #019ad6;
        font-size: 16px;
        text-align: center;
        position: absolute;
        width: 100%;
        padding-top: 10px;
    }

@media (min-width: 64.063em) {
    .suppliers h2 {
        padding-top: 15px;
    }
}

.suppliers .slick-arrow {
    position: absolute;
    z-index: 61;
    top: 0;
    bottom: 0;
    height: auto;
    background-size: 12px 19px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 27px;
    outline: none !important;
}

    .suppliers .slick-arrow::before {
        content: '';
        display: none;
    }

    .suppliers .slick-arrow:hover {
        display: block;
        background-size: 12px 19px;
        background-position: center center;
        background-repeat: no-repeat;
    }

@media (min-width: 64.063em) {
    .suppliers .slick-arrow {
        width: 65px;
        background-size: 20px 32px;
    }

        .suppliers .slick-arrow:hover {
            background-size: 20px 32px;
            background-position: center center;
            background-repeat: no-repeat;
        }
}

.suppliers .slick-prev {
    left: 0;
    background-image: url(../assets/graphics/left-slide-arrow-sm.png);
}

    .suppliers .slick-prev:hover {
        background-image: url(../assets/graphics/left-slide-arrow-sm.png);
    }

@media (min-width: 64.063em) {
    .suppliers .slick-prev {
        background-image: url(../assets/graphics/left-slide-arrow.png);
        left: 0px;
    }

        .suppliers .slick-prev:hover {
            background-image: url(../assets/graphics/left-slide-arrow.png);
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .suppliers .slick-prev {
        background-image: url(../assets/graphics/left-slide-arrow-sm@2x.png);
        left: 20px;
    }

        .suppliers .slick-prev:hover {
            background-image: url(../assets/graphics/left-slide-arrow-sm@2x.png);
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 64.063em), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 64.063em), only screen and (min-device-pixel-ratio: 2) and (min-width: 64.063em), only screen and (min-resolution: 192dpi) and (min-width: 64.063em), only screen and (min-resolution: 2dppx) and (min-width: 64.063em) {
    .suppliers .slick-prev {
        background-image: url(../assets/graphics/left-slide-arrow@2x.png);
        left: 0;
    }

        .suppliers .slick-prev:hover {
            background-image: url(../assets/graphics/left-slide-arrow@2x.png);
        }
}

.suppliers .slick-next {
    right: 0px;
    background-image: url(../assets/graphics/right-slide-arrow-sm.png);
}

    .suppliers .slick-next:hover {
        background-image: url(../assets/graphics/right-slide-arrow-sm.png);
    }

@media (min-width: 64.063em) {
    .suppliers .slick-next {
        background-image: url(../assets/graphics/right-slide-arrow.png);
        right: 0px;
    }

        .suppliers .slick-next:hover {
            background-image: url(../assets/graphics/right-slide-arrow.png);
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .suppliers .slick-next {
        background-image: url(../assets/graphics/right-slide-arrow-sm@2x.png);
        right: 20px;
    }

        .suppliers .slick-next:hover {
            background-image: url(../assets/graphics/right-slide-arrow-sm@2x.png);
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 64.063em), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 64.063em), only screen and (min-device-pixel-ratio: 2) and (min-width: 64.063em), only screen and (min-resolution: 192dpi) and (min-width: 64.063em), only screen and (min-resolution: 2dppx) and (min-width: 64.063em) {
    .suppliers .slick-next {
        background-image: url(../assets/graphics/right-slide-arrow@2x.png);
    }

        .suppliers .slick-next:hover {
            background-image: url(../assets/graphics/right-slide-arrow@2x.png);
        }
}

.suppliers .slick-arrow {
    display: block;
    padding-bottom: 20px;
}

    .suppliers .slick-arrow:hover span {
        text-decoration: underline;
    }

    .suppliers .slick-arrow img {
        margin-bottom: 20px;
    }

@media (min-width: 40.063em) {

    .suppliers .slick-arrow {
        display: block;
        padding-bottom: 30px;
    }

        .suppliers .slick-arrow img {
            margin-bottom: 30px;
        }
}

.suppliers .slick-slide {
    padding: 12px 0 11px;
}

@media (min-width: 64.063em) {
    .suppliers .slick-slide {
        padding: 30px 0 29px;
    }
}

.call-out {
    text-align: center;
    padding: 20px 0;
}

.call-out-grey {
    background-color: #f9f9f9 !important;
}

.call-out h3 {
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}

@media (min-width: 40.063em) {
    .call-out h3 {
        font-size: 36px;
        line-height: 40px;
    }
}

.call-out h3 span {
    display: block;
}

@media (min-width: 40.063em) {
    .call-out {
        padding: 30px 15px;
    }
}

@media (min-width: 64.063em) {
    .call-out {
        padding: 40px 0;
    }
}

.call-out-grey {
    background: #f9f9f9;
}

.call-out-grey {
    background: #f9f9f9;
}

.site {
    background: #f0f0f0;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    margin: 0 auto;
    padding-top: 10px;
}

.specs {
    font-family: DINPro, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    margin: 0 auto;
}

.footer {
    background: #000;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding: 20px 5px;
    margin: 0 auto;
}

    .footer .column {
        position: relative;
    }

    .footer .footer-logo {
        margin: 0 auto 20px;
        background-image: url(../assets/graphics/footer-logo.gif);
        background-size: 127px 44px;
        background-repeat: no-repeat;
        width: 127px;
        height: 44px;
        cursor: default;
    }

    .footer .copyright {
        clear: both;
        color: #ffffff;
        font-size: 12px;
        padding: 10px 25px;
        display: block;
        text-align: center;
        line-height: 24px;
    }


@media (min-width: 61.25em) {
    .footer .copyright {
        clear: inherit;
        font-size: 11px;
        margin-left: 160px;
        margin-right: 260px;
        padding: 0 0 20px;
    }
}


.footer ul {
    width: 314px;
    margin: 0 auto 10px;
    overflow: hidden;
    list-style-type: none;
}

    .footer ul li {
        width: 48px;
        height: 48px;
        float: left;
        margin: 0 7px;
    }

        .footer ul li a {
            display: block;
            border: #ffffff solid 2px;
            width: 100%;
            height: 100%;
            background-size: 48px 48px;
            background-position: center center;
            border-radius: 24px;
            background-repeat: no-repeat;
        }

            .footer ul li a.fb {
                background-image: url(../assets/graphics/icon-fb.jpg);
            }

            .footer ul li a.tw {
                background-image: url(../assets/graphics/icon-tw.jpg);
                background-size: 40px 40px;
            }

            .footer ul li a.in {
                background-image: url(../assets/graphics/icon-in.png);
            }

            .footer ul li a.insta {
                background-image: url(../assets/graphics/icon-instagram-transparent.png);
            }

            .footer ul li a.yt {
                background-image: url(../assets/emails/socialmedia/youtube.png);
            }

.sm-logo-square a {
    border-radius: 4px !important;
    width: 50px !important;
    background-size: 50px 42px !important;
}


@media (min-width: 40.063em) {
    .footer {
        padding: 20px 15px;
    }

        .footer .footer-logo {
            position: absolute;
            margin: 0;
            top: -6px;
            background-size: 144px 50px;
            width: 144px;
            height: 50px;
            cursor: default;
        }

        .footer ul {
            width: 290px;
            float: right;
        }

            .footer ul li {
                width: 49px;
                height: 49px;
                margin-left: 9px;
                margin-right: 0;
            }

                .footer ul li a {
                    background-size: 50px 50px;
                    border-radius: 30px;
                }
}

@media (min-width: 64.063em) {
    .footer {
        padding: 20px 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (min-resolution: 192dpi) and (min-width: 40.063em), only screen and (min-resolution: 2dppx) and (min-width: 40.063em) {
    .footer .footer-logo {
        background-image: url(../assets/graphics/footer-logo@2x.png);
    }
}

/*--------- SITE NAV ACCORDIAN -----------*/
.site-nav {
    list-style-type: none;
}

    .site-nav li {
        padding: 0;
    }

        .site-nav li a {
            width: 100%;
            display: block;
        }

    .site-nav ul {
        list-style-type: none;
        margin: 0;
        font-size: 15px;
    }

        .site-nav ul li a {
            color: #000;
        }

@media (max-width: 40rem) {
    .site-nav {
        margin: 0;
    }

        .site-nav &gt; li {
            border-bottom: #cccccc solid 1px;
        }

            .site-nav &gt; li ul {
                display: none;
            }

            .site-nav &gt; li &gt; a {
                line-height: 56px;
                position: relative;
                padding: 0 20px;
            }


            .site-nav &gt; li &gt; h6 {
                line-height: 56px;
                position: relative;
                padding: 0 20px;
            }

            .site-nav &gt; li &gt; a::after {
                content: '';
                width: 16px;
                height: 100%;
                position: absolute;
                top: 0;
                right: 20px;
                bottom: 0;
                background-image: url(../assets/graphics/footer-down-arrow.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 16px 10px;
            }


            .site-nav &gt; li &gt; h6::after {
                content: '';
                width: 16px;
                height: 100%;
                position: absolute;
                top: 0;
                right: 20px;
                bottom: 0;
                background-image: url(../assets/graphics/footer-down-arrow.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 16px 10px;
            }



            .site-nav &gt; li &gt; a:active {
                background: #019ad6;
                color: #ffffff;
            }

                .site-nav &gt; li &gt; a:active::after {
                    background-image: none;
                }
}

@media only screen and (max-width: 48rem) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (max-width: 48rem) and (min--moz-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (max-width: 48rem) and (min-device-pixel-ratio: 2) and (min-width: 40.063em), only screen and (max-width: 48rem) and (min-resolution: 192dpi) and (min-width: 40.063em), only screen and (max-width: 48rem) and (min-resolution: 2dppx) and (min-width: 40.063em) {
    .site-nav &gt; li &gt; a::after {
        background-image: url(../assets/graphics/footer-down-arrow@x2.png);
    }

    .site-nav &gt; li &gt; h6::after {
        background-image: url(../assets/graphics/footer-down-arrow@x2.png);
    }
}

@media (max-width: 40rem) {
    .site-nav &gt; li ul {
        margin: 0;
    }

        .site-nav &gt; li ul li {
            border-top: #cccccc solid 1px;
            background: #dcdcdc;
        }

            .site-nav &gt; li ul li a {
                line-height: 56px;
                padding: 0 20px;
            }

                .site-nav &gt; li ul li a:active {
                    background: #019ad6;
                    color: #ffffff;
                }


            .site-nav &gt; li ul li h6 {
                line-height: 56px;
                padding: 0 20px;
            }

                .site-nav &gt; li ul li h6:active {
                    background: #019ad6;
                    color: #ffffff;
                }
}

@media (min-width: 40.063em) {
    .site-nav {
        width: 75%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        margin: 0;
    }

        .site-nav &gt; li &gt; a {
            margin-bottom: 5px;
            cursor: text;
        }


        .site-nav &gt; li &gt; h6 {
            margin-bottom: 5px;
            cursor: text;
        }

        .site-nav &gt; li &gt; a:hover {
            color: #019ad6;
        }

        .site-nav ul {
            font-size: 14px;
        }

            .site-nav ul li a {
                line-height: 27px;
            }

                .site-nav ul li a:hover {
                    text-decoration: underline !important;
                }

        .site-nav .cols {
            width: 33.33333%;
            float: left;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }
}

@media (min-width: 64.063em) {
    .site-nav {
        padding: 0;
    }
}

/*---------- specs -----------*/
.specifications .r-tabs-tab {
    display: none;
}

.specifications .tab,
.specifications .r-tabs-anchor {
    width: 100%;
    font-size: 16px;
    display: block;
    background: #f0f0f0;
    color: #000;
    line-height: 45px;
    position: relative;
    padding: 0 20px;
    margin-bottom: 2px;
}

    .specifications .tab:active,
    .specifications .r-tabs-anchor:active {
        background: #019ad6;
        color: #ffffff;
    }

.specifications .contentBlock {
    display: none;
}

@media (max-width: 64em) {
    .specifications .contentBlock {
        padding: 15px;
    }

        .specifications .contentBlock .results-table {
            margin-top: 0;
        }
}

.specifications .contentBlock p {
    line-height: 22px;
    font-size: 15px;
}

/*.specifications .contentBlock .sustainabilityAttributesSubsite p {
    line-height: 22px;
    font-size: 15px;
}*/

.specifications .contentBlock ul li {
    line-height: 28px;
    font-size: 15px;
}

.specifications .contentBlock .video li {
    margin-bottom: 16px;
}

    .specifications .contentBlock .video li a {
        display: inline-block;
        position: relative;
        padding-left: 30px;
    }

        .specifications .contentBlock .video li a i {
            color: #000;
            margin-right: 15px;
            position: absolute;
            left: 0;
            top: 5px;
        }

@media (max-width: 64em) {
    .specifications {
        margin-bottom: 20px;
    }

        .specifications .r-tabs-state-active .r-tabs-anchor {
            background: #fff;
            border: #e5e5e5 solid 1px;
            color: #019ad6;
        }
}

@media (min-width: 64.063em) {
    .specifications .contentTabs {
        padding-left: 0;
        position: relative;
        z-index: 2;
    }

    .specifications .r-tabs-accordion-title {
        display: none;
    }

    .specifications .r-tabs-tab {
        display: block;
    }

    .specifications .tab {
        width: auto;
        margin-right: 10px;
        margin-bottom: 0px;
        float: left;
        border-radius: 3px 3px 0 0;
    }

    .specifications .r-tabs-state-active .tab {
        background: #fff;
        border-left: #e5e5e5 solid 1px;
        border-right: #e5e5e5 solid 1px;
        border-top: #e5e5e5 solid 1px;
        color: #019ad6;
    }

    .specifications .contentBlock {
        background: #fff;
        margin-bottom: 45px;
        border-top: #e5e5e5 solid 1px;
        position: relative;
        margin-top: 44px;
        padding: 50px 70px;
    }

        .specifications .contentBlock.grid {
            padding: 50px 20px;
        }

        .specifications .contentBlock .table-head a {
            display: none;
        }

        .specifications .contentBlock .results-table {
            margin-top: 0;
        }

    .specifications .tab-1 {
        display: block;
    }
}

@media (min-width: 40.063em) {
    .specifications .contentTabs {
        padding-left: 70px;
    }
}

.product-overview {
    background: #fff;
    margin-bottom: 45px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-overview-new {
    --padding-size: 10px;
    --border-radius: 0px;
    margin-top: var(--padding-size);
    border-radius: var(--border-radius);
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/

    padding: var(--padding-size);
    overflow: visible;
    border: 1px solid #e5e5e5;
}

.specifications .contentBlock {
    border: 1px solid #e5e5e5;
}

.specifications .contentTabs .tab {
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

whirl-carousel {
    max-width: 100%;
    flex: 1 1 max(50%, 300px);
    padding-right: var(--padding-size);
}

.whirl-mobile {
    /* Give a bit more room on the left and right of the screen for scrolling */
    padding: calc(var(--padding-size) * 2);
    padding-bottom: 0px;
}

.product-details {
    flex: 1 1 max(50%, 300px);
    padding-left: var(--padding-size);
}

.product-overview .image {
    width: 100%;
    position: relative;
}

@media (min-width: 64.063em) {
    .product-overview .image {
        width: 566px;
        min-height: 545px;
        float: left;
    }
}

@media (max-width: 64em) {
    .product-overview .product-details {
        background: #f9f9f9;
        overflow: hidden;
        padding: 20px;
        margin-top: 20px;
        position: relative;
    }

        .product-overview .product-details .number {
            position: absolute;
            top: 0;
            right: 10px;
        }
}

@media (min-width: 64.063em) {
    .product-overview .product-details {
        padding-top: 50px;
        padding-right: 25px;
        position: relative;
    }
}

.product-overview .product-details h1 {
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    display: inline;
    padding-right: 15px;
}

.product-overview .product-details .favourite {
    float: right;
    height: 24px;
    width: 24px;
    background-image: url(../../assets/graphics/favgrey-md.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

    .product-overview .product-details .favourite.favourited,
    .product-overview .product-details .favourite:hover {
        background-image: url(../../assets/graphics/favourite-selected.png);
    }

.product-overview .product-details .details {
    line-height: 50px;
    border-bottom: #e5e5e5 solid 1px;
}

    .product-overview .product-details .details .code {
        color: #666666;
    }

    .product-overview .product-details .details .id {
        color: #333333;
    }

    .product-overview .product-details .details .number {
        float: right;
        color: #999999;
        font-size: 11px;
    }

.product-overview .product-details .description {
    padding-top: 10px;
    overflow: hidden;
}

    .product-overview .product-details .description p {
        line-height: 24px;
    }

    .product-overview .product-details .description .shop-adder {
        width: 100%;
        height: 45px;
        position: relative;
        font-style: normal;
    }

@media (min-width: 64.063em) {
    .product-overview .product-details .description .shop-adder {
        float: left;
        width: 52%;
        font-style: normal;
    }
}

.product-overview .product-details .description .shop-adder .shop-number {
    margin: 0;
    clear: left;
    float: left;
    width: 61px;
    line-height: 45px;
    height: 45px;
    border: none;
    box-shadow: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #fabf80;
}

.product-overview .product-details .description .shop-adder .basket-adder {
    position: absolute;
    left: 61px;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    color: #fff;
    background: #f68e1e;
    line-height: 45px;
    height: 45px;
    text-align: center;
    border: none;
    background-image: url(../assets/graphics/cart.png);
    background-position: right;
    background-size: 56px 45px;
    background-repeat: no-repeat;
    max-width: 150px;
    min-width: 98px;
}

    .product-overview .product-details .description .shop-adder .basket-adder:hover {
        background-color: #d87409;
    }

@media (max-width: 64em) {
    .product-overview .product-details .description .shop-adder .basket-adder {
        max-width: 250px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-overview .product-details .description .shop-adder .basket-adder {
        background-image: url(../assets/graphics/cart@2x.png);
    }
}

.product-overview .product-details .description .shop-adder .basket-quotation-on-request {
    position: absolute;
    left: 61px;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    color: #fff;
    background: #f68e1e;
    line-height: 45px;
    height: 45px;
    text-align: center;
    border: none;
    background-position: right;
    background-size: 56px 45px;
    background-repeat: no-repeat;
}

    .product-overview .product-details .description .shop-adder .basket-quotation-on-request:hover {
        background-color: #d87409;
    }

.product-overview .product-details .description .price {
    color: #cc0000;
    font-size: 24px;
    margin-top: 10px;
    font-style: normal;
}

@media (min-width: 64.063em) {
    .product-overview .product-details .description .price {
        float: right;
        margin-top: 0;
        font-style: normal;
    }
}

.product-overview .product-details .description .price .per {
    font-size: 12px;
    color: #333333;
}

.product-overview .product-details .description .price .cost {
    line-height: 45px;
}

.product-overview .product-details .description .price .was {
    display: block;
    clear: left;
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
}

    .product-overview .product-details .description .price .was .strike {
        color: #333333;
        position: relative;
    }

        .product-overview .product-details .description .price .was .strike::after {
            content: '';
            width: 100%;
            height: 1px;
            background: #333333;
            top: 50%;
            left: 0;
            position: absolute;
        }

    .product-overview .product-details .description .price .was .save {
        color: #cc0000;
    }

.product-overview .product-details .warning {
    font-size: 14px;
    border-radius: 3px;
    font-family: robotoitalic, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border: #ff6666 solid 1px;
    background: #ffe3e3;
    text-align: center;
    color: #666666;
    line-height: 16px;
    padding: 13px;
    margin-top: 10px;
}

.product-overview .product-details .info {
    font-size: 14px;
    border-radius: 3px;
    font-family: robotoitalic, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border: #019ad6 solid 1px;
    background: #d4f2fd;
    text-align: center;
    color: #666666;
    line-height: 16px;
    padding: 13px;
    margin-top: 10px;
}

.product-overview .product-details .msg {
    font-family: robotoitalic, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 15px;
    float: left;
    color: #666666;
    display: block;
    margin-top: 10px;
    line-height: 40px;
    margin-right: 12px;
}

.product-overview .product-details .request {
    clear: left;
    max-width: 300px;
    position: relative;
}

    .product-overview .product-details .request .requestDrop {
        display: none;
    }

        .product-overview .product-details .request .requestDrop li a {
            display: block;
        }

    .product-overview .product-details .request:hover .requestDrop {
        display: block;
    }

    .product-overview .product-details .request:hover .button {
        background: #0175a3;
    }

@media (min-width: 64.063em) {
    .product-overview .product-details .request {
        clear: none;
        width: 50%;
        max-width: 140px;
        float: right;
        margin-top: 10px;
    }

        .product-overview .product-details .request .button {
            float: right;
            margin-bottom: 15px;
            position: relative;
        }

        .product-overview .product-details .request .requestDrop {
            position: absolute;
            right: 0;
            top: 100%;
            text-align: right;
            margin-top: -15px;
            width: 122%;
        }

            .product-overview .product-details .request .requestDrop li {
                overflow: hidden;
            }

                .product-overview .product-details .request .requestDrop li a {
                    float: right;
                    display: block;
                    width: 122%;
                }
}

.product-overview .stage img {
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .product-overview .stage img {
        float: none;
    }
}

@media (min-width: 64.063em) {
    .product-overview .stage {
        position: relative;
        margin-left: 126px;
        margin-top: 52px;
        width: 450px;
        min-height: 450px;
        margin-bottom: 40px;
        text-align: center;
        float: none;
    }

        .product-overview .stage img {
            max-width: 450px;
            max-height: 450px;
        }
}

.product-overview .zoom-image {
    display: none;
}

@media (min-width: 64.063em) {
    .product-overview .zoom-image {
        position: absolute;
        bottom: 20px;
        right: 10px;
        width: 16px;
        height: 16px;
        display: block;
        background-image: url(../assets/graphics/zoom-image.png);
        background-position: right;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-resolution: 192dpi), only screen and (min-width: 64.063em) and (min-resolution: 2dppx) {
    .product-overview .zoom-image {
        background-image: url(../assets/graphics/zoom-image@2x.png);
    }
}

.product-overview .carousel-thumbs {
    margin-top: 20px;
    margin-left: 20px;
    width: 204px;
    height: 82px;
}

@media (min-width: 480px) {
    .product-overview .carousel-thumbs {
        width: 398px;
    }
}

.product-overview .carousel-thumbs .item {
    width: 82px;
    height: 82px;
    margin: 0 10px;
    overflow: hidden;
}

    .product-overview .carousel-thumbs .item a {
        overflow: hidden;
        border: #e5e5e5 solid 1px;
        width: 80px;
        height: 80px;
        display: block !important;
        position: relative;
        overflow: hidden;
    }

        .product-overview .carousel-thumbs .item a img {
            position: absolute;
            display: block;
            max-width: none;
        }

        .product-overview .carousel-thumbs .item a:hover {
            border: #666666 solid 1px;
        }

.product-overview .carousel-thumbs .slick-arrow {
    position: absolute;
    width: 16px;
    height: 82px;
    display: block;
    background: #fff;
}

    .product-overview .carousel-thumbs .slick-arrow::after {
        content: '';
        position: absolute;
        left: 5px;
        top: 35px;
    }

    .product-overview .carousel-thumbs .slick-arrow.slick-next {
        top: 0;
        right: -10px;
    }

        .product-overview .carousel-thumbs .slick-arrow.slick-next::after {
            border-color: transparent #000;
            border-style: solid;
            border-width: 6px 0 6px 6px;
            width: 0;
            height: 0;
        }

    .product-overview .carousel-thumbs .slick-arrow.slick-prev {
        bottom: 0;
        left: -10px;
    }

        .product-overview .carousel-thumbs .slick-arrow.slick-prev::after {
            border-color: transparent #000;
            border-style: solid;
            border-width: 6px 6px 6px 0;
            width: 0;
            height: 0;
        }

@media (min-width: 64.063em) {
    .product-overview .carousel-thumbs {
        margin: auto;
        width: 82px;
        height: 398px;
        position: absolute;
        bottom: 45px;
        left: 20px;
    }

        .product-overview .carousel-thumbs .item {
            margin: 10px 0;
        }

        .product-overview .carousel-thumbs .slick-arrow {
            position: absolute;
            width: 82px;
            height: 16px;
            display: block;
            background: #fff;
        }

            .product-overview .carousel-thumbs .slick-arrow::after {
                content: '';
                position: absolute;
                left: 35px;
                top: 5px;
            }

            .product-overview .carousel-thumbs .slick-arrow.slick-next {
                top: -20px;
                right: auto;
            }

                .product-overview .carousel-thumbs .slick-arrow.slick-next::after {
                    border-color: #000 transparent;
                    border-style: solid;
                    border-width: 0 6px 6px 6px;
                    width: 0;
                    height: 0;
                }

            .product-overview .carousel-thumbs .slick-arrow.slick-prev {
                bottom: -30px;
                left: auto;
            }

                .product-overview .carousel-thumbs .slick-arrow.slick-prev::after {
                    border-color: #000 transparent;
                    border-style: solid;
                    border-width: 6px 6px 0 6px;
                    width: 0;
                    height: 0;
                }
}

.contact {
    position: relative;
    width: 100%;
}

    .contact h6 {
        color: #019ad6 !important;
        font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: bold;
    }

    .contact p {
        font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        color: #000;
    }

        .contact p .location {
            color: #019ad6;
            font-size: 14px;
            display: block;
            line-height: 27px;
        }

        .contact p a {
            color: #000;
        }

            .contact p a:hover {
                text-decoration: underline;
            }

@media (max-width: 40.063em) {
    .contact {
        padding: 20px;
    }
}

@media (min-width: 48.06rem) {
    .contact {
        width: 25%;
        float: left;
        padding: 0 0.9375rem;
        margin: 0;
    }

        .contact h6 {
            color: #019ad6 !important;
            font-weight: bold;
        }

        .contact ul {
            font-size: 14px;
        }

        .contact .cols {
            width: 33.33333%;
            float: left;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }
}

@media (min-width: 64.063em) {
    .contact {
        padding: 0;
    }
}

.site-container {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 66px;
}

@media (min-width: 48.06rem) {
    .site-container {
        padding-top: 50px;
        padding-bottom: 66px;
    }
}

@media (min-width: 64.063em) {
    .site-container {
        padding-top: 74px;
        padding-bottom: 80px;
    }
}

.back {
    width: 45px;
    height: 45px;
    display: block;
    background-image: url(../assets/graphics/back-to-top.png);
    background-size: 45px 45px;
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: 0.5;
}

    .back:hover,
    .back:active {
        opacity: 1;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 40em), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 40em), only screen and (min-device-pixel-ratio: 2) and (max-width: 40em), only screen and (min-resolution: 192dpi) and (max-width: 40em), only screen and (min-resolution: 2dppx) and (max-width: 40em) {
    .back {
        background-image: url(../assets/graphics/back-to-top@2x.png);
    }
}

@media (min-width: 40.063em) {
    .back {
        display: none !important;
    }
}

/*--------- SEARCH RESULTS --------*/

.search-results {
    overflow: hidden;
}

    .search-results .searchHeading {
        color: #019ad6;
        font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        padding-top: 0;
        padding-left: 0.9375rem;
        position: absolute;
    }

        .search-results .searchHeading .black {
            color: #000;
        }

        .search-results .searchHeading .grey {
            color: #999999;
        }

@media (min-width: 40.063em) {
    .search-results .searchHeading {
        font-size: 24px;
        padding-top: 20px;
    }
}

@media (max-width:40em) {
    .search-results .searchHeading {
        font-size: 24px;
        padding-top: 10px;
    }
}

.search-results .return {
    margin-top: -20px;
    float: right;
    font-size: 13px;
}

    .search-results .return .coby {
        font-size: 15px;
    }

    .search-results .return:hover {
        text-decoration: underline;
    }

    .search-results .return.bottom {
        clear: right;
        margin-top: 30px;
    }

.search-results .results {
    position: relative;
    margin: 36px 0;
    float: left;
    color: #999999;
    font-size: 13px;
}

.search-results .pag {
    padding-right: 0.9375rem;
    position: absolute;
    top: 20px;
    left: 15px;
}

@media (min-width: 40.063em) {
    .search-results .pag {
        right: 0;
        left: auto;
    }
}

.search-results .pag.bottom {
    position: relative;
    margin: 10px 0;
    float: right;
    padding-right: 0;
}

.search-results .pag label,
.search-results .pag .page {
    float: left;
    display: inline;
    line-height: 28px;
    font-size: 12px;
    color: #999999;
}

@media (max-width: 40em) {
    .search-results .pag .page {
        clear: left;
        float: left;
    }
}

.search-results .pag select {
    width: 55px;
    margin-left: 10px;
    font-size: 15px;
    float: left;
    height: 30px;
    padding: 0 8px 0 3px;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    margin-right: 20px;
    margin-top: 0;
    background-image: url(../assets/graphics/caretDown.png);
    background-size: 9px 6px;
    background-position: right center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .search-results .pag select {
        background-image: url(/assets/graphics/caretDown@2x.png);
    }
}

.search-results .pag select option {
    padding: 5px;
    float: right;
}

.search-results .pag ul {
    float: left;
    margin-top: 4px;
}

    .search-results .pag ul li {
        float: left;
    }

@media (max-width: 40em) {
    .search-results .pag ul li.max {
        display: none;
    }
}

.search-results .pag ul li a {
    font-size: 15px;
    position: relative;
    background: #e5e5e5;
    color: #999999;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    width: 22px;
    line-height: 24px;
    height: 22px;
    margin-left: 10px;
    text-align: center;
    display: block;
}

    .search-results .pag ul li a:hover {
        background-color: #03a9f4;
        color: #fff;
    }

    .search-results .pag ul li a.on {
        background: #019ad6;
        color: #fff;
    }

    .search-results .pag ul li a.right-arr {
        background: #019ad6 url(../assets/graphics/right-arr.png) no-repeat 8px 5px;
    }

        .search-results .pag ul li a.right-arr:hover {
            background-color: #03a9f4;
        }

    .search-results .pag ul li a.left-arr {
        background: #019ad6 url(../assets/graphics/left-arr.png) no-repeat 7px 5px;
    }

        .search-results .pag ul li a.left-arr:hover {
            background-color: #03a9f4;
        }

@media(min-width:1025px) {
    .filterMain {
        width: 18% !important;
    }

    .productsLarge {
        width: 82% !important;
    }

    .products-grid-row {
        max-width: 111.125rem !important;
    }
}

.filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 40px;
    position: relative;
    background: #019ad6;
    color: #fff;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

    .filter-head::after {
        content: '';
        border-color: #fff transparent;
        border-style: solid;
        border-width: 6px 6px 0 6px;
    }

    .filter-head.opened::after {
        border-width: 0 6px 6px 6px;
    }

@media (min-width: 64.063em) {
    .filter-head::after {
        border-width: 0 6px 6px 6px;
    }

    .filter-head.opened::after {
        border-width: 6px 6px 0 6px;
    }
}

.filter-head a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}


.filter-head.on span {
    border-width: 0 6px 6px 6px;
}

@media (min-width: 40.063em) {
    .filter-head {
        margin-top: 70px;
    }
}

@media (max-width: 64em) {
    .filterMain {
        margin-bottom: 30px;
    }
}

@media (max-width: 40em) {
    .filterMain {
        margin-bottom: 0;
    }
}

@media (max-width: 26em) {
    .filterMain {
        margin-bottom: 0;
        margin-top: 30px;
    }
}

.filters {
    display: none;
    background: #fff;
    padding: 15px;
    overflow: hidden;
}

    .filters.show {
        display: block;
    }

@media (max-width: 64em) {
    .filters {
        box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    }
}

@media (min-width: 64.063em) {
    .filters {
        display: block;
    }

        .filters.show {
            display: none;
        }
}

.filters .filterBlock {
    margin-bottom: 45px;
}

    .filters .filterBlock span {
        position: relative;
        display: block;
        width: 100%;
    }

        .filters .filterBlock span span label {
            font-size: 13px;
            padding: 6px 0 6px 15px;
            line-height: 16px;
            color: #999999;
        }

        .filters .filterBlock span input[type="checkbox"] {
            position: absolute;
            top: 7px;
            left: 0;
            margin: 0;
        }

    .filters .filterBlock .filterMore {
        color: #666666;
        font-size: 13px;
        text-decoration: none;
        line-height: 25px;
    }

        .filters .filterBlock .filterMore:hover {
            color: #000;
        }

    .filters .filterBlock.hideFilter {
        margin-bottom: 10px;
    }

        .filters .filterBlock.hideFilter .filterHeading::after {
            content: '';
            margin-left: 30px;
            border-color: #000 transparent;
            border-style: solid;
            border-width: 6px 6px 0 6px;
            width: 0;
            height: 0;
            top: 9px;
            position: relative;
        }

        .filters .filterBlock.hideFilter label {
            display: none;
        }

        .filters .filterBlock.hideFilter .filterMore {
            display: none;
        }

@media (min-width: 64.063em) {
    .filters .filterBlock.hideFilter {
        display: none;
    }
}

.filters .filterBlock .more {
    display: none;
}

.filters .filterBlock .show {
    display: block;
}

.filters .filterBlock .filterHeading {
    color: #019ad6;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

    .filters .filterBlock .filterHeading a {
        display: inline-block;
        position: relative;
        top: 5px;
        margin-left: 20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #cccccc url(../assets/graphics/killZwitch.png) center center no-repeat;
    }

        .filters .filterBlock .filterHeading a:hover {
            background-color: #666666;
        }

@media (min-width: 64.063em) {
    .filters .filterBlock .filterHeading a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: auto;
    }
}

.filters .buttons {
    display: block;
    float: left;
    width: 45%;
    max-width: 130px;
}

    .filters .buttons.left {
        margin-right: 26px;
    }

@media (min-width: 64.063em) {
    .filters .buttons.left {
        margin-right: 10%;
    }
}

.filters .buttons a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: block;
}

    .filters .buttons a.apply {
        background: #019ad6;
        color: #fff;
    }

        .filters .buttons a.apply:hover {
            background: #03a9f4;
        }

    .filters .buttons a.clear {
        background: #f0f0f0;
        color: #cccccc;
    }

        .filters .buttons a.clear:hover {
            background: #666666;
            color: #fff;
        }

.filter-list {
    margin-top: 51px;
    background: #fff;
    padding: 15px;
}

.sustainability-table {
    line-height: 22px;
    font-size: 15px;
    font-family: robotoregular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}


.results-table {
    margin-top: 70px;
    box-sizing: border-box;
    width: 100%;
}

@media (max-width: 40em) {
    .results-table {
        margin-top: 100px;
        border-top: #f0f0f0 solid 1px;
    }
}

@media (min-width: 40.063em) {
    .results-table {
        display: table;
    }
}

.results-table .remove {
    width: 42px;
    float: left;
}

@media (min-width: 40.063em) {
    .results-table .remove {
        width: 72px;
        float: none;
    }
}

@media (min-width: 64.063em) {
    .results-table .remove {
        width: 72px;
    }
}

.results-table .product {
    width: 99px;
    float: left;
}

@media (min-width: 40.063em) {
    .results-table .product {
        width: 108px;
        float: none;
    }
}

@media (min-width: 64.063em) {
    .results-table .product {
        width: 120px;
    }
}

@media (max-width: 40em) {
    .results-table .code {
        margin-left: 98px;
    }
}

@media (min-width: 40.063em) {
    .results-table .code {
        width: 90px;
    }
}

@media (min-width: 64.063em) {
    .results-table .code {
        width: 110px;
    }
}

@media (max-width: 40em) {
    .results-table .unit-size {
        float: left;
        margin-top: 7px;
    }
}

@media (min-width: 40.063em) {
    .results-table .unit-size {
        width: 75px;
    }
}

@media (min-width: 64.063em) {
    .results-table .unit-size {
        width: 90px;
    }
}

@media (max-width: 40em) {
    .results-table .price {
        float: left;
        margin-top: 7px;
    }
}

@media (min-width: 40.063em) {
    .results-table .price {
        width: 65px;
    }
}

@media (min-width: 64.063em) {
    .results-table .price {
        width: 80px;
    }
}

@media (max-width: 40em) {
    .results-table .qty {
        float: right;
        width: 120px;
    }
}

@media (min-width: 40.063em) {
    .results-table .qty {
        width: 87px;
    }
}

@media (min-width: 64.063em) {
    .results-table .qty {
        width: 150px;
    }
}

@media (min-width: 40.063em) {
    .results-table .basketqty {
        width: 87px;
    }
}

@media (min-width: 64.063em) {
    .results-table .basketqty {
        width: 150px;
    }
}

.results-table .table-head {
    box-sizing: border-box;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #666666;
    display: none;
    width: 100%;
    background: #e5e5e5;
}

@media (max-width: 64em) {
    .results-table .table-head {
        font-size: 12px;
    }
}

@media (min-width: 40.063em) {
    .results-table .table-head {
        display: table;
    }
}

.results-table .table-head div {
    box-sizing: border-box;
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
}

.product-table-head {
    padding: 10px 5px 10px 17px !important;
    min-width: 150px !important;
}

.product-table-price {
    min-width: 150px !important;
}

.results-table .table-head div a {
    position: relative;
    height: 100%;
    width: 10px;
    padding: 0 6px;
    margin-left: 5px;
}

    .results-table .table-head div a span {
        margin-left: 3px;
        left: 3px;
        border-color: #019ad6 transparent;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        width: 0;
        height: 0;
        margin-left: -2px;
        top: 50%;
        margin-top: -3px;
        position: absolute;
    }

    .results-table .table-head div a.on span {
        border-width: 0 6px 6px 6px;
    }

    .results-table .table-head div a:hover span {
        border-color: #03a9f4 transparent;
    }

.results-table .table-head div.remove {
    padding-left: 9px;
}

@media (max-width: 40em) {
    .results-table .table-head div.basketDescription {
        float: left;
        display: block;
        padding-top: 20px;
    }
}

@media (min-width: 40.063em) {
    .results-table .table-head div.basketDescription {
        padding-left: 25px;
    }
}

.results-table .table-row {
    min-height: 50px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 12px;
    color: #333333;
    width: 100%;
    background: #fff;
    border-bottom: #f0f0f0 solid 1px;
}

@media (min-width: 64.063em) {
    .results-table .table-row {
        font-size: 15px;
    }
}

@media (min-width: 40.063em) {
    .results-table .table-row {
        display: table;
    }
}

.results-table .table-row div {
    box-sizing: border-box;
    padding: 5px;
    line-height: 20px;
    vertical-align: middle;
}

@media (min-width: 40.063em) {
    .results-table .table-row div {
        display: table-cell;
    }
}

.results-table .table-row div span {
    height: 100%;
}

.results-table .table-row div:last-child {
    border: none;
}

.results-table .table-row .product {
    height: 100px;
    text-align: center;
}

    .results-table .table-row .product img {
        margin: 0 auto;
        height: auto;
        max-width: 89px;
        max-height: 89px;
    }

@media (min-width: 64.063em) {
    .results-table .table-row .product img {
        max-width: 110px;
        max-height: 110px;
    }
}

.results-table .table-row .remove a {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-image: url(../assets/graphics/trash-can.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 40em) {
    .results-table .table-row .remove {
        height: 50px;
    }

        .results-table .table-row .remove a {
            margin-top: 8px;
        }
}

.results-table .table-row .description a {
    color: #000;
}

    .results-table .table-row .description a:hover {
        text-decoration: underline !important;
        color: #019ad6 !important;
    }

.results-table .table-row .description .attn {
    color: #cc0000;
    padding-top: 8px;
}

@media (max-width: 40em) {
    .results-table .table-row .description {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 0px !important;
    }
}

@media (max-width: 40em) {
    .results-table .table-row .basketDescription {
        float: left;
        display: block;
    }

        .results-table .table-row .basketDescription a {
            line-height: 36px;
            display: block;
        }
}

@media (min-width: 40.063em) {
    .results-table .table-row .basketDescription {
        padding-left: 25px;
    }
}

.results-table .table-row .code {
    color: #999999;
    padding-left: 0px !important;
}

.results-table .table-row .quantity {
    border: none;
    background: #f0f0f0;
    float: left;
    width: 30%;
    padding: 0 0 0 5px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    box-shadow: none;
    margin: 0;
    border-radius: 3px;
}

@media (max-width: 40em) {
    .results-table .table-row .quantity {
        width: 40%;
    }
}

.results-table .table-row .adder {
    background: #f68e1e;
    float: right;
    width: 50%;
    text-align: center;
    color: #fff;
    display: block;
    height: 28px;
    line-height: 28px;
    margin-right: 15px;
}

    .results-table .table-row .adder:hover {
        background-color: #d87409;
    }

@media (max-width: 40em) {
    .results-table .table-row .adder {
        margin-right: 0;
        width: 50%;
    }
}

.results-table .table-row .poa {
    float: left;
    color: #000;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    font-size: 80%;
}

@media (max-width: 40em) {
    .results-table .table-row .poa {
        margin-right: 0;
    }
}

.results-table .table-row.basketMore {
    width: 100%;
    border: 1px solid transparent;
    min-height: inherit;
    display: none;
    background: #f0f0f0;
    padding: 0;
}

@media (min-width: 40.063em) {
    .results-table .table-row.basketMore {
        padding: 0;
    }
}

@media (min-width: 64.063em) {
    .results-table .table-row.basketMore {
        padding: 0;
    }
}

.results-table .table-row.basketMore .ptable-row {
    display: table;
    width: 100%;
}

.results-table .table-row.basketMore .pcode {
    display: table-cell;
    width: 70px;
    color: #999999;
}

@media (min-width: 64.063em) {
    .results-table .table-row.basketMore .pcode {
        width: 111px;
    }
}

.results-table .table-row.basketMore .ptitle {
    display: table-cell;
}

.results-table .table-row.basketMore .pqty {
    display: table-cell;
    width: 12%;
    color: #999999;
}

@media (min-width: 64.063em) {
    .results-table .table-row.basketMore .pqty {
        width: 25%;
    }
}

.toggle {
    color: #000;
    position: relative;
    padding-left: 21px;
}

    .toggle i {
        margin-right: 10px;
        color: #019ad6;
        position: absolute;
        left: 0;
    }

@media (max-width: 40em) {
    .toggle i {
        top: 12px;
    }
}

@media (min-width: 40.063em) {
    .toggle i {
        top: 4px;
    }
}

.toggle i.fa-chevron-down {
    display: none;
}

.promo-list {
    margin-top: 20px;
}

    .promo-list .promo-grid {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

@media (max-width: 539px) {
    .promo-list .promo-grid {
        width: 100%;
    }

        .promo-list .promo-grid .promo-box {
            margin: 0 auto 60px;
        }
}

@media (min-width: 540px) {
    .promo-list .promo-grid {
        width: 50%;
    }
}

@media (min-width: 810px) {
    .promo-list .promo-grid {
        width: 33.33333%;
    }
}

@media (min-width: 1080px) {
    .promo-list .promo-grid {
        width: 25%;
    }
}

.promo-box {
    width: 240px;
    height: 350px;
    margin-bottom: 60px;
    border: #dcdcdc solid 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
}

    .promo-box .pic {
        width: 238px;
        height: 248px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .promo-box .pic img {
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
        }

    .promo-box .info {
        font-size: 14px;
        width: 238px;
        height: 71px;
        text-align: center;
        display: table;
    }

        .promo-box .info a {
            display: table-cell;
            vertical-align: middle;
            color: #000;
        }

            .promo-box .info a span {
                display: block;
                line-height: 20px;
            }

                .promo-box .info a span.blu {
                    color: #019ad6;
                }

            .promo-box .info a:hover {
                text-decoration: underline;
            }

                .promo-box .info a:hover span {
                    text-decoration: underline;
                }

.formBox {
    max-width: 630px;
    padding: 15px 15px 0;
    border: #019ad6 solid 1px;
    background: #eff5f8;
    margin-bottom: 20px;
}

@media (max-width: 64em) {
    .top-bar .top .account-selector {
        width: auto;
        border-top: #cccccc solid 1px;
        font-size: 20px;
        background: none;
        line-height: 50px;
        display: block;
        margin: 45px 10px 0;
        text-transform: uppercase;
    }

        .top-bar .top .account-selector .ac {
            color: #f68e1e;
            display: block;
            padding: 0 10px;
            line-height: 50px;
        }

            .top-bar .top .account-selector .ac::after {
                border-color: #f68e1e transparent transparent;
            }

            .top-bar .top .account-selector .ac:active {
                color: #fff;
                background: #f68e1e;
            }

        .top-bar .top .account-selector .dropDown {
            background: none;
            margin: 0;
        }

            .top-bar .top .account-selector .dropDown li {
                line-height: 40px;
                width: auto;
                border-top: #4F4F4F solid 1px;
            }

                .top-bar .top .account-selector .dropDown li a {
                    color: #fff;
                    display: block;
                    padding: 0 10px;
                    color: #fff;
                    font-size: 15px;
                    padding: 0 0.6rem;
                    text-transform: none;
                    line-height: 40px;
                    background: rgba(0, 0, 0, 0.4);
                }

                    .top-bar .top .account-selector .dropDown li a:hover {
                        color: #f9f9f9;
                    }

                    .top-bar .top .account-selector .dropDown li a:active {
                        color: #fff;
                        background: #f68e1e;
                    }
}

@media (min-width: 64.063em) {
    .top-bar .top .account-selector {
        width: 165px;
        position: relative;
        z-index: 3;
        height: 30px;
        background-color: #f0f0f0;
        margin-top: 13px;
    }

        .top-bar .top .account-selector .dropDown {
            display: none;
        }

            .top-bar .top .account-selector .dropDown li a {
                display: block;
            }

        .top-bar .top .account-selector:hover .dropDown {
            display: block;
        }

        .top-bar .top .account-selector .ac {
            width: 160px;
            height: 30px;
            display: block;
            color: #000;
            line-height: 30px;
            padding: 0 30px 0 10px !important;
            position: relative;
        }

            .top-bar .top .account-selector .ac:hover {
                text-decoration: none;
            }

            .top-bar .top .account-selector .ac::before {
                content: '';
                border-color: #000 transparent;
                border-style: solid;
                border-width: 6px 6px 0 6px;
                width: 0;
                height: 0;
                top: 11px;
                right: 8px;
                position: absolute;
            }

            .top-bar .top .account-selector .ac::after {
                display: none !important;
            }

        .top-bar .top .account-selector .dropDown {
            min-width: inherit;
            margin-left: 0;
            border: none;
            background-color: #f0f0f0;
            position: absolute;
            left: 0;
            top: 100%;
            text-align: left;
        }

            .top-bar .top .account-selector .dropDown li {
                overflow: hidden;
            }

                .top-bar .top .account-selector .dropDown li a {
                    color: #000;
                    line-height: 30px;
                    padding: 0 30px 0 10px;
                    display: block;
                    width: 165px;
                }

                    .top-bar .top .account-selector .dropDown li a:hover {
                        background: #e5e5e5;
                        text-decoration: none;
                    }
}

.ac-selector {
    margin-bottom: 15px;
}

    .ac-selector p {
        display: inline;
    }

.account-selector-page {
    list-style-type: none;
    max-width: 300px;
    position: relative;
    display: inline-block;
    height: 30px;
    background-color: #f0f0f0;
    margin-top: 13px;
}

    .account-selector-page .dropDown {
        padding-left: 0;
        display: none;
    }

        .account-selector-page .dropDown li {
            margin-bottom: 0;
        }

            .account-selector-page .dropDown li a {
                font-size: 16px;
                display: block;
            }

    .account-selector-page:hover .dropDown {
        display: block;
    }

    .account-selector-page .ac {
        height: 30px;
        display: block;
        color: #000;
        line-height: 30px;
        padding: 0 30px 0 10px;
        position: relative;
    }

        .account-selector-page .ac::before {
            content: '';
            border-color: #000 transparent;
            border-style: solid;
            border-width: 6px 6px 0 6px;
            width: 0;
            height: 0;
            top: 11px;
            right: 8px;
            position: absolute;
        }

    .account-selector-page .dropDown {
        min-width: inherit;
        margin-left: 0;
        border: none;
        background-color: #f0f0f0;
        position: absolute;
        left: 0;
        top: 100%;
        text-align: left;
    }

        .account-selector-page .dropDown li {
            overflow: hidden;
        }

            .account-selector-page .dropDown li a {
                color: #000;
                line-height: 30px;
                padding: 0 30px 0 10px;
                float: right;
                display: block;
                width: 100%;
            }

                .account-selector-page .dropDown li a:hover {
                    background: #e5e5e5;
                }



/***** REGISTER****/
.regTop {
    margin-bottom: 20px;
}

@media (max-width: 40em) {
    .regTop {
        padding: 0 20px;
    }
}

@media (max-width: 40em) {
    .reg {
        padding: 0 20px !important;
    }
}

.reg h2 {
    color: #019ad6;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    margin-bottom: 35px;
}

@media (max-width: 64em) {
    .reg {
        margin-bottom: 20px;
    }
}

@media (max-width: 64em) {
    .regcol-3 {
        clear: both;
    }
}

@media (max-width: 64em) {
    .regLarge {
        display: none;
    }
}

.regMedium {
    margin-bottom: 20px;
}

@media (max-width: 40em) {
    .regMedium {
        display: none;
    }
}

@media (min-width: 64.063em) {
    .regMedium {
        display: none;
    }
}

@media (max-width: 40em) {
    .regSmall {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}

@media (min-width: 40.063em) {
    .regSmall {
        display: none;
    }
}

.regtxt {
    background: #1d1d1d;
    position: relative;
    padding: 40px 20px 20px 15px !important;
    border-radius: 5px;
}

    .regtxt::after {
        content: '';
        border-color: #1d1d1d transparent;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        width: 0;
        height: 0;
        position: absolute;
        top: -15px;
    }

@media (min-width: 40.063em) {
    .regtxt::after {
        top: 60px;
        border-color: transparent #1d1d1d;
        border-style: solid;
        border-width: 15px 15px 15px 0;
    }
}

@media (min-width: 64.063em) {
    .regtxt::after {
        top: 60px;
        left: auto;
        right: -15px;
        border-color: transparent #1d1d1d;
        border-style: solid;
        border-width: 15px 0 15px 15px;
    }
}

.regtxt p {
    color: #fff;
    margin-bottom: 30px !important;
    line-height: 18px;
}

    .regtxt p em {
        color: #999999;
        font-size: 13px;
        font-style: italic;
    }

        .regtxt p em .important {
            color: #fff;
        }

.regtxt h2 {
    color: #019ad6;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    margin-bottom: 0;
}

.inputs div {
    padding: 0;
    margin: 0 0 25px 0;
    clear: left;
}

.inputs p {
    padding: 0;
    margin: 0;
    clear: left;
}

.inputs label,
.inputs .formlabel {
    margin: 0 0 8px 0;
    padding: 0px;
    display: block;
    font-size: 15px;
    line-height: 20px;
    clear: left;
}

.inputs input[type=text],
.inputs input[type=email],
.inputs input[type=password],
.inputs textarea,
.inputs select {
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #cccccc;
    padding: 7px;
    margin: 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-shadow: none;
    font-size: 15px;
}

    .inputs input[type=text].warn,
    .inputs input[type=email].warn,
    .inputs input[type=password].warn,
    .inputs input[type=time].warn,
    .inputs textarea.warn,
    .inputs select.warn {
        box-shadow: 0 0 0 2px #cc0000;
        border: 1px solid #cc0000;
    }

    .inputs input[type=text]::-webkit-input-placeholder,
    .inputs input[type=email]::-webkit-input-placeholder,
    .inputs input[type=password]::-webkit-input-placeholder,
    .inputs textarea::-webkit-input-placeholder,
    .inputs select::-webkit-input-placeholder {
        color: #A2A2A2;
    }

    .inputs input[type=text]:-moz-placeholder,
    .inputs input[type=email]:-moz-placeholder,
    .inputs input[type=password]:-moz-placeholder,
    .inputs textarea:-moz-placeholder,
    .inputs select:-moz-placeholder {
        /* Firefox 18- */
        color: #A2A2A2;
    }

    .inputs input[type=text]::-moz-placeholder,
    .inputs input[type=email]::-moz-placeholder,
    .inputs input[type=password]::-moz-placeholder,
    .inputs textarea::-moz-placeholder,
    .inputs select::-moz-placeholder {
        /* Firefox 19+ */
        color: #A2A2A2;
    }

    .inputs input[type=text]:-ms-input-placeholder,
    .inputs input[type=email]:-ms-input-placeholder,
    .inputs input[type=password]:-ms-input-placeholder,
    .inputs textarea:-ms-input-placeholder,
    .inputs select:-ms-input-placeholder {
        color: #A2A2A2;
    }

    .inputs input[type=text]:focus,
    .inputs input[type=email]:focus,
    .inputs input[type=password]:focus,
    .inputs textarea:focus,
    .inputs select:focus {
        box-shadow: 0 0 0 2px #019ad6;
        border: 1px solid #019ad6;
    }

.inputs .required_error {
    color: #cc0000;
    font-size: 80%;
    position: relative;
    top: -15px;
}

.inputs .field-divided {
    width: 49%;
    display: inline-block;
}

    .inputs .field-divided:last-of-type {
        float: right;
    }

    .inputs .field-divided:first-of-type {
        float: none;
    }

.inputs .field-long {
    width: 100%;
}

.inputs .field-select {
    width: 100%;
}

.inputs .field-textarea {
    height: 100px;
}

.inputs input[type="checkbox"],
.inputs input[type="radio"] {
    display: none;
}

    .inputs input[type="checkbox"] + label,
    .inputs input[type="radio"] + label {
        width: auto;
        display: inline;
        margin-right: 10px;
    }

@media (max-width: 40em) {

    .inputs input[type="checkbox"] + label,
    .inputs input[type="radio"] + label {
        clear: left;
        display: inherit;
        float: left;
    }
}

.inputs .stack {
    width: auto;
    clear: left;
    display: inherit;
    float: left;
}

.inputs input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../assets/graphics/checkbox.png) 0 top no-repeat;
    cursor: pointer;
}

.inputs input[type="checkbox"]:checked + label:before {
    background: url(../assets/graphics/checkbox.png) -12px top no-repeat;
}

.inputs input[type="radio"] + label:before {
    content: '';
    width: 12px;
    display: inline-block;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background: url(../assets/graphics/radio.png) 0 top no-repeat;
}

.inputs input[type="radio"]:checked + label:before {
    background: url(../assets/graphics/radio.png) -12px top no-repeat;
}

.inputs.stretch {
    max-width: 420px;
    position: relative;
    height: 100px;
}

    .inputs.stretch .input {
        position: absolute;
        left: 0;
        right: 125px;
    }

        .inputs.stretch .input input[type=text] {
            border-radius: 4px 0 0 4px;
        }

    .inputs.stretch .orange {
        position: absolute;
        right: 0;
        width: 125px;
        height: 39px;
        background: #f68e1e;
        font-size: 16px;
    }

.inputs .labelItalic {
    font-style: italic;
    font-size: 13px;
    color: #666666;
    line-height: 16px;
    position: relative;
    margin-left: 20px;
    display: block !important;
}

    .inputs .labelItalic::before {
        position: absolute;
        left: -20px;
        top: 3px;
    }

.inputs .borders {
    padding: 12px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.inputs .option {
    display: none;
}

.button.regbutton {
    margin: 10px 0;
    display: block;
    width: 150px;
    font-size: 16px;
    line-height: 25px;
}

@media (min-width: 64.063em) {
    .button.regbutton {
        margin: 10px auto;
    }
}

.button.regbutton:hover {
    background-color: #d87409;
}


/***** LOG IN******/
.slsBKG {
    height: 600px;
    padding-top: 50px;
    background: url(../assets/img/account/sls-login-bg.jpg) top center no-repeat;
    background-size: auto;
    background-color: #000;
}

@media (min-width: 40.063em) {
    .slsBKG {
        height: 851px;
        padding-top: 170px;
        background: url(../assets/img/account/sls-login-bg.jpg) top center no-repeat;
        background-size: auto;
        background-color: #000;
    }
}


.loginpanel {
    width: 300px;
    border-radius: 5px;
    background: #f0f0f0;
    padding: 37px;
    margin: 0 auto;
}

@media (min-width: 64em) {
    .loginpanel {
        width: 375px;
    }
}

.loginpanel p {
    margin-bottom: 30px;
}

.loginpanel div {
    margin-bottom: 35px;
}



/***** brands ********/
.topHeading {
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    color: #019ad6;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
}

@media (min-width: 40.063em) {
    .topHeading {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

.topHeading .black {
    color: #000;
}

.topHeading .grey {
    color: #999999;
}

.brands .maintabs {
    list-style-type: none;
    overflow: hidden;
    height: 37px;
    border-bottom: #019ad6 solid 1px;
    font-size: 12px;
}

@media (min-width: 40.063em) {
    .brands .maintabs {
        font-size: 16px;
    }
}

@media (min-width: 64.063em) {
    .brands .maintabs {
        padding-left: 40px;
    }
}

.brands .maintabs li {
    float: left;
}

    .brands .maintabs li a {
        display: block;
        background: #e5e5e5;
        border-radius: 3px 3px 0 0;
        padding: 0 10px;
        margin-right: 5px;
        line-height: 35px;
        height: 35px;
        text-align: center;
    }

@media (min-width: 40.063em) {
    .brands .maintabs li a {
        padding: 0;
        width: 175px;
        margin-right: 10px;
    }
}

@media (min-width: 64.063em) {
    .brands .maintabs li a {
        margin-right: 0;
        margin-left: 10px;
    }
}

.brands .maintabs li a:hover {
    background: #999999;
    color: #fff;
}

.brands .maintabs li a:active,
.brands .maintabs li a.on {
    background: #019ad6;
    color: #fff;
    height: 37px;
}

.brands .brandPanel {
    background: #fff;
    padding: 20px 0;
}

@media (min-width: 64.063em) {
    .brands .brandPanel {
        padding: 18px 13px 20px;
    }
}

.brands .brandPanel ul.brandlogos {
    list-style-type: none;
    overflow: hidden;
    padding: 10px 0;
}

    .brands .brandPanel ul.brandlogos li {
        width: 204px;
        height: 149px;
        float: left;
        margin: 9px;
    }

        .brands .brandPanel ul.brandlogos li a {
            display: block;
            width: 100%;
            height: 100%;
            box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.2);
        }

.brands .brandPanel .alpha {
    position: relative;
    width: 100%;
}

    .brands .brandPanel .alpha::after {
        content: '';
        width: 10px;
        height: 100%;
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
        bottom: 0;
        box-shadow: inset -3px 0px 2px 0px rgba(0, 0, 0, 0.3);
    }

@media (min-width: 1035px) {
    .brands .brandPanel .alpha::after {
        display: none;
    }
}

.brands .brandPanel .alpha .scroller {
    overflow: auto;
}

    .brands .brandPanel .alpha .scroller ul {
        width: 980px;
        display: table;
        list-style-type: none;
        overflow: hidden;
    }

        .brands .brandPanel .alpha .scroller ul li {
            display: table-cell;
            width: 36px;
            padding-right: 1px;
        }

            .brands .brandPanel .alpha .scroller ul li a {
                background: #019ad6;
                color: #fff;
                display: block;
                text-align: center;
                width: 100%;
                height: 34px;
                line-height: 34px;
                border-radius: 50px;
            }

                .brands .brandPanel .alpha .scroller ul li a:hover {
                    background: #004797;
                }

                .brands .brandPanel .alpha .scroller ul li a:active,
                .brands .brandPanel .alpha .scroller ul li a.on {
                    background: #999999;
                    color: #fff;
                }

            .brands .brandPanel .alpha .scroller ul li.num {
                width: 40px;
            }

                .brands .brandPanel .alpha .scroller ul li.num a {
                    width: auto;
                    margin-left: 0;
                }

@media (min-width: 1170px) {
    .brands .brandPanel .alpha .scroller ul {
        margin-left: 8px;
        display: block;
        width: auto;
    }

        .brands .brandPanel .alpha .scroller ul li {
            display: inline;
            width: auto;
            float: left;
            padding-right: 0px;
        }

            .brands .brandPanel .alpha .scroller ul li a {
                background: #019ad6;
                color: #fff;
                line-height: 34px;
                width: 32px;
                height: 34px;
                display: block;
                margin-left: 8px;
                border-radius: 50px;
            }

                .brands .brandPanel .alpha .scroller ul li a:hover {
                    background: #004797;
                    color: #fff;
                }

                .brands .brandPanel .alpha .scroller ul li a:active,
                .brands .brandPanel .alpha .scroller ul li a.on {
                    background: #999999;
                }

            .brands .brandPanel .alpha .scroller ul li.num a {
                width: 32px;
                margin-left: 0;
            }
}

.button.view {
    margin: 10px auto;
    display: block;
    width: 150px;
    font-size: 16px;
    line-height: 25px;
}

    .button.view:hover {
        background-color: #d87409;
    }

.brandinactiveLink {
    pointer-events: none;
    cursor: default;
    color: #cccccc !important;
    background: #f7f7f7 !important;
}

/***** brands end ********/


.button.logbutton {
    margin: 10px 0;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
}

    .button.logbutton:hover {
        background-color: #d87409;
    }


/*** check out start ***/
.checkbill {
    border-top: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
    padding: 13px 0 !important;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}

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

    .checkbill .item {
        width: 70px;
        float: left;
        margin-bottom: 0;
    }

        .checkbill .item.total {
            color: #019ad6;
        }


    .checkbill .total {
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
    }

.checkout {
    overflow: hidden;
}

.button.greyOut {
    background: none;
    border: #cccccc solid 2px;
    color: #cccccc;
}

.button.retbutton {
    margin: 10px 0;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
}

    .button.retbutton:hover {
        border: #b3b3b3 solid 2px;
        background-color: #b3b3b3;
        color: #fff;
    }

.inputs input.greyOut {
    background: #e5e5e5;
}

    .inputs input.greyOut:focus {
        background: #e5e5e5;
        box-shadow: none;
        border: #cccccc solid 1px;
    }

@media (min-width: 40.063em) and (max-width: 64em) {
    .inputs.left {
        padding-left: 15%;
    }
}

@media (min-width: 40.063em) and (max-width: 64em) {
    .inputs.right {
        padding-right: 15%;
    }
}

.orderMSG::-webkit-input-placeholder {
    font-style: italic;
    line-height: 20px;
}

.orderMSG:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    line-height: 20px;
}

.orderMSG::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    line-height: 20px;
}

.orderMSG:-ms-input-placeholder {
    font-style: italic;
    line-height: 20px;
}

/*** check out end ***/


/*** review start ***/
@media (min-width: 40.063em) {
    .review h1 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.review p {
    line-height: 26px;
    color: #666666;
}

.review .basketButtons {
    float: none;
    margin: 20px auto;
}

.card {
    margin-top: 20px;
    text-align: center;
}

    .card p {
        margin-bottom: 5px;
    }

.cardLogo {
    clear: both;
    margin: 20px auto;
    display: block;
}

/*** review end ***/


/**** basket start ****/
em {
    font-style: italic;
}

.basketPanel {
    background: #FFF;
    border-top: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
    overflow: hidden;
}

@media (min-width: 64.063em) {
    .summaryWidth {
        width: 23.5%;
    }
}

.basketPanel .basketbill {
    padding: 13px 0;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    width: 220px;
    float: right;
}

@media (min-width: 40.063em) {
    .basketPanel .basketbill {
        width: 200px;
    }
}

@media (min-width: 64.063em) {
    .basketPanel .basketbill {
        width: 100%;
    }
}

.basketPanel .basketbill .item {
    width: 70px;
    float: left;
}

    .basketPanel .basketbill .item.total {
        color: #019ad6;
    }

.basketPanel .basketbill .unit {
    float: right;
}

.basketPanel .basketbill .total {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
}

.basketitem {
    border-bottom: #cccccc solid 1px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 40.063em) {
    .basketitem {
        display: table;
    }
}

.basketitem .basketTitle {
    margin-right: 40px;
    padding: 9px 0 9px 9px;
}

@media (min-width: 40.063em) {
    .basketitem .basketTitle {
        margin-right: 0;
        display: table-cell;
        vertical-align: middle;
        padding: 9px 0 9px 15px;
    }
}

.basketitem .basketTitle a {
    font-size: 15px;
}

.basketitem .basketTitle span {
    font-size: 14px;
    color: #999999;
}

.basketitem .shop-quantity {
    padding: 9px 0 0 9px;
    width: 50%;
}

@media (min-width: 40.063em) {
    .basketitem .shop-quantity {
        padding: 9px 0;
        display: table-cell;
        width: 110px;
        vertical-align: middle;
    }
}



@media (min-width: 64.063em) {
    .basketitem .shop-quantity {
        width: 110px;
    }
}

.basketitem .shop-quantity .shop-number {
    height: 22px;
    width: 35px;
    border: #cccccc solid 1px;
    padding: 0 0 0 5px;
    line-height: 22px;
    font-size: 14px;
    box-shadow: none;
    margin: 0;
    float: left;
}

.basketitem .shop-quantity .qtybutton {
    width: 22px;
    height: 22px;
    background: #e5e5e5;
    display: block;
    float: left;
    text-indent: -9999px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.basketitem .shop-quantity .inc {
    margin-right: 5px;
}

    .basketitem .shop-quantity .inc::after {
        position: absolute;
        top: 8px;
        left: 6px;
        content: '';
        border-color: #019ad6 transparent;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        width: 0;
        height: 0;
    }

.basketitem .shop-quantity .dec {
    margin-left: 5px;
}

    .basketitem .shop-quantity .dec::after {
        position: absolute;
        top: 7px;
        left: 4px;
        content: '';
        border-color: #019ad6 transparent;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        width: 0;
        height: 0;
    }

.basketitem .shop-unitsize {
    width: 100px;
    float: left;
    font-family: roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    padding: 9px 0;
}

.basketitem .shop-vat {
    width: 100px;
    float: left;
    font-family: roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    padding: 9px 0;
}


@media (min-width: 40.063em) {
    .basketitem .shop-unitsize {
        float: none;
        display: table-cell;
        width: 160px;
        vertical-align: middle;
    }

    .basketitem .shop-vat {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 40em) {
    .basketitem .shop-unitsize {
        padding: 9px 0;
        display: table-cell;
        width: 110px;
        vertical-align: middle;
        margin-left: 15px;
    }

    .basketitem .shop-vat {
        padding: 9px 0;
        display: table-cell;
        width: 110px;
        vertical-align: middle;
        margin-left: 15px;
    }
}

.basketitem .basketPrice {
    width: 100px;
    float: right;
    font-family: robotobold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    padding: 9px 0;
}

@media (min-width: 40.063em) {
    .basketitem .basketPrice {
        float: none;
        display: table-cell;
        width: 160px;
        vertical-align: middle;
    }
}

.basketitem .basketRemove {
    padding: 9px 0;
    position: absolute;
    top: 0;
    right: 15px;
}

@media (min-width: 40.063em) {
    .basketitem .basketRemove {
        position: relative;
        display: table-cell;
        width: 40px;
        vertical-align: middle;
    }
}

@media (min-width: 64.063em) {
    .basketitem .basketRemove {
        width: 70px;
    }
}

.remover {
    float: left;
    display: block;
    margin-left: 5px;
    position: static;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #cccccc url(../assets/graphics/killZwitch.png) center center no-repeat;
}

    .remover:hover {
        background-color: #666666;
    }

.basketButtons {
    clear: both;
    width: 100%;
    margin: 40px 0 10px 0;
}

@media (min-width: 40.063em) {
    .basketButtons {
        width: 440px;
        float: none;
        margin: auto;
    }
}

@media (min-width: 64.063em) {
    .basketButtons {
        float: none;
        margin: 40px auto;
    }
}

.basketButtons div {
    width: 200px;
    margin: 15px auto;
}

@media (min-width: 40.063em) {
    .basketButtons div {
        float: left;
        margin: 0 0 0 20px;
    }
}

@media (min-width: 64.063em) {
    .basketButtons div {
        float: left;
        margin: 0 10px;
    }
}

.summaryButtons div {
    width: 100%;
    margin: 0px;
}

.button.orangeOut {
    background: none;
    border: #f68e1e solid 2px;
    color: #f68e1e;
}

    .button.orangeOut:hover {
        border: #d87409 solid 2px;
        background-color: #d87409;
        color: #fff;
    }

.button.redOut {
    background: none;
    border: #cc0000 solid 2px;
    color: #cc0000;
    font-size: 16px;
    line-height: 21px;
}

    .button.redOut:hover {
        border: #cc0000 solid 2px;
        background-color: #cc0000;
        color: #fff;
    }

.button.shopbutton {
    margin: 10px 0;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
}

.basketButtons.button.shopbutton {
    margin: 5px 0;
}

.button.shopbutton:hover {
    border: #d87409 solid 2px;
    background-color: #d87409;
    color: #fff;
}

.button.checkbutton {
    margin: 10px 0;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
}

    .button.checkbutton:hover {
        background-color: #d87409;
    }

/**** basket end ****/

/**** trans okay start ***/
.centered {
    text-align: center;
}

    .centered .basketButtons {
        padding-top: 40px;
        padding-bottom: 30px;
        margin: 40px auto;
        float: none;
    }

    .centered p {
        line-height: 25px;
    }

.largeText {
    font-size: 18px;
    margin-bottom: 40px;
}

.tick {
    background-image: url(../assets/graphics/tick.png);
    background-color: #019ad6;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 20px auto 30px;
}

.cross404 {
    background-image: url(../assets/graphics/404.png);
    background-color: #b3b3b3;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 20px auto 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .cross404 {
        background-image: url(../assets/graphics/404@2x.png);
    }
}

.print {
    width: 19px;
    height: 23px;
    display: inline-block;
    background-image: url(../assets/graphics/print.png);
    margin-left: 10px;
    position: relative;
    top: 4px;
    margin-top: -5px;
    margin-bottom: -2px;
}

/**** trans okay end ***/

/***** products category start ******/
.category .brandPanel {
    position: relative;
    padding: 18px 5px 5px;
}

    .category .brandPanel .alpha .scroller {
        position: relative;
    }

        .category .brandPanel .alpha .scroller ul li a,
        .category .brandPanel .alpha .scroller ul li span {
            background: #019ad6;
            border: #019ad6;
            color: #fff !important;
            border-radius: 50px;
        }

            .category .brandPanel .alpha .scroller ul li a:hover {
                background: #004797;
                border-color: #004797;
                color: #fff;
            }

        .category .brandPanel .alpha .scroller ul li span {
            display: block;
            text-align: center;
            width: 100%;
            height: 34px;
            line-height: 34px;
            color: #cccccc !important;
            background: #f7f7f7;
            cursor: default;
        }

@media (min-width: 1170px) {
    .category .brandPanel .alpha .scroller ul li span {
        line-height: 34px;
        width: 32px;
        height: 34px;
        display: block;
        margin-left: 8px;
    }

    .catDropTriangleA {
        left: 63px !important;
    }

    .catDropTriangleB {
        left: 104px !important;
    }

    .catDropTriangleC {
        left: 144px !important;
    }

    .catDropTriangleD {
        left: 184px !important;
    }

    .catDropTriangleE {
        left: 224px !important;
    }

    .catDropTriangleF {
        left: 264px !important;
    }

    .catDropTriangleG {
        left: 304px !important;
    }

    .catDropTriangleH {
        left: 344px !important;
    }

    .catDropTriangleI {
        left: 384px !important;
    }

    .catDropTriangleJ {
        left: 424px !important;
    }

    .catDropTriangleK {
        left: 464px !important;
    }

    .catDropTriangleL {
        left: 504px !important;
    }

    .catDropTriangleM {
        left: 544px !important;
    }

    .catDropTriangleN {
        left: 584px !important;
    }

    .catDropTriangleO {
        left: 624px !important;
    }

    .catDropTriangleP {
        left: 664px !important;
    }

    .catDropTriangleQ {
        left: 704px !important;
    }

    .catDropTriangleR {
        left: 744px !important;
    }

    .catDropTriangleS {
        left: 784px !important;
    }

    .catDropTriangleT {
        left: 824px !important;
    }

    .catDropTriangleU {
        left: 864px !important;
    }

    .catDropTriangleV {
        left: 904px !important;
    }

    .catDropTriangleW {
        left: 944px !important;
    }

    .catDropTriangleX {
        left: 984px !important;
    }

    .catDropTriangleY {
        left: 1024px !important;
    }

    .catDropTriangleZ {
        left: 1064px !important;
    }
}

.catDropTriangleHidden {
    display: none;
}

.catDropTriangleA {
    position: absolute;
    top: 34px;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleB {
    position: absolute;
    top: 34px;
    left: 89px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleC {
    position: absolute;
    top: 34px;
    left: 125px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleD {
    position: absolute;
    top: 34px;
    left: 160px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleE {
    position: absolute;
    top: 34px;
    left: 197px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleF {
    position: absolute;
    top: 34px;
    left: 232px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleG {
    position: absolute;
    top: 34px;
    left: 268px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleH {
    position: absolute;
    top: 34px;
    left: 305px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleI {
    position: absolute;
    top: 34px;
    left: 341px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleJ {
    position: absolute;
    top: 34px;
    left: 377px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleK {
    position: absolute;
    top: 34px;
    left: 413px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleL {
    position: absolute;
    top: 34px;
    left: 449px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleM {
    position: absolute;
    top: 34px;
    left: 485px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleN {
    position: absolute;
    top: 34px;
    left: 521px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleO {
    position: absolute;
    top: 34px;
    left: 557px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleP {
    position: absolute;
    top: 34px;
    left: 593px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleQ {
    position: absolute;
    top: 34px;
    left: 629px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleR {
    position: absolute;
    top: 34px;
    left: 665px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleS {
    position: absolute;
    top: 34px;
    left: 701px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleT {
    position: absolute;
    top: 34px;
    left: 737px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleU {
    position: absolute;
    top: 34px;
    left: 773px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleV {
    position: absolute;
    top: 34px;
    left: 809px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleW {
    position: absolute;
    top: 34px;
    left: 845px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleX {
    position: absolute;
    top: 34px;
    left: 881px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleY {
    position: absolute;
    top: 34px;
    left: 917px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.catDropTriangleZ {
    position: absolute;
    top: 34px;
    left: 953px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #004797;
}

.segmentDivider {
    height: 1px;
    border: none;
    background: #019ad6;
    margin: 0px;
}

.segmentHeader {
    display: inline-block;
    vertical-align: top;
    float: none !important;
    padding: 10px !important;
    border: 2px solid #019ad6;
    text-align: center;
    font-size: 32px !important;
    color: #019ad6 !important;
    border-radius: 60px;
    width: 60px !important;
    height: 60px !important;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 25px;
}

.segmentCategory {
    background: #fff;
    z-index: 3;
    overflow: hidden;
    padding: 5px 0 15px 50px;
    font-size: 15px;
}

    .segmentCategory li {
        float: left;
        width: 240px;
        line-height: 35px;
        margin-right: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 90%;
    }

        .segmentCategory li a {
            display: block;
            width: 100%;
            height: 100%;
            line-height: 35px;
            color: #000;
        }

            .segmentCategory li a:hover {
                text-decoration: underline !important;
                color: #019ad6
            }

.headerImage {
    height: 60px;
    width: 60px;
    margin-top: 26px;
}

.backToTop {
    position: fixed;
    bottom: 40px;
    right: 1px;
    color: #019ad6;
    text-align: center;
    padding-bottom: 25px;
    padding-right: 80px;
    cursor: pointer;
    animation: fadeIn 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.backToTopHidden {
    display: none;
}

.backToTopV {
    border: solid 2px #019ad6;
    font-size: 40px;
    vertical-align: middle;
    border-radius: 40px;
    transform: rotate(-180deg);
    display: block;
    height: 65px;
    width: 65px;
    padding: 8px;
    font-weight: bold;
    z-index: 999;
}

.catdrop {
    display: none;
    position: absolute;
    top: 60px;
    left: 1px;
    right: 2px;
    background: #fbfafa;
    z-index: 3;
    overflow: hidden;
    padding: 50px 0 50px 50px;
    font-size: 15px;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    overflow-y: scroll !important;
    max-height: 70vh;
    border: solid 3px #004797;
}

    .catdrop li {
        float: left;
        width: 240px;
        line-height: 35px;
        margin-right: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 90%;
    }

        .catdrop li a {
            display: block;
            width: 100%;
            height: 100%;
            line-height: 35px;
            color: #000;
        }

            .catdrop li a:hover {
                text-decoration: underline !important;
                color: #019ad6;
            }

.alpha {
    height: 60px;
    overflow: hidden;
}

    .alpha .scroller {
        height: 55px;
    }

.brandDrop {
    background: #019ad6;
}

    .brandDrop .brandSelect {
        margin-bottom: 5px;
        padding-left: 5px;
        padding-right: 35px;
        float: left;
        background: url(../assets/graphics/diag.png) no-repeat right;
        height: 40px;
    }

        .brandDrop .brandSelect select {
            font-family: robotobold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            background-color: #019ad6;
            background-image: none;
            font-size: 14px;
            min-width: 152px;
            border: none;
            width: auto;
            color: #fff;
            position: relative;
        }

            .brandDrop .brandSelect select:after {
                content: '';
                border-color: #000 transparent;
                border-style: solid;
                border-width: 6px 6px 0 6px;
                width: 0;
                height: 0;
                position: absolute;
                right: 0;
            }

            .brandDrop .brandSelect select option {
                font-family: robotoregular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
                color: #000;
                background: #fff;
            }

        .brandDrop .brandSelect .selector {
            display: block;
            font-family: robotobold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            background-color: #019ad6;
            background-image: none;
            font-size: 14px;
            min-width: 152px;
            border: none;
            width: auto;
            color: #fff;
            position: relative;
            height: 40px;
            line-height: 40px;
            padding-right: 30px;
            padding-left: 10px;
        }

            .brandDrop .brandSelect .selector:after {
                content: '';
                border-color: #135a78 transparent;
                border-style: solid;
                border-width: 6px 6px 0 6px;
                width: 0;
                height: 0;
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -3px;
            }

        .brandDrop .brandSelect .instruction {
            display: none;
            position: relative;
            background: #fff;
            color: #000;
            font-family: robotoregular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            font-size: 14px;
            min-width: 152px;
            line-height: 40px;
            height: 40px;
            padding-right: 30px;
            padding-left: 10px;
            border-top: #cccccc solid 1px;
            border-left: #cccccc solid 1px;
            border-right: #cccccc solid 1px;
        }

            .brandDrop .brandSelect .instruction:after {
                content: '';
                border-color: #666666 transparent;
                border-style: solid;
                border-width: 6px 6px 0 6px;
                width: 0;
                height: 0;
                position: absolute;
                right: 5px;
                top: 50%;
                margin-top: -3px;
            }

        .brandDrop .brandSelect .selections {
            display: none;
            background: #fff;
            border: #cccccc solid 1px;
            z-index: 2;
            position: relative;
            padding: 8px 0;
            max-width: 184px;
        }

            .brandDrop .brandSelect .selections li a,
            .brandDrop .brandSelect .selections li span {
                padding: 9px 8px;
                line-height: 18px;
                color: #000;
                font-size: 12px;
                width: 100%;
                display: block;
            }

            .brandDrop .brandSelect .selections li span {
                background: #019ad6;
                color: #fff;
            }

            .brandDrop .brandSelect .selections li a:hover {
                background: #f0f0f0;
            }

.clear {
    clear: both;
}

.category {
    overflow: visible;
    background: white;
}

.brandDrop .brandSelect .selections {
    max-height: 300px;
    overflow-y: scroll;
}

/***** products category end ******/

/**** news start ****/
@media (min-width: 40.063em) {
    .postWrap {
        float: left;
        width: 100%;
    }
}

.posts {
    float: none;
}

@media (min-width: 40.063em) {
    .posts {
        margin-right: 275px;
    }
}

@media (min-width: 64.063em) {
    .posts {
        margin-right: 320px;
    }
}

@media (max-width: 64em) {
    .postSide {
        max-width: 80%;
        margin: 30px auto;
    }
}

@media (min-width: 40.063em) {
    .postSide {
        float: right;
        width: 250px;
        margin-left: -250px;
        margin-top: 30px;
    }
}

@media (min-width: 64.063em) {
    .postSide {
        margin-top: 0;
    }
}

.postSide .stayInTouch {
    margin-bottom: 40px;
}

@media (max-width: 64em) {
    .postSide .stayInTouch {
        border: #e5e5e5 solid 1px;
        border-radius: 4px;
    }
}

.postSide .newsList {
    list-style-type: none;
    margin-right: 40px;
}

@media (max-width: 64em) {
    .postSide .newsList {
        margin-left: 30px;
    }
}

.postSide .newsList li a {
    font-size: 22px;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    margin-bottom: 30px;
}

.postSide .yearList {
    border-top: #cccccc solid 1px;
    list-style-type: none !important;
    padding: 0 !important;
}

    .postSide .yearList li {
        margin-bottom: 0;
    }

        .postSide .yearList li a {
            border-top: #f9f9f9 solid 1px;
            border-bottom: #cccccc solid 1px;
            background: #f0f0f0;
            display: block;
            position: relative;
            padding: 10px 40px 10px 10px;
            font-size: 16px;
            font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            -moz-osx-font-smoothing: grayscale;
            color: #333333;
        }

            .postSide .yearList li a:hover {
                text-decoration: underline;
                background: #e5e5e5;
            }

                .postSide .yearList li a:hover::after {
                    background-color: #03a9f4;
                }

            .postSide .yearList li a::after {
                content: '';
                width: 22px;
                height: 22px;
                position: absolute;
                right: 8px;
                top: 50%;
                margin-top: -11px;
                border-radius: 50%;
                background: #019ad6 url(../assets/graphics/right-arr.png) 8px 5px no-repeat;
            }

.post {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0 15px 15px 0;
}

    .post .yearList {
        border-top: #cccccc solid 1px;
        list-style-type: none !important;
        padding: 0 !important;
    }

        .post .yearList li {
            margin-bottom: 0;
        }

            .post .yearList li a {
                border-top: #f9f9f9 solid 1px;
                border-bottom: #cccccc solid 1px;
                background: #f0f0f0;
                display: block;
                position: relative;
                padding: 10px 40px 10px 10px;
                font-size: 16px;
                font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
                -moz-osx-font-smoothing: grayscale;
                color: #333333;
            }

                .post .yearList li a:hover {
                    text-decoration: underline;
                    background: #e5e5e5;
                }

                    .post .yearList li a:hover::after {
                        background-color: #03a9f4;
                    }

                .post .yearList li a::after {
                    content: '';
                    width: 22px;
                    height: 22px;
                    position: absolute;
                    right: 8px;
                    top: 50%;
                    margin-top: -11px;
                    border-radius: 50%;
                    background: #019ad6 url(../assets/graphics/right-arr.png) 8px 5px no-repeat;
                }

@media (min-width: 40.063em) {
    .post {
        margin-top: 30px;
    }
}

@media (min-width: 64.063em) {
    .post {
        margin-top: 0;
        padding: 22px;
    }
}

.post img {
    margin-bottom: 35px;
}

@media (min-width: 64.063em) {
    .post img {
        margin-bottom: 0;
        float: left;
    }
}

.post .postmeta {
    color: #019ad6;
    font-size: 14px;
    margin-bottom: 15px;
}

@media (min-width: 64.063em) {
    .post .postmeta {
        position: relative;
        margin-left: 272px;
    }
}

.post .posttitle {
    font-size: 24px;
    color: #333333;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    margin-bottom: 10px;
}

@media (min-width: 64.063em) {
    .post .posttitle {
        position: relative;
        margin-left: 272px;
    }

    .post table {
        position: relative;
        margin-left: 272px;
    }
}

.post p {
    color: #666666;
    font-size: 15px;
    margin-bottom: 20px;
}

@media (min-width: 64.063em) {
    .post p {
        position: relative;
        margin-left: 272px;
    }
}

.post .readMore {
    font-size: 16px;
    padding: 12px 21px;
}

@media (min-width: 64.063em) {
    .post .readMore {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}


.articletitle {
    font-size: 24px;
    color: #333333;
    font-family: DINRegular, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    margin-bottom: 10px;
}


.articlemeta {
    color: #019ad6;
    font-size: 14px;
    margin-bottom: 15px;
}


@media (min-width: 64.063em) {
    .article .articlemeta {
        position: relative;
        margin-left: 272px;
    }
}


.article {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0 15px 15px 0;
}

@media (min-width: 40.063em) {
    .article {
        margin-top: 30px;
    }
}

@media (min-width: 64.063em) {
    .article {
        margin-top: 0;
        padding: 22px;
    }
}

.article img {
    margin-bottom: 35px;
}

@media (min-width: 64.063em) {
    .article .articletitle {
        position: relative;
    }

    .article table {
        position: relative;
    }

    .article img {
        margin-bottom: 0;
        float: left;
    }
}

.article .mainImage {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 15px;
}

.article .mainImageContainer {
    float: left;
    margin-right: 30px;
}

@media(max-width:40.063em) {
    .article .mainImageContainer {
        float: none;
        margin-right: 0;
    }
}

.article p {
    font-size: 14px;
    margin-bottom: 20px;
}


.article .readMore {
    font-size: 16px;
    padding: 12px 21px;
}

@media (min-width: 64.063em) {
    .article .readMore {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.article ol li,
.article ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.activeYearTab a {
    background: #999999 !important;
    cursor: default;
}

    .activeYearTab a:after {
        content: none !important;
    }

.archiveLabel {
    float: right;
    color: #a9a9a9;
}


/**** NEWS - END ****/

/********* SUBSITE ************/
h1 .reg,
.topHeading .reg {
    color: #999999;
    font-size: 12px;
    vertical-align: top;
}

.subsite .subsite-acc {
    height: 46px;
    line-height: 46px;
    background: #019ad6;
    border-bottom: #0e80ad solid 4px;
    margin-bottom: 4px;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
}

    .subsite .subsite-acc .spin {
        color: #fff;
        display: block;
        position: relative;
    }

        .subsite .subsite-acc .spin::after {
            font-family: FontAwesome;
            content: "\f078";
            position: absolute;
            right: 0;
            color: #fff;
            font-size: 18px;
        }

        .subsite .subsite-acc .spin::before {
            font-family: FontAwesome;
            display: none;
            content: "\f077";
            position: absolute;
            right: 0;
            color: #fff;
            font-size: 18px;
        }

        .subsite .subsite-acc .spin.closed::after {
            display: none;
            content: "\f078";
        }

        .subsite .subsite-acc .spin.closed::before {
            display: block;
            content: "\f077";
        }

.subsite .sub-panel {
    background: #fff;
    overflow: hidden;
}

    .subsite .sub-panel .columns:not(.large-9) {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .subsite .sub-panel .sub-pic {
        margin: 0 auto;
        display: block;
    }

    .subsite .sub-panel .sub-copy p,
    .subsite .sub-panel .sub-copy ul,
    .subsite .sub-panel .sub-copy ol,
    .subsite .sub-panel .sub-copy li {
        color: #666666;
    }

    .subsite .sub-panel .results-table {
        clear: left;
    }

@media (max-width: 40em) {
    .subsite .sub-panel .results-table .table-head {
        display: block;
        height: 28px;
    }

        .subsite .sub-panel .results-table .table-head div {
            display: none;
        }
}

.subsite.acc .sub-panel {
    display: none;
}

@media (max-width: 40em) {
    .table-row {
        padding: 10px 0;
    }
}

/**** SUBSITE - END ****/

/*---- catalogues - START -----*/
.catalogue {
    position: relative;
    padding-bottom: 100px;
    max-width: 213px;
    margin-bottom: 49px;
}

@media (max-width: 40em) {
    .catalogue {
        margin: 0 auto 49px;
    }
}

.catTitle {
    text-align: center;
    color: #666666;
    padding: 20px 0;
    font-size: 14px;
}

@media (min-width: 40.063em) {
    .catTitle {
        height: 80px;
    }
}

.orderPost {
    display: none;
}

[type="checkbox"] + label.orderLabel {
    width: 100%;
    display: block;
    max-width: 213px;
    background: #f68e1e;
    color: #fff;
    text-align: center;
    padding: 9px 15px;
    margin: 0;
    position: absolute;
    bottom: 62px;
    padding-left: 30px;
}

    [type="checkbox"] + label.orderLabel::before {
        content: '';
        border: #fff solid 1px;
        width: 10px;
        height: 10px;
        display: inline-block;
        margin: 0 10px 0 0;
        position: absolute;
        top: 13px;
        left: 20px;
    }

input[type="checkbox"]:checked + label.orderLabel:before {
    background: url(../assets/graphics/check.jpg) -1px -1px no-repeat;
}

.button.read {
    width: 100%;
    max-width: 213px;
    bottom: 0;
    border-width: 3px;
}

.requestForm {
    text-align: center;
    background: #e5e5e5;
    padding: 40px 0;
}

    .newForms .topHeading,
    .requestForm .topHeading {
        font-size: 18px;
        padding-bottom: 25px;
    }




    .requestForm .reg {
        margin-bottom: 0;
    }

    .requestForm .check {
        margin: 0 auto;
        clear: both;
        text-align: left;
        max-width: 340px;
        padding: 0 20px;
    }

@media (min-width: 40.063em) {
    .requestForm .check {
        padding: 0 0 0 145px;
        max-width: 630px;
    }
}

.requestForm .check label {
    font-size: 15px;
    color: #666666;
    margin-bottom: 9px;
    position: relative;
    margin-left: 20px;
    display: block;
}

.requestForm .check .newsCheck {
    overflow: hidden;
}



    .requestForm .check .newsCheck input[type="checkbox"] {
        float: left;
        margin-top: 1px;
    }

.wrapper.coby {
    padding-bottom: 0;
    border-bottom: #fff solid 1px;
}

.req {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 320px;
}

@media (min-width: 40.063em) {
    .req {
        padding: 0;
        max-width: 630px;
    }
}

.button.request {
    margin-top: 30px;
    padding: 13px 30px;
    font-size: 16px;
}

/*---- catalogues - END -----*/

/**** e catalogue START ****/
.smltxt {
    font-size: 12px;
    color: #999999;
}

.cover {
    box-shadow: -7px -3px 14px 2px rgba(0, 0, 0, 0.31);
    margin: 30px auto;
    display: block;
    width: 260px;
    height: auto;
}

@media (min-width: 40.063em) {
    .cover {
        width: 420px;
    }
}

.cover img {
    display: block;
}

/**** e catalogue END ****/

/**** delivery START ****/
.inputs .delivery {
    background: #fff;
    border: #cccccc solid 1px;
    border-radius: 5px;
    padding: 15px;
}

.warning {
    color: #cc0000;
}

    .warning:hover {
        color: #cc0000;
    }

p.greytxt {
    color: #999999;
}

.button.addDel {
    width: 210px;
    display: block;
    line-height: 21px;
}

@media (max-width: 40em) {
    .button.addDel {
        margin: 0 auto;
    }
}

.button.del:hover {
    background-color: #015170;
}

.delButton {
    margin-top: 40px;
}

    .delButton .button {
        width: 200px;
        margin: 0 auto;
    }

.loginpanel.newDelivery {
    background: none;
}

    .loginpanel.newDelivery div {
        margin-bottom: 15px;
    }

.information .form-1 .field-dividedLrg {
    width: 100%;
}

@media (min-width: 40.063em) {
    .information .form-1 .field-dividedLrg {
        width: 49%;
    }
}

/**** delivery END ****/

/**** print START ****/
.printConf {
    width: 750px;
    padding: 20px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

    .printConf p {
        font-size: 13px;
    }

.printUser {
    padding-top: 30px;
}

.printHead {
    border-bottom: #e5e5e5 solid 1px;
}

.printLogo {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 202px;
    height: auto;
}

.printDel {
    width: 50%;
    float: left;
}

.printDetails {
    margin-top: 30px;
    overflow: hidden;
}

.printRef {
    text-align: right;
    width: 320px;
    float: right;
    margin-top: 25px;
}

.printFooter {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 10px;
}

    .printFooter .name {
        font-size: 18px;
        color: #019ad6;
        margin-bottom: 0;
    }

    .printFooter .notes {
        font-size: 16px;
    }


.printtype-strike-thru {
    text-decoration: line-through;
    color: red;
}

.printDetails,
.printTotals {
    font-size: 13px;
}

    .printDetails thead,
    .printTotals thead {
        background: #fff;
        border-top: grey solid 1px;
        border-bottom: grey solid 1px;
        border-left: none;
        border-right: none;
    }

    .printDetails tbody,
    .printTotals tbody {
        background: #fff;
        border-top: none;
        border-bottom: grey solid 1px;
        border-left: none;
        border-right: none;
    }

        .printDetails tbody tr:nth-child(2n),
        .printTotals tbody tr:nth-child(2n) {
            background-color: #FFFFFF;
        }

    .printDetails .p-end,
    .printTotals .p-end {
        width: 80px;
    }

    .printDetails .p-qty,
    .printTotals .p-qty {
        text-align: center;
    }

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

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

    .printDetails .p-totals,
    .printTotals .p-totals {
        border-bottom: none;
    }

    .printDetails th,
    .printDetails td,
    .printTotals th,
    .printTotals td {
        padding: 6px 10px 8px;
    }

/**** print END ****/

/*---- certificates - START -----*/
.certificate {
    position: relative;
    max-width: 213px;
    margin-bottom: 20px;
}

@media (max-width: 40em) {
    .catalogue {
        margin: 0 auto 49px;
    }
}

.cerTitle {
    text-align: center;
    color: #666666;
    padding: 10px 0;
}

@media (min-width: 40.063em) {
    .cerTitle {
        height: 80px;
    }
}

/*---- certificates - END -----*/

/*---- headstar ----*/
.top-bar ul.top li .logout {
    color: #019ad6;
}

@media (max-width: 64em) {
    .top-bar ul.top .favourites {
        width: auto;
        position: absolute;
        top: 40px;
        right: 90px;
    }
}

.top-bar ul.top .favourites a {
    padding-left: 35px;
    padding-right: 0;
    position: relative;
}

    .top-bar ul.top .favourites a span {
        color: #ffffff;
        text-align: center;
        display: block;
        background: #019ad6;
        border-radius: 50%;
        line-height: 20px;
        width: 20px;
        font-size: 10px;
        margin-top: -3px;
    }

    .top-bar ul.top .favourites a::before {
        content: '';
        display: block;
        width: 21px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 0;
        background-image: url(../assets/graphics/star-icon.png);
        background-position: -21px 0;
    }

    .top-bar ul.top .favourites a:hover span {
        background-color: #03a9f4;
    }

    .top-bar ul.top .favourites a:hover::before {
        background-position: 0 0;
    }

    .top-bar ul.top .favourites a:active::before {
        background-position: -42px 0;
    }

.top-bar ul.top .top-basket-icon a.check:hover span {
    background-color: #03a9f4;
}

/*---- headstar END ----*/

.results-table .table-row .basketAttn {
    display: block;
    font-size: 12px;
    color: #019ad6;
}

@media (max-width: 40em) {
    .results-table .table-row .basketAttn {
        clear: left;
        margin-left: 103px;
    }
}

@media (min-width: 40.063em) {
    .results-table .table-row .basketAttn {
        position: absolute;
        right: 20px;
        bottom: 10px;
        height: auto;
    }
}

.results-table .favouriteButton {
    width: 100%;
}

.shop-adder .basketAttn {
    display: block;
    font-size: 12px;
    color: #019ad6;
    width: 260px;
}

@media (max-width: 40em) {
    .shop-adder .basketAttn {
        clear: left;
    }
}

@media (min-width: 40.063em) {
    .shop-adder .basketAttn {
        position: absolute;
        top: 110%;
        height: auto;
    }
}

@media(min-width: 1025px) {

    .shop-adder-small {
        float: left !important;
        width: 32% !important;
    }

        .shop-adder-small .shop-number {
            width: 50px !important;
            padding-left: 0px;
        }

        .shop-adder-small .basket-adder {
            left: 40px !important;
            text-align: left !important;
            padding-left: 17px !important;
        }

        .shop-adder-small .basket-quotation-on-request {
            left: 40px !important;
            text-align: left !important;
            padding-left: 42px !important;
        }

    .price-left {
        margin-top: 0 !important;
    }
}

.price-left .cost {
    line-height: unset !important;
    font-size: 23px !important;
}

.list-cost p {
}

.vatCost {
    font-size: 15px !important;
    color: #019ad6;
    text-align: end;
}

    .vatCost &gt; .per {
        font-size: 65% !important;
    }

.price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
}

    .price.price-left {
        float: right;
    }

.price-label, .was, .vatCost {
    text-align: end;
}

.was {
    color: #c00 !important;
    font-size: 15px !important;
}

/* Access key functionality - START  */
#acceskeys {
    position: relative;
    padding: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    text-align: left;
    left: 420px;
    top: 20px;
    z-index: 1000;
}

#skiplinks ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#skiplinks li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style-type: none;
}

#skiplinks a {
    position: absolute;
    font-size: 1.2em !important;
    z-index: 1000;
    top: 8px;
    right: 14px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    color: #000000;
}

    #skiplinks a:active {
        position: absolute;
        border: #b6db4d 1px solid;
        padding: 3px;
        margin: auto;
        overflow: visible;
        width: auto;
        height: auto;
        background-color: #e7ff44;
    }

    #skiplinks a:focus {
        position: absolute;
        border: #b6db4d 1px solid;
        padding: 3px;
        margin: auto;
        overflow: visible;
        width: auto;
        height: auto;
        background-color: #e7ff44;
    }

/* Access key functionality - END  */

/**** Account person - START *****/

.header.is-anchored li.favourites.user {
    position: relative;
    visibility: visible;
}

.top-bar ul.top .favourites.user a {
    width: 35px;
    height: 30px;
    padding: 0;
    display: block;
    margin-left: 5px;
}

    .top-bar ul.top .favourites.user a::before {
        background-image: url(../assets/graphics/user-icon.png);
        top: 4px;
        left: 12px;
        background-position: -42px 0;
    }

    .top-bar ul.top .favourites.user a:hover::before {
        background-position: -21px 0;
    }

    .top-bar ul.top .favourites.user a:active::before {
        background-position: -42px 0;
    }


.header.is-stuck li.favourites.user {
    position: absolute;
    visibility: visible;
    top: 19px;
    right: 55px;
}

.top-bar ul.top .check:hover,
.top-bar ul.top .favourites.user a:hover {
    text-decoration: none;
}

.top-bar ul.top .favourites a:active {
    background: none;
}

@media (max-width: 64em) {
    .top-bar ul.top .favourites.user {
        margin-top: -8px;
        right: 143px;
        visibility: hidden;
    }
}

/**** Account person - END *****/

/*------- quote mode ----------*/
@media only screen and (min-width: 64.063em) {
    .top-bar ul.top li.top-basket-icon a.check.quote {
        background-image: url(../assets/graphics/quote-sm.gif);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .top-bar ul.top li.top-basket-icon a.check.quote {
        background-image: url(../assets/graphics/quote@2x.png);
    }
}

.top-bar ul.top li.top-basket-icon .cart-drop .nonproduct {
    float: left;
    margin: 0 0 10px 10px;
}

.basket-icon a.qt {
    background-image: url(../assets/graphics/quote-sm.gif);
    background-position: 4px 20px;
}

@media only screen and (min-width: 40.063em) {
    .basket-icon a.qt {
        background-image: url(../assets/graphics/quote-md.gif);
        background-position: 10px 15px;
    }
}

@media(min-width:641px) and (max-width:1080px) {
    .nda-icon {
        width: 60px !important;
    }

        .nda-icon a {
            background-size: 33px 33px !important;
            background-position: 13px 15px !important;
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .basket-icon a.qt {
        background-image: url(../assets/graphics/quote@2x.png);
    }

    .nda-icon {
        width: 45px;
    }

        .nda-icon a {
            background-image: url(../assets/graphics/nda-icon.png);
            background-size: 23px 23px;
            background-position: 8px 19px;
        }
}

.qtyStatic {
    width: 52px;
    padding-left: 20px;
    line-height: 22px;
}

.top-bar ul.top li.top-basket-icon .cart-drop .total {
    margin: 0 9px 10px 9px;
}

@media only screen and (max-width: 64em) {
    .top-bar ul.top li.topMenu {
        width: auto;
        border-top: #cccccc solid 1px;
        font-size: 20px;
        background: none;
        line-height: 50px;
        display: block;
        margin: 45px 10px 0;
        text-transform: uppercase;
    }

        .top-bar ul.top li.topMenu .menu {
            color: #019ad6;
            display: block;
            padding: 0 10px;
            line-height: 50px;
        }

            .top-bar ul.top li.topMenu .menu::after {
                border-color: #019ad6 transparent transparent;
            }

            .top-bar ul.top li.topMenu .menu:active {
                color: #fff;
                background: #019ad6;
            }

        .top-bar ul.top li.topMenu .dropDown {
            display: none;
            background: none;
            margin: 0;
        }

            .top-bar ul.top li.topMenu .dropDown li {
                line-height: 40px;
                width: auto;
                border-top: #4F4F4F solid 1px;
            }

                .top-bar ul.top li.topMenu .dropDown li a {
                    color: #fff !important;
                    display: block;
                    padding: 0 10px;
                    color: #fff;
                    font-size: 15px;
                    padding: 0 0.6rem;
                    text-transform: none;
                    line-height: 40px;
                    background: rgba(0, 0, 0, 0.4);
                }

                    .top-bar ul.top li.topMenu .dropDown li a:hover {
                        color: #f9f9f9;
                    }

                    .top-bar ul.top li.topMenu .dropDown li a:active {
                        color: #fff !important;
                        background: #019ad6;
                    }

        .top-bar ul.top li.topMenu ul {
            border-top: none;
            margin: 0;
        }

            .top-bar ul.top li.topMenu ul li {
                border-top: #4F4F4F solid 1px;
                border-bottom: none;
                padding: 0;
            }
}

@media only screen and (min-width: 64.063em) {
    .top-bar ul.top li.topMenu {
        border-left: #ffffff solid 1px;
        border-right: #ffffff solid 1px;
        z-index: 100;
    }

        .top-bar ul.top li.topMenu.is-dropdown-submenu-parent.is-active {
            box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
            background: #ffffff;
            border-left: #e5e5e5 solid 1px;
            border-right: #e5e5e5 solid 1px;
        }

        .top-bar ul.top li.topMenu:hover {
            background: #ffffff;
            border-left: #e5e5e5 solid 1px;
            border-right: #e5e5e5 solid 1px;
        }

            .top-bar ul.top li.topMenu:hover a {
                color: #019ad6;
                z-index: 2;
            }

        .top-bar ul.top li.topMenu ul li a:hover {
            text-decoration: none;
        }

        .top-bar ul.top li.topMenu a {
            color: #1d1d1b;
            font-size: 16px;
            padding: 0 12px 0 10px;
            line-height: 28px;
            padding-top: 2px;
            z-index: 2;
            margin-bottom: 0;
            background: #ffffff;
            position: relative;
        }

            .top-bar ul.top li.topMenu a:hover {
                background: #ffffff;
                color: #019ad6;
            }

        .top-bar ul.top li.topMenu .menu {
            color: #019ad6;
            text-decoration: none;
        }

            .top-bar ul.top li.topMenu .menu::before {
                content: '';
                width: 100%;
                height: 2px;
                position: absolute;
                background: #fff;
                bottom: -5px;
                left: 0;
                display: none;
            }
}

.top-bar ul.top li.topMenu ul {
    background: none;
}

    .top-bar ul.top li.topMenu ul.nested {
        margin-left: 0;
    }

@media only screen and (min-width: 64.063em) {
    .top-bar ul.top li.topMenu ul {
        margin-top: -1px;
        box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    }
}

.top-bar ul.top li.topMenu ul li {
    background: none;
    line-height: 40px;
}

@media only screen and (min-width: 64.063em) {
    .top-bar ul.top li.topMenu ul li:first-of-type {
        border-top: #e5e5e5 solid 1px;
    }
}

.top-bar ul.top li.topMenu ul li a {
    color: #000 !important;
    font-size: 15px;
    padding: 0 0.6rem;
    text-transform: none;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
    display: block !important;
    width: 100%;
}

@media only screen and (min-width: 64.063em) {
    .top-bar ul.top li.topMenu ul li {
        line-height: 30px;
        border-left: #e5e5e5 solid 1px;
        border-right: #e5e5e5 solid 1px;
        border-bottom: #e5e5e5 solid 1px;
    }

        .top-bar ul.top li.topMenu ul li a {
            color: #1d1d1d;
            font-size: 15px;
            padding: 0.2rem 0.6rem;
            text-transform: none;
            line-height: 30px;
            background: #ffffff;
        }

            .top-bar ul.top li.topMenu ul li a:hover {
                background: #e5e5e5;
            }
}

@media only screen and (min-width: 64.063em) {
    ul.top li.topMenu.opens-left ul {
        margin-right: -1px;
    }

        ul.top li.topMenu.opens-left ul li {
            margin-left: 0;
        }
}

@media only screen and (min-width: 64.063em) {
    ul.top li.topMenu.opens-right ul {
        margin-left: -1px;
    }

        ul.top li.topMenu.opens-right ul li {
            margin-left: 0;
        }
}

.alphaMSG {
    background: #d6f2fc;
    color: #999999;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin: 0 auto;
}

    .alphaMSG.green {
        background: #d3ffde;
    }

    .alphaMSG.greenImpersonate {
        background: #d3ffde;
    }

    .alphaMSG.negative {
        background: #ffd6d6;
    }

    .alphaMSG.paleGold {
        background: #fff6c5;
    }

.is-stuck .alphaMSG.green {
    max-width: 25rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    line-height: 10px;
}

@media(min-width: 40.063) and (max-width: 64em) {

    .is-stuck .alphaMSG.green {
        position: absolute;
        bottom: 0px;
        margin: auto;
        left: 0;
        right: 0;
    }
}

.alphaMSG .welcome {
    color: #019ad6;
    font-style: normal;
}

.alphaMSG.green .welcome {
    color: #00b548;
}

.alphaMSG.greenImpersonate .welcome {
    color: #00b548;
}

@media (max-width: 64em) {
    .alphaMSG .desk {
        display: none;
    }
}

@media (min-width: 64.063em) {
    .alphaMSG .mob {
        display: none;
    }
}

/*------- quote mode END ----------*/

/*------- Favourite mode ----------*/

.fav-icon {
    float: left;
    margin-left: 65px;
}

@media only screen and (min-width: 40.063em) {
    .fav-icon {
        float: right;
        margin-left: 0;
    }
}

.fav-icon a {
    width: 44px;
    background-image: url(../assets/graphics/fav-sm.gif);
    background-size: 24px 24px;
    background-position: 10px 17px;
    padding-left: 36px;
    padding-top: 20px;
}

@media only screen and (min-width: 40.063em) {
    .fav-icon a {
        background-image: url(../assets/graphics/fav-md.gif);
        background-size: 38px 38px;
        background-position: 10px 10px;
        width: 95px;
        padding-left: 52px;
        padding-top: 16px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .fav-icon a {
        background-image: url(../assets/graphics/favgrey@2x.png);
    }
}

.fav-icon a span {
    color: #ffffff;
    text-align: center;
    display: block;
    background: #019ad6;
    border-radius: 50%;
    line-height: 20px;
    width: 20px;
    font-size: 12px;
}

@media only screen and (min-width: 40.063em) {
    .fav-icon a span {
        line-height: 32px;
        width: 32px;
        font-size: 18px;
    }
}

/*------- Favourite mode END ----------*/

/*------- Bottom Pager Fix on Mobile --------*/

@media (max-width: 40em) {
    .search-results .pag.bottom {
        margin: 0;
        clear: left;
        float: left;
        left: 0;
    }

        .search-results .pag.bottom ul {
            height: 50px;
        }
}

@media (max-width: 40em) {
    .search-results .results {
        margin-bottom: 0;
    }
}

/*------- Bottom Pager Fix on Mobile END --------*/

sup.trade {
    font-size: 20px;
    top: -0.2em;
}

/*---- MESSAGE BOX -----*/
.pop-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(51, 51, 51, 0.7);
    z-index: 1000000000;
}


    .pop-overlay.loading div {
        width: 120px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 100px;
        font-size: 20px;
        height: 120px;
        font-size: 120px;
        color: white;
    }

#checkoutLoginPopup {
    z-index: 999999999 !important;
}

#checkoutLoginPopup,
.popup {
    display: none;
    background: #fff;
    border-radius: 5px;
    width: 300px;
    margin-left: -150px;
    z-index: 1000000001;
    position: absolute;
    left: 50%;
    padding: 60px 20px 0;
}

@media (min-width: 40.063em) {
    #checkoutLoginPopup,
    .popup {
        width: 500px;
        margin-left: -250px;
    }
}

#checkoutLoginPopup,
.popup p {
    text-align: center;
    line-height: 18px;
    color: #666666;
    margin-bottom: 10px !important;
}

    #checkoutLoginPopup .close-btn,
    .popup .close-btn {
        width: 18px;
        height: 18px;
        display: block;
        background-image: url(/assets/graphics/close.png);
        position: absolute;
        top: 30%;
        right: 11px;
    }

.popup .popButtons {
    width: 220px;
    margin: 20px auto 60px;
    overflow: hidden;
}

    .popup .popButtons div {
        width: 50%;
        float: left;
    }

        .popup .popButtons div .button {
            display: block;
            margin: 0 10px;
        }

        .popup .popButtons div a {
            padding: 10px 10px;
        }


.button.grey {
    background: #e5e5e5;
    color: #666666;
}

    .button.grey:hover {
        background: #b2b2b2;
    }

.excl {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: #ccc solid 3px;
    position: relative;
    margin: 0 auto 35px;
}

    .excl::after {
        content: '';
        width: 6px;
        height: 5px;
        position: absolute;
        left: 50%;
        top: 60px;
        display: block;
        background: #ccc;
        margin-left: -3px;
    }

    .excl::before {
        content: '';
        width: 6px;
        height: 26px;
        position: absolute;
        left: 50%;
        top: 30px;
        display: block;
        background: #ccc;
        margin-left: -3px;
    }

/*---- MESSAGE BOX - END -----*/

.mandatoryComment {
    color: gray;
    font-size: 12px;
    display: inline;
    font-family: robotoregular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

@media (min-width: 40.063em) {

    /* tablet and desktop - not mobile */
    .mandatoryCommentToggle {
        display: none;
    }
}

@media (max-width: 40em) {

    /* mobile only */
    .mandatoryCommentToggle {
        color: gray;
        font-size: 12px;
        margin: 0px;
        display: inline;
        position: relative;
        float: right;
    }
}

#promotionCodeItem {
    margin-bottom: 20px;
}

    #promotionCodeItem .promotionDescription {
        font-size: 13px;
        line-height: 23px;
        float: left;
        width: 65%;
        color: #939393;
        padding-top: 5px;
    }

    #promotionCodeItem span {
        line-height: 23px;
    }

.promotionCodesContainer {
    padding-bottom: 10px !important;
    border-top: #cccccc solid 1px;
    font-family: DINRegular, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    margin: 0 0 10px 0;
}

    .promotionCodesContainer.nomarginbottom {
        margin-bottom: 0px;
    }

        .promotionCodesContainer.nomarginbottom .item {
            margin-bottom: 10px;
        }

/********DESCRIPTION FILTER********/

.descriptionFilterItem {
    display: inline !important;
    color: #999999;
    font-size: 13px;
}

.descriptionFilterWrapper {
    display: block;
    position: relative;
    height: 30px;
    margin-bottom: 20px;
    width: 100%;
}

.maxLabel {
    display: none;
    font-size: 12px;
    color: red;
    margin: 10px 0px;
    padding: 3px;
    text-align: center;
    border: 1px solid red;
    background-color: #ffe5e5;
}

.descriptionFilterWrapper button {
    background: #e5e5e5;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0 none;
    outline: 0;
    z-index: 2;
    margin: 0px 0px 3px -7px;
    border-radius: 0px 5px 5px 0px;
    color: #999999;
    font-weight: bold;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    font-size: 20px;
}

    .descriptionFilterWrapper button.disabled {
        background: #cccccc;
    }

    .descriptionFilterWrapper button:hover {
        background: #03a9f4;
        color: #fff;
        border-top: 1px solid #8a8a8a;
        border-right: 1px solid #8a8a8a;
        border-bottom: 1px solid #8a8a8a;
    }

    .descriptionFilterWrapper button.active {
        background: #03a9f4;
        color: #fff;
        border-top: 1px solid 1px solid #8a8a8a;
        border-right: 1px solid 1px solid #8a8a8a;
        border-bottom: 1px solid 1px solid #8a8a8a;
    }

.descriptionFilterInput {
    height: 30px;
    line-height: inherit;
    display: inline-block;
    padding-right: 13%;
    border-radius: 0px 5px 5px 0px;
}


@media (max-width: 64em) {
    .descriptionFilterInput {
        padding-right: 3%;
    }
}

@media (max-width: 40em) {
    .descriptionFilterInput {
        padding-right: 13%;
    }
}

#searchFilterDescription select {
    border-radius: 0px 5px 5px 0px;
    background-image: linear-gradient(45deg, transparent 50%, #999999 50%), linear-gradient(135deg, #999999 50%, transparent 50%), linear-gradient(to right, #e5e5e5, #e5e5e5);
    background-position: calc(100% - 6px) calc(6px), calc(100% - 2px) calc(6px), calc(100% + 18px)-18px;
    background-size: 5px 5px, 5px 6px, 2.5em 2.5em;
    background-repeat: no-repeat;
    cursor: pointer;
}

    #searchFilterDescription select:focus {
        border-radius: 0px 5px 5px 0px;
        background-image: linear-gradient(45deg, #fff 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #fff 50%), linear-gradient(to right, #03a9f4, #03a9f4);
        background-position: calc(100% - 0px) 3px, calc(100% - 7px) 3px, 111% -8px;
        background-size: 7px 6px, 5px 6px, 2.5em 2.5em;
        background-repeat: no-repeat;
        border-color: grey;
        outline: 0;
    }


/* Mantis 566: For product icons */

.icons {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}

    .icons img {
        width: 100%;
        height: 100%;
    }

.productSustainabilityIcons {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    overflow: hidden;
}

    .productSustainabilityIcons img {
        width: 100%;
        height: 100%;
    }

.sustainabilityIcons {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: block;
}

/*#searchFilterDescription select:hover {
    border-radius: 0px 5px 5px 0px;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #019ad6, #019ad6);
    background-position: calc(100% - 6px) calc(0em + 6px), calc(100% - 2px) calc(0em + 6px), 111% -18px;
    background-size: 5px 5px, 5px 6px, 2.5em 2.5em;
    background-repeat: no-repeat;
    cursor:pointer;
}*/
/*Make the website full screen on higher resolution devices*/
/*@media (min-width:125em){
        .wrapper.white, .wrapper.whiteTab, .footer, .top-bar, .sticky-container{
            max-width:100%;
        }
        .slide .slick-list.draggable{
            max-width:130em;
            margin:auto;
        }

        .promotions .carousel-promo{
            max-width:100%;
        }

        .features .row{
            max-width:55%;
        }

        .row{
            max-width:80%;
        }

       .slick-slide a img{
           width:150% !important;
           height:auto;
       }
    }*/
/* Fault Find and Fix */
.stepWrapper {
    min-height: 300px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1), -3px -3px 10px 0 rgba(0, 0, 0, 0.1);
    padding-top: 25px;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
}

.faultCircle {
    width: 120px;
    height: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #019ad6;
    margin: 0 auto;
}

.stepNumberText {
    padding-top: 25px;
    text-align: center;
    font-size: 26px;
    color: white;
    line-height: 1.4em;
}

.stepInstructions {
    text-align: center;
    color: #0055a4;
    margin: 30px auto 0 auto;
    padding: 0 30px;
}

/* Tablet and upwards */
@media only screen and (min-width: 40.063em) {
    .stepWrapper {
        min-height: 250px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .stepInstructions {
        padding: 0 20px;
    }
}

/*		Desktop and upwards */
@media only screen and (min-width: 64.063em) {
    .stepWrapper {
        min-height: 250px;
        width: 250px;
    }
}

.dataProtectionText {
    color: #a9a9a9;
    font-style: italic;
}


span.dataProtectionText {
    color: #a9a9a9;
    font-style: italic;
}


@media (max-width: 40em) {
    .form-radio-label {
        display: flex;
        margin-bottom: 10px;
    }
}

/* Hide Quantity In Drop Basket*/

.hiddenQty span {
    display: none;
}

.hiddenQty input {
    background: #fff !important;
    color: #fff !important;
}


/* Orders Tables */

.order-list.results-table {
    background: #fff;
    border-collapse: collapse;
    border-color: #fff;
}

    .order-list.results-table .table-row {
        margin-bottom: 3px;
        margin-top: 3px;
        border-left: 2px solid #fff;
        -webkit-transition: border 600ms ease-out;
        -moz-transition: border 600ms ease-out;
        -o-transition: border 600ms ease-out;
        transition: border-left 600ms ease-out;
        border-bottom: 2px solid #f9f9f9;
    }

@media (min-width: 40.063em) {

    .order-list.results-table .table-row,
    .order-list.results-table .table-head {
        display: table-row;
    }
}

@media (min-width: 40.063em) {
    .order-list.results-table {
        display: table;
        table-layout: fixed;
    }
}

.order-list.results-table .table-row.red-row div:first-child {
    border-left: 8px solid red;
}

.order-list.results-table .table-row.blue-row div:first-child {
    border-left: 8px solid #019ad6;
}

.order-list.results-table .table-row.green-row {
    border-left: 2px solid green;
}

.order-list.results-table .table-row div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 40em) {

    .order-list.results-table .table-row div {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 64.063em) {
    .specifications .contentBlock.grid {
        padding: 50px 30px;
    }
}

/* BADGES */

.badge-icon {
    position: absolute;
    top: -8px;
    right: -3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 1px 2px 0px #555555;
}

    .badge-icon.red {
        background: red;
    }

    .badge-icon.blue {
        background: #019ad6;
    }

    .badge-icon.orange {
        background: #f68e1e;
    }


/* User management checkboxes */

.inputCheckboxContainer,
.inputCheckboxContainerDisabled {
    margin: 10px 10px 5px 0;
    border: 1px solid #cacaca;
    float: left;
    min-width: 180px;
    margin-right: 10px;
    padding: 9px;
    border-radius: 8px;
}

    .inputCheckboxContainer.defaultAccount label {
    }

    .inputCheckboxContainer * {
        cursor: text;
    }

    .inputCheckboxContainerDisabled,
    .inputCheckboxContainerDisabled * {
        cursor: default !important;
    }

    .inputCheckboxContainer input[type='radio'],
    .inputCheckboxContainer input[type='checkbox'] {
        margin: 0;
    }


    .inputCheckboxContainerDisabled input[type='checkbox'] {
        margin: 0;
        display: none;
    }

    .inputCheckboxContainerDisabled label {
        color: #A2A2A2;
    }

.accountsHeading {
    color: #A2A2A2;
    margin-bottom: 0;
    font-size: 12px;
}

input[readonly][type='text']:focus {
    background-color: #e6e6e6;
}



.allButtonContainer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}


    .allButtonContainer .buttonContainer {
        width: 200px;
        margin-right: 20px;
    }


@media (max-width: 40em) {
    .allButtonContainer {
        display: block;
        margin-top: 40px;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }

        .allButtonContainer .buttonContainer {
            width: 100%;
        }
}


/*user management defaults tab*/


.subTabsContainer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}


    .subTabsContainer .subTab {
        margin-right: 20px;
    }


@media (max-width: 40em) {
    .subTabsContainer .subTab {
        height: 40px;
    }
}

.defaultLink {
    padding: 4px;
}


    .defaultLink:hover {
        border-bottom: 2px solid rgba(246, 142, 30, 0.1);
    }

        .defaultLink:hover a {
            color: #f68e1e;
        }

    .defaultLink a {
    }

    .defaultLink.selected {
        border-bottom: 2px solid rgba(246, 142, 30, 0.5);
        padding-bottom: 4px !important;
        width: 200px;
        font-weight: 600;
    }


        .defaultLink.selected a {
            color: #f68e1e;
        }


.defaultsDescriptionText {
    display: block;
    margin-bottom: 40px;
}


.specifications .contentBlock .defaultsDescriptionText p {
    font-size: 15px;
}


.specifications .contentBlock .delivery,
.checkout .delivery {
    height: 325px;
    background-color: #f9f9f9;
    position: relative;
}

    .specifications .contentBlock .delivery p,
    .checkout .delivery p {
        line-height: 20px;
        font-size: 12px;
    }


    .specifications .contentBlock .delivery .button.del,
    .checkout .delivery .button.del {
        position: absolute;
        bottom: 45px;
        margin: auto;
        left: 0;
        right: 0;
        width: 85%;
    }

    .specifications .contentBlock .delivery #buttonRemove,
    .checkout .delivery #buttonRemove {
        position: absolute;
        bottom: 10px;
    }


/*---- Testimonial Slick Carousel----*/

.carousel-testimonials.slick-slider {
    height: 300px !important;
    background-size: cover;
}

.carousel-testimonials .testimonials-content {
    height: 100% !important;
}

.carousel-testimonials .slick-slide {
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    min-height: 300px;
}

.carousel-testimonials .slick-dots {
    position: absolute;
    bottom: 6px;
    display: block;
    width: 100%;
    padding: 0px;
    list-style: outside none none;
    text-align: center;
}

@media (min-width: 1025px) {
    #manageUserContentTabs {
        position: sticky;
        top: 60px;
        background-color: rgb(249,249,249);
        height: 45px;
        margin-bottom: -45px;
    }
}

@media only screen and (min-width: 40.063em) {
    .carousel-testimonials .slick-dots {
        bottom: 13px;
    }
}

.carousel-testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

@media only screen and (min-width: 40.063em) {
    .carousel-testimonials .slick-dots li {
        width: 20px;
        height: 20px;
    }
}

.carousel-testimonials .slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 2px;
    border-radius: 4px;
    cursor: pointer;
    background: #019ad6;
}

.carousel-testimonials .testimonials-content {
    width: 50%;
    margin: 1.8% auto;
    text-align: center;
    padding: 20px 0px;
    background-image: url(../assets/img/home/left-quote.png), url(../assets/img/home/right-quote.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 25px 0px, 100% 100%;
    background-size: 100px;
    font-size: 20px;
}




@media(min-width:40.063em) and (max-width: 64em) {
    .carousel-testimonials .testimonials-content {
        width: 65%;
        font-size: 2vw;
    }
}

@media (max-width: 40em) {
    .carousel-testimonials .testimonials-content {
        width: 92%;
        background-position: 10px 9px, 100% 87%;
        font-size: 3vw;
        background-size: 70px;
        margin: auto;
    }

    .carousel-testimonials .slick-prev,
    .carousel-testimonials .slick-next {
        background-image: none;
    }
}

@media only screen and (min-width: 40.063em) {
    .carousel-testimonials .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 4px;
        border-radius: 8px;
    }
}

.carousel-testimonials .slick-dots li.slick-active button {
    background: #35b8ac;
}

.testimonials-content {
    max-width: 50em;
    word-wrap: break-word;
    line-height: 30px;
}

@media (max-width: 768px) {
    .testimonials-content {
        line-height: 25px;
    }
}

@media (max-width: 450px) {
    .testimonials-content {
        line-height: 20px;
    }
}

.mainFeaturesTitle {
    margin: auto;
    display: table;
    color: #000;
    font-size: 1.7em;
    font-family: robotoregular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    height: 17px;
    text-align: left;
    margin: auto 20px;
}

.mainFeaturesBlackOutline {
    margin-bottom: 30px;
    line-height: 0px;
    background-color: #eaeaea;
}


/* Mailing List */
.mailing-list {
    height: 180px;
}

@media(min-width:40.063em) and (max-width: 64em) {
    .mailing-list {
        height: 180px;
    }
}

@media (max-width: 40em) {
    .mailing-list {
        height: 240px
    }
}

.information .videoColumnText {
    padding-left: 18px;
}

    .information .videoColumnText .small-14 columns .large-6 columns {
        padding-left: 25px;
    }

.information .videoTopHeading {
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    color: #019ad6;
    font-size: 24px;
    padding-top: 11px;
    margin-top: 40px;
}

/* Mobile and Tablet view */
@media (max-width: 64em) {
    .information .videoTopHeading {
        margin-top: 10px;
        padding-top: 10px;
    }
}

@media (min-width: 40.063em) {
    .information .videoColumnText {
        padding-left: 20px;
    }
}


@media(min-width:40.063em) and (max-width: 64em) {
    .information .videoColumnText {
        padding-left: 35px;
    }
}

.videoDescription {
    font-size: 13px;
    color: #000;
    margin-bottom: 15px;
    line-height: 16px;
    margin-top: -13px;
}

.mailingListText {
    color: white;
    text-align: left;
    margin-top: 20px;
}

@media (max-width: 40.063em) {
    .mailing-list .mailingListText {
        font-size: 13.6px;
    }
}

@media(min-width:40.063em) and (max-width: 64em) {
    .mailing-list .mailingListText {
        font-size: 12px;
    }
}

.videoContentRow {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.025rem;
}

ul.videoList {
    margin-bottom: 0px;
    font-size: 15px;
    color: #000;
    line-height: 20px;
}

.information .videoList li {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin-bottom: 0px;
}

.quoteText {
    font-size: 17px;
}

/*Mobile*/
@media (max-width: 40em) {
    .quoteText {
        font-size: 11px;
    }
}

/*Tablet*/
@media(min-width:40.063em) and (max-width: 64em) {

    .quoteText {
        font-size: 16px;
    }
}

/*Mobile*/
@media (max-width: 40em) {
    .mainFeaturesTitle {
        font-size: 20px;
    }
}

/*Tablet*/
@media(min-width:40.063em) and (max-width: 64em) {
    .mainFeaturesTitle {
        font-size: 20px;
    }
}

.slide:hover .slick-arrow {
    opacity: 0.4;
}


.catDropDown {
    height: 34px;
    width: 21%;
    display: block;
    background: #fabf80;
    color: #fff;
    text-align-last: center;
    margin: 0;
    border: none;
    position: absolute;
    bottom: 62px;
    outline: none;
    -webkit-appearance: menulist;
    padding: 0;
}

.info-panel {
    position: relative;
    max-width: 50%;
}

    .info-panel p {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-30%, -40%);
    }

@media(max-width: 1024px) {
    .info-panel {
        max-width: 100%;
    }

        .info-panel p {
            font-size: 28px !important;
            top: 53%;
        }
}

@media(max-width: 900px) {
    .info-panel {
        max-width: 100%;
    }

        .info-panel p {
            font-size: 18px !important;
        }
}

@media(max-width: 650px) {
    .info-panel p {
        line-height: 15px !important;
        font-size: 14px !important;
        top: 50% !important;
    }
}

/*Put here to prevent needing another rebuild for mission statement*/
.columns.small-up-1.medium-up-2.large-up-3.values.right {
    float: left;
}

/* WEBSITE BANNER NOTIFICATION MESSAGE (like punchout user banner)*/

.redMessage {
    background: #DE1528 !important;
}

    /*.redMessage, a:link, a:visited {
    color: white !important;
    text-decoration:underline;
}*/

    .redMessage .welcome {
        color: white !important;
    }

        .redMessage .welcome a {
            color: white !important;
            font-weight: bold;
            text-decoration: underline;
        }

.welcome.black {
    color: #000;
}

.NoMarginLeft {
    margin-left: 0rem !important;
}

    .NoMarginLeft &gt; div &gt; div &gt; div &gt; ul {
        list-style-type: square;
        padding-left: 14px;
        margin-bottom: 30px;
    }



.slsKendoInput {
    box-shadow: 0 0 black;
    color: #000 !important;
    width: 100% !important;
    margin-bottom: auto !important;
}

.k-icon.k-i-arrow-60-down {
    color: #8a8a8a !important;
    margin: 0.7em;
}

.k-select,
.k-list.k-reset {
    background-color: white !important;
}

.k-item {
    color: #000;
}

.k-input.warn {
    margin-bottom: 0px !important;
    border: none !important;
}

.k-widget.k-combobox.warn.k-combobox-clearable {
    box-shadow: 0 0 0 2px #cc0000;
    width: 100% !important;
}

.k-widget.k-combobox.warn.k-combobox-clearable,
.k-widget.k-combobox.slsKendoInput.k-combobox-clearable {
    padding: 0px !important;
}

.regionalBlockOneColumn {
    width: 100%;
    margin-top: 5px;
}

    .regionalBlockOneColumn select {
        margin-top: 15px;
        width: 100%;
    }

/** Regional Preferences in Profile*/
.profileRegionWarning {
    box-shadow: 0 0 0 2px #cc0000;
    border: 1px solid #cc0000;
}

.profileDivWidth {
    width: 70%;
}

.regionalPreferencesBorder {
    border: 2px solid #009DE3;
}

.kendoGridHeaderStandardFont {
    vertical-align: middle;
    display: inline-block;
    font-family: DINRegular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.redSavingsText {
    width: 100%;
    font-size: 12px;
    color: red;
    cursor: default;
}

.mobile-align-non-kendo {
    margin-right: 10px;
    min-width: 60px;
    width: 60px;
    display: inline-block;
    float: left;
}

.gridDisplayBlock {
    display: block;
}

.margin-top-yourPriceeWithMessage {
    margin-top: 1.3rem;
}


.results-table.mobileFavsAlign &gt; div.table-row {
    min-height: 100px;
}

.remove {
    display: table-cell;
}

@media(max-width: 40em) {
    .searchResultsGridRowGrouping {
        display: flex;
        flex-direction: column;
    }

    .price.product-table-price {
        padding: 5px !important;
    }

    .redSavingsText {
        margin-left: 1em;
    }


    .mobileGridCloserRows {
        padding-top: 0px !important;
        margin-top: 3px !important;
    }

    .price.product-table-price {
        padding-top: 3px !important;
    }

    .flex-100 {
        display: flex;
        width: 100%;
    }

    .indentedGridRow {
        margin-left: 6rem;
    }

    .mobileDisplayContents {
        display: block;
        margin-top: -0.5rem !important;
    }

    .gridDisplayBlock {
    }

    .margin-top-yourPriceeWithMessage {
        margin-top: auto;
    }

    .basketAttn {
        float: right;
        margin-right: 0.3rem;
    }

    .remove {
        display: block;
    }
}



.quoteApprovalItems {
    margin-bottom: 20px;
}


    .quoteApprovalItems h2 {
        font-size: 15px;
        color: #019ad6;
    }

    .quoteApprovalItems p {
        margin: 0;
    }

    .quoteApprovalItems .quoteApprovalItemsDisplay div {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 5px;
    }

        .quoteApprovalItems .quoteApprovalItemsDisplay div p:nth-of-type(1) {
            width: 150px;
        }

    .quoteApprovalItems .quoteApprovalItemsDisplay.costs div p:nth-of-type(2) {
        width: 115px;
        text-align: right;
    }

    .quoteApprovalItems .quoteApprovalItemsDisplay.standard div p:nth-of-type(2) {
        width: 200px;
        text-align: left;
    }


@media(max-width: 768px) {
    .quoteApprovalItems {
        margin-bottom: 20px;
    }
}



.quoteButtonContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .quoteButtonContainer div {
        width: 220px;
        padding: 0 20px 0 20px;
    }

a.disabledLink {
    cursor: not-allowed;
    text-decoration: line-through;
}


ul.menu li &gt; a:hover.disabledLink,
ul.menu li &gt; a:focus.disabledLink {
    text-decoration: line-through !important;
}

a.disabledLink i {
    color: grey !important;
}


.sticky-container {
    min-height: 60px;
}

.slide__holder {
    position: relative;
    overflow: hidden;
}

#slide .slick-dots {
    bottom: 45px;
    right: 26%;
}

@media(max-width: 1024px) {
    #slide .slick-dots {
        display: none !important;
    }
}

.slide__swoosh {
    pointer-events: none;
    position: absolute;
    bottom: -1px;
    height: 40px;
}

@media (min-width: 200px) {
    .slide__swoosh {
        bottom: 47px;
    }
}

@media (min-width: 319px) {
    .slide__swoosh {
        bottom: 41px;
    }
}

@media (min-width: 335px) {
    .slide__swoosh {
        bottom: 34px;
    }
}


@media (min-width: 345px) {
    .slide__swoosh {
        bottom: 28px;
    }
}

@media (min-width: 354px) {
    .slide__swoosh {
        bottom: 28px;
    }
}

@media (min-width: 355px) {
    .slide__swoosh {
        bottom: 14px;
        height: 61px;
    }
}

@media (min-width: 377px) {
    .slide__swoosh {
        bottom: -1px;
    }
}

@media (min-width: 440px) {
    .slide__swoosh {
        height: 60px;
    }
}

@media (min-width: 642px) {
    .slide__swoosh {
        height: 80px;
    }
}

@media (min-width: 800px) {
    .slide__swoosh {
        height: 100px;
    }
}

@media (min-width: 1024px) {
    .slide__swoosh {
        height: auto;
    }
}

@media (min-width: 640px) {
    .cc-page-margins {
        margin: 0 25px;
    }
}

@media (min-width: 1025px) {
    .cc-page-margins {
        margin: 0 25px;
    }
}

@media (min-width: 1200px) {
    .cc-page-margins {
        margin: 0 35px;
    }
}

@media (min-width: 1440px) {
    .cc-page-margins {
        margin: 0 115px;
    }
}

.cc-slider-margins {
    margin: 0 55px;
}

@media (min-width: 375px) {
    .cc-slider-margins {
        margin: 0 80px;
    }
}

@media (min-width: 400px) {
    .cc-slider-margins {
        margin: 0 25px;
    }
}

@media (min-width: 640px) {
    .cc-slider-margins {
        margin: 0 25px;
    }
}

@media (min-width: 1025px) {
    .cc-slider-margins {
        margin: 0 20px;
    }
}

@media (min-width: 1200px) {
    .cc-slider-margins {
        margin: 0 26px;
    }
}

@media (min-width: 1440px) {
    .cc-slider-margins {
        margin: 0 105px;
    }
}

@media (min-width: 1680px) {
    .cc-slider-margins {
        margin: 0 97px;
    }
}

.cc-slider-spacing {
    max-width: 1574px;
    margin: 0 auto;
}

.cc-key-spacing {
    max-width: 182px;
}

@media (min-width: 400px) {
    .cc-key-spacing {
        max-width: 280px;
    }
}

@media (min-width: 640px) {
    .cc-key-spacing {
        max-width: 568px;
    }
}

@media (min-width: 980px) {
    .cc-key-spacing {
        max-width: 876px;
    }
}

@media (min-width: 1200px) {
    .cc-key-spacing {
        max-width: 1041px;
    }
}

@media (min-width: 1440px) {
    .cc-key-spacing {
        max-width: 1174px;
    }
}

.cc-page-spacing .row {
    max-width: 1538px;
}

.cc_main_blocks {
    padding: 20px 5px 0;
}

@media (min-width: 639px) {
    .cc_main_blocks {
        padding: 30px 15px 0;
    }
}

@media (min-width: 640px) {
    .cc_main_blocks {
        padding: 40px 0 0;
    }
}

.cc_main_blocks a {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 15px;
}

@media (min-width: 500px) {
    .cc_main_blocks a {
        margin-bottom: 25px;
    }
}

@media (min-width: 1025px) {
    .cc_main_blocks a {
        margin-bottom: 45px;
    }
}

.cc_main_blocks a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: white transparent transparent transparent;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    border-width: 25px 25px 0 0;
}

@media (min-width: 400px) {
    .cc_main_blocks a::before {
        border-width: 35px 35px 0 0;
    }
}

@media (min-width: 500px) {
    .cc_main_blocks a::before {
        border-width: 45px 45px 0 0;
    }
}

@media (min-width: 640px) {
    .cc_main_blocks a::before {
        border-width: 55px 55px 0 0;
    }
}

.cc_main_blocks a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

    .cc_main_blocks a:hover span {
        text-decoration: none;
    }

    .cc_main_blocks a:hover img {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        opacity: 0.4;
    }

.cc_main_blocks a img {
    width: 100%;
    margin-bottom: 0;
    display: block;
}

.cc_main_blocks a .anchor-text {
    font-size: 12px;
    line-height: 1;
    font-family: robotobold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: white;
    display: block;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (min-width: 300px) {
    .cc_main_blocks a .anchor-text {
        font-size: 14px;
        margin: -24px 22px 0;
    }
}

@media (min-width: 640px) {
    .cc_main_blocks a .anchor-text {
        font-size: 16px;
        margin: -24px 32px 0;
        padding: 12px 0;
    }
}

@media (min-width: 1025px) {
    .cc_main_blocks a .anchor-text {
        font-size: 16px;
        margin: -24px 22px 0;
        padding: 12px 0;
    }
}

@media (min-width: 1200px) {
    .cc_main_blocks a .anchor-text {
        font-size: 16px;
        margin: -34px 42px 0;
        padding: 18px 0;
    }
}

@media (min-width: 1440px) {
    .cc_main_blocks a .anchor-text {
        font-size: 20px;
    }
}

.cc_main_blocks &gt; .row &gt; div {
    display: flex;
    flex-flow: row wrap;
}

.drkBlu span {
    background: #184a94;
}

.ltBlu span {
    background: #009cdd;
}

.purple span {
    background: #7a4ba9;
}

.teal span {
    background: #4ca9a0;
}

.green span {
    background: #5dbca5;
}

.greenImpersonate span {
    background: #d3ffde;
}

.pink span {
    background: #f394bc;
}

.red span {
    background: #c41d1d;
}

.grey span {
    background: #5f7c7f;
}

.yellow span {
    background: #ebbb66;
}

.cc_services {
    margin-bottom: 40px;
    padding: 0 5px 0;
}

@media (min-width: 639px) {
    .cc_services {
        padding: 0 15px 0;
    }
}

@media (min-width: 640px) {
    .cc_services {
        padding: 0;
    }
}

.cc_services .cc_services__border {
    border-bottom: #eaf5fd solid 3px;
}

.cc_services a {
    font-family: DINPro, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-align: center;
    display: block;
    margin: 20px 0 15px;
    font-size: 16px;
}

    .cc_services a:hover span {
        text-decoration: underline;
    }

@media (min-width: 640px) {
    .cc_services a {
        margin: 20px 0 25px;
    }
}

@media (min-width: 1025px) {
    .cc_services a {
        margin: 25px 0 35px;
    }
}

@media (min-width: 1200px) {
    .cc_services a {
        margin: 35px 0 50px;
    }
}

.cc_services a img {
    padding: 0 15% 10px;
    width: 100%;
    display: block;
}

@media (min-width: 640px) {
    .cc_services a img {
        padding: 0 20% 10px;
    }
}

@media (min-width: 1025px) {
    .cc_services a img {
        padding: 0 10px 10px;
    }
}

@media (min-width: 1200px) {
    .cc_services a img {
        padding: 0 23px 10px;
    }
}

@media (min-width: 640px) {
    .cc_services a {
        font-size: 20px;
    }
}

@media (min-width: 1025px) {
    .cc_services a {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .cc_services a {
        font-size: 20px;
    }
}

@media (min-width: 1440px) {
    .cc_services a {
        font-size: 26px;
    }
}

.featured_promotions {
    position: relative;
    padding: 20px 0;
    margin-bottom: 40px;
}

@media (max-width: 640px) {
    .featured_promotions {
        margin-bottom: 40px;
        width: 220px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 640px) {
    .featured_promotions {
        margin-bottom: 40px;
    }
}

@media (min-width: 1025px) {
    .featured_promotions {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .featured_promotions {
        margin-bottom: 40px;
    }
}

.promo .featured_link {
    display: block;
    position: relative;
    padding-top: 26px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width: 640px) {
    .promo .featured_link {
        padding-top: 18px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1025px) {
    .promo .featured_link {
        padding-top: 18px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .promo .featured_link {
        padding-top: 18px;
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (min-width: 1680px) {
    .promo .featured_link {
        padding-top: 26px;
        margin-left: 33px;
        margin-right: 33px;
    }
}

.promo .featured_link .chip {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    color: white;
    background: #d7508e;
    padding: 10px 0;
    font-family: robotobold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
}

@media (min-width: 1680px) {
    .promo .featured_link .chip {
        padding: 15px 0;
        font-size: 18px;
    }
}

.promo .featured_link .promo_img {
    border: #939393 solid 2px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 40px 10px 10px;
    height: 220px;
    background: #ffffff;
}

    .promo .featured_link .promo_img:hover {
        border: #d7508e solid 3px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        padding: 40px 10px 10px;
        height: 220px;
    }

    .promo .featured_link .promo_img img {
        align-self: center;
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }

.promo .featured_link .promo_txt {
    padding-top: 0px;
    font-family: DINPro-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    display: block;
    color: #939393;
}

.promo .promo_txt_line_two {
    padding-top: 0px;
    font-family: DINPro-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    display: block;
    color: #939393;
}

.promo .promo_txt_line_three {
    padding-top: 8px;
    font-family: DINPro, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.2;
    font-size: 15px;
    text-align: center;
    display: block;
    color: #939393;
}

.promo .featured_link .promo_caption {
    padding-top: 8px;
    font-family: robotobold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.2;
    font-size: 12px;
    text-align: center;
    display: block;
    color: #939393;
}

@media (min-width: 1680px) {
    .promo .featured_link .promo_caption {
        font-size: 14px;
    }
}

.promo a {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.featured_promotions .slick-arrow {
    margin-top: -22px;
}

@media (min-width: 1200px) {
    .featured_promotions .slick-arrow {
        margin-top: -37px;
    }
}

@media (min-width: 1440px) {
    .featured_promotions .slick-arrow {
        margin-top: -39px;
    }
}

.cc-slider .slick-next {
    right: 0;
}

.cc-slider .slick-prev {
    left: 0;
}

.cc-slider .slick-track {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cc-slider .slick-arrow {
    position: absolute;
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    top: 50%;
    bottom: 50%;
    margin-left: 0;
    margin-right: 0;
    z-index: 20;
    opacity: 0.5;
    outline: none !important;
}

@media (min-width: 1200px) {
    .cc-slider .slick-arrow {
        width: 55px;
        height: 55px;
        background-size: 55px 55px;
    }
}

@media (min-width: 1440px) {
    .cc-slider .slick-arrow {
        width: 65px;
        height: 65px;
        background-size: 65px 65px;
    }
}

.cc-slider .slick-arrow:hover {
    opacity: 0.8;
}

.cc-slider .slick-next {
    background-image: url(../assets/graphics/promo-right-btn-blue.png);
    right: -40px;
}

@media (min-width: 375px) {
    .cc-slider .slick-next {
        right: -50px;
    }
}

@media (min-width: 400px) {
    .cc-slider .slick-next {
        right: -25px;
        background-position: 5px 0px;
    }
}

@media (min-width: 640px) {
    .cc-slider .slick-next {
        background-position: 2px 0;
    }
}

@media (min-width: 1025px) {
    .cc-slider .slick-next {
        right: -20px;
        background-position: 1px 0;
    }
}

@media (min-width: 1200px) {
    .cc-slider .slick-next {
        right: -26px;
        background-position: 0 0;
    }
}

@media (min-width: 1440px) {
    .cc-slider .slick-next {
        right: -55px;
    }
}

@media (min-width: 1680px) {
    .cc-slider .slick-next {
        right: -55px;
    }
}

.cc-slider .slick-prev {
    background-image: url(../assets/graphics/promo-left-btn-blue.png);
    left: -40px;
}

@media (min-width: 375px) {
    .cc-slider .slick-prev {
        left: -50px;
    }
}

@media (min-width: 400px) {
    .cc-slider .slick-prev {
        left: -25px;
        background-position: -5px 0;
    }
}

@media (min-width: 640px) {
    .cc-slider .slick-prev {
        background-position: -2px 0;
    }
}

@media (min-width: 1025px) {
    .cc-slider .slick-prev {
        left: -20px;
        background-position: -1px 0;
    }
}

@media (min-width: 1200px) {
    .cc-slider .slick-prev {
        left: -26px;
        background-position: 0 0;
    }
}

@media (min-width: 1440px) {
    .cc-slider .slick-prev {
        left: -55px;
    }
}

@media (min-width: 1680px) {
    .cc-slider .slick-prev {
        left: -55px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .cc-slider .slick-next {
        background-image: url(../assets/graphics/promo-right-btn-blue@2x.png);
    }

    .cc-slider .slick-prev {
        background-image: url(../assets/graphics/promo-left-btn-blue@2x.png);
    }
}

.cc-slider__button-label {
    display: none;
}

.call-out-redesign {
    position: relative;
    overflow: hidden;
    color: white;
    padding-bottom: 50px;
}

@media (min-width: 400px) {
    .call-out-redesign {
        padding-bottom: 75px;
    }
}

@media (min-width: 640px) {
    .call-out-redesign {
        padding-bottom: 150px;
    }
}

.call-out-redesign p,
.call-out-redesign a {
    color: white;
}

.call-out-redesign a {
    font-family: DINPro-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}

    .call-out-redesign a:hover {
        text-decoration: underline !important;
    }

.call-out-redesign .swoosh {
    height: 40px;
}

@media (min-width: 440px) {
    .call-out-redesign .swoosh {
        height: 60px;
    }
}

@media (min-width: 642px) {
    .call-out-redesign .swoosh {
        height: 80px;
    }
}

@media (min-width: 800px) {
    .call-out-redesign .swoosh {
        height: 100px;
    }
}

@media (min-width: 1024px) {
    .call-out-redesign .swoosh {
        height: auto;
    }
}

.call-out-redesign .top__swoosh {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}

.call-out-redesign .bottom__swoosh {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}

.call-out-redesign h3 {
    font-family: DINPro-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-top: 50px;
    font-size: 50pt;
    line-height: 1.2;
    margin-bottom: 62px;
}

@media (min-width: 400px) {
    .call-out-redesign h3 {
        margin-top: 75px;
    }
}

@media (min-width: 640px) {
    .call-out-redesign h3 {
        font-size: 50px;
        margin-top: 100px;
    }
}

@media (max-width: 639px) {
    .call-out-redesign h3 {
        font-size: 25pt;
    }
}


.call-out-redesign p {
    font-size: 15px;
    line-height: 1.2;
}


@media (min-width: 640px) {
    .call-out-redesign p {
        font-size: 20px;
    }
}

.call-out-redesign h3,
.call-out-redesign p {
    margin-left: 20px;
    margin-right: 20px;
}

@media (min-width: 1025px) {

    .call-out-redesign h3,
    .call-out-redesign p {
        margin-left: 0;
        margin-right: 0;
    }
}

.call-out-redesign::before {
    background-image: url("../assets/img/call-out__left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    height: 500px;
    left: -80px;
    bottom: -130px;
    width: 230px;
    transform: rotate(-30deg);
}

@media (min-width: 640px) {
    .call-out-redesign::before {
        bottom: -50px;
        left: -90px;
        transform: rotate(-20deg);
        width: 400px;
        height: 600px;
    }
}

@media (min-width: 1025px) {
    .call-out-redesign::before {
        background-repeat: repeat;
        top: 0;
        transform: rotate(0);
        left: 0;
        height: 100%;
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .call-out-redesign::before {
        width: 300px;
    }
}

@media (min-width: 1440px) {
    .call-out-redesign::before {
        width: 300px;
    }
}

.call-out-redesign::after {
    background-image: url("../assets/img/call-out__right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    height: 500px;
    right: -80px;
    top: -130px;
    width: 230px;
    transform: rotate(-5deg);
}

@media (min-width: 640px) {
    .call-out-redesign::after {
        top: -80px;
        right: -210px;
        transform: rotate(-20deg);
        width: 400px;
        height: 600px;
    }
}

@media (min-width: 1025px) {
    .call-out-redesign::after {
        background-repeat: repeat;
        transform: rotate(0);
        top: 0;
        right: 0;
        height: 100%;
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .call-out-redesign::after {
        width: 300px;
    }
}

@media (min-width: 1440px) {
    .call-out-redesign::after {
        width: 300px;
    }
}


#keySuppliersActual .key_suppliers {
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    #keySuppliersActual .key_suppliers {
        margin-bottom: 60px;
    }
}

.key_suppliers {
    position: relative;
    padding-bottom: 15px;
}

@media (min-width: 1200px) {
    .key_suppliers {
        padding-bottom: 30px;
    }
}

.key_suppliers img {
    height: 38px;
    width: auto;
}

@media (min-width: 400px) {
    .key_suppliers img {
        height: 58px;
    }
}

.key_suppliers .slick-arrow {
    margin-top: -15px;
}

@media (min-width: 1200px) {
    .key_suppliers .slick-arrow {
        margin-top: -19px;
    }
}

@media (min-width: 1440px) {
    .key_suppliers .slick-arrow {
        margin-top: -25px;
    }
}

.cc-site {
    background: #0a0a0a;
    border-bottom: #f0f0f0 solid 3px;
}

    .cc-site ul li a {
        color: white;
    }

    .cc-site p {
        color: white;
    }

    .cc-site h6 {
        color: white;
    }

@media (max-width: 40rem) {
    .cc-site .site-nav &gt; li ul li {
        border-top: #7e7e7e solid 1px;
        background: #5c5c5c;
    }
}

.cc-footer {
    padding: 20px 0 0;
    border-bottom: #009cdd solid 40px;
}

.cc-mailing-list {
    margin-top: 20px;
    height: auto;
}

    .cc-mailing-list h1 {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
        font-family: robotobold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #7a4ba9;
    }

    .cc-mailing-list .mailingListText {
        color: #000;
        text-align: center;
        margin: 0 0 25px;
    }

@media (min-width: 640px) {
    .cc-mailing-list .mailingListText {
        text-align: left;
        margin: 0;
        max-width: 340px;
    }
}

.cc-mailing-list .button {
    font-size: 12px;
    background: #7a4ba9;
    color: white;
    padding: 12.5px 15px;
    width: 100%;
    height: 39px;
}

.cc-mailing-list .cc-email {
    position: relative;
}

#MERGE0 {
    box-shadow: none;
    margin-bottom: 0;
    font-size: 14px;
    background-color: #e5e5e5;
}

    #MERGE0:focus {
        border: 1px solid white;
        outline: none;
        box-shadow: none;
        transition: border-color 0.25s ease-in-out;
    }

.cc-mailing-list .cc-email label {
    position: absolute;
    top: 0;
    left: 10px;
    color: #000;
    height: 39px;
    line-height: 39px;
}

.cc-mailing-list .cc-mailer {
    background: white;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    padding: 25px 0 45px;
}

@media (min-width: 440px) {
    .cc-mailing-list .cc-mailer {
        margin-bottom: 60px;
    }
}

@media (min-width: 640px) {
    .cc-mailing-list .cc-mailer {
        -webkit-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.2);
        margin: 0px 40px;
        padding: 25px 0 25px;
        top: 10px;
    }
}

@media (min-width: 1025px) {
    #MERGE0 {
        font-size: 16px;
    }

    .cc-mailing-list .cc-mailer {
        -webkit-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.2);
        margin: 60px 40px 0px 40px;
        padding: 25px 15px 25px 0px;
    }
}

@media (min-width: 1200px) {
    .cc-mailing-list .cc-mailer {
        margin: 80px 60px 0px 60px;
    }
}

.footer-swoosh {
    position: absolute;
    z-index: 0;
    bottom: -1px;
    height: 40px;
    fill: var(--footer-swoosh-colour);
}

    .footer-swoosh .b,
    .footer-swoosh .c {
        fill-rule: evenodd;
    }

    .footer-swoosh .c {
        opacity: 0.7;
    }

@media (min-width: 440px) {
    .footer-swoosh {
        height: 60px;
    }
}

@media (min-width: 642px) {
    .footer-swoosh {
        height: 80px;
    }
}

@media (min-width: 800px) {
    .footer-swoosh {
        height: 100px;
    }
}

@media (min-width: 1024px) {
    .footer-swoosh {
        height: auto;
    }
}

.cc-row {
    margin-right: -0.625rem !important;
}

.cc-hex {
    position: relative;
}

    .cc-hex svg {
        transform: scale(1.1);
    }

        .cc-hex svg:hover {
            transform: scale(1.2);
        }

@media (min-width: 640px) {
    .cc-hex svg {
        transform: scale(1.1);
    }

        .cc-hex svg:hover {
            transform: scale(1.2);
        }
}

@media (min-width: 1025px) {
    .cc-hex svg {
        transform: scale(1.1);
    }

        .cc-hex svg:hover {
            transform: scale(1.2);
        }
}

@media (min-width: 1200px) {
    .cc-hex svg {
        transform: scale(1.2);
    }

        .cc-hex svg:hover {
            transform: scale(1.3);
        }
}

@media (min-width: 1440px) {
    .cc-hex svg {
        transform: scale(1.1);
    }

        .cc-hex svg:hover {
            transform: scale(1.2);
        }
}

@media (min-width: 1200px) {
    .cc-hex {
        width: 14.28571%;
        padding-bottom: 50px;
    }
}

@media (min-width: 1440px) {
    .cc-hex {
        padding-bottom: 50px;
    }
}

.cc-hex-txt {
    font-family: robotobold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    bottom: 0;
    width: 100%;
    color: #009cdd;
    position: absolute;
    padding: 0 30px;
}

@media (min-width: 640px) {
    .cc-hex-txt {
        bottom: auto;
        top: 210px;
    }
}

@media (min-width: 1025px) {
    .cc-hex-txt {
        top: 190px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .cc-hex-txt {
        top: 170px;
        padding: 0 10px;
    }
}

@media (min-width: 1440px) {
    .cc-hex-txt {
        top: 210px;
        padding: 0 30px;
    }
}

.cc-hexagon-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .cc-hexagon-grid h3 {
        font-family: robotomedium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    }

.featured_promotions h2,
.twitter_feed h2,
.key_suppliers h2 {
    text-align: center;
    font-family: robotomedium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #009cdd;
    font-size: 16px;
    margin-bottom: 10px;
}

.featured_promotions h2 {
    margin-bottom: 30px;
}

.twitter_feed {
    position: relative;
    color: #000;
}

.key_suppliers h2 {
    margin-bottom: 30px;
}

.twitter_feed .slick-arrow {
    margin-top: -10px;
}

@media (min-width: 400px) {
    .twitter_feed .slick-arrow {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .twitter_feed .slick-arrow {
        margin-top: -10px;
    }
}

.twitter_feed .slick-prev {
    left: -35px;
}

@media (min-width: 400px) {
    .twitter_feed .slick-prev {
        left: -22px;
    }
}

@media (min-width: 480px) {
    .twitter_feed .slick-prev {
        left: -35px;
    }
}

@media (min-width: 1025px) {
    .twitter_feed .slick-prev {
        left: -50px;
    }
}

@media (min-width: 1440px) {
    .twitter_feed .slick-prev {
        left: -90px;
    }
}

.twitter_feed .slick-next {
    right: -35px;
}

@media (min-width: 400px) {
    .twitter_feed .slick-next {
        right: -22px;
    }
}

@media (min-width: 480px) {
    .twitter_feed .slick-next {
        right: -35px;
    }
}

@media (min-width: 1025px) {
    .twitter_feed .slick-next {
        right: -50px;
    }
}

@media (min-width: 1440px) {
    .twitter_feed .slick-next {
        right: -90px;
    }
}

@media (min-width: 640px) {
    .twitter_feed {
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .twitter_feed {
        padding-bottom: 70px;
    }
}

@media (min-width: 1440px) {
    .twitter_feed {
        padding-bottom: 100px;
    }
}

.twitter_feed h2 {
    margin: 55px auto 30px;
}

.twitter_feed .cc-tweet {
    height: 100%;
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.2);
    background: white;
    padding: 7px;
    font-size: 8px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

    .twitter_feed .cc-tweet:hover {
        height: 100%;
        -webkit-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.2);
        background: white;
        padding: 7px;
        font-size: 8px;
        line-height: 1.2;
        display: flex;
        flex-direction: column;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.twitter_feed .slick-track {
    display: flex;
}

    .twitter_feed .slick-track .slick-slide {
        float: none;
        height: auto;
        padding: 15px;
    }

.sls-icon {
    margin: -25px 0 0 9px;
    z-index: 100;
}

    .sls-icon circle {
        fill: white;
    }

.tweet-head {
    color: #293a4a;
    display: block;
    margin-bottom: 4px;
}

.tweet-image {
    display: block;
    width: 100%;
    height: 178px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /* contain */
}

.tweet-image-portrait {
    width: 37%;
    border-radius: 5px;
    margin: auto;
}

.twitter-name {
    font-weight: bold;
    color: #000;
}

.twitter-handle {
    color: #293a4a;
}

.tweet {
    color: #000;
    display: block;
}

    .tweet a {
        color: #009cdd;
    }

.link-back {
    padding-top: 5px;
    display: block;
}

.tweet-more {
    display: flex;
    float: right;
    height: 4px;
    width: 10px;
}

    .tweet-more span {
        width: 2px;
        height: 2px;
        border-radius: 50%;
        margin: 1px;
        background: #000;
    }

.tweet-content {
    margin-top: auto;
}

.cc-twitter-spacing {
    max-width: 212px;
}

@media (min-width: 400px) {
    .cc-twitter-spacing {
        max-width: 360px;
    }
}

@media (min-width: 640px) {
    .cc-twitter-spacing {
        max-width: 568px;
    }
}

@media (min-width: 980px) {
    .cc-twitter-spacing {
        max-width: 876px;
    }
}

@media (min-width: 1200px) {
    .cc-twitter-spacing {
        max-width: 1041px;
    }
}

@media (min-width: 1440px) {
    .cc-twitter-spacing {
        max-width: 1574px;
    }
}

.slide__holder .slick-slide img {
    margin: auto;
}

.se-square {
    --square-size: 100px;
}

@media (min-width: 400px) {
    .se-boxes {
        max-width: 360px;
    }

    .se-square {
        --square-size: 125px;
    }
}


@media (min-width: 640px) {
    .se-boxes {
        max-width: 568px;
    }

    .se-square {
        --square-size: 100px;
    }
}

@media (min-width: 980px) {
    .se-boxes {
        max-width: 876px;
    }

    .se-square {
        --square-size: 75px;
    }
}

@media (min-width: 1200px) {
    .se-boxes {
        max-width: 1041px;
    }

    .se-square {
        --square-size: 85px;
    }
}

@media (min-width: 1440px) {
    .se-boxes {
        max-width: 1174px;
    }

    .se-square {
        --square-size: 100px;
    }
}

.se-boxes {
    font-size: 30px;
    font-family: sans-serif;
    width: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.se-box {
    display: inline-block;
    background-clip: text;
    -webkit-background-clip: text;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    flex: 1 1 0px;
    text-align: center;
    font-weight: bold;
    word-break: keep-all;
    white-space: nowrap;
    color: var(--box-colour);
    transition: 0.35s;
    padding-top: 30px;
}

    .se-box:hover {
        transform: scale(1.25);
    }

@media (max-width: 399px) {
    .se-box {
        flex: 40%;
    }
}

.se-square {
    width: var(--square-size);
    height: var(--square-size);
    border: 2px solid black;
    filter: var(--filter);
    background-size: contain;
    background-position: center center;
    margin-bottom: 10px;
}

.se-box .se-label {
    font-size: 12pt;
    color: var(--box-colour) !important;
}

#featuredPromotionsPlaceholder &gt; div &gt; div {
    width: 260px !important;
}

@media (min-width: 500.1px) {
    .slide__holder {
        height: 100%;
        min-height: 290px;
    }
}

@media (max-width: 500px) {
    .slide__holder {
        height: 100%;
        min-height: 250px;
    }
}



a.disabledLink i {
    color: grey !important;
}

.stayInTheKnow ul {
    width: 314px;
    margin: 0 auto 10px;
    overflow: hidden;
    list-style-type: none !important;
    list-style: none !important;
    padding-left: 0px !important;
}

    .stayInTheKnow ul li {
        width: 48px;
        height: 48px;
        float: left;
        margin: 0 7px;
    }

        .stayInTheKnow ul li a {
            display: block;
            border: black solid 1px;
            width: 100%;
            height: 100%;
            background-size: 48px 48px;
            background-position: center center;
            border-radius: 24px;
        }

            .stayInTheKnow ul li a.fb {
                background-image: url(../assets/graphics/icon-fb-inverted.png);
            }

            .stayInTheKnow ul li a.tw {
                background-image: url(../assets/graphics/icon-tw-inverted.png);
            }

            .stayInTheKnow ul li a.in {
                background-image: url(../assets/graphics/icon-li-inverted.png);
            }

            .stayInTheKnow ul li a.yt {
                background-image: url(../assets/graphics/icon-yt-inverted.png);
            }

            .stayInTheKnow ul li a.insta {
                background-image: url(../assets/graphics/icon-instagram-inverted.png);
                border: black solid 2px !important;
            }


.underline-on-hover:hover {
    text-decoration: underline !important;
}

#brandImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.stock-table,
.stock-table th,
.stock-table td,
.stock-table tr {
    /*border: 1px solid silver;*/
    border-collapse: collapse;
    /* Temporary styling to hide that this has changed. */
    border: none !important;
    background: transparent !important;
}

    .stock-table th {
        font-weight: bold;
        text-align: start;
    }

.loader {
    --outer-colour: #009de3;
    --inner-colour: #f68e1e;
    --outer-border-width: 8px;
    --inner-border-width: 8px;
    --animation-duration: 1s;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: var(--outer-border-width) solid !important;
    border-color: var(--outer-colour) var(--outer-colour) transparent !important;
    box-sizing: border-box;
    animation: rotation var(--animation-duration) linear infinite;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: var(--inner-border-width) solid !important;
        border-color: transparent var(--inner-colour) var(--inner-colour) !important;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        animation: rotationBack calc(var(--animation-duration) / 2) linear infinite;
        transform-origin: center center;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.stock-table .loader {
    margin: 0 auto;
    display: block;
    width: 6em;
    height: 6em;
    margin: 1em auto;
}

.productStockSpinner .loader {
    --inner-border-width: 2px;
    --outer-border-width: 2px;
    width: 18px !important;
    height: 18px !important;
}

.printDeliveryContact {
    text-align: right;
    width: 320px;
    float: right;
    margin-top: 15px;
    font-size: 13px;
}

table.printDeliveryNoteDetails th {
    font-weight: bold;
    text-align: left;
    background-color: #E7E6E6;
}

table.printDeliveryNoteDetails thead th {
    text-align: center;
    padding: 8px 4px 8px 4px;
}

table.printDeliveryNoteDetails td {
    text-align: center;
}

table.printDeliveryNoteDetails td, th {
    border: 1px solid black;
    border-collapse: collapse;
}

table.printDeliveryNoteDetails tbody {
    border-bottom: none;
}

.printHead .despatchNoteTitle {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#suggestionsContainer,
#suggestionsContainerMobile {
    display: none;
    position: relative;
    z-index: -1;
    width: 100%;
}

#suggestionsContainerMobile {
    top: -30px;
}

.suggestionsContainer_block {
    margin-top: 15px;
    height: 15px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

#suggestionsMobile,
#suggestions {
    background-color: #fff;
    max-height: 460px;
    overflow-y: auto;
    position: absolute;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 100%;
}

#suggestionsMobile {
    max-height: 375px !important;
}

#suggestions .highlight {
    background-color: #d3d3d3;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    cursor: pointer;
}

    .suggestion-item:hover {
        background-color: #f0f0f0;
    }

.suggestion-header {
    padding: 8px;
    font-size: 17px;
    font-weight: bold;
    color: #019ad6;
    margin-top: 5px;
}


.k-state-highlight .k-header h2::after {
    font-size: 11px;
    content: "\00a0\00a0\00a0\25bc" !important; /* glyphicon-chevron-down */
}

.k-state-default .k-header h2::after {
    font-size: 11px;
    content: " \00a0\00a0\00a0\25ba"; /* glyphicon-chevron-up */
}


.accountAliasTextBox {
    margin-top: 10px;
    margin-left: 20px;
    max-width: 155px;
}

.accountAliasTextBoxFailed {
    border: 1px solid red;
    margin-top: 10px;
    margin-left: 20px;
    max-width: 155px;
}

.accountAliasLabel {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    margin-left: 20px;
    margin-top: 15px;
}

.defaultAccountAliasDescription {
    color: #019ad6;
    margin-bottom: 0px !important;
}
</pre></body></html>