    /***************************************************************************************
@DOCTYPE               = STYLESHEET
@ReleaseVersion        = 2.0
@ReleaseDestination    = 
@Type                  = CSS
@Author                = FANTASTISKT.SE / Syncify AB
@Description           = Mobile first design
@SpecialInformation    = Master stylesheet
@Changes               = 
@Colors                = NEW BLUE: var(--primary) | OLD GREEN: #3CA500 | GREYBLACK: #414142 | BLUE: var(--primary)
@MediaSize             = IPAD 40.063em   | PC 64.063em | LARGE PC 94.063em (EXCEPTION 88.063em)
    
/*********** CSS RESET **********/
:root {
    --primary: #00ab8e;
    --primaryHover: #008f73;
    --color: #00ab8e;
    --box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}
* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

::selection {
    background: var(--primary);
    color: #fff; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: var(--primary);
    color: #fff; /* Gecko Browsers */
}

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

ol,
ul {
    list-style: none;
}

hr {
    width: 100%;
    float: left;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}

strong {
    font-weight: bold;
}

/*********** GLOBAL STYLES **********/

html,
body {
    font-size: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased; /* Added this to make the font a little better in Safari */
}

body {
    background-color: #fff;
    color: #777;
    cursor: auto;
    font-family: "Muli", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    position: relative;
}

.page-content {
    margin: 2em 0;
    min-height: 400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

a {
    color: inherit;
    cursor: pointer;
}

    a:hover {
        cursor: pointer;
    }

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="text"],
input[type="password"],
textarea,
select {
    height: 36px; /*safari padding fix*/
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

input,
textarea,
select {
    font-size: 14px;
    font-family: "Muli", Arial, Helvetica, sans-serif;
    color: #777;
}

textarea {
    height: auto;
    min-height: 150px;
}

select {
    width: 100%;
    min-width: 50px;
    height: 32px; /*safari padding fix*/
    padding: 6px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        border-color: #ccc;
        color: #444;
    }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
    background: var(--primary);
    border: none;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    text-align: center;
    vertical-align: middle;
    transition-property: all;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    text-transform: uppercase;
    font-family: "Muli", Arial;
}

label,
label + * {
    vertical-align: middle;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.master-wrapper-page {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}

.master-wrapper-content {
    position: relative;
    z-index: 0;
    width: 90%;
    margin: 0 auto;
}

.hidden {
    display: none;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.red {
    color: red !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right;
}

.not-active-link {
    pointer-events: none;
    cursor: default;
}

.previous-price {
    text-decoration: line-through;
    color: gray;
}

.tooltip {
    position: relative;
}

    .tooltip:hover:after {
        border-radius: 1px;
        bottom: 40px;
        color: #fff;
        content: attr(title);
        left: -21%;
        padding: 0px 10px;
        position: absolute;
        z-index: 98;
        width: 280px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: normal;
        color: #fff;
        background-color: var(--primaryHover);
    }

    .tooltip:hover:before {
        border: solid;
        border-color: var(--primaryHover) transparent;
        border-width: 6px 6px 0px 6px;
        bottom: 33px;
        content: "";
        left: 47%;
        position: absolute;
        z-index: 99;
    }

.page {
    min-height: 200px;
    /*text-align: center;*/
}

.page-title {
    /*margin: 1em 0 2em;*/
    min-height: 50px;
    /*padding: 5px 0;*/
    text-align: left;
}

    .page-title h1 {
        font-size: 30px;
        font-weight: normal;
    }

    .page:after,
    .page-title:after,
    .page-body:after {
        content: "";
        display: block;
        clear: both;
    }

.buttons {
    margin: 0 0 30px;
    text-align: left;
}

.full-description a {
    text-decoration: underline;
}

.short-description {
    margin-bottom: 15px;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
    text-align: justify;
}

.flyout-cart {
    display: none;
}

@media only screen and (min-width: 40.0625em) {
    .tooltip:hover:after {
        left: -115%;
        bottom: -121%;
    }

    .tooltip:hover:before {
        border-color: var(--primaryHover) transparent;
        border-width: 0px 6px 6px 6px;
        bottom: -7px;
        left: 20%;
    }
}

/*********** RESPONSIVE STRUCTURE ***********/

.container {
    min-height: 400px;
    margin: 3em 0;
}

    .container.starter {
        display: block;
        margin: 0;
        padding-top: 40px;
        padding-bottom: 30px;
    }

.row.products {
    max-width: 95em;
}

.row {
    margin: 0 auto;
    max-width: 80em;
    width: 100%;
}

    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

    .row.collapse > .column,
    .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row .row {
        margin: 0 -0.9375em;
        max-width: none;
        width: auto;
    }

        .row .row:before,
        .row .row:after {
            content: " ";
            display: table;
        }

        .row .row:after {
            clear: both;
        }

        .row .row.collapse {
            margin: 0;
            max-width: none;
            width: auto;
        }

            .row .row.collapse:before,
            .row .row.collapse:after {
                content: " ";
                display: table;
            }

            .row .row.collapse:after {
                clear: both;
            }

.column,
.columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}

    .column + .column:last-child,
    .columns + .column:last-child,
    .column + .columns:last-child,
    .columns + .columns:last-child {
        float: right;
    }

    .column + .column.end,
    .columns + .column.end,
    .column + .columns.end,
    .columns + .columns.end {
        float: left;
    }

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .small-1 {
        width: 8.33333%;
    }

    .small-2 {
        width: 16.66667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.33333%;
    }

    .small-5 {
        width: 41.66667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.33333%;
    }

    .small-8 {
        width: 66.66667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.33333%;
    }

    .small-11 {
        width: 91.66667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0 !important;
    }

    .small-offset-1 {
        margin-left: 8.33333% !important;
    }

    .small-offset-2 {
        margin-left: 16.66667% !important;
    }

    .small-offset-3 {
        margin-left: 25% !important;
    }

    .small-offset-4 {
        margin-left: 33.33333% !important;
    }

    .small-offset-5 {
        margin-left: 41.66667% !important;
    }

    .small-offset-6 {
        margin-left: 50% !important;
    }

    .small-offset-7 {
        margin-left: 58.33333% !important;
    }

    .small-offset-8 {
        margin-left: 66.66667% !important;
    }

    .small-offset-9 {
        margin-left: 75% !important;
    }

    .small-offset-10 {
        margin-left: 83.33333% !important;
    }

    .small-offset-11 {
        margin-left: 91.66667% !important;
    }

    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.small-uncentered,
    .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }

    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }

    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }

    .row.small-collapse > .column,
    .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.small-uncollapse > .column,
    .row.small-uncollapse > .columns {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;

    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0 !important;
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }

    .medium-offset-3 {
        margin-left: 25% !important;
    }

    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }

    .medium-offset-6 {
        margin-left: 50% !important;
    }

    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }

    .medium-offset-9 {
        margin-left: 75% !important;
    }

    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }

    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.medium-uncentered,
    .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }

    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }

    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }

    .row.medium-collapse > .column,
    .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.medium-uncollapse > .column,
    .row.medium-uncollapse > .columns {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .large-1 {
        width: 8.33333%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0 !important;
    }

    .large-offset-1 {
        margin-left: 8.33333% !important;
    }

    .large-offset-2 {
        margin-left: 16.66667% !important;
    }

    .large-offset-3 {
        margin-left: 25% !important;
    }

    .large-offset-4 {
        margin-left: 33.33333% !important;
    }

    .large-offset-5 {
        margin-left: 41.66667% !important;
    }

    .large-offset-6 {
        margin-left: 50% !important;
    }

    .large-offset-7 {
        margin-left: 58.33333% !important;
    }

    .large-offset-8 {
        margin-left: 66.66667% !important;
    }

    .large-offset-9 {
        margin-left: 75% !important;
    }

    .large-offset-10 {
        margin-left: 83.33333% !important;
    }

    .large-offset-11 {
        margin-left: 91.66667% !important;
    }

    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }

    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }

    .row.large-collapse > .column,
    .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.large-uncollapse > .column,
    .row.large-uncollapse > .columns {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

/*********** GLOBAL FORMS ***********/

.fieldset,
.section {
    position: relative;
    margin: 0 0 20px;
}

    .fieldset .title,
    .section .title {
        margin: 0 0 15px;
        /*padding: 0 10px;*/
        font-size: 16px;
        color: #444;
    }

        .fieldset .title strong,
        .section .title strong {
            font-weight: normal;
        }

.form-fields {
    position: relative;
    /*border-top: 1px solid #e6e6e6;*/
    background-color: #f9f9f9;
    padding: 30px 15px;
}

.inputs {
    font-size: 0;
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap; /*fix for 'required' elements*/
}

    .inputs:after {
        content: "";
        display: block;
        clear: both;
    }

    .inputs label {
        display: block;
        margin: 0 0 10px;
        text-align: center;
        font-size: 14px; /*reset zeroing*/
        color: #444;
    }

    .inputs #Newsletter {
        display: block;
        margin: 10px 0;
    }

.form-fields .inputs input[type="text"],
.form-fields .inputs input[type="password"],
.form-fields .inputs select,
.form-fields .inputs textarea {
    background-color: #fff;
    float: left;
    max-width: 500px;
    width: 100%;
}

.inputs.custom-attributes {
    white-space: normal;
}

.inputs .option-list {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
}

    .inputs .option-list li {
        display: inline-block;
        margin: 5px;
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 8px 10px;
    }

    .inputs .option-list label {
        display: inline-block;
        width: auto !important;
        margin: 0 0 0 5px;
    }

.inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
}

.required {
    margin: 0 -8px 0 3px; /*siblings offset*/
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    /*text-align: center;*/
    font-size: 13px;
    color: #e4434b;
    margin-top: 5px;
}

.field-validation-error {
    display: inline-block;
    float: left;
}

.field-validation-valid,
.username-available-status {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #4cb17c;
}

.captcha-box {
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
        max-width: 100%;
    }

    .captcha-box input {
        height: auto;
    }

/* SWITCH TO COMPUTER */
@media all and (min-width: 64.0625em) {
    .inputs {
        margin: 15px 28px; /*auto;*/
        text-align: justify;
        width: 70%;
    }

    .edit-address .inputs {
        text-align: inherit;
    }

    .inputs label {
        display: inline-block;
        margin: 0 10px 0 0;
        text-align: left;
    }

    .form-fields .inputs label {
        width: 100%;
    }

    .required {
        position: relative;
        top: 17px;
    }
}

/*********** GLOBAL TABLES ***********/

.table-wrapper {
    overflow-x: auto;
}

.cart th,
.data-table th,
.forum-table th {
    background-color: #e8e8e8;
    color: #444;
    padding: 10px;
    white-space: nowrap;
    font-weight: normal;
}

.cart td,
.data-table td,
.forum-table td {
    min-width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: #fff;
    padding: 20px;
    color: #444;
}

.forum-table td {
    min-width: 90px;
}

.cart a,
.data-table a,
.forum-table a {
    font-weight: normal;
    color: var(--primary);
}

    .cart a:hover,
    .data-table a:hover,
    .forum-table a:hover {
        text-decoration: underline;
    }

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
    min-width: 225px;
    text-align: left;
}

    .cart .product a,
    .data-table .product a,
    .data-table .info a {
        font-weight: bold;
        color: #444;
    }

        .cart .product a:hover,
        .data-table .product a:hover,
        .data-table .info a:hover {
            color: #4ab2f1;
            text-decoration: none;
        }

    .cart .product .edit-item {
        margin: 10px 0 0;
    }

        .cart .product .edit-item a {
            font-weight: normal;
            color: #4ab2f1;
        }

            .cart .product .edit-item a:hover {
                text-decoration: underline;
            }

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}

.cart td.quantity input {
    width: 50px;
    text-align: center;
}

.cart td.subtotal,
.data-table td.total {
    white-space: nowrap;
    color: #444;
}

    .cart td.subtotal .discount {
        font-style: italic;
        color: #4ab2f1;
    }

.data-table em a {
    font-weight: bold;
    color: #444;
}

.data-table div.download {
    margin: 10px 0 0;
}

.cart .remove-from-cart button {
    background: #d22626;
    min-width: 0;
    line-height: 0;
    padding: 4px;
    height: 21px;
    font-size: 11px;
}

    .cart .remove-from-cart button:hover {
        background: #9f0a0a;
    }

.cart {
    display: block;
}

    .cart colgroup,
    .cart thead {
        display: none;
    }

    .cart tbody {
        display: block;
        overflow: hidden;
    }

    .cart tr {
        display: block;
        float: left;
        width: 100%;
        margin: 40px 0 0;
    }

    .cart td {
        display: block;
        padding: 10px;
        text-align: center;
    }

        .cart td.remove-from-cart {
            margin: 0 0 15px;
            padding: 10px;
        }

        .cart td.product-picture {
            border: 0;
            border-bottom: 1px solid #eee;
            padding: 15px 10px 5px;
        }

        .cart td.product {
            min-width: 0;
            text-align: center;
        }

        .cart td.unit-price,
        .cart td.subtotal {
            vertical-align: middle;
        }

.cart-options {
    margin: 1em 0;
}

    .cart-options div {
        padding: 5px 0;
        text-align: center;
    }

.agreement-link {
    text-decoration: underline;
}

/* SWITCH TO TABLET */
@media all and (min-width: 40.0625em) {
    .cart tr {
        width: 100%;
        margin: 40px 0;
    }

        .cart tr:nth-child(2n + 1) {
            clear: both;
        }

    .cart-options div:first-child {
        float: left;
        margin-left: 10px;
    }
}
/* SWITCH TO COMPUTER */
@media all and (min-width: 64.0625em) {
    .cart {
        margin: 35px 0;
        display: table;
    }

        .cart thead {
            display: table-header-group;
        }

        .cart tbody {
            display: table-row-group;
            overflow: auto;
        }

        .cart tr {
            border-bottom: 1px solid #eee;
            display: table-row;
            float: none;
            width: auto;
            margin: 0;
        }

        .cart td {
            border: 0;
            display: table-cell;
        }

            .cart td.remove-from-cart {
                margin: 0;
                padding: 20px;
            }

            .cart td.product-picture {
                padding: 20px;
            }

            .cart td.product {
                text-align: left;
            }

        .cart label {
            display: none;
        }

    .cart-options div:last-child {
        margin-right: 10px;
    }

    .flyout-cart {
        position: absolute;
        /*top: 42px;*/
        right: 0;
        z-index: 100;
        width: 300px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
        background-color: #fff;
    }

        .flyout-cart.active {
            display: block;
        }

    .mini-shopping-cart {
        text-align: left;
        font-size: 12px;
        padding: 12px;
    }

        .mini-shopping-cart .count {
            color: #444;
            padding: 5px 0 15px;
        }

            .mini-shopping-cart .count a {
                font-weight: 700;
                color: #444;
                margin: 0 2px;
            }

        .mini-shopping-cart .items {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            margin: 0 0 20px;
        }

        .mini-shopping-cart .item {
            overflow: hidden;
            padding: 10px 0;
        }

        .mini-shopping-cart .picture {
            float: left;
            width: 70px;
            text-align: center;
        }

            .mini-shopping-cart .picture a {
                display: block;
                position: relative;
                overflow: hidden;
            }

                .mini-shopping-cart .picture a:before {
                    content: "";
                    display: block;
                    padding-top: 100%;
                }

            .mini-shopping-cart .picture img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                max-width: 100%;
                margin: auto;
            }

            .mini-shopping-cart .picture + .product {
                margin: 0 0 0 80px;
            }

        .mini-shopping-cart .name {
            font-size: 14px;
            margin: 0 0 10px;
        }

            .mini-shopping-cart .name a {
                color: var(--primary);
            }

                .mini-shopping-cart .name a:hover {
                    color: #248ece;
                }

        .mini-shopping-cart .attributes {
            color: #444;
            margin: 5px 0;
        }

        .mini-shopping-cart .totals {
            font-size: 14px;
            margin: 0 0 12px;
        }

            .mini-shopping-cart .totals strong {
                font-size: 16px;
                color: #444;
            }

        .mini-shopping-cart .buttons {
            margin: 0 0 5px;
        }

        .mini-shopping-cart input[type="button"] {
            display: inline-block;
            border: none;
            font-size: 12px;
            color: #fff;
            text-transform: uppercase;
            background: var(--primary);
        }

            .mini-shopping-cart input[type="button"]:hover {
                background: var(--primaryHover);
            }
}

/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification-addeditem {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 90%;
    padding: 30px 25px 20px 10px;
    line-height: 49px;
    color: #fff;
    background-color: var(--primary);
    text-align: center;
    opacity: 0.95;
    top: 45%;
    left: 5%;
    height: auto;
    bottom: auto;
}

    .bar-notification-addeditem .btns {
    }

        .bar-notification-addeditem .btns a {
            display: inline-block;
            margin: 0 10px;
            text-decoration: underline;
        }

            .bar-notification-addeditem .btns a:hover {
                color: #eee;
            }

.bar-notification.success {
    background-color: var(--primary);
}

.bar-notification.error {
    background-color: #e4444c;
}

.bar-notification-addeditem .content,
.bar-notification .content {
    text-align: center;
    margin: 0 10px 0 0;
    font-size: 20px;
}

    .bar-notification-addeditem .content a,
    .bar-notification .content a {
        color: #fff;
        text-decoration: underline;
    }

.bar-notification-addeditem > .close,
.bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url("../images/close.png") center no-repeat;
    cursor: pointer;
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url("../images/loading.gif") center no-repeat;
}

.please-wait {
    background: url("../images/ajax-loader-small.gif") no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

.ui-dialog {
    width: 350px !important;
    max-width: 90%;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px "Muli", Arial, Helvetica, sans-serif;
}

    .ui-dialog:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

.ui-dialog-titlebar {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: var(--primary);
    padding: 10px 15px;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-width: 0 0 1px;
    border-radius: 0;
    background-image: none;
    padding: 10px 15px !important;
    font-weight: normal;
    cursor: auto !important;
}

    .ui-dialog-titlebar > span {
        float: left;
        font-size: 18px;
        color: #fff;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 !important;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        border: none;
        overflow: hidden;
        background: #fff url("../images/close.png") no-repeat scroll center center;
        /*background: url('../images/close.png') center no-repeat;*/
        font-size: 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        top: 5px !important;
        right: 5px !important;
        width: 32px !important;
        height: 32px !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0;
        /*background: url('../images/closewhite.png') center no-repeat !important;*/
        padding: 0 !important;
    }

        .ui-dialog-titlebar button span {
            display: none !important;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 15px;
    line-height: 20px;
    /*override jQuery UI styles, do not delete doubled properties*/
    background-color: #fff !important;
    padding: 15px !important;
    color: #777;
}

.eu-cookie-bar-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999 !important;
    color: #fff;
    width: 100%;
    height: 90px;
    border-top: 1px solid #616161;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    background-color: #595454; /*#696969;*/
    padding: 0px 20px;
    text-align: center;
    opacity: 0.85;
}

    .eu-cookie-bar-notification .text {
        margin-right: 1px;
        margin-top: 10px;
        font-size: 12px;
        display: inline-block;
    }

    .eu-cookie-bar-notification button {
        min-width: 30px;
        margin: 0;
        height: 25px;
        line-height: 18px;
        border: none;
        background-color: #fff;
        padding: 0px 16px;
        font-size: 10px;
        color: #595454;/*#696969;*/
    }

        .eu-cookie-bar-notification button:hover {
            background-color: #b2b2b2;
        }

    .eu-cookie-bar-notification a {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        margin-right: 7px;
        text-decoration: underline;
    }

        .eu-cookie-bar-notification a:hover {
            text-decoration: underline;
        }

/* SWITCH TO TABLET */
@media all and (min-width: 40.0625em) {
    .eu-cookie-bar-notification {
        height: 65px;
        font-size: 13px;
    }

    .bar-notification-addeditem {
        width: 25%;
        min-width: 300px;
        padding: 30px 25px 20px 10px;
        line-height: 49px;
        top: 45%;
        left: 40%;
        height: auto;
        bottom: auto;
    }
}

/*********** HEADER ***********/
.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #eee;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
    }

    .admin-header-links .impersonate {
        display: inline-block;
    }

        .admin-header-links .impersonate a {
            background-color: #555;
            padding: 0 15px;
        }

            .admin-header-links .impersonate a:hover {
                background-color: #666;
            }

.header {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: auto;
    text-align: center;
}

.header-menu {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 600px;
    margin: 0 auto 40px;
}

.header-upper {
    background: #414142;
    position: relative;
}

.header-lower {
    background: var(--primary);
    padding: 20px 0;
    position: relative;
    z-index: 0;
}

.header-poc-wrapper {
    position: relative;
    padding: 0;
}

.header-poc ul {
    font-size: 0;
}

.header-poc li {
    display: inline-block;
    margin: 0;
    width: 50%;
}

.header-poc span,
.header-poc a {
    color: #eee;
    display: inline-block;
    font-size: 12px; /*reset zeroing*/
    line-height: 36px;
    text-transform: uppercase;
}

.header-poc li a {
    width: 100%;
}

.header-poc .active {
    background: var(--primary);
    color: #fff;
}

.header-links-wrapper {
    position: relative;
}

.header-links ul {
    font-size: 0;
}

.header-links li {
    display: inline-block;
    width: 50%;
}

.header-links #search-btn,
.sbtn i,
.header-links span,
.header-links a {
    color: #eee;
    display: inline-block;
    font-size: 12px; /*reset zeroing*/
    line-height: 36px;
    text-transform: uppercase;
    width: 100%;
}

.header-links i {
    margin-left: 5px;
    font-size: 1.2em;
}

.header-links #search-btn {
    cursor: pointer;
    font-size: 16px;
    line-height: 37px;
    height: 42px;
    margin-left: 0;
    width: 100%;
}

.header-links li:first-child i {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.header-poc a:hover,
.header-links i.fa-remove,
.header-links #search-btn:hover,
.header-links li:hover a {
    color: #202020; /* fff */
    border-bottom: 5px solid var(--primary);
}

.header-links i.fa-remove {
    background: var(--primary);
}

#topcartlink .cart-qty {
    position: relative;
    bottom: 9px;
    right: 7px;
    background: var(--primary);
    border: 1px solid #63bb31;
    color: #fff !important;
    line-height: 14px !important;
    font-size: 0.6em;
    font-weight: 800;
    margin-top: -15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 15px;
}

.header-logo {
    float: left;
    padding-top: 14px;
    /*margin: 18px 0 20px;
	text-align: center;*/
}
    /*.header-logo a {
    display: block;
    height: 96px;
    text-indent: -9999px;
    width: 212px;
    min-width: 212px;
    display: block;
    background-image:url('/Themes/DefaultClean/Content/images/logo.png'); 
    background-repeat: no-repeat;
}*/
    .header-logo a img {
        max-width: 100%;
        opacity: 1;
    }

    .header-logo span {
        left: 60px;
        height: 30px;
        min-width: 165px;
        position: absolute;
        text-align: left;
        top: 48px;
        color: white;
        font-size: 13px;
        text-transform: uppercase;
    }

.header-navigation {
    display: none;
}

    .header-navigation ul {
        display: block;
        float: left;
        margin-top: 17px;
        text-align: center;
        width: 100%;
    }

        .header-navigation ul li {
            position: relative;
            margin: 1px 0;
            display: inline-block;
            color: #fff;
        }

            .header-navigation ul li a {
                color: #fff;
                display: block;
                font-size: 15px;
                min-height: 55px;
                margin: 0 14px 0 10px;
                padding: 18px;
                text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                white-space: nowrap;
            }

                .header-navigation ul li a.active {
                    border-bottom: 2px solid #fff; /*75C846*/
                }

                    .header-navigation ul li a.active:hover {
                        color: #fff;
                    }

.searchlink.open > .searchform {
    display: block;
}
/** search field **/
.searchform {
    display: none;
    position: absolute;
    width: 310px;
    height: 40px;
    line-height: 30px;
    top: 112px;
    /*top: 79px;*/
    right: 0;
    cursor: default;
    background: #414142;
}

.searchlink.open .searchform {
    display: block;
}

#search {
    display: block;
    position: relative;
}

#small-searchterms {
    background: #fff;
    border: 0;
    color: #333;
    float: left;
    height: 50px;
    padding: 5px 15px;
    width: 320px;
}

.sbtn {
    background: none;
    border: none;
    cursor: pointer;
    color: #bcbcbc;
    display: block;
    font-size: 0.6em;
    min-width: 0;
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
}

    .sbtn i {
        background: #6bb7a3; /*var(--primary)*/
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        width: 80px;
    }

        .sbtn i:hover {
            background: #009a7e; /*#2E575F*/
            color: #fff;
        }

    .sbtn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

#address-content {
    width: 100%;
}

.search-box form {
    display: inline-block;
}

    .search-box form:after {
        content: "";
        display: block;
        clear: both;
    }

.search-box input.search-box-text {
    float: left;
    width: 200px;
    height: 36px;
    margin: 0 -1px 0 0;
}

.search-box .search-box-button {
    float: left;
    min-width: 86px;
    height: 36px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

    .search-box .search-box-button:hover {
        background-color: #248ece;
    }

.search-box .ui-autocomplete-loading {
    background: #fff url("../images/ajax-loader-small.gif") right center no-repeat;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-autocomplete {
    width: 285px !important;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px "Muli", Arial, Helvetica, sans-serif;
}

    .ui-autocomplete li {
        border-top: 1px solid #ddd;
    }

        .ui-autocomplete li:first-child {
            border-top: none;
        }

    .ui-autocomplete a {
        display: block;
        padding: 15px;
        font-size: 14px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: none !important;
        padding: 15px !important;
        line-height: normal !important;
        color: #777 !important;
    }

        .ui-autocomplete a:hover,
        .ui-autocomplete a.ui-state-focus {
            background-color: #f6f6f6 !important;
        }

    .ui-autocomplete img {
        display: none;
        min-width: 20px;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

/*.language-list {max-width: 100%;font-size: 0;}
.language-list li {display: inline-block; 	margin: 0 1px;	vertical-align: middle;}
.language-list a {display: block;position: relative;	width: 24px;	height: 32px;	line-height: 0;}
.language-list img {position: absolute;	top: 0;	right: 0;	bottom: 0;	left: 0;	margin: auto;}*/

/* Mobile Menu Button */
#menutoggle {
    display: inline-block;
    float: left;
    padding: 12px 0 0 27px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    width: auto;
    line-height: 1;
}

    #cssmenu > ul {
        background: var(--primary);
    }

        #cssmenu > ul > li {
            float: left;
        }

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

    #cssmenu > ul > li > a {
        padding: 16px 20px;
        font-size: 14px;
        color: #ffffff;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        background: #6bb7a3; /*379401*/
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        #cssmenu ul li a.active,
        #cssmenu > ul > li:hover > a,
        #cssmenu > ul > li > a:hover {
            color: #dff2fa;
            background: #009a7e;
        }

            #cssmenu > ul > li:hover > a::before,
            #cssmenu > ul > li > a:hover::before {
                background: #3db2e1;
            }

    #cssmenu.small-screen {
        width: 100%;
        position: relative;
    }

        #cssmenu.small-screen > ul,
        #cssmenu.small-screen.align-center > ul {
            width: 100%;
            text-align: left;
        }

            #cssmenu.small-screen > ul > li,
            #cssmenu.small-screen.align-center {
                float: none;
                display: block;
                border-top: 1px solid rgba(100, 100, 100, 0.1);
            }

                #cssmenu.small-screen > ul > li:hover > a,
                #cssmenu.small-screen > ul > li > a:hover {
                    color: #dff2fa;
                    -webkit-transform: none;
                    -moz-transform: none;
                    transform: none;
                    -ms-transform: none;
                }

                #cssmenu.small-screen > ul > li > a::before {
                    display: none;
                }

        #cssmenu.small-screen #menu-button {
            display: block;
            padding: 35px 20px;
            cursor: pointer;
            font-size: 14px;
            text-decoration: none;
            color: #000000;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

            #cssmenu.small-screen #menu-button:after {
                content: "";
                position: absolute;
                right: 20px;
                top: 21px;
                display: block;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
                border-top: 5px solid #ffffff;
                border-bottom: 5px solid #ffffff;
                width: 30px;
                height: 3px;
            }

            #cssmenu.small-screen #menu-button.menu-opened:after {
                border-top: 5px solid #ddd;
                border-bottom: 5px solid #ddd;
            }

            #cssmenu.small-screen #menu-button:before {
                content: "";
                position: absolute;
                right: 20px;
                top: 37px;
                display: block;
                width: 30px;
                height: 5px;
                background: #ffffff;
            }

            #cssmenu.small-screen #menu-button.menu-opened:before {
                background: #ddd;
            }

.infopopup {
    width: 220px;
    background-color: #4cab8d;
    color: white;
}

.infopopupheader {
    font-family: "Muli";
    color: white;
    font-size: 26px;
    line-height: 1.2;
}

.infopopuptext {
    font-family: "Muli";
}

@media all and (max-width: 1245px) {
    .account-page{
        max-width: 520px !important;
    }
    .inputs label{
        text-align: left !important;
    }
}

    @media all and (min-width: 10.0625em) and (max-width: 40.0625em) {
        #fancybox-content {
            border-width: 25px !important;
            width: 100%;
        }

        .infopopup {
            width: 100px;
        }

        .infopopupheader {
            font-size: 18px !important;
        }

        .infopopuptext {
            font-size: 11px !important;
        }
    }

    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        #cssmenu,
        #menutoggle {
            display: none;
        }

        .header-navigation {
            display: block;
        }

        .header-poc-wrapper {
            padding: 20px 0;
        }

        .header-upper:after {
            content: "";
            display: block;
            clear: both;
        }

        .header-menu {
            width: 1200px;
        }

            .header-menu > ul > li {
                padding: 0 20px;
            }

                .header-menu > ul > li > a,
                .header-menu > ul > li > span {
                    font-size: 18px;
                }

        .header-navigation ul li {
            margin: 0;
        }

            .header-navigation ul li a {
                font-size: 19px;
                min-height: 0;
                padding: 0;
                font-weight: bold;
            }

        .header-links-wrapper {
            padding: 20px 0;
        }

        .header-links span,
        .header-links a {
            width: auto;
        }

        .header-links li {
            width: 33%;
        }

        /* header upper */
        .language-list {
            text-align: left;
        }

        .header-poc-wrapper {
            float: left;
            padding: 0;
        }

        .header-links-wrapper {
            float: right;
            padding: 0;
        }

        .header-poc li {
            margin: 0;
        }

        .header-links li {
            width: auto;
            min-width: 100px;
            display: inline-block;
            float: left;
        }

            .header-links li:last-child {
                min-width: 0;
            }

        .header-poc li a,
        .header-poc li span,
        .header-links a,
        .header-links span {
            line-height: 40px;
            height: 42px;
            padding: 0; /* 0 20px */
            text-transform: none;
        }

        .header-poc li {
            width: auto;
        }

            .header-poc li a,
            .header-poc li span {
                font-size: 15px;
            }

            .header-poc li a {
                width: auto;
            }

        #topcartlink .cart-qty {
            padding: 0;
            line-height: 15px;
            height: 15px;
        }

        .searchform {
            width: 400px;
            height: 50px;
            line-height: 40px;
            top: 42px;
        }

        .header-links #search-btn {
            width: 80px;
        }

        /* header lower */
        .header-lower .row {
            max-width: 95%;
        }

        .header-lower {
            display: table;
            width: 100%;
            color: #fff;
        }

        .header-logo {
            float: none;
        }

            .header-logo span {
                left: 40%;
                top: 45px;
            }

        .header-navigation ul li a:hover {
            color: #ddd;
        }

        .search-box input.search-box-text {
            width: 280px;
        }

        .ui-autocomplete {
            width: 320px !important;
        }

            .ui-autocomplete img {
                display: inline;
            }
    }

    /* SWITCH TO COMPUTER */
    @media all and (min-width: 64.0625em) {
        .eu-cookie-bar-notification {
            height: 40px;
            font-size: 13px;
        }

        .header-logo {
            min-width: 261px;
            width: 261px;
            height: 59px;
            padding-top: 14px;
        }

            .header-logo span {
                left: 60px; /*105px;*/
                top: 48px;
                min-width: 185px;
                text-align: left;
                position: absolute;
                font-size: 13px;
                text-transform: uppercase;
            }

        .header-navigation ul {
            margin-left: 15%;
            width: 85%;
            text-align: left;
        }

        .search-box {
            text-align: right;
            vertical-align: middle;
        }

            .search-box input.search-box-text,
            .search-box .search-box-button {
                height: 40px;
            }
    }

    /* SWITCH TO LARGE-COMPUTER */
    @media all and (min-width: 88.0625em) {
        .header-navigation ul {
            margin-left: 5%;
            width: 100%;
        }
    }
    /*********** SEARCH BOX ***********/

    div#search-box,
    div#region-select {
        background: rgba(0, 0, 0, 0.36);
        color: #fff;
        padding: 0;
        text-align: center;
        border-radius: 0;
    }

        div#search-box.adr-selected {
            font-size: 0.8em;
            padding: 10px;
        }

            div#search-box.adr-selected div {
                line-height: 30px;
                text-align: center;
            }

                div#search-box.adr-selected div span {
                    font-family: "Muli", Arial, sans-serif;
                    margin-left: 10px;
                    margin-right: 3px;
                }

            div#search-box.adr-selected .columns:last-child {
                text-align: center;
            }

            div#search-box.adr-selected a.change-address {
                background: #fff;
                border: none;
                cursor: pointer;
                color: var(--primary);
                display: inline-block;
                font-size: 12px;
                height: 35px;
                line-height: 35px;
                padding: 0 25px;
                text-align: center;
                vertical-align: middle;
                -webkit-transition: all 0.1s ease;
                -moz-transition: all 0.1s ease;
                transition: all 0.1s ease;
                text-transform: uppercase;
                font-family: "Muli", Arial;
                font-weight: 600;
            }

    .address-holder p a.change-address {
        background: transparent none repeat scroll 0 0;
        color: var(--primary);
        font-weight: 400;
        text-decoration: underline;
        text-transform: none;
    }

    .address-holder .other-invoice-address {
        margin-top: 20px;
    }

    div#search-box.adr-selected a.change-address:hover {
        background: var(--primary);
        color: #fff;
    }

    div#search-box h3 {
        color: #fff;
        font-size: 35px;
        font-weight: 300;
    }

    div#search-box ::-webkit-input-placeholder {
        color: #999;
    }

    div#search-box :-moz-placeholder {
        color: #999;
    }

    div#search-box ::-moz-placeholder {
        color: #999;
    }

    div#search-box :-ms-input-placeholder {
        color: #999;
    }

    div#search-box .hide {
        display: none;
    }

    .address-search-field {
        background: #fff;
        border: 2px solid #fff;
        box-shadow: none;
        color: #000;
        font-size: 20px;
        font-family: "Muli", arial, sans-serif;
        height: 60px;
        min-width: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    input#address-search-field:focus {
        background: #f7f7f7;
    }

    .address-search-result .list {
        color: #fff;
        padding: 1em;
    }

    .address-search-result .highlight {
        text-decoration: underline;
    }

    .address-search-result .list h6 {
        color: #fff;
    }

    .address-search-result li {
        background: #fff;
        color: #000;
        opacity: 0.9;
        cursor: pointer;
        display: block;
        height: 40px;
        line-height: 40px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .address-search-result ul {
        float: left;
        margin: 0px;
        width: 100%;
        max-height: 360px;
        overflow: hidden;
        overflow-y: auto;
        margin-bottom: 20px;
    }

    .address-search-result .street-list {
        padding: 0px 0px 0px 8px;
    }

    .address-search-result .street-number-list {
        padding: 0px 0px 0px 8px;
    }

    .address-search-result .apartment-number-list {
        padding: 0px 0px 0px 8px;
    }

    .address-search-result li:hover {
        background: #ebebeb;
    }

    .address-search-result li.active {
        background: #ebebeb;
        color: #000;
        font-weight: bold;
    }

    .address-search-result li.no-remove {
        border-bottom: 1px solid #d4d4d4;
        cursor: default;
        opacity: 0.96;
    }

        .address-search-result li.no-remove:hover {
            background: #fff;
        }

    .address-search-result li.active .highlight {
        border-color: #fff;
    }

    .address-search-result li.page-before,
    .address-search-result li.page-next {
        background: #d6d6d6;
    }

    .address-search-result li.page-next {
        border-top: 1px solid #d4d4d4;
        opacity: 0.96;
    }

    .address-search-result li.page-before {
        border-bottom: 1px solid #d4d4d4;
        opacity: 0.96;
    }

    .address-search-result li.page-next i {
        position: relative;
        top: 5px;
        left: 5px;
    }

    .address-search-result li.page-before i {
        position: relative;
        bottom: 3px;
        left: 5px;
    }

    .address-search-result li a {
        /*color: #eee;*/
        display: block;
    }

    .address-search-result .no-result {
        padding: 30px 0 20px;
        text-align: center;
    }

    .address-search-result .info {
        clear: both;
        color: #fff;
        font-family: "Muli", Arial, sans-serif;
        font-size: 19px;
        height: 30px;
        line-height: 30px;
        margin: 2px;
        text-align: center;
    }

        .address-search-result .info a {
            color: #fff;
            text-decoration: underline;
        }

            .address-search-result .info a:hover {
                color: #e4e4e4;
            }

    .adr-selected ul {
        margin-left: 0;
    }

        .adr-selected ul li {
            text-align: left;
        }

    .adr-selected li span {
        font-weight: 700;
    }

    /* search page */
    .form-fields .basic-search .inputs input[type="text"],
    .form-fields .inputs select {
        max-width: 100%;
    }

    .form-fields .inputs {
        width: 100%;
    }

        .form-fields .inputs.reversed {
            /*padding-left: 25%;*/
            text-align: left;
            width: 100%;
        }

    .product-page-size {
        float: right;
        display: inline-block;
        max-width: 230px;
        margin: 5px 0;
        width: 100%;
    }

        .product-page-size select {
            background: #f6f6f6;
            border: 1px solid #d7d7d7;
        }

    .product-selectors select {
        width: 30%;
    }

    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        .form-fields .inputs {
            margin: 0 auto 15px;
            width: 50%;
        }

        #J_ItemsList {
            align-items: center;
        }

        .address-search-result ul {
            float: none;
            margin: 0 auto;
            width: 50%;
        }

        .address-search-result .street-number-list {
            float: left;
            width: 33%;
        }

        .address-search-result .apartment-number-list {
            float: left;
            width: 33%;
        }

        .address-search-result ul.active {
            float: left;
            width: 33.34%;
        }

        .adr-selected ul {
            margin-left: 38%;
        }

        div#search-box.adr-selected .columns:last-child {
            text-align: left;
        }

        div#search-box.adr-selected .large-8 p,
        div#search-box.adr-selected .medium-9 p {
            font-family: "Muli", Arial, sans-serif;
            text-align: right;
        }

        .product-page-size {
            margin: 0;
            width: 50%;
        }

        div#search-box.adr-selected a.change-address {
            font-size: 11px;
            padding: 0 18px;
        }
    }
    /* SWITCH TO PC */
    @media all and (min-width: 64.0625em) {
        .form-fields .inputs {
            margin: 15px 28px; /*auto;*/
        }

        div#search-box.adr-selected {
            font-size: 1em;
        }

            div#search-box.adr-selected a.change-address {
                font-size: 12px;
                padding: 0 18px;
            }
    }

    /*********** REGION SELECT ***********/

        div#region-select select {
            border: 0;
            color: #999;
            height: 60px;
            padding: 0;
            padding-left: 20px;
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            border-radius: 0;
            background-color: #fff;
            color: #4d4d4d;
            font-size: 18px;
            line-height: 28px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
        }

            div#region-select select::-ms-expand {
                display: none;
            }

            div#region-select select option:not(:checked) {
                color: #000;
            }

    .county-selector,
    .region-selector {
        float: none;
        padding-bottom: 15px;
    }

    div#region-select #customerCountyRegion, div#region-select #customerCounty {
        border-radius: 5px;
    }

    @media all and (max-width: 40.0625em) {
        .county-selector,
        .region-selector {
            opacity: 0.8;
        }

        div#region-select select {
            height: 49px;
        }
    }

    /* SWITCH TO PC */
    @media all and (min-width: 40.0625em) {
        div#region-select {
            padding: 30px 0 40px;
        }

            div#region-select #customerCountyRegion {
                float: left;
                width: 82%;
            }

            div#region-select #customerCounty {
                float: right;
                width: 82%;
            }
    }

    /* SWITCH TO PC */
    @media all and (min-width: 64.0625em) {
        div#region-select {
            padding: 0.8em 0 3em;
        }

            div#region-select .row .columns:first-child {
                padding-right: 5px;
            }

            div#region-select .row .columns:last-child {
                padding-left: 5px;
            }

            div#region-select #customerCountyRegion,
            div#region-select #customerCounty {
                width: 295px;
            }

        #address-search-field {
            /*min-width: 600px;*/
            /*width:initial*/
            width: 600px;
        }

        .county-selector {
            float: right;
        }

        .region-selector {
            float: left;
        }
    }

    /*********** FOOTER ***********/

    .footer {
        background-color: #222;
        float: left;
        text-align: left;
        padding: 2em 0 0;
        width: 100%;
    }

        .footer .title {
            color: #8e8e8e;
        }

            .footer .title strong {
                font-weight: normal;
            }

        .footer .information a {
            /*text-decoration:underline;*/
            display: block;
            margin: 2em 0 1em 0;
        }

        .footer .customer-service .title:nth-child(3) {
            padding: 0;
            margin: 1em 0;
        }

    .footer-lower {
        font-size: 12px;
        margin: 20px 0 30px;
        padding: 20px 0;
    }

        .footer-lower .large-6 {
            text-align: center;
        }

            .footer-lower .large-6 img {
                padding: 2em 0;
            }

    .footer-info {
        float: right;
        line-height: 32px;
    }

    .footer .row a:hover {
        color: #eee;
    }

    .footer .goog-te-menu-value {
        color: #222;
    }

        .footer .goog-te-menu-value span {
            color: #222;
        }

            .footer .goog-te-menu-value span:hover {
                color: #222;
            }

    .information,
    .our-partners,
    .my-account,
    .customer-service-section {
        /*.customer-service*/
        font-size: 14px;
    }

    /* SWITCH TO PC */
    @media all and (min-width: 64.0625em) {
        .footer-lower {
            border-top: 1px solid #666;
        }

            .footer-lower .large-6 {
                text-align: inherit;
            }

                .footer-lower .large-6 img {
                    padding: 0;
                }

        .footer .customer-service .title:nth-child(3) {
            padding: 0.8em 0 0;
            margin: 0;
        }
    }

    /* REMOVE THIS LATER */
    /*********** SIDE COLUMN ***********/

    .navigation-block {
        border-top: 2px solid #eee;
        display: table;
        padding-top: 15px;
        margin-bottom: 10px;
        width: 100%;
    }

        .navigation-block .title {
            color: #666;
            display: inline-block;
            font-size: 16px;
            position: relative;
            -webkit-transition: all 0.1s ease;
            -moz-transition: all 0.1s ease;
            transition: all 0.1s ease;
        }

            .navigation-block .title strong {
                font-weight: 700;
            }

        .navigation-block .list li {
            padding: 2px 2px;
        }

        .navigation-block .list a {
            color: #bbb;
            display: inline-block;
            font-size: 16px;
            font-weight: 700;
            position: relative;
            -webkit-transition: all 0.1s ease;
            -moz-transition: all 0.1s ease;
            transition: all 0.1s ease;
        }

        .navigation-block .list .active > a {
            color: var(--primary);
        }

        .navigation-block .list .inactive {
            color: var(--primary);
        }

        .navigation-block .list a:hover {
            color: #666;
        }

    .noUi-target,
    .noUi-target * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -ms-touch-action: none;
        touch-action: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .noUi-target {
        position: relative;
        direction: ltr;
    }

    .noUi-base {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1; /* Fix 401 */
    }

    .noUi-origin {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        background: #fff;
    }

    .noUi-handle {
        position: relative;
        z-index: 1;
    }

    .noUi-stacking .noUi-handle {
        /* This class is applied to the lower origin when
   its values is > 50%. */
        z-index: 10;
    }

    .noUi-state-tap .noUi-origin {
        -webkit-transition: left 0.3s, top 0.3s;
        transition: left 0.3s, top 0.3s;
    }

    .noUi-state-drag * {
        cursor: inherit !important;
    }

    /* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
    .noUi-base {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    /* Slider size and handle placement;
 */
    .noUi-horizontal {
        height: 18px;
    }

        .noUi-horizontal .noUi-handle {
            width: 30px;
            height: 30px;
            left: -17px;
            top: -6px;
        }

    .noUi-vertical {
        width: 18px;
    }

        .noUi-vertical .noUi-handle {
            width: 28px;
            height: 34px;
            left: -6px;
            top: -17px;
        }

    /* Styling;
 */
    .noUi-background {
        background: var(--primary);
    }

    .noUi-connect {
        background: #3fb8af;
        box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
        -webkit-transition: background 450ms;
        transition: background 450ms;
    }

    .noUi-origin {
        border-radius: 2px;
    }

    .noUi-target {
        border-radius: 4px;
        border: 1px solid #ddd;
    }

        .noUi-target.noUi-connect {
            box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb;
        }

    /* Handles and cursors;
 */
    .noUi-draggable {
        cursor: w-resize;
    }

    .noUi-vertical .noUi-draggable {
        cursor: n-resize;
    }

    .noUi-handle {
        border-radius: 50%;
        background: var(--primary);
        cursor: default;
    }

    .slider-content {
        font-weight: 700;
        font-size: 14px;
        padding: 10px 3px 0 0;
        display: inline-block;
        color: #bbb;
    }

    span.unit-speed {
        font-weight: 700;
        font-size: 14px;
        padding: 10px 3px 0 0;
        display: inline-block;
        color: #bbb;
    }

    /* Handle stripes;
 */
    .filter-input {
        width: 30px;
    }

    .noUi-handle:before,
    .noUi-handle:after {
        content: "";
        display: block;
        position: absolute;
        height: 14px;
        width: 1px;
        left: 14px;
        top: 6px;
    }

    .noUi-handle:after {
        left: 17px;
    }

    .noUi-vertical .noUi-handle:before,
    .noUi-vertical .noUi-handle:after {
        width: 14px;
        height: 1px;
        left: 6px;
        top: 14px;
    }

    .noUi-vertical .noUi-handle:after {
        top: 17px;
    }

    /* Disabled state;
 */
    [disabled].noUi-connect,
    [disabled] .noUi-connect {
        background: #b8b8b8;
    }

    [disabled].noUi-origin,
    [disabled] .noUi-handle {
        cursor: not-allowed;
    }

    /*.navigation-block .slider {
  position: relative;
  height: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.35rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: var(--primary);
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: var(--primary);
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 50%; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #387614; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
.slider.vertical .slider-fill {
top: 0;
width: 0.5rem;
max-height: 100%; }
.slider.vertical .slider-handle {
position: absolute;
top: 0;
left: 50%;
width: 1.4rem;
height: 1.4rem;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
input[type="text"].filter-input {
    background: transparent;
    border: 0;
    color: #bbb;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 10px;
    padding: 8px 4px 8px 0;
    text-align: right;
    width: 27px;
}
.navigation-block span {
    color: #bbb;
    font-size: 12px;
    font-weight: 700;
}
.navigation-block span.set-value {
    float:right;
    padding-top: 4px;
}*/

    .filter-header {
        padding: 8px 4px 6px;
        position: relative;
        margin: 0 0 10px;
        width: 100%;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

        .filter-header span {
            font-size: 14px;
            display: inline-block;
        }

        .filter-header i {
            float: right;
            font-size: 20px;
            margin-right: 9px;
        }

    .block {
        max-width: 600px; /*width limit in mobile*/
        min-height: 50px;
        margin: auto;
        text-align: left;
    }

        .block .title {
            position: relative;
            margin: 0 0 10px;
            border-bottom: 1px solid #ddd;
            background: #f6f6f6 url("../images/toggle-gray.png") right 14px no-repeat;
            padding: 12px 30px 12px 10px;
            font-size: 20px;
            color: #444;
            cursor: pointer;
        }

            .block .title strong {
                font-weight: normal;
            }

        .block .listbox {
            display: none;
            border-bottom: 1px solid #ddd;
            padding: 10px 5px;
        }

        .block .list li {
            padding: 5px 0 5px 15px;
        }

        .block .list a {
            display: inline-block;
            position: relative;
            padding: 5px 0;
            font-size: 16px;
            color: #444;
            -webkit-transition: all 0.1s ease;
            -moz-transition: all 0.1s ease;
            transition: all 0.1s ease;
        }

            .block .list a:before {
                content: "";
                position: absolute;
                top: 12px;
                left: -15px;
                width: 5px;
                height: 5px;
                background-color: #ddd;
            }

        .block .list .active > a {
            color: #4ab2f1;
        }

        .block .list a:hover {
            color: var(--primary);
        }

        .block a.product-picture {
            display: none;
        }

            .block a.product-picture:before {
                display: none;
            }

        .block .sublist {
            margin: 15px 0 5px;
        }

            .block .sublist a {
                font-size: 14px;
            }

        .block .view-all {
            margin: 10px 0 0;
        }

            .block .view-all a {
                display: inline-block;
                padding: 10px 15px;
                font-size: 16px;
                color: #4ab2f1;
            }

                .block .view-all a:hover {
                    text-decoration: underline;
                }

        .block .tags {
            margin: 5px 0 10px;
        }

            .block .tags ul {
                font-size: 0;
            }

            .block .tags li,
            .product-tags-all-page li {
                display: inline-block;
                position: relative;
                margin: 0 10px;
                overflow: hidden;
                font-size: 17px !important; /*setting base size*/
            }

                .block .tags li a,
                .product-tags-all-page li a {
                    float: left;
                    line-height: 30px;
                    color: #444;
                }

                    .block .tags li a:hover,
                    .product-tags-all-page li a:hover {
                        color: #4ab2f1;
                    }
    /* SWITCH TO COMPUTER */
    @media all and (min-width: 64.0625em) {
        .filter-header {
            margin: 0;
        }

        .row.products .nav-menu {
            /* margin-top: 1px; */
        }

        .block-account-navigation {
            float: none;
            margin: 0;
        }

        .block {
            float: none;
            width: auto;
            margin: 0 0 20px;
        }

            .block .title {
                margin: 0;
                border-bottom: 1px solid #ddd;
                background: none;
                cursor: auto;
            }

                .block .title strong {
                    font-weight: bold;
                }

            .block .listbox {
                display: block;
                border-bottom: none;
            }

            .block a.product-picture {
                display: inline-block;
                position: relative;
                width: 30%;
                margin: 0 0 0 -15px;
                vertical-align: middle;
            }

            .block a.product-name {
                vertical-align: middle;
            }

            .block a.product-picture + a.product-name {
                width: 70%;
            }

                .block a.product-picture + a.product-name:before {
                    display: none;
                }

        .filter-header {
            padding: 5px 0 15px;
            border-top: 0;
            border-bottom: 0;
        }

            .filter-header i {
                display: none;
            }

        .filtersPanel.hidden {
            display: block !important;
        }
    }

    /********** CATEGORY PAGE **********/

    .breadcrumb {
        margin: 0 0 50px;
        background-color: #f6f6f6;
        padding: 10px;
    }

        .breadcrumb ul {
            font-size: 0;
        }

        .breadcrumb li {
            display: inline-block;
        }

            .breadcrumb li * {
                display: inline-block;
                margin: 0 5px;
                font-size: 14px; /*reset zeroing*/
                line-height: 32px;
            }

        .breadcrumb strong {
            font-weight: normal;
        }

        .breadcrumb a:hover {
            color: #4ab2f1;
        }

    #product-list {
        width: 100%;
    }

        #product-list thead {
            display: none;
        }

            #product-list thead tr {
                border-bottom: 1px solid #aaa;
            }

                #product-list thead tr th {
                    padding: 10px 0 25px;
                }

        #product-list tbody tr:nth-child(even) {
            background: #f9f9f9;
        }

        #product-list tr th,
        #product-list tr td {
            display: table-row;
            text-align: center;
            width: 100%;
        }

        #product-list tr td {
            padding: 10px 0;
        }

            #product-list tr td img {
                padding: 30px;
            }

            #product-list tr td.image span,
            #product-list tr td.desc h2 {
                font-size: 15px;
            }

            #product-list tr td.desc p {
                font-size: 13px;
            }

            #product-list tr td h5 {
                color: #777;
            }

    .category-description,
    .manufacturer-description,
    .vendor-description {
        margin: 0 0 25px;
        line-height: 22px;
    }

    .contact-vendor {
        margin: 0 0 30px;
    }

        .contact-vendor .button-2 {
            border: none;
            background-color: #4ab2f1;
            padding: 10px 15px;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
        }

            .contact-vendor .button-2:hover {
                background-color: #248ece;
            }

    .product-selectors {
    }

        .product-selectors .product-sorting {
            display: inline-block;
            /*max-width:250px;*/
            width: 100%;
        }

            .product-selectors .product-sorting select {
                background: #f6f6f6;
                border: 1px solid #d7d7d7;
                border-radius: 2px;
                float: right;
                /*width:60%;*/
            }

        .product-selectors span {
            font-size: 12px;
        }

    .product-sorting > span {
        float: right;
        line-height: 33px;
    }

    .product-selectors select {
        margin: 0 8px;
        text-transform: lowercase;
    }

    .product-selectors .product-viewmode {
        display: none;
        font-size: 0;
    }

    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        .breadcrumb {
            padding: 10px 90px;
        }
    }
    /* SWITCH TO PC */
    @media all and (min-width: 64.0625em) {
        .product-selectors span {
            font-size: 14px;
        }
    }

    /*------- ITEM GRID -----  */

    .product-grid-header {
        border-bottom: 2px solid #eee;
        display: none;
        float: left;
        margin: 0 0 3px;
        padding: 4px 0 11px;
        position: relative;
        width: 100%;
    }

        .product-grid-header li {
            font-size: 12px;
        }

    .item-grid:after {
        content: "";
        display: block;
        clear: both;
    }

    .item-box {
        float: left;
        height: 100%;
        margin: 0;
        padding: 13px 0 20px;
        position: relative;
        text-align: left;
        overflow: hidden;
        width: 100%;
    }

        .item-box.show-overflow {
            overflow: visible;
            height: 100%;
        }

    .desc div {
        display: none;
    }

    a.more,
    a.less {
        display: none;
    }

    .item-box:nth-child(even) {
        background: #f0f0f0;
        /*border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;*/
    }

        .item-box:nth-child(even) a.more,
        .item-box:nth-child(even) a.less {
            background: #f6f6f6;
            /*border-top: 1px solid rgba(221, 221, 221, 0.28);*/
        }

    .item-box div {
        display: inline-block;
        float: left;
        width: 10%;
    }

    .item-box .image {
        width: 25%;
    }

        .item-box .image img {
            padding: 0 15px;
        }

    .item-box .desc {
        max-width: 400px;
        text-align: left;
        width: 75%;
    }

        .item-box .desc h2 {
            font-size: 16px;
        }

        .item-box .desc p {
            font-size: 14px;
            padding-bottom: 10px;
        }

    .item-box .speed,
    .item-box .bind,
    .item-box .price,
    .item-box .start,
    .item-box .desc {
        padding-top: 1px;
    }

    .item-box .speed,
    .item-box .bind,
    .item-box .price,
    .item-box .start {
        padding: 15px 0 0;
        text-align: center;
        width: 100%;
    }

    .item-box .buttons {
        font-size: 0;
        float: left;
        display: block;
        height: 100%;
        line-height: 43px;
        margin: 0 auto;
        margin-top: 10px;
        max-width: none;
        text-align: center;
        width: 100%;
    }

    .item-box input[type="button"] {
        display: inline-block;
        /*height: 40px;*/
        border: none;
        vertical-align: middle;
    }

    .item-box .product-box-add-to-cart-button {
        width: 160px;
        background-color: var(--primary);
        text-align: center;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

        .item-box .product-box-add-to-cart-button.not-available {
            background-color: #c5c5c5;
        }

        .item-box .product-box-add-to-cart-button:hover {
            background-color: var(--primaryHover);
        }

        .item-box .product-box-add-to-cart-button.not-available:hover {
            background-color: #c5c5c5;
        }

    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        .product-grid-header {
            display: inline-block;
        }

        .item-box {
            overflow: visible;
        }

            .item-box:nth-child(even) {
                background: #f6f6f6;
            }

            .product-grid-header span:first-child,
            .item-box .image {
                display: none;
            }

            .item-box div {
                max-width: 200px;
            }

            .item-box .desc {
                width: 30%;
            }

            .item-box .image,
            .item-box .desc {
                min-height: 125px;
            }

            .item-box .image,
            .item-box .desc {
                min-height: initial;
            }

            .item-box .speed,
            .item-box .bind,
            .item-box .price,
            .item-box .start {
                padding: 0;
                width: 10%;
            }

                .item-box .speed span,
                .item-box .bind span,
                .item-box .price span,
                .item-box .start span {
                    display: none;
                }

        .product-grid-header li {
            float: left;
            font-size: 12px;
        }

            .product-grid-header li:nth-child(3):nth-last-child(5),
            .product-grid-header li:nth-child(4):nth-last-child(4),
            .product-grid-header li:nth-child(5):nth-last-child(3),
            .product-grid-header li:nth-child(6):nth-last-child(2),
            .product-grid-header li:nth-child(3):nth-last-child(4),
            .product-grid-header li:nth-child(4):nth-last-child(3),
            .product-grid-header li:nth-child(5):nth-last-child(2) {
                text-align: center;
            }

            .product-grid-header li:nth-child(1):nth-last-child(6),
            .product-grid-header li:nth-child(2):nth-last-child(5),
            .product-grid-header li:nth-child(3):nth-last-child(4),
            .product-grid-header li:nth-child(4):nth-last-child(3),
            .product-grid-header li:nth-child(5):nth-last-child(2),
            .product-grid-header li:nth-child(6):nth-last-child(1),
            .product-grid-header li:nth-child(1):nth-last-child(7),
            .product-grid-header li:nth-child(2):nth-last-child(6),
            .product-grid-header li:nth-child(3):nth-last-child(5),
            .product-grid-header li:nth-child(4):nth-last-child(4),
            .product-grid-header li:nth-child(5):nth-last-child(3),
            .product-grid-header li:nth-child(6):nth-last-child(2),
            .product-grid-header li:nth-child(7):nth-last-child(1) {
                width: 10%;
            }

            .product-grid-header li:nth-child(1) {
                display: none;
            }

            .product-grid-header li:nth-child(2):nth-last-child(6),
            .product-grid-header li:nth-child(2):nth-last-child(7),
            .product-grid-header li:nth-child(2):nth-last-child(5) {
                width: 30%;
                max-width: 400px;
            }

            .product-grid-header li:nth-child(6):nth-last-child(1) {
                width: 30%;
                max-width: 400px;
            }

            .product-grid-header li:nth-child(7):nth-last-child(1) {
                width: 30%;
                max-width: 400px;
            }

        .item-box .buttons {
            display: inline-block;
            padding-right: 10px;
            margin-top: 0px;
            text-align: right;
            width: 30%;
        }

        .item-box .image img {
            padding: 15px;
        }

        .item-box div:nth-child(7) {
            width: 30%;
        }

        .item-box .desc {
            width: 30%;
        }

            .item-box .desc div:nth-child(3) {
                display: none;
            }

        a.more,
        a.less {
            display: none;
        }
    }

    /* SWITCH TO PC */
    @media all and (min-width: 64.0625em) {
        .item-box {
            height: 140px;
            overflow: hidden;
        }

            .item-box .image {
                display: inline-block;
            }

            .item-box .image {
                width: 10%;
            }

                .item-box .image img {
                    /* padding: 5px 17px 20px; */
                    padding: 15px;
                }

        .product-grid-header span {
            font-size: 13px;
        }

        .product-grid-header li {
            float: left;
            font-size: 13px;
        }

            .product-grid-header li:nth-child(1):nth-last-child(6),
            .product-grid-header li:nth-child(2):nth-last-child(5),
            .product-grid-header li:nth-child(3):nth-last-child(4),
            .product-grid-header li:nth-child(4):nth-last-child(3),
            .product-grid-header li:nth-child(5):nth-last-child(2),
            .product-grid-header li:nth-child(6):nth-last-child(1) {
                width: 10%;
            }

            .product-grid-header li:nth-child(1) {
                display: table-cell;
            }

            .product-grid-header li:nth-child(2):nth-last-child(5),
            .item-box .desc {
                width: 30%;
                max-width: 400px;
            }

            .product-grid-header li:nth-child(6):nth-last-child(1) {
                width: 30%;
            }

            .product-grid-header li:nth-child(7):nth-last-child(1) {
                width: 20%;
            }

        .item-box .buttons {
            padding-right: 10px;
        }

        .item-box div:nth-child(7) {
            width: 20%;
        }

        .item-box .product-box-add-to-cart-button {
            width: 175px;
        }

        .desc div {
            width: 395px !important;
            float: none !important;
            position: absolute;
            max-width: none !important;
            bottom: 28px;
            height: 33px;
            background: #fff; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient( rgba(255, 255, 255, 0), rgb(255, 255, 255) ); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient( rgba(255, 255, 255, 0), rgb(255, 255, 255) ); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient( rgba(255, 255, 255, 0), rgb(255, 255, 255) ); /* For Firefox 3.6 to 15 */
            background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
        }

        .item-box:nth-child(even) .desc div {
            background: #fff; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient( rgba(246, 246, 246, 0), rgb(246, 246, 246) ); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient( rgba(246, 246, 246, 0), rgb(246, 246, 246) ); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient( rgba(246, 246, 246, 0), rgb(246, 246, 246) ); /* For Firefox 3.6 to 15 */
            background: linear-gradient(rgba(246, 246, 246, 0), rgb(246, 246, 246));
        }

        .item-box .desc div:nth-child(3) {
            display: inline-block;
        }

        a.less,
        a.more {
            position: absolute;
            bottom: 0px;
            /*border-top: 1px solid rgba(234, 234, 234, 0.63);*/
            background: #fff;
            display: inline-block;
            font-size: 12px;
            height: 31px;
            width: 395px;
            text-align: left;
            font-style: italic;
        }

        a.less {
            display: none;
        }

        .item-box.show-overflow a.more {
            display: none;
        }

        .item-box.show-overflow a.less {
            position: relative;
            width: 100%;
            display: inline-block;
            border-top: 0;
        }
        /*a.less:hover,
    a.more:hover {
        font-weight:bold
    }*/
    }

    .home-page-category-grid,
    .sub-category-grid,
    .manufacturer-grid {
        margin: 0 0 20px;
    }

        .home-page-category-grid .title,
        .sub-category-grid .title {
            text-align: center;
            font-size: 22px;
            font-weight: normal;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .home-page-category-grid .title a,
            .sub-category-grid .title a {
                display: block;
                padding: 0 0 15px;
            }

        .home-page-category-grid .picture,
        .sub-category-grid .picture {
            margin: 0;
        }

            .home-page-category-grid .picture a:before,
            .sub-category-grid .picture a:before {
                padding-top: 65%;
            }

    .product-grid,
    .product-list {
        margin: 70px 0 50px; /* Important! First one (70px) can't be 0px, else the sorting wont work! */
    }

        .product-grid .title {
            margin: 0 0 30px;
            border-bottom: 1px solid #ddd;
            padding: 0 0 15px;
            font-size: 30px;
            font-weight: normal;
            color: #444;
        }

            .product-grid .title strong {
                font-weight: normal;
            }

    .manufacturer-grid .title {
        margin: 0 0 15px;
        text-align: center;
        font-size: 16px;
    }

        .manufacturer-grid .title a:hover {
            color: #4ab2f1;
        }

    .manufacturer-grid .picture {
        border: 1px solid #ddd;
    }

    .vendor-list li {
        display: inline-block;
        margin: 0 25px 0 0;
    }

        .vendor-list li a {
            display: block;
            position: relative;
            padding: 5px 0;
            font-size: 16px;
            color: #4ab2f1;
        }

            .vendor-list li a:before {
                content: "";
                position: absolute;
                top: 13px;
                left: -15px;
                width: 5px;
                height: 5px;
                background-color: #ddd;
            }

            .vendor-list li a:hover {
                text-decoration: underline;
            }

.button-2.pdf:hover {
    background: var(--primaryHover);
}

    .pager {
        margin: 0 0 20px;
    }

        .pager ul {
            text-align: right;
            font-size: 0;
        }

        .pager li {
            display: inline-block;
            margin: 0 5px;
            vertical-align: top;
        }

            .pager li a,
            .pager li span {
                display: block;
                min-width: 35px;
                height: 35px;
                border: 1px solid #ddd;
                background-color: #eee;
                padding: 8px;
                text-align: center;
                font-size: 14px; /*reset zeroing*/
                cursor: pointer;
            }

            .pager li span {
                border-color: transparent;
                background-color: var(--primary);
                color: #fff;
            }

            .pager li.previous-page *,
            .pager li.next-page *,
            .pager li.first-page *,
            .pager li.last-page * {
                background-position: center;
                background-repeat: no-repeat;
                font-size: 0;
                color: #fff;
            }

            .pager li.previous-page * {
                background-image: url("../images/prev.png");
            }

            .pager li.next-page * {
                background-image: url("../images/next.png");
            }

            .pager li.first-page * {
                background-image: url("../images/first.png");
            }

            .pager li.last-page * {
                background-image: url("../images/last.png");
            }

            .pager li a:hover {
                border-color: transparent;
                background-color: #ddd;
            }

    .product-item {
        height: 190px;
        overflow: hidden;
    }

    .product-list .row .columns:nth-child(even) {
        background: #f5f5f5;
    }

    .product-list .row .columns:hover {
        background: #eee;
    }

    /* SWITCH TO IPAD */
    @media all and (min-width: 40.0625em) {
        #product-list thead {
            display: table-header-group;
        }

        #product-list tr th,
        #product-list tr td {
            display: table-cell;
            text-align: center;
            width: 12%;
        }

            #product-list tr th:first-child,
            #product-list tr td:first-child {
                display: none;
            }

            #product-list tr th:nth-child(2),
            #product-list tr td:nth-child(2) {
                text-align: left;
                width: 25%;
            }

            #product-list tr td .button-2:hover {
                background: #3f8a14;
            }
    }

    /* SWITCH TO PC */
    @media all and (min-width: 64.0625em) {
        #product-list tr th:first-child,
        #product-list tr td:first-child {
            display: table-cell;
            width: 10%;
        }

        #product-list tr td img {
            max-width: 120px;
        }

        .product-filter {
            display: table-cell;
            vertical-align: top;
            text-align: left;
        }

            .product-filter.price-range-filter {
                width: 200px;
            }

            .product-filter .product-spec-group {
                float: left;
                margin: 0 25px 10px 0;
            }

            .product-filter .group li.item {
                display: block;
                margin: 0;
            }

        .product-selectors .product-viewmode {
            display: inline-block;
            float: right;
        }

            .product-selectors .product-viewmode span {
                display: none;
            }

            .product-selectors .product-viewmode a {
                display: inline-block;
                width: 24px;
                height: 32px;
                margin: 0 0 0 12px;
                background-position: center;
                background-repeat: no-repeat;
                opacity: 0.5;
            }

                .product-selectors .product-viewmode a.grid {
                    background-image: url("../images/view-grid.png");
                }

                .product-selectors .product-viewmode a.list {
                    background-image: url("../images/view-list.png");
                }

                .product-selectors .product-viewmode a.selected {
                    opacity: 1;
                }

        .product-list .item-box {
            float: none;
            width: auto;
            margin: 0 5px 20px;
        }

            .product-list .item-box .product-item:after {
                content: "";
                display: block;
                clear: both;
            }

            .product-list .item-box .picture {
                float: left;
                width: 220px;
            }

            .product-list .item-box:hover .picture a img {
                opacity: 1;
            }

            .product-list .item-box .picture:hover a img {
                opacity: 0.85;
            }

            .product-list .item-box .picture + .details {
                margin: 0 0 0 240px;
            }

            .product-list .item-box .product-title {
                height: auto;
                padding: 10px 0;
                font-size: 18px;
            }

            .product-list .item-box .description {
                display: block;
                margin: 0 0 10px;
                line-height: 22px;
            }

            .product-list .item-box .prices {
                height: auto;
                margin: 0 0 30px;
            }

            .product-list .item-box .product-box-add-to-cart-button {
                width: auto;
                /*min-width: 150px;*/
                padding: 0 20px;
            }

            .product-list .item-box .add-to-compare-list-button,
            .product-list .item-box .add-to-wishlist-button {
                width: 42px;
            }

        .home-page .product-grid .item-box,
        .product-details-page .product-grid .item-box,
        .shopping-cart-page .product-grid .item-box {
            width: 24%;
            margin: 0 0.5% 50px;
        }

            .home-page .product-grid .item-box:nth-child(3n + 1),
            .product-details-page .product-grid .item-box:nth-child(3n + 1),
            .shopping-cart-page .product-grid .item-box:nth-child(3n + 1) {
                clear: none;
            }

            .home-page .product-grid .item-box:nth-child(4n + 1),
            .product-details-page .product-grid .item-box:nth-child(4n + 1),
            .shopping-cart-page .product-grid .item-box:nth-child(4n + 1) {
                clear: both;
            }
    }

    /********** PRODUCT PAGE **********/

    .product-details-page {
        padding: 20px 0 0;
    }

    .product-essential {
        margin: 0 0 40px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 10px;
    }

        .product-essential:after {
            content: "";
            display: block;
            clear: both;
        }

    .gallery {
        margin: 55px auto 50px;
    }

        .gallery .picture-wrapper {
            margin: 0 0 10px;
        }

        .gallery .picture {
            position: relative;
            max-width: 100%;
            margin: 0 auto 10px;
            overflow: hidden;
        }

        .gallery .picture-thumbs {
            overflow: hidden;
            font-size: 0;
        }

            .gallery .picture-thumbs a {
                display: inline-block;
                position: relative;
                width: 100px;
                height: 100px;
                margin: 0 5px 10px;
                overflow: hidden;
            }

    .overview {
        /*display: inline-block;*/
        height: 100%;
        /*margin: 0px 0 50px;*/
        margin: 10px 0px 0px 0px;
        position: relative;
    }
        /*.overview .product-name {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}
.overview .product-name h1 {
	font-size: 30px;
    font-weight: normal;
}*/
        .overview .short-description,
        .overview .image {
            float: left;
        }

        .overview .image {
            /*margin-right:4%;*/
            padding: 0 25px 45px 0;
            width: 30%;
            min-width: 220px;
        }

            .overview .image img {
                width: 100%;
                max-width: 220px;
                max-height: 220px;
            }

        .overview .short-description {
            color: #666;
            /*height:180px;*/
            width: 65%;
        }

        .overview .value,
        .variant-overview .value {
            color: #444;
        }

            .overview .value a,
            .variant-overview .value a {
                color: #4ab2f1;
            }

                .overview .value a:hover,
                .variant-overview .value a:hover {
                    text-decoration: underline;
                }

    .overview-buttons {
        margin: 0 0 25px;
        font-size: 0;
    }

        .overview-buttons div {
            width: 80%;
            margin: 0 auto 3px;
        }

    .overview .button-2,
    .variant-overview .button-2 {
        display: block;
        width: 100%;
        border: none;
        background-color: #eaeaea;
        background-position: left center;
        background-repeat: no-repeat;
        padding: 12px 15px 12px 40px;
        text-align: left;
        font-size: 14px; /*reset zeroing*/
        color: #666;
    }

        .overview .button-2:hover,
        .variant-overview .button-2:hover {
            background-color: #ddd;
        }

    .overview .add-to-compare-list-button {
        background-image: url("../images/compare-button.png");
    }

    .overview .email-a-friend-button {
        background-image: url("../images/email-button.png");
    }

    .overview .subscribe-button,
    .variant-overview .subscribe-button {
        background-image: url("../images/email-button.png");
    }

    .overview .download-sample-button,
    .variant-overview .download-sample-button {
        background-image: url("../images/download-button.png");
    }

    .overview .add-to-wishlist-button,
    .variant-overview .add-to-wishlist-button {
        background-image: url("../images/wishlist-button.png");
    }

    .overview .manufacturers {
        margin: 0 0 20px;
    }

    .overview .availability,
    .variant-overview .availability {
        margin: 0 0 20px;
        overflow: hidden;
    }

        .overview .availability .stock,
        .variant-overview .availability .stock {
            margin: 0 0 10px;
        }

        .overview .availability .back-in-stock-subscription,
        .variant-overview .availability .back-in-stock-subscription {
            display: inline-block;
        }

    .back-in-stock-subscription-page .notify-me-button {
        margin: 15px 0 0;
        border: none;
        background-color: #4ab2f1;
        padding: 10px 15px;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .back-in-stock-subscription-page .notify-me-button:hover {
            background-color: #248ece;
        }

    .overview .additional-details,
    .variant-overview .additional-details {
        margin: 0 0 20px;
    }

        .overview .additional-details div,
        .variant-overview .additional-details div {
            margin: 0 0 8px;
        }

    .overview .delivery,
    .variant-overview .delivery {
        margin: 25px 0;
        overflow: hidden;
    }

    .overview .free-shipping,
    .variant-overview .free-shipping {
        display: inline-block;
        margin: 0 0 10px;
        background: url("../images/shipping.png") left center no-repeat;
        padding: 2px 0 2px 28px;
        font-weight: bold;
        color: #444;
    }

    .overview .download-sample,
    .variant-overview .download-sample {
        display: inline-block;
        margin: 0 0 25px;
    }

    .overview .prices,
    .variant-overview .prices {
        margin: 0 0 10px;
        overflow: hidden;
    }

        .overview .prices > div,
        .variant-overview .prices > div {
            margin: 0 0 5px;
        }

            .overview .prices > div > span,
            .variant-overview .prices > div > span {
                vertical-align: middle;
            }

    .overview .old-product-price,
    .variant-overview .old-product-price,
    .overview .non-discounted-price,
    .variant-overview .non-discounted-price {
        font-size: 14px;
        color: #999;
        text-decoration: line-through;
    }

    .overview .product-price,
    .variant-overview .product-price {
        font-size: 20px;
        font-weight: bold;
        color: #444;
    }

    .overview .tax-shipping-info a,
    .variant-overview .tax-shipping-info a {
        color: #4ab2f1;
    }

        .overview .tax-shipping-info a:hover,
        .variant-overview .tax-shipping-info a:hover {
            text-decoration: underline;
        }

    .customer-entered-price {
        margin: 0 0 20px;
        overflow: hidden;
    }

        .customer-entered-price .price-input label {
            display: block;
            margin: 0 0 5px;
            font-weight: bold;
            color: #444;
        }

        .customer-entered-price .price-input input {
            width: 170px;
            text-align: center;
        }

        .customer-entered-price .price-range {
            margin: 5px 0 0;
            color: #777;
        }

    .tier-prices {
        margin: 0 0 20px;
    }

        .tier-prices .title {
            display: none;
        }

        .tier-prices table td {
            border: 1px solid #ddd;
            padding: 10px;
            color: #444;
        }

        .tier-prices .field-header {
            min-width: 80px;
        }

        .tier-prices .item-price {
            background-color: #f9f9f9;
            font-size: 16px;
            color: #e4434b;
        }

    .overview .add-to-cart {
        margin: 0 0 20px;
    }

    .overview .add-to-cart-panel,
    .variant-overview .add-to-cart-panel {
        display: inline-block;
        position: relative;
    }

        .overview .add-to-cart-panel > *,
        .variant-overview .add-to-cart-panel > * {
            float: left;
        }

    .overview .qty-label,
    .variant-overview .qty-label {
        display: none !important;
    }

    .overview .qty-input,
    .variant-overview .qty-input {
        width: 45px;
        height: 43px;
        padding: 0 12px;
        text-align: center;
        font-size: 15px;
        color: #444;
    }

    .overview .add-to-cart-button,
    .variant-overview .add-to-cart-button {
        /*height: 43px;*/
        border: none;
        background-color: var(--primary);
        /*padding: 0 24px;*/
        color: #fff;
        /*text-transform: uppercase;*/
    }

        .overview .add-to-cart-button.ca {
            /*padding: 10px 30px;*/
            margin-bottom: 1em;
        }

        .overview .add-to-cart-button:hover,
        .variant-overview .add-to-cart-button:hover {
            background-color: var(--primaryHover);
        }

    .product-share-button {
        display: inline-block;
        overflow: hidden;
    }

    .full-description {
        clear: both;
        line-height: 24px;
    }

        .full-description h3 {
            margin: 25px 0 10px;
            margin-left: 0px;
        }

    .tab {
        overflow: hidden;
        margin: 0 auto;
        width: 90%;
        float: left;
    }

        .tab nav ul {
            display: block;
            padding: 0;
            margin: 0;
            width: 100%;
        }

            .tab nav ul li {
                background: #bbb;
                border-right: 1px solid #e3e3e3;
                display: block;
                float: left;
                text-align: center;
                width: 33.3%;
                z-index: 1;
            }

                .tab nav ul li:last-child {
                    border-right: 0;
                }

        .tab nav a {
            position: relative;
            display: block;
        }

    .content-wraps {
        position: relative;
        width: 100%;
        padding: 25px 2px;
        float: left;
        border-left: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        margin-bottom: 40px;
    }

        .content-wraps section {
            display: none;
            margin: 0 auto;
            max-width: 100%;
            padding: 0 30px 0 30px;
        }

            .content-wraps section.content-current {
                display: block;
            }

    /* Fallback */
    .no-js .content-wraps section {
        display: block;
        padding-bottom: 2em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }

    .no-flexbox nav ul {
        display: block;
    }

        .no-flexbox nav ul li {
            min-width: 33.3333%;
            display: inline-block;
        }

    .tab nav ul li a {
        border: 1px solid transparent;
        overflow: visible;
        padding: 1em 0;
        line-height: 1;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }

        .tab nav ul li a:hover {
            background: #aaa;
        }

        .tab nav ul li a span {
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
        }

    .tab nav ul li.tab-current {
        border-right: 0;
        z-index: 98;
    }

        .tab nav ul li.tab-current a {
            border: 1px solid #e3e3e3;
            border-bottom: transparent;
        }

            .tab nav ul li.tab-current a,
            .tab nav ul li.tab-current a span {
                color: #000;
                background: #fff;
            }

    .product-info {
        border: 1px solid #e3e3e3;
        /*border-radius: 2px;*/
        padding: 20px;
    }

        .product-info .product-desc-name h3 {
            margin-bottom: 30px;
        }

        .product-info .bind-time,
        .product-info .notice-time,
        .product-info .start-fee,
        .product-info .speed-down,
        .product-info .speed-up {
            border-bottom: 1px solid #eee;
            font-weight: 300;
            padding: 5px 0;
            font-size: 16px;
        }

            .product-info .bind-time span,
            .product-info .notice-time span,
            .product-info .start-fee span,
            .product-info .speed-down span,
            .product-info .speed-up span {
                color: #000;
                float: right;
            }

        .product-info .monthly-fee {
            color: #000;
            /*float: right;*/
            font-size: 30px;
            font-weight: 700;
            /*padding: 20px 0px 25px;*/
            padding: 20px 0px 0px;
            text-align: right;
        }

        .product-info .cart-button {
            display: inline-block;
            width: 100%;
            text-align: right;
        }

    .cart-button .button-2.to-top,
    .cart-button input.button-1 {
        background: var(--primary);
    }

        .cart-button .button-2.to-top:hover,
        .cart-button input.button-1:hover {
            background: var(--primaryHover);
        }

    .product-info .cart-button button {
        width: 100%;
    }

    .product-info .cart-button a {
        display: inline-block;
        margin: 0 auto;
        /*width:60%;*/ /* Removed for preview */
    }

        .product-info .cart-button a.not-available {
            background-color: #c5c5c5;
        }

    .product-collateral {
        margin: 0 0 75px;
    }

        .product-collateral .title {
            margin: 0 0 10px;
            font-size: 18px;
            color: #444;
        }

            .product-collateral .title strong {
                font-weight: normal;
            }

    .product-variant-line {
        margin: 0 0 30px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 20px;
    }

        .product-variant-line:after {
            content: "";
            display: block;
            clear: both;
        }

    .variant-picture {
        position: relative;
        width: 220px;
        height: 220px;
        margin: 0 auto 15px;
        overflow: hidden;
    }

    .variant-overview {
        width: 100%;
    }

        .variant-overview .variant-name {
            margin: 0 0 10px;
            padding: 10px 0;
            font-size: 16px;
            font-weight: bold;
            color: #4ab2f1;
        }

        .variant-overview .variant-description {
            margin: 0 0 15px;
            line-height: 22px;
        }

        .variant-overview .add-to-wishlist {
            margin: 0 0 25px;
        }

        .variant-overview .add-to-wishlist-button {
            display: inline-block;
            width: auto;
        }

        .variant-overview .add-to-cart {
            margin: 0 0 10px;
        }

    .product-specs-box {
        margin: 0 0 40px;
    }

        .product-specs-box td {
            border: 1px solid #ddd;
            padding: 10px;
        }

    .product-tags-list {
        font-size: 0;
    }

        .product-tags-list li {
            display: inline-block;
            font-size: 14px; /*reset zeroing*/
        }

            .product-tags-list li.separator {
                margin: 0 5px 0 3px;
            }

        .product-tags-list a {
            display: inline-block;
            line-height: 24px;
        }

            .product-tags-list a:hover {
                color: #444;
            }

    .attributes {
        margin: 20px 0;
    }

        .attributes dl {
            overflow: hidden;
            padding: 0 2px; /* fix for Chrome in Mac, the checkboxes get cut off */
        }

        .attributes dt,
        .attribute-label {
            display: block;
            margin: 0 0 5px;
            white-space: nowrap;
            font-weight: bold;
            color: #444;
        }

        .attributes dd,
        .attribute-data {
            margin: 0 0 10px;
        }

        .attributes li {
            margin: 8px 0 12px;
        }

        .attributes select {
            width: auto;
            min-width: 100px;
            max-width: 100%;
        }

        .attributes .option-list label {
            margin: 0 5px;
        }

        .attributes .datepicker {
            width: 280px;
            text-align: center;
            color: #444;
        }

    .ui-datepicker {
        width: 280px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        background-color: #fff;
        text-align: center;
        /*override jQuery UI styles, do not delete doubled properties*/
        border: none;
        border-radius: 0;
        padding: 0;
        font: normal 14px "Muli", Arial, Helvetica, sans-serif;
        color: #777;
    }

    .ui-datepicker-header {
        position: relative;
        height: 32px;
        background-color: var(--primary);
        color: #fff;
        /*override jQuery UI styles, do not delete doubled properties*/
        border: none;
        border-radius: 0;
        background-image: none;
        padding: 0 !important;
        font-weight: normal;
    }

        .ui-datepicker-header a {
            position: absolute;
            top: 0;
            z-index: 1;
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 0;
            /*override jQuery UI styles, do not delete doubled properties*/
            top: 0 !important;
            width: 32px !important;
            height: 32px !important;
            border: none !important;
        }

            .ui-datepicker-header a.ui-datepicker-prev {
                left: 0;
                background: url("../images/calendar-prev.png") center no-repeat;
            }

            .ui-datepicker-header a.ui-datepicker-next {
                right: 0;
                background: url("../images/calendar-next.png") center no-repeat;
            }

            .ui-datepicker-header a span {
                /*override jQuery UI styles, do not delete doubled properties*/
                display: none !important;
            }

    .ui-datepicker-title {
        position: relative;
        z-index: 0;
        line-height: 32px;
        font-weight: bold;
        text-transform: uppercase;
        /*override jQuery UI styles, do not delete doubled properties*/
        line-height: 32px !important;
    }

    .ui-datepicker-calendar {
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 !important;
        font-size: 14px !important;
    }

        .ui-datepicker-calendar th {
            background-color: #eee;
        }

        .ui-datepicker-calendar th,
        .ui-datepicker-calendar td {
            width: 14.285%;
            border: 1px solid #ddd;
            /*override jQuery UI styles, do not delete doubled properties*/
            padding: 0;
        }

            .ui-datepicker-calendar th span,
            .ui-datepicker-calendar td a {
                display: block;
                min-height: 32px;
                line-height: 32px;
                color: #444;
            }

            .ui-datepicker-calendar td a {
                /*override jQuery UI styles, do not delete doubled properties*/
                border: none !important;
                background: none !important;
                padding: 0;
                text-align: center;
                color: #444 !important;
            }

        .ui-datepicker-calendar .ui-state-active {
            outline: 2px solid #4ab2f1;
            font-weight: bold;
            color: #4ab2f1;
            /*override jQuery UI styles, do not delete doubled properties*/
            color: #4ab2f1 !important;
        }

    .color-squares {
        font-size: 0;
    }

        .color-squares li {
            display: inline-block;
            margin: 0 5px 5px;
            text-align: center;
        }

        .color-squares .color-container {
            display: block;
            position: relative;
            z-index: 0;
            padding: 1px;
        }

        .color-squares label {
            display: block;
            margin: 0 !important;
            overflow: hidden;
        }

        .color-squares .color {
            display: block !important;
            width: 32px !important;
            height: 32px !important;
            border: 1px solid #444 !important;
            cursor: pointer;
        }

        .color-squares .selected-value .color-container {
            background-color: #4ab2f1;
        }

        .color-squares li input {
            position: relative;
            z-index: -1;
            margin: -32px 0 0;
        }

    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        .product-info .product-desc-name h3 {
            font-size: 14px;
        }

        .product-info .bind-time,
        .product-info .notice-time,
        .product-info .start-fee,
        .product-info .speed-down,
        .product-info .speed-up {
            font-size: 12px;
        }

        .product-info .monthly-fee {
            font-size: 20px;
        }
    }
    /* SWITCH TO PC */
    @media all and (min-width: 64.0625em) {
        .overview-buttons div {
            display: inline-block;
            width: auto;
            margin: 0 1px 2px;
        }

        .rental-attributes {
            overflow: hidden;
        }

            .rental-attributes .attribute-item {
                float: left;
                margin: 0 20px 0 0;
            }

            .rental-attributes .datepicker {
                width: 160px;
                text-align: left;
            }

        .color-squares li {
            margin: 0 10px 10px 0;
        }

        .variant-picture {
            float: left;
        }

            .variant-picture + .variant-overview {
                width: auto;
                margin: 0 0 0 240px;
            }

        .product-details-page .title,
        .variant-overview {
            text-align: left;
        }

        .product-info .cart-button button {
            width: 50%;
        }

        .product-info .product-desc-name h3 {
            font-size: 18px;
        }

        .product-info .bind-time,
        .product-info .notice-time,
        .product-info .start-fee,
        .product-info .speed-down,
        .product-info .speed-up {
            font-size: 16px;
        }

        .product-info .monthly-fee {
            font-size: 30px;
        }
    }

    /********** QWIDGETS **********/

    #Qwidget-category .row.qwidget {
        /*margin: 0 auto 30px;*/
        /*margin: 30px auto;*/
        margin-top: 30px;
    }

    #Qwidget-front {
        background: #f9f9f9;
        float: left;
        width: 100%;
    }

        #Qwidget-front .slider {
            margin: 30px auto 0;
            position: relative;
        }

        #Qwidget-front .row.qwidget {
            margin: 30px auto 30px;
        }

            #Qwidget-front .row.qwidget img {
                width: 100%;
            }

            #Qwidget-front .row.qwidget .columns:nth-child(2) {
                margin-top: 30px;
            }

    .row.qwidget .row {
        margin: auto;
    }

    #Qwidget-front .content-qwidget {
        cursor: default;
        margin: 0 -0.9375em;
    }

        #Qwidget-front .content-qwidget p a {
            /*text-decoration:underline*/
        }

    /* NEWSLETTER */

    #Qwidget-front .newsletter {
        background: #00778b; /* #e7b396; #ee6d58*/
        height: 165px;
        line-height: 70px;
        padding-top: 10px;
        margin: 30px auto 0;
        max-width: 100%;
        text-align: center;
    }

        #Qwidget-front .newsletter input {
            border: 2px solid #fff;
            background: transparent;
            color: #fff;
            font-size: 10px;
            height: 45px;
            margin: 0;
            padding: 0 35px;
        }

            #Qwidget-front .newsletter input[type="submit"] {
                letter-spacing: 1px;
                text-transform: capitalize;
                border-radius: 0;
                margin-left: 10px;
            }

                #Qwidget-front .newsletter input[type="submit"]:hover {
                    background: #fff;
                    color: #f46d6d;
                }

            #Qwidget-front .newsletter input[type="text"] {
                font-size: 12px;
                text-align: center;
                width: 100%;
            }

                #Qwidget-front .newsletter input[type="text"]:hover {
                    background: rgba(255, 255, 255, 0.3);
                }

                #Qwidget-front .newsletter input[type="text"]:focus {
                    background: rgba(255, 255, 255, 1);
                    color: #f46d6d;
                }

        #Qwidget-front .newsletter ::-webkit-input-placeholder {
            color: #fff;
        }

        #Qwidget-front .newsletter :-moz-placeholder {
            color: #fff;
        }

        #Qwidget-front.newsletter ::-moz-placeholder {
            color: #fff;
        }

        #Qwidget-front.newsletter :-ms-input-placeholder {
            color: #fff;
        }

    /* PRODUCT GUIDE */
    .prod-guide {
        background: #7c3e82;
        color: #fff;
        font-size: 80%;
        height: 200px;
        padding: 5px;
        text-align: center;
    }

        .prod-guide p {
            margin: 20px 0 5px;
        }

        .prod-guide h1 {
            color: #fff;
            font-size: 120%;
            margin: 20px 0;
        }

        .prod-guide p a {
            border: 1px solid #fff;
            padding: 10px 8px;
            margin-top: 20px;
            display: inline-block;
            text-decoration: none;
        }

            .prod-guide p a:hover {
                background: #fff;
                color: #7c3e82;
            }

    /* Most Sold List */
    .slider .most-sold-list h3,
    .qwidget .most-sold-list h3 {
        font-size: 1.5em;
        margin: 0 auto;
        margin: 1em 0;
        padding: 0.3em;
    }

    .slider .most-sold-list ul,
    .qwidget .most-sold-list ul {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

        .qwidget .most-sold-list ul li,
        .slider .most-sold-list ul li {
            display: inline-block;
            float: left;
            left: inherit;
            position: relative;
            top: inherit;
            width: 100%;
        }

            .qwidget .most-sold-list ul li img,
            .slider .most-sold-list ul li img {
                display: inline-block;
                float: left;
                height: 35px;
                padding-top: 5px;
                width: 40px;
            }

            .slider .most-sold-list ul li:hover,
            .qwidget .most-sold-list ul li:hover {
                background: #eee;
            }

            .slider .most-sold-list ul li div,
            .qwidget .most-sold-list ul li div {
                display: inline-block;
                float: left;
                line-height: 40px;
                height: 100%;
                padding-left: 5px;
            }

            .slider .most-sold-list ul li div {
                width: 70%;
            }

                .slider .most-sold-list ul li div a,
                .qwidget .most-sold-list ul li div a {
                    display: inline-block;
                    font-size: 0.7em;
                    height: 40px;
                    float: left;
                    margin-right: 20px;
                    line-height: 40px;
                    overflow: hidden;
                }

            .slider .most-sold-list ul li span.number,
            .qwidget .most-sold-list ul li span.number {
                background: #b0b5ad;
                border: 1px solid #9c9c9c;
                color: #fff;
                display: inline-block;
                float: left;
                height: 40px;
                line-height: 40px;
                text-align: center;
                width: 40px;
            }

            .slider .most-sold-list ul li span.provider,
            .qwidget .most-sold-list ul li span.provider {
                display: none;
                height: 40px;
                line-height: 40px;
                font-size: 0.7em;
                font-weight: 100;
            }

    #Qwidget-front .qwidget ul li > div {
        width: 80%;
    }

    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        #Qwidget-front .newsletter {
            height: 155px;
            line-height: 57px;
            padding: 20px 0 30px;
        }
        /*#Qwidget-front .newsletter{
        background: #F46D6D;
        height: 214px;
        line-height: 102px;
        margin: 30px auto 0;
        max-width: 100%;
        text-align:center;
    }*/
        .qwidget .newsletter input {
            font-size: 12px;
            margin: 1em;
        }

        #Qwidget-front .newsletter input[type="text"] {
            font-size: 16px;
            width: 600px;
        }

        .qwidget .newsletter input[type="text"] {
            margin: 0 1em 0;
            width: 40%;
        }

        #Qwidget-front .newsletter input[type="submit"] {
            font-size: 14px;
            text-transform: uppercase;
        }

        .qwidget .newsletter input[type="submit"] {
            font-weight: 400;
            text-transform: capitalize;
        }

        .slider .most-sold-list ul li div a,
        .qwidget .most-sold-list ul li div a {
            font-size: 0.9em;
        }

        .slider .most-sold-list ul li span.provider,
        .qwidget .most-sold-list ul li span.provider {
            display: inline-block;
        }
        /* PRODUCT GUIDE */
        .prod-guide {
            font-size: 110%;
            height: 300px;
            padding: 25px;
        }

            .prod-guide p {
                margin: 20px 0 5px;
            }

            .prod-guide h1 {
                font-size: 140%;
                margin: 20px 0;
            }
    }

    /* SWITCH TO PC */
    @media all and (min-width: 64.0625em) {
        #Qwidget-front .row.qwidget .columns:nth-child(2) {
            margin-top: 0;
        }

        .slider .most-sold-list ul li:nth-child(1),
        .slider .most-sold-list ul li:nth-child(2),
        .slider .most-sold-list ul li:nth-child(3) {
            /*margin-bottom: 17px;*/
            border-bottom: 1px solid #eee;
        }

        .slider .most-sold-list ul li:nth-child(1),
        .slider .most-sold-list ul li:nth-child(2),
        .slider .most-sold-list ul li:nth-child(4),
        .slider .most-sold-list ul li:nth-child(5) {
            border-right: 1px solid #eee;
        }

        #Qwidget-front .newsletter {
            height: 130px;
            line-height: 130px;
            padding: inherit;
        }

        .qwidget .most-sold-list ul {
            float: left;
            width: 48%;
        }

            .qwidget .most-sold-list ul:nth-child(2) {
                margin-right: 4%;
            }

        .slider .most-sold-list ul {
            float: left;
            width: 100%;
        }

        /* FIX FOR LARGE-6 MOSTSOLD */
        .qwidget .large-6 .most-sold-list ul {
            width: 49.5%;
            margin-right: 0;
        }

            .qwidget .large-6 .most-sold-list ul:nth-child(2) {
                margin-right: 1%;
            }

            .qwidget .large-6 .most-sold-list ul li img {
                display: none;
            }

        .qwidget .most-sold-list ul li img {
            background: #fff;
            height: 57px;
            padding-top: 3px;
        }

        .slider .most-sold-list ul li img {
            background: #fff;
            height: 57px;
            padding-top: 3px;
            margin: 0 5px;
            width: 70px;
        }

        #Qwidget-front .large-6 .most-sold-list ul {
            width: 100%;
            margin-right: 0;
        }

        #Qwidget-front .most-sold-list ul li {
            width: 50%;
        }

        .qwidget .most-sold-list ul li {
            height: 60px;
            margin-right: 0%;
            width: 100%;
        }

        .slider .most-sold-list ul li {
            height: 60px;
            padding-left: 5px;
            width: 31%;
        }

            .slider .most-sold-list ul li div,
            .qwidget .most-sold-list ul li div {
                line-height: 60px;
                padding-left: 5px;
                max-width: 260px;
                width: 75%;
            }

            .slider .most-sold-list ul li div {
                overflow: hidden;
                width: 56%;
            }

                .slider .most-sold-list ul li div a,
                .qwidget .most-sold-list ul li div a {
                    display: block;
                    height: 30px;
                    line-height: 50px;
                    margin-right: 0;
                }

                .slider .most-sold-list ul li div a {
                    width: 100%;
                }

            .slider .most-sold-list ul li span.number,
            .qwidget .most-sold-list ul li span.number {
                height: 44px;
                line-height: 44px;
                width: 44px;
                border-radius: 50%;
                margin-top: 7px;
            }

            .slider .most-sold-list ul li span.provider,
            .qwidget .most-sold-list ul li span.provider {
                display: block;
                height: 25px;
                line-height: 28px;
                width: 100%;
                float: left;
            }

            .slider .most-sold-list ul li span.provider {
                width: 100%;
            }
        /* PRODUCT GUIDE */
        .prod-guide {
            font-size: 100%;
            height: 350px;
        }
    }

    /* SWITCH TO LARGE PC SCREEN */
    @media all and (min-width: 94.0625em) {
    }

    /* -- -- --  */
    /** SLIDER **/
    /*-- -- -- */

    .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .rslides li {
            -webkit-backface-visibility: hidden;
            position: absolute;
            display: none;
            width: 100%;
            left: 0;
            top: 0;
        }

            .rslides li:first-child {
                position: relative;
                display: block;
                float: left;
            }

        .rslides img {
            display: block;
            height: auto;
            float: left;
            width: 100%;
            border: 0;
        }

    .slider .rslides_nav {
        display: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background: transparent url("../images/sliderbuttons.gif") no-repeat left top;
        height: 61px;
        left: 0;
        margin-top: -32px;
        opacity: 0.4;
        overflow: hidden;
        position: absolute;
        text-decoration: none;
        text-indent: -9999px;
        top: 50%;
        width: 38px;
        z-index: 3;
    }

        .slider .rslides_nav:hover,
        .slider .rslides_nav:active {
            opacity: 1;
        }

        .slider .rslides_nav.next {
            background-position: right top;
            left: auto;
            right: 0;
        }

    .rslides_nav.rslides1_nav.next {
        right: 15px;
    }

    .rslides_nav.rslides1_nav.prev {
        left: 15px;
    }
    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        .slider .rslides_nav {
            display: block;
        }
    }

    /*********** PRODUCT GUIDE SERVICE ***********/

    /*.product-guide.row {
    margin:50px auto;
}*/
    .product-guide.row input[type="checkbox"],
    .product-guide.row .options input[type="radio"] {
        display: none;
    }

    .product-guide.row label {
        display: block;
        min-width: 200px;
        margin: 10px 0;
    }

        .product-guide.row label:before {
            background: #fff;
            border: 1px solid #000;
            cursor: pointer;
            content: "x";
            color: #fff;
            font-weight: 700;
            border-radius: 50%;
            margin-right: 10px;
            padding: 0px 7px 3px;
        }

    .product-guide.row input[type="checkbox"]:checked + label:before,
    .product-guide.row .options input[type="radio"]:checked + label:before {
        color: #7fd5c6;
        background: #7fd5c6;
    }

    .product-guide.row #answer h3 {
        margin-bottom: 20px;
    }

    .product-guide.row #answer p {
        margin-bottom: 20px;
    }

    .product-guide.row #answer a {
    }

    /*********** CUSTOMER SERVICE ***********/

    .customer-support ul.support-list {
    }

        .customer-support ul.support-list li {
            float: left;
            margin: 20px 0;
            /* MUST BE 217px (height of largest li) TO NOT BREAK THE LINES */
            min-height: 217px;
            width: 100%;
        }

            .customer-support ul.support-list li h3 {
                margin: 10px 0;
            }

            .customer-support ul.support-list li p a {
                color: var(--primary);
                text-decoration: underline;
            }

        .customer-support ul.support-list li {
            height: 280px;
        }

    .speed-test {
        padding-top: 120px;
    }

    .driftinfo h2 {
        font-size: 16px;
    }

    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        .customer-support ul.support-list li {
            width: 50%;
        }
    }

    /*********** CUSTOMER SERVICE ***********/

    .customer-service .center-box {
        margin: 20px 0;
    }

        .customer-service .center-box ul {
            height: 100%;
            /*margin:0 auto;*/
            width: 80%;
        }

            .customer-service .center-box ul li {
                float: left;
                text-align: center;
                border-right: 0;
                width: 50%;
            }

    #before-submit .large-2 {
        text-align: center;
    }

    .customer-service .center-box ul li:first-child,
    .customer-service .center-box ul li:nth-child(2),
    .customer-service .center-box ul li:nth-child(3),
    .customer-service .center-box ul li:nth-child(4),
    .customer-service .center-box ul li:nth-child(5),
    .customer-service .center-box ul li:nth-child(6) {
        border-bottom: 1px solid #33a490;
    }

    .customer-service .center-box ul li:nth-child(odd) {
        border-right: 1px solid #33a490;
    }

    .customer-service .center-box ul li a {
        display: block;
        background: #fff;
        color: #33a490;
        font-size: 14px;
        line-height: 25px;
        padding: 80px 10px;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .customer-service .center-box ul li a:hover {
            background: #33a490;
            color: #fff;
        }

        .customer-service .center-box ul li a i {
            display: block;
            font-size: 40px;
        }

    .row.ratings label {
        /* HIDE RADIO */
        height: 70px;
        overflow: hidden;
        display: block;
        text-align: center;
    }

        .row.ratings label > input {
            /* HIDE RADIO */
            visibility: hidden; /* Makes input not-clickable */
            position: absolute; /* Remove input from document flow */
        }

            .row.ratings label > input + img.smile-pic {
                /* IMAGE STYLES */
                cursor: pointer;
                position: relative;
                top: -68px;
                height: 140px;
            }

            .row.ratings label > input:checked + img.smile-pic {
                /* (RADIO CHECKED) IMAGE STYLES */
                position: relative;
                top: 0px;
            }

    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        .customer-service .center-box ul li {
            margin: 0;
            width: 33.333%;
        }

            .customer-service .center-box ul li:first-child,
            .customer-service .center-box ul li:nth-child(2),
            .customer-service .center-box ul li:nth-child(3),
            .customer-service .center-box ul li:nth-child(4),
            .customer-service .center-box ul li:nth-child(5) {
                border-bottom: 1px solid #33a490;
            }

            .customer-service .center-box ul li:nth-child(2),
            .customer-service .center-box ul li:nth-child(4),
            .customer-service .center-box ul li:nth-child(5),
            .customer-service .center-box ul li:nth-child(8) {
                border-right: 1px solid #33a490;
            }

            .customer-service .center-box ul li:nth-child(3) {
                border-right: 0;
            }

            .customer-service .center-box ul li a {
                height: 100%;
                line-height: 35px;
            }
    }

    /* SWITCH TO COMPUTER */
    @media all and (min-width: 64.0625em) {
        .customer-service .center-box ul li {
            margin: 0;
            width: 25%;
        }

            .customer-service .center-box ul li:first-child,
            .customer-service .center-box ul li:nth-child(2),
            .customer-service .center-box ul li:nth-child(3),
            .customer-service .center-box ul li:nth-child(4) {
                border-bottom: 1px solid #33a490;
            }

            .customer-service .center-box ul li:nth-child(5),
            .customer-service .center-box ul li:nth-child(6) {
                border-bottom: 0;
            }

            .customer-service .center-box ul li:nth-child(3),
            .customer-service .center-box ul li:nth-child(6) {
                border-right: 1px solid #33a490;
            }

            .customer-service .center-box ul li:nth-child(4),
            .customer-service .center-box ul li:nth-child(8) {
                border-right: 0;
            }

            .customer-service .center-box ul li a {
                font-size: 18px;
                line-height: 55px;
            }
    }

    /*********** TOPICS ***********/

    .topic-block {
        margin: 0 0 25px;
    }

    .topic-block-title {
        min-height: 50px;
        margin: 0 0 25px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px;
    }

        .topic-block-title h2 {
            font-size: 30px;
            font-weight: normal;
        }

    .topic-block-body {
        text-align: justify;
        line-height: 24px;
        font-size: 16px;
    }

    .topic-page .page-body {
        text-align: justify;
        line-height: 22px;
    }

    .topic-block a,
    .topic-page a {
        text-decoration: underline;
    }

    .topic-block strong,
    .topic-page strong {
        color: #444;
    }

    #ph-topic div p#welcomelogo {
        margin: 0 auto;
        text-align: center;
    }

        #ph-topic div p#welcomelogo img {
            width: 60%;
        }

    .topic-left {
        padding-right: 35px;
    }

    .home-page .topic-block {
        margin: 0 0 50px;
    }

    .popup-window .topic-page {
        padding: 15px;
    }

    .not-found-page p {
        margin: 30px 15px;
    }

    .topic-password {
        text-align: center;
    }

    .enter-password-title {
        margin: 0 0 20px;
        color: #444;
    }

    .enter-password-form {
        display: inline-block;
        overflow: hidden;
    }

        .enter-password-form input[type="password"] {
            float: left;
            width: 200px;
            height: 40px;
            margin: 0 -1px 0 0;
        }

        .enter-password-form input[type="submit"] {
            float: left;
            width: auto;
            min-width: 86px;
            height: 40px;
            border: none;
            background-color: var(--primary);
            padding: 0 15px;
            color: #fff;
            text-transform: uppercase;
        }

            .enter-password-form input[type="submit"]:hover {
                background-color: var(--primaryHover);
            }

    #ph-topic {
        margin-bottom: 8em;
        /* margin-top: 1em; */
    }

    #ph-title {
        margin: 3em 0;
        padding: 0 0 1.5em;
    }

    #ph-topic div p img {
        width: 100%;
    }

    #ph-topic div p.brands img {
        display: block;
        margin: 0 auto 35px;
        text-align: center;
        width: 50%;
    }

    #ph-topic .columns:last-child p {
        padding: 15px 0;
    }

    #ph-topic h3,
    #ph-topic h4 {
        color: #777;
    }

    #ph-topic h3 {
        margin: 25px 0 0;
    }

    #ph-topic h4 {
        padding-bottom: 2px;
        border-bottom: 1px solid #eee;
        margin: 10px 0;
    }

    #ph-topic ul li {
        float: left;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    #ph-topic .contact-list p {
        float: left;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    #ph-topic a {
        color: #555;
        text-decoration: underline;
    }

        #ph-topic a:hover {
            color: #000;
            text-decoration: none;
        }

    #ph-topic .blog-row {
        float: left;
        border-bottom: 1px solid #ddd;
        margin: 30px 0;
        padding: 0 0 30px;
        width: 100%;
    }

        #ph-topic .blog-row h5 {
            font-weight: 400;
            padding-bottom: 15px;
        }

            #ph-topic .blog-row h5 span {
                border-left: 1px solid #eee;
                padding: 0 5px;
            }

        #ph-topic .blog-row h4 {
            border: 0;
            font-weight: 400;
        }

    #ph-topic .large-10 .blog-row ul li {
        min-height: 0;
    }

    div.about-links {
        margin: 30px 0 0;
    }

        div.about-links p {
            display: block;
            margin: 10px;
            padding: 5px;
        }

    #ph-topic .about-links a {
        background: var(--primary);
        color: #fff;
        padding: 7px;
        text-decoration: none;
    }

        #ph-topic .about-links a:hover {
            text-decoration: underline;
        }

    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        #ph-topic .contact-list p,
        #ph-topic ul li {
            padding: 5px 0;
            text-align: left;
            width: 50%;
        }

        #ph-topic img {
            padding: 50px;
        }

        #ph-topic .large-10 ul li {
            min-height: 200px;
            padding-right: 10px;
        }
    }

    /* SWITCH TO COMPUTER */
    @media all and (min-width: 64.0625em) {
        #ph-topic h3 {
            margin: 0;
        }

        #ph-topic img {
            padding: 0;
        }

        #ph-topic .large-10 ul li {
            min-height: 185px;
        }
    }

    /*********** CONTACT & EMAIL A FRIEND ***********/

    .contact-page .page-title,
    .email-a-friend-page .page-title {
        margin: 0 0 -1px;
    }

    .contact-page .result,
    .contact-page .message-error,
    .email-a-friend-page .result,
    .email-a-friend-page .message-error {
        margin: 20px 0;
    }

    .contact-page .button-1,
    .email-a-friend-page .button-1 {
        min-width: 140px;
        border: none;
        background-color: var(--primary);
        /*padding: 10px 30px;*/
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .contact-page .button-1:hover,
        .email-a-friend-page .button-1:hover {
            background-color: var(--primaryHover);
        }

    .contact-page .topic-block,
    .email-a-friend-page .title {
        margin: 25px 0;
    }

        .email-a-friend-page .title h2 {
            font-weight: normal;
            color: #4ab2f1;
        }

    /********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

    .row.all-level .large-2.medium-12.small-12.nav-menu.columns {
        /*margin-top: 75px;*/
    }

    .gender {
        display: inline-block;
    }

        .gender span {
            display: inline-block;
            margin: 0 5px;
        }

            .gender span > * {
                display: inline !important;
                margin: 0 5px;
                line-height: 32px;
            }

    .date-of-birth select {
        width: 31%; /*always single line*/
        max-width: 126px;
    }

        .date-of-birth select + select {
            margin: 0 0 0 10px;
        }

    #check-availability-button {
        margin: 10px 0 0;
        border: none;
        background-color: #888;
        padding: 10px 15px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        #check-availability-button:hover {
            background-color: #999;
        }

    .accept-privacy-policy {
        margin: 0 0 20px;
        text-align: center;
    }

        .accept-privacy-policy > * {
            display: inline-block;
            line-height: 32px;
        }

        .accept-privacy-policy span {
            color: #4ab2f1;
            cursor: pointer;
        }

    .registration-page .button-1,
    .registration-result-page .button-1,
    .button-1,
    .password-recovery-page .button-1,
    .account-page .button-1,
    .return-request-page .button-1 {
        min-width: 140px;
        border: none;
    }

        .registration-page .button-1:hover,
        .registration-result-page .button-1:hover,
        .button-1:hover,
        .password-recovery-page .button-1:hover,
        .account-page .button-1:hover,
        .return-request-page .button-1:hover {
            background-color: var(--primaryHover);
        }

    .registration-page .message-error,
    .message-error,
    .account-page .message-error {
        margin: 0 0 10px;
    }

    .registration-result-page .result {
        margin: 0 0 30px;
        padding: 30px 0;
        text-align: center;
        font-size: 16px;
        color: #4cb17c;
    }

    /*.customer-blocks {
	margin:100px 0;
}*/
    .title {
        margin: 0 0 5px;
        font-size: 18px;
        color: #444;
    }

        .title strong {
            font-weight: normal;
        }

    .returning-wrapper .message-error {
        float: none;
    }

    .new-wrapper {
        margin: 0 0 50px;
    }

        .new-wrapper .text {
            border-top: 1px solid #e6e6e6;
            background-color: #f9f9f9;
            line-height: 22px;
            height: 247px;
            margin: 0 0 30px;
            padding: 30px;
        }

        .new-wrapper .topic-block {
            margin: 0;
        }

        .new-wrapper .topic-block-body strong {
            color: #444;
        }

        .new-wrapper .button-1 {
            margin: 0 0 5px;
        }

    .returning-wrapper {
        margin: 0;
    }

        .returning-wrapper .form-fields {
            overflow: hidden;
            padding: 25px 15px 0;
        }

        .returning-wrapper .inputs.reversed {
            white-space: normal;
        }

            .returning-wrapper .inputs.reversed * {
                display: inline-block;
                width: auto;
                margin: 5px;
                font-size: 14px; /*reset zeroing*/
                color: #444;
            }

            .returning-wrapper .inputs.reversed a {
                text-decoration: underline;
            }

                .returning-wrapper .inputs.reversed a:hover {
                    color: var(--primary);
                }

        .returning-wrapper .inputs input[type="text"],
        .returning-wrapper .inputs input[type="password"] {
            width: 100%;
        }

    .captcha-box {
        margin: -15px 0 20px;
    }

    .returning-wrapper .buttons {
        background-color: #fff;
        padding: 30px 0;
    }

    .external-authentication {
        margin: 0 0 50px;
        overflow: hidden;
        text-align: center;
    }

        .external-authentication .buttons {
            margin: 0 0 30px;
            border-top: 1px solid #e6e6e6;
            padding: 30px;
        }

    .external-auth-errors {
        color: #e4444c;
    }

    .external-auth-association {
        color: #444;
    }

        .external-auth-association a {
            color: #4ab2f1;
        }

            .external-auth-association a:hover {
                text-decoration: underline;
            }

    .page-body.pw-recover {
        margin: 50px 0;
    }

.pw-recover .result {
    display: flex;
    justify-content: center;
    background-color: #f9f5c6;
    margin: auto;
    width: fit-content;
    height: 70px;
    color: black;
    border-left: solid #f3e328 6px;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    align-items: center;
}
.email-found {
    background-color: #c1edc0 !important;
    border-left: solid #05bc00 6px !important;
}

.email-not-found {
    background-color: #ffc4c4 !important;
    border-left: solid #f32828 6px !important;
}

.add-more-external-records {
    text-align: center;
}

        .add-more-external-records a {
            color: #4ab2f1;
        }

            .add-more-external-records a:hover {
                text-decoration: underline;
            }

    .account-page p {
        margin: 1em 0;
    }
    /*.account-page .buttons {
	text-align: center;
}*/
    .account-page .description {
        margin: 0 0 25px;
        padding: 0 10px;
    }

    .account-page .table-wrapper {
        margin: 0 0 30px;
    }

    .account-page #search-box {
        background: #fff;
        color: #000;
        padding: 0;
    }

    .account-page div#search-box ::-webkit-input-placeholder {
        color: #999;
    }

    .account-page div#search-box :-moz-placeholder {
        color: #999;
    }

    .account-page div#search-box ::-moz-placeholder {
        color: #999;
    }

    .account-page div#search-box :-ms-input-placeholder {
        color: #999;
    }

    .account-page #search-box h2,
    .account-page #search-box h6,
    .account-page .address-search-result .list {
        color: #444;
    }

    .account-page #search-box h2 {
        font-size: 16px;
    }

    .account-page #search-box #address-search-field {
        border-color: #555;
        color: #333;
    }

        .account-page .address-search-result li,
        .account-page #search-box #address-search-field:focus,
        .account-page #search-box #address-search-field:hover {
            background: #eee;
            color: #333;
        }

    .address-list-page .info,
    .order-list-page .info {
        margin: 0 0 10px;
        border-top: 1px solid #e6e6e6;
        background-color: #f9f9f9;
        padding: 20px;
        line-height: 26px;
        color: #444;
    }

        .address-list-page .info .name,
        .order-list-page .info .name {
            font-size: 16px;
            font-weight: bold;
        }
    /*.address-list-page .button-2,
.order-list-page .button-2 {
	display: inline-block;
	border: none;
	font-size: 14px;
    font-family: 'Muli', Arial;
}*/
    .edit-address-button {
        background: url("../images/edit.png") left center no-repeat;
    }

    .delete-address-button,
    .cancel-recurring-order-button {
        background: url("../images/remove.png") left center no-repeat;
    }

    .return-items-button {
        background: url("../images/return.png") left center no-repeat;
    }

    .order-details-button {
        background: url("../images/details.png") left center no-repeat;
    }

.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
    background: var(--primaryHover);
}

    .address-list-page .add-button {
        margin: 0 0 20px;
        text-align: center;
    }

    .address-edit-page .page-title {
        margin: 0 0 -1px;
    }

    .address-edit-page .message-error {
        margin: 20px 0;
    }

    .address-edit-page .edit-address {
        margin: 0 0 30px;
        border-top: 1px solid #e6e6e6;
        background-color: #f9f9f9;
        padding: 30px 15px;
    }

    .recurring-payments table td {
        white-space: nowrap;
    }

        .recurring-payments table td:first-child {
            min-width: 120px;
            white-space: normal;
        }

    .recurring-payments .button-2 {
        font-size: 14px;
    }

    .return-request-list-page .details {
        border-top: 1px solid #e6e6e6;
        background-color: #f9f9f9;
        padding: 20px;
        line-height: 22px;
        color: #444;
    }

    .return-request-list-page label {
        margin: 0 5px 0 0;
    }

    .return-request-list-page a {
        color: #4ab2f1;
    }

        .return-request-list-page a:hover {
            text-decoration: underline;
        }

    .return-request-list-page .comments div {
        margin: 10px 0 0;
        font-size: 15px;
        font-style: italic;
        color: #444;
    }

    .downloadable-products-page table td {
        color: #444;
    }

    /*.reward-points-overview {
    margin: 0 0 25px;
}*/
    .reward-points-history table td {
        color: #444;
    }

        .reward-points-history table td:first-child {
            min-width: 120px;
        }

    .change-password-page .page-title {
        margin: 0 0 -1px;
    }

    .change-password-page .result,
    .change-password-page .message-error {
        margin: 20px 0;
    }

    .change-password-page .fieldset {
        margin: 0 0 30px;
    }

    .change-address-page #search-box {
        text-align: left;
    }

    .change-address-page .address-search-result ul {
        margin: 0px;
    }

    .change-address-page div#search-box .list {
        text-align: center;
    }

    .change-address-page div#search-box.adr-selected div {
        padding: 0px;
    }
    /*.change-address-page div#search-box.adr-selected {
    padding: 0px;
}*/
    .change-address-page div#search-box.adr-selected p {
        text-align: left;
        background-color: #eee;
        max-width: 800px;
    }

    .change-address-page div#search-box h3 {
        color: black;
        font-size: 20px;
    }

    .avatar-page .page-title {
        margin: 0;
    }

    .avatar-page .page-body {
        margin: 0 0 30px;
        overflow: hidden;
        background-color: #f9f9f9;
        padding: 30px 25px;
    }

    .avatar-page .message-error {
        margin: 0 0 10px;
    }

    .avatar-page .image {
        margin: 0 0 10px;
    }

        .avatar-page .image img {
            border: 1px solid #ccc;
        }

    .avatar-page .button-1 {
        font-size: 14px;
    }

    .avatar-page .button-2 {
        border: none;
        background-color: #888;
        padding: 10px 15px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

        .avatar-page .button-2:hover {
            background-color: #999;
        }

    .avatar-page .info {
        color: #444;
    }
    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        .returning-wrapper .inputs input[type="text"],
        .returning-wrapper .inputs input[type="password"] {
            display: inline-block;
            float: left;
            width: 100%;
        }
    }
    /* SWITCH TO COMPUTER */
    @media all and (min-width: 64.0625em) {
        .address-list-page .section,
        .order-list-page .section,
        .return-request-list-page .section {
            display: inline-block;
            width: 45%;
            /*margin: 20px 1%;*/
            vertical-align: top;
        }

        .recurring-payments {
            width: 100% !important;
            margin: 20px 0 !important;
        }
    }

    /********** SHOPPING CART **********/

    .order-progress {
        margin: 0 0 50px;
        background-color: #f6f6f6;
        padding: 15px 0;
        text-align: center;
    }

        .order-progress ul {
            font-size: 0;
        }

        .order-progress li {
            display: inline-block;
            margin: 10px;
        }

        .order-progress a {
            display: block;
            min-width: 70px;
            font-size: 14px; /*reset zeroing*/
            color: #444;
        }

            .order-progress a:before {
                content: "";
                display: block;
                width: 40px;
                height: 40px;
                margin: 0 auto 15px;
                border: 1px solid #bbb;
                background: #fff url("../images/pointer.png") center no-repeat;
            }

        .order-progress li.active-step a {
            cursor: pointer;
        }

        .order-progress li.inactive-step a {
            opacity: 0.3;
            cursor: default;
        }

    .shopping-cart-page .page-title {
        margin: 0 0 -1px;
        padding: 10px;
    }

    .shopping-cart-page .message-error {
        margin: 20px 0;
    }

    .shopping-cart-page td .message-error {
        margin: 10px 0 0;
        text-align: left;
    }

    .shopping-cart-page .common-buttons {
        margin: 0 0 60px;
        background-color: #f6f6f6;
        padding: 20px;
        font-size: 0;
    }

        .shopping-cart-page .common-buttons input {
            display: inline-block;
            min-width: 180px;
            margin: 5px;
            border: none;
            background-color: #aaa;
            padding: 10px 20px;
            font-size: 15px;
            color: #fff;
        }

            .shopping-cart-page .common-buttons input:hover {
                background-color: #999;
            }

            .shopping-cart-page .common-buttons input:first-child {
                background-color: #4ab2f1;
            }

                .shopping-cart-page .common-buttons input:first-child:hover {
                    background-color: #248ece;
                }

    .checkout-attributes {
        margin: -30px 0 30px;
        color: #444;
    }

        .checkout-attributes dt {
            margin: 0 0 5px;
            font-weight: bold;
        }

        .checkout-attributes dd {
            margin: 0 0 20px;
        }

        .checkout-attributes input[type="text"],
        .checkout-attributes select {
            min-width: 200px;
        }

        .checkout-attributes ul {
            font-size: 0;
        }

        .checkout-attributes li {
            display: inline-block;
            margin: 5px;
            border: 1px solid #ddd;
            background-color: #fff;
            padding: 8px 10px;
            font-size: 14px; /*reset zeroing*/
        }

            .checkout-attributes li label {
                display: inline-block;
                margin: 0 0 0 5px;
            }

    .sumrow {
        margin: 0 !important;
    }

    .selected-checkout-attributes {
        margin: 30px 0;
        color: #444;
    }

        .selected-checkout-attributes br {
            content: "";
            display: block;
            margin: 3px;
        }

    .complete-ordernumber {
        font-size: 18px;
    }

    .row .cart-footer.row {
        /*border-top: 1px solid #ECECEC;*/
        /*margin: 52px 0;*/
        /*padding: 20px 0px;*/
        padding: 0px 0px 20px 0px;
    }

    .cart-footer:after {
        content: "";
        display: block;
        clear: both;
    }

    .cart-footer .totals {
        margin: 0 auto 50px;
        background-color: #f9f9f9;
        padding: 10px;
        color: #444;
    }

    .cart-footer .total-info {
        margin: 0 0 20px;
        padding: 5px 30px 15px;
    }

    .cart-total td {
        width: 50%;
        padding: 5px 0;
        text-align: right;
    }

        .cart-total td:first-child {
            text-align: left;
        }

    .cart-total .order-total {
        font-size: 20px;
        color: var(--primary);
    }

    .cart-total .lowest-total-cost {
        font-size: 14px;
        color: #aaa;
    }

    .cart-total .order-total strong {
        font-weight: normal;
    }

    .cart-total .earn-reward-points {
        font-style: italic;
    }

    .min-amount-warning {
        margin: 0 0 20px;
        padding: 0 30px;
        color: #e4434b;
    }

.terms-of-service,
.create-account, .acceptPTS {
    margin: 0 0 20px;
    padding: 0 30px;
}

        .terms-of-service label {
            cursor: pointer;
        }

        .terms-of-service a {
            margin: 0 0 0 3px;
            color: #4ab2f1;
        }

    .cart-footer .checkout-buttons {
        padding: 0 10px;
        text-align: center;
    }

    .cart-footer .checkout-button {
        display: inline-block;
        min-width: 160px;
        border: none;
        background-color: var(--primary);
        line-height: 0px;
        color: #fff;
        text-transform: uppercase;
    }

        .cart-footer .checkout-button:hover {
            background-color: var(--primaryHover);
        }

    .cart-footer .addon-buttons {
        margin: 20px 0 0;
        padding: 0 10px;
    }

    .deals {
        text-align: center;
        width: 80%;
    }

    .cart-collaterals {
        margin: 0 auto 50px;
        padding: 25px 0 0;
    }

        .cart-collaterals > div {
            margin: 0 0 50px;
        }

        .cart-collaterals .button-2 {
            display: inline-block;
            border: none;
            background-color: var(--primary);
            padding: 10px 15px;
            color: #fff;
            text-transform: uppercase;
        }

            .cart-collaterals .button-2:hover {
                background-color: var(--primaryHover);
            }

    input.continue-shopping-button {
        background: transparent;
        color: var(--primary);
        text-transform: none;
        font-weight: 400;
        text-decoration: underline;
    }

        input.continue-shopping-button:hover {
            background: transparent;
            color: #000;
        }

    .cart-collaterals .title {
        margin: 0 0 5px;
        font-size: 18px;
        color: #444;
    }

        .cart-collaterals .title strong {
            font-weight: normal;
        }

    .cart-collaterals .hint {
        margin: 0 0 10px;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 20px;
        text-align: center;
    }

    .cart-collaterals .coupon-code {
        overflow: hidden;
    }

        .cart-collaterals .coupon-code input[type="text"] {
            float: none;
            width: 40%;
            height: 36px; /*safari padding fix*/
            margin: 0 -1px 0 0;
        }

        .cart-collaterals .coupon-code input[type="submit"] {
            float: none;
            width: 40%;
            height: 36px; /*safari padding fix*/
            min-width: 200px;
            margin-left: 5px;
            padding: 0;
        }

    .cart-collaterals .message-failure {
        margin: 5px 0 0;
        font-size: 12px;
        color: #e4434b;
    }

    .cart-collaterals .message-success {
        margin: 5px 0 0;
        font-size: 12px;
        color: #4cb17c;
    }

    .cart-collaterals .current-code {
        margin: 5px 0 0;
        color: #4cb17c;
    }

    .remove-discount-button,
    .remove-gift-card-button {
        /*width: 16px;
	height: 16px;
	border: 1px solid #999;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;*/
        background: #d22626 none repeat scroll 0 0 !important;
        font-size: 11px;
        height: 21px;
        line-height: 0;
        min-width: 0;
        padding: 4px;
    }

    .cart-collaterals .shipping select {
        height: 36px;
    }

    .cart-collaterals .shipping-results {
        margin: 30px 0 0;
    }

        .cart-collaterals .shipping-results li {
            margin: 20px 0;
        }

            .cart-collaterals .shipping-results li strong {
                display: block;
                margin: 0 0 5px;
                color: #444;
            }

    .shopping-cart-page .no-data {
        margin: 25px 0 0;
    }

    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        .large-6.small-12.columns.cart-collaterals {
            text-align: inherit;
        }

        .cart-footer .totals {
            margin: 0;
        }

        .cart-footer .cart-collaterals {
            margin: 0;
        }

            .cart-footer .cart-collaterals .shipping {
                float: right;
                width: 360px;
            }

        .cart-footer .estimate-shipping .inputs label {
            display: inline-block;
            width: 35%;
        }

        .cart-footer .estimate-shipping .inputs input,
        .cart-footer .estimate-shipping .inputs select {
            width: 65%;
        }

        .cart-footer .checkout-buttons {
            text-align: right;
        }
    }
    /* SWITCH TO TABLET */
    @media all and (min-width: 64.0625em) {
        .cart-collaterals .deals > div {
            text-align: left;
        }

        .cart-footer .cart-collaterals .deals {
            float: left;
        }

        .shopping-cart-page .cart-options {
            overflow: hidden;
        }

        .shopping-cart-page .checkout-attributes {
            float: left;
            max-width: 565px;
            margin: -30px 0 15px;
        }

            .shopping-cart-page .checkout-attributes li {
                margin: 5px 10px 5px 0;
            }

        .shopping-cart-page .selected-checkout-attributes {
            float: right;
            max-width: 395px;
            margin: 15px 0;
        }

        .cart-collaterals .coupon-code input[type="submit"],
        .cart-collaterals .coupon-code input[type="text"] {
            float: none;
        }

        .cart-collaterals .deals > div {
            margin-left: 30px;
        }
    }

    /********** CHECKOUT **********/

    .new-billing-address .inputs input[type="text"],
    .new-billing-address .inputs input[type="password"] {
        box-shadow: none;
        color: #000;
        display: block;
        float: left;
        height: 45px;
        max-width: 410px;
        padding: 5px 15px 5px 15px;
        width: 100%;
    }

    .new-billing-address .inputs label {
        float: left;
        max-width: 248px;
        text-align: left;
        width: 60%;
    }

    .new-billing-address .address-holder {
        padding-bottom: 25px;
    }

        .new-billing-address .address-holder p {
            padding: 0 0 3px 30px;
            text-align: left;
        }

            .new-billing-address .address-holder p:first-child {
                margin-bottom: 10px;
                padding-top: 10px;
                font-size: 17px;
                font-weight: bold;
            }

            .new-billing-address .address-holder p label {
                display: inline-block;
                min-width: 90%;
                text-align: left;
            }

            .new-billing-address .address-holder p input {
                background-color: transparent;
                border: 0;
            }

    .checkout-page .section {
        margin: 0 0 30px;
    }
    /*.checkout-page.order-completed-page .details,
.checkout-page.order-completed-page .buttons {
    text-align:center
}*/
    .checkout-page.order-completed-page .buttons {
        margin: 20px 0 30px;
    }

    .row.ratings {
        margin: 20px auto 20px;
    }

        .row.ratings h6 {
            font-size: 18px;
            font-weight: 400;
            margin: 10px 0 40px;
            /*text-align: center;*/
        }

    .btn {
        border: none;
        color: inherit;
        cursor: pointer;
        display: inline-block;
        font-family: inherit;
        font-size: inherit;
        font-weight: 700;
        height: 71px;
        line-height: 70px;
        letter-spacing: 1px;
        outline: none;
        position: relative;
        text-align: center;
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .row.ratings .columns:nth-child(2) .btn {
        background: var(--primary);
        color: #ffffff;
    }

.row.ratings .columns:nth-child(3) .btn {
    background: var(--primary);
    color: #fff;
}

    .row.ratings .columns:nth-child(4) .btn {
        background: #910000;
        color: #fff;
    }

    .row.ratings .columns:nth-child(5) .btn {
        background: #be0303;
        color: #fff;
    }

        .row.ratings .columns:nth-child(5) .btn.active {
            background: rgba(190, 3, 3, 0.47);
            color: #fff;
        }

        .row.ratings .columns:nth-child(2) .btn:hover,
        .row.ratings .columns:nth-child(3) .btn:hover,
        .row.ratings .columns:nth-child(4) .btn:hover,
        .row.ratings .columns:nth-child(5) .btn:hover {
            background: #999;
            color: #eee;
        }

    .btn label {
        cursor: pointer;
        display: inline-block;
        width: 100%;
    }

    .btn input {
        display: none;
    }

    .ratings input:checked ~ label {
        border: 1px solid #3c3c3c;
        background: #8e939a;
        text-transform: uppercase;
    }

    #after-submit {
        min-height: 400px;
    }

    /*.row.ratings .columns:last-child{
  text-align:center
}*/
    #feedback-area {
        margin: 20px 0;
        /*text-align:center;*/
    }

        #feedback-area textarea {
            border: 1px solid #000;
            background: #fafafa;
            width: 100%;
            max-width: 400px;
        }

    .checkout-page .section.order-summary {
        margin: 100px 0 30px;
    }

    .checkout-page .cart-options {
        min-height: 60px;
        overflow: hidden;
    }

    .checkout-page .cart-footer {
        border-top: none;
    }

    .checkout-page .total-info {
        margin: 0;
        border-bottom: none;
        padding: 5px 20px 10px;
    }

    .checkout-page .button-1 {
        display: inline-block;
        min-width: 140px;
        border: none;
        background-color: var(--primary);
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        #submitter:hover,
        .checkout-page .button-1:hover {
            background-color: var(--primaryHover);
        }

    .checkout-page .address-item {
        width: 350px;
        max-width: 100%;
        margin: 0 auto 40px;
    }

        .checkout-page .address-item ul {
            margin: 0 0 15px;
            background-color: #f9f9f9;
            padding: 20px;
            color: #444;
        }

        .checkout-page .address-item li {
            padding: 5px 0;
        }

            .checkout-page .address-item li.name {
                font-size: 16px;
                font-weight: bold;
            }

    .enter-address .message-error {
        margin: 20px 0;
    }

    .enter-address .edit-address {
        background-color: #f5f6f6;
        /*border-top: 1px solid #e6e6e6;*/
        margin: 0 0 30px;
        padding: 30px 15px;
    }

    .checkout-page .pickup-in-store {
        padding: 30px 0;
        text-align: center;
    }

        .checkout-page .pickup-in-store .selector {
            margin: 0 0 5px;
            font-weight: bold;
            color: #444;
        }

    .shipping-method .method-list,
    .payment-method .method-list {
        margin: 0 auto 30px;
        overflow: hidden;
        text-align: center;
        font-size: 0;
    }

        .shipping-method .method-list li,
        .payment-method .method-list li {
            margin: 20px 0;
            font-size: 14px; /*reset zeroing*/
        }

            .shipping-method .method-list li label,
            .payment-method .method-list li label {
                font-size: 13px;
                font-weight: bold;
                color: #444;
            }

    .shipping-method .method-description {
        margin: 5px 0 0;
    }

    .payment-method .use-reward-points {
        margin: 0 0 30px;
        text-align: center;
        color: #444;
    }

    .payment-method .payment-logo {
        display: inline-block;
        vertical-align: middle;
    }

        .payment-method .payment-logo label {
            display: block;
            font-size: 0 !important;
        }

    .payment-method .payment-details {
        min-width: 180px;
        display: inline-block;
        margin: 0 0 0 10px;
        text-align: left;
        vertical-align: middle;
    }

    .payment-info .info {
        /*padding: 30px 15px;*/
        color: #444;
    }

        .payment-info .info tr {
            display: block;
            margin: 0 0 15px;
            font-size: 0;
        }

        .payment-info .info td {
            display: inline-block;
            width: 100% !important;
            max-width: 400px !important;
            font-size: 14px; /*reset zeroing*/
        }

            .payment-info .info td:only-child {
                width: 100% !important;
                max-width: 100% !important;
            }

            .payment-info .info td input[type="text"] {
                width: 100% !important;
            }

            .payment-info .info td input[name="CardCode"] {
                width: 65px !important;
            }

            .payment-info .info td select {
                min-width: 70px;
            }

            .payment-info .info td:first-child {
                margin: 0 0 10px;
            }

        .payment-info .info p {
            text-align: center;
        }

    .confirm-order .buttons {
        padding: 10px 0;
    }

    .confirm-order .button-1 {
        font-size: 16px;
    }

    .row.order-details-page {
        margin: 20px auto 0;
    }

    .order-review-data ul,
    .order-details-area ul,
    .shipment-details-area ul {
        width: 350px;
        max-width: 100%;
        /*margin: 0 auto 40px;*/
        background-color: #f9f9f9;
        padding: 20px;
        color: #444;
    }

    .order-review-data li,
    .order-details-area li,
    .shipment-details-area li {
        padding: 3px 0;
    }

        .order-review-data li span,
        .order-details-area li span,
        .shipment-details-area li span {
            display: inline-block;
            min-width: 145px;
            width: 100%;
        }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        margin: 20px 0 5px;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
    }

        .order-review-data .title:first-child,
        .order-details-area .title:first-child,
        .shipment-details-area .title:first-child {
            margin-top: 0;
        }

    .order-completed .details {
        margin: 0 0 30px;
        padding: 30px 15px;
        text-align: center;
        color: #444;
    }

        .order-completed .details div {
            margin: 5px 0;
        }

        .order-completed .details strong {
            font-weight: normal;
            text-transform: uppercase;
        }

    .order-completed-page .details a {
        color: #999;
        text-decoration: underline;
    }

    .order-completed .details a:hover {
        text-decoration: underline;
    }

    .opc .step-title {
        margin: 0 0 1px;
        overflow: hidden;
        height: 40px;
        background-color: #f5f6f6;
    }

    .opc .allow .step-title {
        cursor: pointer;
    }

    .opc .step-title .number,
    .opc .step-title .title {
        float: left;
        min-height: 40px;
        padding: 10px 15px;
        line-height: 20px;
        font-size: 16px;
        font-weight: normal;
    }

    .opc .allow .step-title .number,
    .opc .allow .step-title .title {
        color: #333;
        cursor: pointer;
    }

    .opc .step-title .number {
        width: 42px;
        border-right: 1px solid #fff;
        text-align: center;
    }

    .opc .allow .step-title .number {
        background-color: var(--primary);
        color: #fff;
    }

    .opc .step {
        margin: 20px 0;
        /*text-align: center;*/
    }

    .opc .section {
        margin: 0 0 30px;
    }

        .opc .section > label {
            display: block;
            margin: 0 0 10px;
        }

    .opc input[type="text"],
    .opc select {
        max-width: 100%;
    }

    .opc .buttons {
        margin-bottom: 0;
    }

    .opc .back-link {
        display: inline-block;
    }

    .opc #billing-buttons-container input {
        background: var(--primary);
    }

        .opc #billing-buttons-container input:hover {
            background: var(--primaryHover);
        }

    .opc .back-link small {
        display: none;
    }

    .opc .back-link a {
        text-decoration: underline;
        padding-right: 10px;
    }

        .opc .back-link a:hover {
            color: #000;
        }

    .opc .buttons .please-wait {
        display: block;
        margin: 10px 0 0;
        background: none;
    }

    .opc .section.pickup-in-store {
        margin: 0 0 30px;
        padding: 0;
    }

    .opc .payment-info .info tr {
        text-align: left;
    }

    .opc .section.order-summary {
        margin: 0;
    }

    #checkout-step-confirm-order .confirm-order-next-step-button {
        background: var(--primary);
    }

        #checkout-step-confirm-order .confirm-order-next-step-button:hover {
            background: var(--primaryHover);
        }
    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        .new-billing-address .inputs input[type="text"],
        .new-billing-address .inputs input[type="password"] {
            width: 80%;
        }
        /*.new-billing-address .inputs label {
        width:10%}*/
        .new-billing-address .address-holder p label {
            min-width: 150px;
            font-size: 14px;
        }

        .order-details-page .data-table tr {
            width: 46%;
            margin: 40px 2% 0;
        }

            .order-details-page .data-table tr:nth-child(2n + 1) {
                clear: both;
            }

        .order-review-data .title,
        .order-details-area .title,
        .shipment-details-area .title {
            font-size: 16px;
        }
    }
    /* SWITCH TO COMPUTER */
    @media all and (min-width: 64.0625em) {
        .shipping-method .method-list li,
        .payment-method .method-list li {
            margin: 20px 1%;
        }

        .payment-info .info td:first-child {
            width: 265px !important;
            margin: 0 10px 0 0;
        }
        /*text-align:right;*/
        .payment-info .info td:only-child {
            width: 100% !important;
        }

        .order-progress {
            margin: -30px 0 50px;
            padding: 20px;
        }

        .checkout-page .address-item {
            width: 31.33333%;
        }

        .checkout-page .terms-of-service {
            text-align: center;
        }
        /*.payment-info .info{padding:30px 15px}*/
        .order-details-page .data-table tr {
            width: 31.33333%;
            margin: 40px 1% 0;
        }

            .order-details-page .data-table tr:nth-child(2n + 1) {
                clear: none;
            }

            .order-details-page .data-table tr:nth-child(3n + 1) {
                clear: both;
            }

        .order-progress li {
            margin: 0 10px;
        }

        .order-progress a {
            min-width: 80px;
        }

        .cart-options .checkout-attributes,
        .cart-options .selected-checkout-attributes {
            padding: 0 10px;
        }
        /*.cart-footer .totals{float:right;width:45%;margin:0 2.5%}*/
        /*.cart-footer .cart-collaterals{float:left;width:45%;margin:0 2.5%}*/
        .cart-footer .estimate-shipping label {
            display: block;
            margin: 0 0 10px;
        }

        .order-review-data .title,
        .order-details-area .title,
        .shipment-details-area .title,
        .opc .order-review-data ul,
        .cart-footer .terms-of-service,
        .cart-footer .cart-collaterals div,
        .cart-footer .cart-collaterals label {
            text-align: left;
        }

        .cart-options .common-buttons,
        .cart-footer .checkout-buttons,
        .cart-footer .addon-buttons,
        .cart-footer .estimate-shipping .buttons {
            text-align: right;
        }
        /*.opc .step {
        margin: 10px 0;
	    padding: 30px 15px;
    }*/
        .order-review-data li span,
        .order-details-area li span,
        .shipment-details-area li span {
            width: inherit;
        }

        .checkout-page .selected-checkout-attributes {
            float: right;
            text-align: right;
        }

        .checkout-page .cart-footer .totals {
            /*max-width: 350px;*/
            margin: 0;
        }

        .checkout-page .address-grid {
            overflow: hidden;
        }

        .checkout-page .address-item {
            float: left;
            width: 48%;
            margin: 0 1% 40px;
        }

        .shipping-method .method-list li,
        .payment-method .method-list li {
            display: inline-block;
            width: 25%;
            margin: 20px 2%;
            vertical-align: top;
        }

        .shipping-method .method-name {
            background-color: #f6f6f6;
            padding: 10px;
        }

        .payment-method .payment-logo {
            display: block;
            background-color: #f6f6f6;
            padding: 10px;
        }

        .payment-method .payment-details {
            display: block;
            width: auto;
            min-width: 0;
            margin: 10px 0 0;
            text-align: center;
        }
        /*.payment-info .info {
	    padding: 30px 75px;
    }*/
        .order-review-data,
        .order-details-area,
        .shipment-details-area {
            overflow: hidden;
        }

            .order-review-data ul,
            .shipment-details-area ul {
                float: left;
                width: 48%;
                /*margin: 0 1% 40px;*/
            }

            .order-details-area ul {
                float: left;
                width: 90%;
                /*margin: 0 1% 40px;*/
            }
    }

    /****** ORDER DETAILS & SHIPPING DETAILS ******/

    .order-details-page .page-title {
        border-bottom: none;
    }

        .order-details-page .page-title h1 {
            margin: 0 0 30px;
            border-bottom: 1px solid #ddd;
            padding: 0 0 10px;
        }

        .order-details-page .page-title a {
            display: inline-block;
            min-width: 180px;
            margin: 5px 0;
            border: none;
            background-color: var(--primary);
            background-image: none;
            font-size: 15px;
            color: #fff;
        }

            .order-details-page .page-title a:hover {
                background-color: #999;
            }

            .order-details-page .page-title a.print-order-button {
                background-color: var(--primary);
            }

                .order-details-page .page-title a.print-order-button:hover {
                    background-color: var(--primaryHover);
                }

    .order-details-page .order-overview {
        margin: 50px 0;
        line-height: 26px;
        text-align: center;
        font-size: 16px;
        color: #444;
    }

        .order-details-page .order-overview .order-number {
            margin: 0 0 10px;
            /*text-transform: uppercase;*/
        }

        .order-details-page .order-overview .order-total strong {
            font-weight: normal;
            color: #4ab2f1;
        }

    .order-details-page .repost .button-2 {
        display: inline-block;
        margin: 10px 0;
        border: none;
        background-color: #4ab2f1;
        padding: 10px 15px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .order-details-page .repost .button-2:hover {
            background-color: #248ece;
        }

    .order-details-page .download a {
        font-weight: normal;
        color: #4ab2f1;
    }

        .order-details-page .download a:hover {
            text-decoration: underline;
        }

    .user-agreement-page .terms-of-agreement {
        margin: 0 0 20px;
        padding: 20px;
        text-align: center;
    }

    .user-agreement-page .button-1 {
        min-width: 140px;
        border: none;
        background-color: #4ab2f1;
        padding: 10px 30px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .user-agreement-page .button-1:hover {
            background-color: #248ece;
        }

    .order-details-page .tax-shipping-info {
        margin: 30px 0;
    }

        .order-details-page .tax-shipping-info a {
            color: #4ab2f1;
        }

            .order-details-page .tax-shipping-info a:hover {
                text-decoration: underline;
            }

    .order-details-page .actions {
        margin: 30px 0 0;
        font-size: 0;
    }

        .order-details-page .actions input {
            display: inline-block;
            min-width: 180px;
            margin: 5px;
            border: none;
            background-color: #aaa;
            background-image: none;
            padding: 10px 20px;
            font-size: 15px;
            color: #fff;
        }

            .order-details-page .actions input:hover {
                background-color: #999;
            }

            .order-details-page .actions input:first-child {
                background-color: #4ab2f1;
            }

                .order-details-page .actions input:first-child:hover {
                    background-color: #248ece;
                }

    .total-info {
        text-align: center;
    }

    .order-details-page .total-info {
        width: 410px;
        max-width: 100%;
        /*margin: 0 auto 50px;*/
        background-color: #f9f9f9;
        padding: 15px 20px;
        color: #444;
    }
    /*.order-details-page .data-table{display:block}
.order-details-page .data-table colgroup,.order-details-page .data-table thead{display:none}
.order-details-page .data-table tbody{display:block;overflow:hidden}
.order-details-page .data-table tr{display:block;float:left;width:100%;border:1px solid #ddd;margin:40px 0 0}
.order-details-page .data-table td{display:block;border:none;padding:10px}
.order-details-page .data-table td.product,.order-details-page .data-table td.tracking-number{min-width:0;border-bottom:1px solid #ddd;text-align:center;padding:5px 10px 15px}*/

    /* SWITCH TO COMPUTER */
    @media all and (min-width: 64.0625em) {
        .order-details-page .data-table tr {
            width: auto;
            margin: 0;
        }

        .order-details-page .data-table label {
            display: none;
        }
    }

    /****** SEARCH & SITEMAP ******/

    .search-page .page-title {
        margin: 0 0 -1px;
    }

    .search-input .fieldset {
        margin: 0 0 30px;
    }

    .search-input .form-fields {
        padding: 30px 15px 10px;
    }

    .search-input input + label {
        display: inline;
        margin: 0 0 0 5px;
    }

    .search-page .product-sorting {
        float: right;
        width: 250px;
    }

    .advanced-search {
        margin: 30px 0 0;
    }

        .advanced-search .price-range {
            display: inline-block;
        }

    .form-fields .inputs input[type="text"].price-to,
    .form-fields .inputs input[type="text"].price-from {
        width: 80px;
        margin: 3px;
    }
    /*.search-input .buttons {
	text-align: center;
}*/
    .search-input .button-1 {
        min-width: 140px;
        border: none;
        text-align: center;
        font-size: 15px;
        text-transform: uppercase;
    }

    .search-results {
        margin: 30px 0 0;
    }

        .search-results .warning,
        .search-results .no-result {
            margin: 10px 0;
            color: #e4434b;
        }

    .sitemap-page .description {
        margin: 0 0 30px;
        text-align: center;
    }

    .sitemap-page .entity {
        margin: 0 0 30px;
    }

    .sitemap-page .entity-title {
        margin: 0 0 15px;
        padding: 0 10px;
        text-align: center;
    }

        .sitemap-page .entity-title h2 {
            font-size: 20px;
            font-weight: normal;
            color: #444;
        }

    .sitemap-page .entity-body {
        border-top: 1px solid #e6e6e6;
        background-color: #f9f9f9;
        padding: 30px 15px;
        text-align: center;
    }

    .sitemap-page ul {
        font-size: 0;
    }

    .sitemap-page li {
        display: inline-block;
        position: relative;
        margin: 0 8px;
        padding: 0 12px;
        line-height: 50px;
        font-size: 14px; /*reset zeroing*/
    }

        .sitemap-page li:before {
            content: "";
            position: absolute;
            top: 23px;
            left: 0;
            width: 5px;
            height: 5px;
            background-color: #ddd;
        }

    .sitemap-page a {
        color: #444;
    }

        .sitemap-page a:hover {
            color: #4ab2f1;
        }

        .sitemap-page a:empty {
            display: none;
        }

    #search-topics,
    #search-blog {
        float: left;
        margin: 20px 0;
        text-align: center;
        width: 100%;
    }

        #search-topics div {
            float: left;
            margin: 10px 0;
            width: 100%;
        }

            #search-topics div a {
                background: var(--primary);
                color: #fff;
                padding: 10px;
            }

                #search-topics div a:hover {
                    background: var(--primaryHover);
                }

        #search-blog div {
            margin: 0 auto;
            width: 100%;
        }

            #search-blog div h4 {
                font-size: 100%;
                font-weight: 400;
                background: #eee;
                border-bottom: 1px solid #d2d2d2;
                padding: 12px;
            }

            #search-blog div .tags {
                width: auto;
                margin: 0 0 2em;
            }

        #search-blog article p {
            margin: 0;
        }

        #search-blog p {
            margin: 15px 0;
        }

            #search-blog p a {
                background: var(--primary);
                color: #fff;
                display: inline-block;
                padding: 10px;
                margin-top: 10px;
            }

                #search-blog p a:hover {
                    background: var(--primaryHover);
                }
    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        #search-topics div {
            margin: 20px 0;
            width: 50%;
        }
    }
    /* SWITCH TO PC */
    @media all and (min-width: 64.0625em) {
        #search-topics div {
            width: 25%;
        }

        #search-blog div {
            width: 70%;
        }
    }

    /****** FAQ ******/

    .block-blog-archive .number {
        display: block;
        color: #444;
        cursor: auto;
    }

    .block-blog-archive .sublist {
        margin: 5px 0 5px 15px;
    }

    .block-blog-archive li.month {
        padding: 3px 0 3px 15px;
    }

    .blog-page .post,
    .news-items .news-item {
        margin: 0 0 30px;
    }

    .post-title,
    .news-title {
        display: inline-block;
        line-height: 20px;
        font-size: 16px;
        font-weight: 700;
        color: #444;
        padding: 20px 10px;
    }

    .page-title.faq p {
        padding: 1em;
    }

    .faq .tags {
        margin: 0 0 2em;
        padding: 5px;
    }

        .faq .tags span {
            line-height: 2;
        }

            .page-title.faq p span,
            .faq .tags span a {
                background: #eee;
                font-size: 14px;
                margin: 0 2px;
                padding: 7px;
            }

                .faq .tags span a:hover {
                    background: #afafb0;
                    color: #fff;
                    text-decoration: none;
                }

    .news-list-homepage {
        margin: 0 0 75px;
    }

        .news-list-homepage .title {
            border-bottom: 1px solid #ddd;
            font-size: 30px;
            font-weight: 400;
            color: #444;
            margin: 0 0 -1px;
            padding: 0 0 15px;
        }

        .news-list-homepage .view-all {
            text-align: center;
        }

            .news-list-homepage .view-all a {
                color: #444;
                text-decoration: underline;
            }

    .tabs {
        position: relative;
        overflow: hidden;
        margin: 0 auto 1em;
        width: 100%;
        font-weight: 300;
        font-size: 1.25em;
    }

        .tabs nav {
            text-align: center;
            margin-bottom: 3em;
        }

            .tabs nav ul {
                position: relative;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: flex;
                margin: 0 auto;
                padding: 0;
                max-width: 1200px;
                list-style: none;
                -ms-box-orient: horizontal;
                -ms-box-pack: center;
                -webkit-flex-flow: row wrap;
                -moz-flex-flow: row wrap;
                -ms-flex-flow: row wrap;
                flex-flow: row wrap;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -ms-justify-content: center;
                justify-content: center;
            }

                .tabs nav ul li {
                    position: relative;
                    z-index: 1;
                    display: block;
                    margin: 0;
                    text-align: center;
                    -webkit-flex: 1;
                    -moz-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                }

            .tabs nav a {
                position: relative;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 2.5;
            }

                .tabs nav a span {
                    vertical-align: middle;
                    font-size: 0.75em;
                }

            .tabs nav li.tab-current a {
                color: #74777b;
            }

            .tabs nav a:focus {
                outline: none;
            }

    .content-wrap {
        position: relative;
    }

        .content-wrap section {
            display: none;
            margin: 0 auto;
            max-width: 1200px;
            text-align: center;
        }

            .content-wrap section.content-current {
                display: block;
            }

    /* Fallback */
    .no-js .content-wrap section {
        display: block;
        padding-bottom: 2em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }

    .no-flexbox nav ul {
        display: block;
    }

        .no-flexbox nav ul li {
            min-width: 15%;
            display: inline-block;
        }

    .tabs nav ul li a {
        padding: 1.9em 0;
        border-right: 1px solid var(--primary);
        line-height: 1;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .tabs nav ul li:last-child a {
        border: none;
    }

    .tabs nav ul li.tab-current {
        z-index: 100;
    }

        .tabs nav ul li.tab-current a {
            color: #fff;
        }

    .tabs nav ul li a::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        /*height: calc(100% + 1px);*/
        border: 1px solid var(--primary);
        background: var(--primary);
        content: "";
        -webkit-transition: -webkit-transform 0.3s;
        -mos-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translate3d(0, 100%, 0);
        -mos-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .tabs nav li:nth-child(2).tab-current a::after {
        background: var(--primary);
        border: 1px solid var(--primary);
    }

    .tabs nav li:nth-child(3).tab-current a::after {
        background: var(--primary);
        border: 1px solid var(--primary);
    }

    .tabs nav ul li.tab-current a::after {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .tabs nav ul li a span {
        -webkit-transition: -webkit-transform 0.5s;
        -mos-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(0, 5px, 0);
        -mos-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    .tabs nav ul li a span {
        display: block;
        font-weight: 600;
        font-size: 14px; /*0.9em*/
        line-height: 1.5;
    }

        .tabs nav ul li a span i {
            display: block;
            font-size: 2em;
            padding: 16px 0;
        }

    .tabs nav ul li.tab-current a span {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    .faq-container {
        display: inline-block;
        margin: 1em auto 5em auto;
        text-align: left;
        width: 100%;
    }

        .faq-container label {
            background: #fff;
            border-bottom: 1px solid #dbdbdb;
            color: #333;
            cursor: pointer;
            display: block;
            font-size: 12px;
            height: 60px;
            line-height: 15px;
            padding: 18px 30px 10px 35px;
            position: relative;
            text-align: left;
            z-index: 20;
        }

            .faq-container label:hover {
                background: #fafafa;
            }

        .faq-container input:checked + label,
        .faq-container input:checked + label:hover {
            background: #eee;
            color: #3d7489;
        }

        .faq-container label i {
            position: absolute;
            top: 20px;
            left: 10px;
        }

            .faq-container label i.fa-angle-down {
                left: inherit;
                right: 20px;
            }

        .faq-container input:checked + label i.fa-angle-down {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        }

        .faq-container input {
            display: none;
        }

        .faq-container article {
            background: #fff;
            border-bottom: 1px solid #dbdbdb;
            max-height: 0px;
            margin-top: -1px;
            overflow: hidden;
            position: relative;
            text-align: left;
            z-index: 10;
            -webkit-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
            -moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
            -o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
            -ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
            transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
        }

            .faq-container article p {
                color: #000;
                font-size: 12px;
                line-height: 23px;
                padding: 20px;
            }

        .faq-container input:checked ~ article {
            height: 100%;
            -webkit-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
            -moz-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
            -o-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
            -ms-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
            transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
        }

    /* SWITCH TO TABLET */
    @media all and (min-width: 40.0625em) {
        .content-wrap section {
            padding: 1em;
        }

        .faq-container label {
            font-size: 16px;
            line-height: 40px;
            padding: 10px 50px;
        }

        .faq-container article p {
            font-size: 14px;
        }

        .faq-container input:checked ~ article {
            max-height: 180px;
        }

            .faq-container input:checked ~ article.medium {
                max-height: 220px;
            }

            .faq-container input:checked ~ article.large {
                max-height: 360px;
            }
    }
    /* SWITCH TO COMPUTER */
    @media all and (min-width: 64.0625em) {
        .faq-container label {
            font-size: 21px;
        }

        .news-list-homepage .news-items {
            overflow: hidden;
            text-align: left;
        }

        .news-list-homepage .news-item {
            float: left;
            width: 31.33333%;
            margin: 0 1% 30px;
        }

            .news-list-homepage .news-item:nth-child(3n + 1) {
                clear: both;
            }

            .news-list-homepage .news-item:only-child {
                float: none;
                width: auto;
                margin: 0 0 30px;
            }

        .news-list-homepage .news-head {
            text-align: center;
        }

        .news-list-homepage .news-body {
            text-align: justify;
        }
    }

    /*** FORUM & PROFILE ***/

    .forums-main-page .topic-block {
        text-align: center;
        margin: 0 0 35px;
    }

        .forums-main-page .topic-block p {
            text-align: center;
        }

    .forum-breadcrumb {
        margin: 0 0 40px;
    }

    .forums-header {
        overflow: hidden;
        margin: 0 0 50px;
    }

        .forums-header:after {
            content: "";
            display: block;
            clear: both;
        }

        .forums-header .current-time {
            color: #444;
            margin: 0 0 15px;
        }

    .forum-search-box .basic {
        overflow: hidden;
        margin: 0 0 10px;
    }

    .forum-search-box .advanced a {
        line-height: 22px;
        color: #444;
        text-decoration: underline;
    }

    .forum-search-page .page-title {
        margin: 0 0 -1px;
    }

    .forum-search-page .search-error,
    .forum-search-page .no-result {
        text-align: center;
        color: #e4434b;
        margin: 0 0 15px;
    }

    .forums-table-section {
        margin: 0 0 60px;
    }

        .forums-table-section + .pager {
            margin: -30px 0 30px;
        }

    .forums-table-section-title {
        margin: 0 0 15px;
        padding: 0 10px;
    }

        .forums-table-section-title a,
        .forums-table-section-title strong {
            font-size: 22px;
            font-weight: 400;
            color: #444;
        }

    .forums-table-section .image div {
        width: 38px;
        height: 32px;
        background: url(../images/topic-type1.png) center no-repeat;
        margin: auto;
    }

        .forums-table-section .image div.sticky {
            background: url(../images/topic-type2.png) center no-repeat;
        }

        .forums-table-section .image div.announcement {
            background: url(../images/topic-type3.png) center no-repeat;
        }

    .forums-table-section .forum-title a,
    .forums-table-section .topic-title a {
        font-size: 16px;
        font-weight: 700;
        color: #444;
    }

        .forums-table-section .forum-title a:hover,
        .forums-table-section .topic-title a:hover {
            color: #4ab2f1;
            text-decoration: none;
        }

    .forums-table-section .topic-title span {
        display: block;
        color: #777;
    }

    .forums-table-section .latest-post {
        white-space: nowrap;
    }

        .forums-table-section .latest-post label {
            color: #777;
        }

    .forums-table-section .view-all {
        margin: 30px 0 0;
        padding: 0 10px;
    }

        .forums-table-section .view-all a {
            background-color: #4ab2f1;
            font-size: 12px;
            color: #fff;
            text-transform: uppercase;
            padding: 10px 15px;
        }

            .forums-table-section .view-all a:hover {
                background-color: #248ece;
            }

    .forum-page .forum-info {
        margin: 0 0 30px;
    }

    .forum-actions,
    .topic-actions {
        font-size: 0;
        margin: 0 0 30px;
    }

        .forum-actions .actions a,
        .topic-actions .actions a {
            display: inline-block;
            font-size: 14px;
            margin: 1px;
            padding: 10px 10px 10px 33px;
        }

        .forum-actions .actions .new-topic {
            background: #eee url(../images/new.png) left center no-repeat;
        }

        .forum-actions .actions a:hover,
        .topic-actions .actions a:hover {
            background-color: #e6e6e6;
        }

        .forum-actions .pager.upper,
        .topic-actions .pager.upper {
            display: none;
            margin: 0;
        }

        .topic-actions .reply-topic-button {
            background: #eee url(../images/reply.png) left center no-repeat;
        }

        .topic-actions .move-topic-button {
            background: #eee url(../images/move.png) left center no-repeat;
        }

        .topic-actions .edit-topic-button {
            background: #eee url(../images/edit_.png) left center no-repeat;
        }

        .topic-actions .delete-topic-button {
            background: #eee url(../images/remove_.png) left center no-repeat;
        }

    .active-discussions-page .forums-table-section-body {
        margin: 0 0 20px;
    }

    .forums-main-page .pager,
    .forum-group .latest-post .author,
    .topic-actions.lower .actions {
        display: none;
    }

    .forum-search-box .advanced a:hover,
    .forums-table-section-title a:hover {
        color: #4ab2f1;
    }

    .forums-table-section .forum-title,
    .forums-table-section .topic-title,
    .forums-table-section .forum-description,
    .forums-table-section .topic-starter,
    .forums-table-section .latest-post div {
        margin: 5px 0;
    }

    .forum-page .forum-name,
    .forum-topic-page .topic-name,
    .active-discussions-page .forums-table-section-title {
        border-bottom: 1px solid #ddd;
        margin: 0 0 25px;
        padding: 0 10px 10px;
    }

        .forum-page .forum-name h1,
        .forum-topic-page .topic-name h1,
        .active-discussions-page .forums-table-section-title strong {
            font-size: 30px;
            font-weight: 400;
        }

    .forum-actions .actions .watch-forum,
    .topic-actions .actions .watch-forum,
    .topic-actions .watch-topic-button {
        background: #eee url(../images/watch.png) left center no-repeat;
    }

    /* topic post */
    .topic-post {
        border-top: 1px solid #ddd;
        margin: 0 0 30px;
    }

        .topic-post:last-child {
            border-bottom: 1px solid #ddd;
        }

        .topic-post:after {
            content: "";
            display: block;
            clear: both;
        }

        .topic-post .post-info {
            margin: 30px 0;
        }

        .topic-post .user-info {
            width: 150px;
            margin: 0 auto 15px;
        }

        .topic-post .username {
            display: block;
            border: 1px solid #ddd;
            background-color: #f6f6f6;
            font-weight: 700;
            color: #444;
            margin: 0 0 -1px;
            padding: 11px 0;
        }

        .topic-post .avatar,
        .profile-info-box .avatar {
            position: relative;
            width: 150px;
            height: 150px;
            border: 1px solid #ddd;
            overflow: hidden;
        }

            .topic-post .avatar img,
            .profile-info-box .avatar img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
            }

        .topic-post .user-stats {
            margin: 0 0 15px;
        }

            .topic-post .user-stats li {
                display: inline-block;
                margin: 0 10px;
            }

            .topic-post .user-stats span,
            .profile-info-box .profile-stats span {
                font-weight: 700;
                color: #444;
                margin: 0 0 0 3px;
            }

        .topic-post .pm-button,
        .profile-info-box .pm-button {
            display: inline-block;
            border: none;
            background-color: #888;
            font-size: 12px;
            color: #fff;
            text-transform: uppercase;
            padding: 10px 20px;
        }

            .topic-post .pm-button:hover,
            .profile-info-box .pm-button:hover {
                background-color: #999;
            }

        .topic-post .post-time {
            background-color: #f6f6f6;
            font-size: 13px;
            font-weight: 700;
            margin: 0 0 15px;
            padding: 10px 15px;
        }

            .topic-post .post-time span {
                color: #444;
            }

        .topic-post .post-actions {
            font-size: 0;
            margin: 0 0 15px;
        }

            .topic-post .post-actions > div {
                display: inline-block;
            }

            .topic-post .post-actions a {
                display: inline-block;
                font-size: 14px;
                margin: 1px 5px;
            }

            .topic-post .post-actions .edit-post-button,
            .topic-post .post-actions .delete-post-button {
                padding: 10px 10px 10px 33px;
            }

            .topic-post .post-actions .edit-post-button {
                background: url(../images/edit_.png) left center no-repeat;
            }

            .topic-post .post-actions .delete-post-button {
                background: url(../images/remove_.png) left center no-repeat;
            }

            .topic-post .post-actions .post-link-button {
                font-weight: 700;
                color: #4ab2f1;
                padding: 10px;
            }

                .topic-post .post-actions .post-link-button:hover {
                    text-decoration: underline;
                }

            .topic-post .post-actions .quote-post-button {
                background-color: #888;
                color: #fff;
                padding: 10px 20px;
            }

                .topic-post .post-actions .quote-post-button:hover {
                    background-color: #999;
                    color: #fff;
                }

        .topic-post .post-body {
            line-height: 22px;
            color: #444;
            padding: 0 10px 20px;
        }

        .topic-post .user-posted-image,
        .latest-posts .user-posted-image {
            max-width: 100%;
            height: auto;
        }

        .topic-post .quote,
        .latest-posts .quote {
            border: 1px dashed #ccc;
            background-color: #f9f9f9;
            color: #777;
            margin: 10px 0;
            padding: 10px;
        }

        .topic-post .signature {
            border-top: 1px solid #ddd;
            font-size: 13px;
            font-style: italic;
            padding: 20px;
        }

        .topic-post a.username:hover,
        .topic-post .post-actions .edit-post-button:hover,
        .topic-post .post-actions .delete-post-button:hover {
            color: #4ab2f1;
        }

    /* forum edit & send message */

    .forum-edit-page .page-title,
    .move-topic-page .page-title,
    .private-message-send-page .page-title {
        margin: 0 0 -1px;
    }

    .move-topic-page label {
        white-space: normal;
    }

    .forum-edit-page .message-error,
    .private-message-send-page .message-error {
        margin: 20px 0;
    }

    .forum-edit-page .inputs strong {
        display: inline-block;
        max-width: 400px;
        font-size: 22px;
        font-weight: 400;
        color: #444;
        white-space: normal;
    }

    .forum-edit-page .inputs .topic-subject {
        font-size: 17px;
    }

    .forum-edit-page .inputs.reversed {
        margin: 0;
    }

        .forum-edit-page .inputs.reversed label {
            width: auto;
            font-size: 14px;
            white-space: normal;
            margin: 5px;
        }

    .forum-edit-page .toolbar,
    .private-message-send-page .toolbar {
        max-width: 400px;
        background-color: #ddd;
        margin: 20px auto;
        padding: 10px;
    }

        .forum-edit-page .toolbar .button,
        .private-message-send-page .toolbar .button {
            border: #cec6b5 1px solid;
            margin: 0 2px 0 0;
            padding: 2px;
        }

            .forum-edit-page .toolbar .button:hover,
            .private-message-send-page .toolbar .button:hover {
                border: #333 1px solid;
            }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
        display: block;
        margin: auto;
    }

    .forum-edit-page .buttons input,
    .move-topic-page .buttons input,
    .private-messages .buttons input {
        min-width: 140px;
        border: none;
        background-color: #999;
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 30px;
    }

        .forum-edit-page .buttons input:hover,
        .move-topic-page .buttons input:hover,
        .private-messages .buttons input:hover {
            background-color: #888;
        }

    .forum-edit-page .buttons .button-1,
    .move-topic-page .buttons .button-1,
    .private-messages .buttons .button-1 {
        background-color: #4ab2f1;
    }

        .forum-edit-page .buttons .button-1:hover,
        .move-topic-page .buttons .button-1:hover,
        .private-messages .buttons .button-1:hover {
            background-color: #248ece;
        }

    .private-message-send-page a {
        font-size: 18px;
        color: #4ab2f1;
    }

    /* jQuery tabs */

    .ui-tabs {
        /*override jQuery UI styles, do not delete doubled properties*/
        border: none;
        border-radius: 0;
        background: none;
        padding: 0;
        font: normal 14px "Muli", Arial, Helvetica, sans-serif;
        color: #777;
    }

    .ui-tabs-nav {
        margin: 0 0 30px;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
        font-size: 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 0 30px !important;
        border-width: 0 0 1px;
        border-radius: 0;
        background: none;
        padding: 0 !important;
        line-height: normal;
        font-weight: normal;
        color: #444;
    }

        .ui-tabs-nav li {
            margin: 0 0 -1px;
            /*override jQuery UI styles, do not delete doubled properties*/
            float: none !important;
            margin: 0 0 -1px !important;
            border: none !important;
            border-radius: 0;
            background: none !important;
            padding: 0 !important;
        }

            .ui-tabs-nav li a {
                display: block;
                border: 1px solid #ddd;
                padding: 12px 24px;
                text-align: center;
                font-size: 18px;
                color: #444;
                /*override jQuery UI styles, do not delete doubled properties*/
                float: none !important;
                padding: 12px 24px !important;
            }

            .ui-tabs-nav li.ui-state-active a {
                background-color: #eee;
                color: #4ab2f1;
            }

    .ui-tabs-panel {
        /*override jQuery UI styles, do not delete doubled properties*/
        padding: 0 !important;
    }

    /* inbox & view message */
    .private-messages-page th.select {
        text-align: center;
    }

    .private-messages-page td.from,
    .private-messages-page td.to,
    .private-messages-page td.subject {
        min-width: 150px;
    }

    .private-messages-page td.date {
        white-space: nowrap;
    }

    .private-messages-page td.subject a {
        color: #444;
    }

        .private-messages-page td.subject a.pm-unread {
            color: #4ab2f1;
        }

    .private-messages-page .buttons,
    .private-message-view-page .buttons {
        font-size: 0;
    }

        .private-messages-page .buttons .button-1,
        .private-messages-page .buttons .button-2,
        .private-message-view-page .buttons .button-1,
        .private-message-view-page .buttons .button-2 {
            display: block;
            width: 250px;
            font-size: 15px;
            margin: 0 auto 3px;
        }

    .private-message-view-page .message-head {
        line-height: 22px;
        margin: 0 0 20px;
    }

        .private-message-view-page .message-head span {
            font-weight: 700;
            color: #444;
        }

    .private-message-view-page .message-body {
        border-top: 1px solid #ddd;
        background-color: #f9f9f9;
        line-height: 22px;
        text-align: justify;
        padding: 30px 20px;
    }

    .private-message-view-page .back-pm-button {
        text-transform: capitalize !important;
    }

    .private-messages-page .table-wrapper,
    .private-message-view-page .view-message,
    .private-messages-page .pager,
    .private-message-view-page .view-message {
        margin: 0 0 30px;
    }

    /* profile page  */
    .profile-info-box {
        overflow: hidden;
        line-height: normal;
        font-size: 14px;
        font-family: "Muli", Arial, Helvetica, sans-serif;
        color: #777;
    }

        .profile-info-box .user-details {
            margin: 0 0 30px;
        }

        .profile-info-box .avatar {
            margin: 0 auto 15px;
        }

        .profile-info-box .title {
            font-size: 18px;
            color: #444;
            margin: 0 0 10px;
        }

        .profile-info-box .stats {
            margin: 0 0 15px;
        }

    .latest-posts {
        line-height: normal;
        font-size: 14px;
        font-family: "Muli", Arial, Helvetica, sans-serif;
        color: #777;
    }

        .latest-posts .topic {
            margin: 0 0 35px;
        }

        .latest-posts .topic-title {
            border-top: 1px solid #ddd;
            background: #f6f6f6;
            font-size: 16px;
            margin: 0 0 20px;
            padding: 10px;
        }

            .latest-posts .topic-title a {
                font-weight: 700;
                color: #444;
            }

                .latest-posts .topic-title a:hover {
                    color: #4ab2f1;
                }

        .latest-posts .topic-body {
            line-height: 22px;
            margin: 0 0 15px;
        }

        .latest-posts .topic-data {
            color: #444;
        }

    /* BB codes */
    pre {
        white-space: normal;
        word-wrap: break-word;
    }

    .csharpcode {
        border: 1px dashed #ccc;
        background-color: #fff;
        font-family: "Courier New", Courier, monospace;
        color: #000;
        margin: 10px 0;
        padding: 10px;
    }

        .csharpcode .rem {
            color: green;
        }

        .csharpcode .kwrd {
            color: #00f;
        }

        .csharpcode .str {
            color: #006080;
        }

        .csharpcode .op {
            color: #00c;
        }

        .csharpcode .preproc {
            color: #c63;
        }

        .csharpcode .asp {
            background-color: #ff0;
        }

        .csharpcode .html {
            color: maroon;
        }

        .csharpcode .attr {
            color: red;
        }

        .csharpcode .alt {
            width: 100%;
            background-color: #f6f6f6;
            margin: 0;
        }

        .csharpcode .lnum {
            color: #666;
        }

    /* SWITCH TO PC */
    @media all and (min-width: 64.0625em) {
        .forum-actions .pager,
        .topic-actions .pager {
            max-width: 600px !important;
        }

        .forum-breadcrumb {
            margin: -30px 0 30px;
        }

        .current-time {
            float: right;
        }

        .forum-search-box {
            float: left;
        }

            .forum-search-box .advanced {
                text-align: left;
            }

                .forum-search-box .advanced a {
                    line-height: normal;
                }

        .forums-table-section td {
            min-width: 150px;
        }

            .forums-table-section td:first-child {
                min-width: 90px;
            }

        .forums-table-section .view-all {
            text-align: right;
        }

        .topic-actions .pager.upper {
            display: block;
            max-width: 400px;
        }

        .forum-edit-page textarea,
        .private-message-send-page textarea {
            width: 600px;
            height: 250px;
        }

        .private-message-send-page .toolbar {
            display: inline-block;
            width: 400px;
            vertical-align: middle;
            margin: 10px 0;
        }

        .forums-header {
            background-color: #f9f9f9;
            padding: 30px 20px 20px;
        }

        .ui-tabs-nav li {
            display: inline-block;
            min-width: 150px;
            margin: 0 5px -1px !important;
        }

        .private-messages-page .buttons .button-1,
        .private-messages-page .buttons .button-2,
        .private-message-view-page .buttons .button-1,
        .private-message-view-page .buttons .button-2 {
            display: inline-block;
            width: auto;
            margin: 1px;
        }
    }

    /* Default custom select styles */
    div.cs-select {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        text-align: left;
        background: #fff;
        z-index: 100;
        width: 100%;
        max-width: 500px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        div.cs-select:focus {
            outline: none; /* For better accessibility add a style for this in your skin */
        }

    .cs-select select {
        display: none;
    }

    .cs-select span {
        display: block;
        position: relative;
        cursor: pointer;
        padding: 1em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Placeholder and selected option */
    .cs-select > span {
        padding-right: 3em;
    }

        .cs-select > span::after,
        .cs-select .cs-selected span::after {
            speak: none;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .cs-select > span::after {
            content: "\25BE";
            right: 1em;
        }

    .cs-select .cs-selected span::after {
        content: "\2713";
        margin-left: 1em;
    }

    .cs-select.cs-active > span::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    /* Options */
    .cs-select .cs-options {
        position: absolute;
        overflow: hidden;
        width: 100%;
        background: #fff;
        visibility: hidden;
    }

    .cs-select.cs-active .cs-options {
        visibility: visible;
    }

    .cs-select ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .cs-select ul span {
            padding: 1em;
        }

        .cs-select ul li.cs-focus span {
            background-color: #ddd;
        }

    /* Optgroup and optgroup label */
    .cs-select li.cs-optgroup ul {
        padding-left: 1em;
    }

    .cs-select li.cs-optgroup > span {
        cursor: default;
    }
    /*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *  https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css
 */
    @font-face {
        font-family: "FontAwesome";
        src: url("fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
        src: url("fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-lg {
        font-size: 1.33333333em;
        line-height: 0.75em;
        vertical-align: -15%;
    }

    .fa-2x {
        font-size: 2em;
    }

    .fa-3x {
        font-size: 3em;
    }

    .fa-4x {
        font-size: 4em;
    }

    .fa-5x {
        font-size: 5em;
    }

    .fa-fw {
        width: 1.28571429em;
        text-align: center;
    }

    .fa-ul {
        padding-left: 0;
        margin-left: 2.14285714em;
        list-style-type: none;
    }

        .fa-ul > li {
            position: relative;
        }

    .fa-li {
        position: absolute;
        left: -2.14285714em;
        width: 2.14285714em;
        top: 0.14285714em;
        text-align: center;
    }

        .fa-li.fa-lg {
            left: -1.85714286em;
        }

    .fa-border {
        padding: 0.2em 0.25em 0.15em;
        border: solid 0.08em #eee;
        border-radius: 0.1em;
    }

    .fa-pull-left {
        float: left;
    }

    .fa-pull-right {
        float: right;
    }

    .fa.fa-pull-left {
        margin-right: 0.3em;
    }

    .fa.fa-pull-right {
        margin-left: 0.3em;
    }

    .pull-right {
        float: right;
    }

    .pull-left {
        float: left;
    }

    .fa.pull-left {
        margin-right: 0.3em;
    }

    .fa.pull-right {
        margin-left: 0.3em;
    }

    .fa-spin {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

    .fa-pulse {
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 1s infinite steps(8);
    }

    @-webkit-keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    @keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    .fa-rotate-90 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .fa-rotate-180 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .fa-rotate-270 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .fa-flip-horizontal {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .fa-flip-vertical {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
        -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1);
    }

    :root .fa-rotate-90,
    :root .fa-rotate-180,
    :root .fa-rotate-270,
    :root .fa-flip-horizontal,
    :root .fa-flip-vertical {
        filter: none;
    }

    .fa-stack {
        position: relative;
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }

    .fa-stack-1x,
    .fa-stack-2x {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .fa-stack-1x {
        line-height: inherit;
    }

    .fa-stack-2x {
        font-size: 2em;
    }

    .fa-inverse {
        color: #fff;
    }

    .fa-glass:before {
        content: "\f000";
    }

    .fa-music:before {
        content: "\f001";
    }

    .fa-search:before {
        content: "\f002";
    }

    .fa-envelope-o:before {
        content: "\f003";
    }

    .fa-heart:before {
        content: "\f004";
    }

    .fa-star:before {
        content: "\f005";
    }

    .fa-star-o:before {
        content: "\f006";
    }

    .fa-user:before {
        content: "\f007";
    }

    .fa-film:before {
        content: "\f008";
    }

    .fa-th-large:before {
        content: "\f009";
    }

    .fa-th:before {
        content: "\f00a";
    }

    .fa-th-list:before {
        content: "\f00b";
    }

    .fa-check:before {
        content: "\f00c";
    }

    .fa-remove:before,
    .fa-close:before,
    .fa-times:before {
        content: "\f00d";
    }

    .fa-search-plus:before {
        content: "\f00e";
    }

    .fa-search-minus:before {
        content: "\f010";
    }

    .fa-power-off:before {
        content: "\f011";
    }

    .fa-signal:before {
        content: "\f012";
    }

    .fa-gear:before,
    .fa-cog:before {
        content: "\f013";
    }

    .fa-trash-o:before {
        content: "\f014";
    }

    .fa-home:before {
        content: "\f015";
    }

    .fa-file-o:before {
        content: "\f016";
    }

    .fa-clock-o:before {
        content: "\f017";
    }

    .fa-road:before {
        content: "\f018";
    }

    .fa-download:before {
        content: "\f019";
    }

    .fa-arrow-circle-o-down:before {
        content: "\f01a";
    }

    .fa-arrow-circle-o-up:before {
        content: "\f01b";
    }

    .fa-inbox:before {
        content: "\f01c";
    }

    .fa-play-circle-o:before {
        content: "\f01d";
    }

    .fa-rotate-right:before,
    .fa-repeat:before {
        content: "\f01e";
    }

    .fa-refresh:before {
        content: "\f021";
    }

    .fa-list-alt:before {
        content: "\f022";
    }

    .fa-lock:before {
        content: "\f023";
    }

    .fa-flag:before {
        content: "\f024";
    }

    .fa-headphones:before {
        content: "\f025";
    }

    .fa-volume-off:before {
        content: "\f026";
    }

    .fa-volume-down:before {
        content: "\f027";
    }

    .fa-volume-up:before {
        content: "\f028";
    }

    .fa-qrcode:before {
        content: "\f029";
    }

    .fa-barcode:before {
        content: "\f02a";
    }

    .fa-tag:before {
        content: "\f02b";
    }

    .fa-tags:before {
        content: "\f02c";
    }

    .fa-book:before {
        content: "\f02d";
    }

    .fa-bookmark:before {
        content: "\f02e";
    }

    .fa-print:before {
        content: "\f02f";
    }

    .fa-camera:before {
        content: "\f030";
    }

    .fa-font:before {
        content: "\f031";
    }

    .fa-bold:before {
        content: "\f032";
    }

    .fa-italic:before {
        content: "\f033";
    }

    .fa-text-height:before {
        content: "\f034";
    }

    .fa-text-width:before {
        content: "\f035";
    }

    .fa-align-left:before {
        content: "\f036";
    }

    .fa-align-center:before {
        content: "\f037";
    }

    .fa-align-right:before {
        content: "\f038";
    }

    .fa-align-justify:before {
        content: "\f039";
    }

    .fa-list:before {
        content: "\f03a";
    }

    .fa-dedent:before,
    .fa-outdent:before {
        content: "\f03b";
    }

    .fa-indent:before {
        content: "\f03c";
    }

    .fa-video-camera:before {
        content: "\f03d";
    }

    .fa-photo:before,
    .fa-image:before,
    .fa-picture-o:before {
        content: "\f03e";
    }

    .fa-pencil:before {
        content: "\f040";
    }

    .fa-map-marker:before {
        content: "\f041";
    }

    .fa-adjust:before {
        content: "\f042";
    }

    .fa-tint:before {
        content: "\f043";
    }

    .fa-edit:before,
    .fa-pencil-square-o:before {
        content: "\f044";
    }

    .fa-share-square-o:before {
        content: "\f045";
    }

    .fa-check-square-o:before {
        content: "\f046";
    }

    .fa-arrows:before {
        content: "\f047";
    }

    .fa-step-backward:before {
        content: "\f048";
    }

    .fa-fast-backward:before {
        content: "\f049";
    }

    .fa-backward:before {
        content: "\f04a";
    }

    .fa-play:before {
        content: "\f04b";
    }

    .fa-pause:before {
        content: "\f04c";
    }

    .fa-stop:before {
        content: "\f04d";
    }

    .fa-forward:before {
        content: "\f04e";
    }

    .fa-fast-forward:before {
        content: "\f050";
    }

    .fa-step-forward:before {
        content: "\f051";
    }

    .fa-eject:before {
        content: "\f052";
    }

    .fa-chevron-left:before {
        content: "\f053";
    }

    .fa-chevron-right:before {
        content: "\f054";
    }

    .fa-plus-circle:before {
        content: "\f055";
    }

    .fa-minus-circle:before {
        content: "\f056";
    }

    .fa-times-circle:before {
        content: "\f057";
    }

    .fa-check-circle:before {
        content: "\f058";
    }

    .fa-question-circle:before {
        content: "\f059";
    }

    .fa-info-circle:before {
        content: "\f05a";
    }

    .fa-crosshairs:before {
        content: "\f05b";
    }

    .fa-times-circle-o:before {
        content: "\f05c";
    }

    .fa-check-circle-o:before {
        content: "\f05d";
    }

    .fa-ban:before {
        content: "\f05e";
    }

    .fa-arrow-left:before {
        content: "\f060";
    }

    .fa-arrow-right:before {
        content: "\f061";
    }

    .fa-arrow-up:before {
        content: "\f062";
    }

    .fa-arrow-down:before {
        content: "\f063";
    }

    .fa-mail-forward:before,
    .fa-share:before {
        content: "\f064";
    }

    .fa-expand:before {
        content: "\f065";
    }

    .fa-compress:before {
        content: "\f066";
    }

    .fa-plus:before {
        content: "\f067";
    }

    .fa-minus:before {
        content: "\f068";
    }

    .fa-asterisk:before {
        content: "\f069";
    }

    .fa-exclamation-circle:before {
        content: "\f06a";
    }

    .fa-gift:before {
        content: "\f06b";
    }

    .fa-leaf:before {
        content: "\f06c";
    }

    .fa-fire:before {
        content: "\f06d";
    }

    .fa-eye:before {
        content: "\f06e";
    }

    .fa-eye-slash:before {
        content: "\f070";
    }

    .fa-warning:before,
    .fa-exclamation-triangle:before {
        content: "\f071";
    }

    .fa-plane:before {
        content: "\f072";
    }

    .fa-calendar:before {
        content: "\f073";
    }

    .fa-random:before {
        content: "\f074";
    }

    .fa-comment:before {
        content: "\f075";
    }

    .fa-magnet:before {
        content: "\f076";
    }

    .fa-chevron-up:before {
        content: "\f077";
    }

    .fa-chevron-down:before {
        content: "\f078";
    }

    .fa-retweet:before {
        content: "\f079";
    }

    .fa-shopping-cart:before {
        content: "\f07a";
    }

    .fa-folder:before {
        content: "\f07b";
    }

    .fa-folder-open:before {
        content: "\f07c";
    }

    .fa-arrows-v:before {
        content: "\f07d";
    }

    .fa-arrows-h:before {
        content: "\f07e";
    }

    .fa-bar-chart-o:before,
    .fa-bar-chart:before {
        content: "\f080";
    }

    .fa-twitter-square:before {
        content: "\f081";
    }

    .fa-facebook-square:before {
        content: "\f082";
    }

    .fa-camera-retro:before {
        content: "\f083";
    }

    .fa-key:before {
        content: "\f084";
    }

    .fa-gears:before,
    .fa-cogs:before {
        content: "\f085";
    }

    .fa-comments:before {
        content: "\f086";
    }

    .fa-thumbs-o-up:before {
        content: "\f087";
    }

    .fa-thumbs-o-down:before {
        content: "\f088";
    }

    .fa-star-half:before {
        content: "\f089";
    }

    .fa-heart-o:before {
        content: "\f08a";
    }

    .fa-sign-out:before {
        content: "\f08b";
    }

    .fa-linkedin-square:before {
        content: "\f08c";
    }

    .fa-thumb-tack:before {
        content: "\f08d";
    }

    .fa-external-link:before {
        content: "\f08e";
    }

    .fa-sign-in:before {
        content: "\f090";
    }

    .fa-trophy:before {
        content: "\f091";
    }

    .fa-github-square:before {
        content: "\f092";
    }

    .fa-upload:before {
        content: "\f093";
    }

    .fa-lemon-o:before {
        content: "\f094";
    }

    .fa-phone:before {
        content: "\f095";
    }

    .fa-square-o:before {
        content: "\f096";
    }

    .fa-bookmark-o:before {
        content: "\f097";
    }

    .fa-phone-square:before {
        content: "\f098";
    }

    .fa-twitter:before {
        content: "\f099";
    }

    .fa-facebook-f:before,
    .fa-facebook:before {
        content: "\f09a";
    }

    .fa-github:before {
        content: "\f09b";
    }

    .fa-unlock:before {
        content: "\f09c";
    }

    .fa-credit-card:before {
        content: "\f09d";
    }

    .fa-feed:before,
    .fa-rss:before {
        content: "\f09e";
    }

    .fa-hdd-o:before {
        content: "\f0a0";
    }

    .fa-bullhorn:before {
        content: "\f0a1";
    }

    .fa-bell:before {
        content: "\f0f3";
    }

    .fa-certificate:before {
        content: "\f0a3";
    }

    .fa-hand-o-right:before {
        content: "\f0a4";
    }

    .fa-hand-o-left:before {
        content: "\f0a5";
    }

    .fa-hand-o-up:before {
        content: "\f0a6";
    }

    .fa-hand-o-down:before {
        content: "\f0a7";
    }

    .fa-arrow-circle-left:before {
        content: "\f0a8";
    }

    .fa-arrow-circle-right:before {
        content: "\f0a9";
    }

    .fa-arrow-circle-up:before {
        content: "\f0aa";
    }

    .fa-arrow-circle-down:before {
        content: "\f0ab";
    }

    .fa-globe:before {
        content: "\f0ac";
    }

    .fa-wrench:before {
        content: "\f0ad";
    }

    .fa-tasks:before {
        content: "\f0ae";
    }

    .fa-filter:before {
        content: "\f0b0";
    }

    .fa-briefcase:before {
        content: "\f0b1";
    }

    .fa-arrows-alt:before {
        content: "\f0b2";
    }

    .fa-group:before,
    .fa-users:before {
        content: "\f0c0";
    }

    .fa-chain:before,
    .fa-link:before {
        content: "\f0c1";
    }

    .fa-cloud:before {
        content: "\f0c2";
    }

    .fa-flask:before {
        content: "\f0c3";
    }

    .fa-cut:before,
    .fa-scissors:before {
        content: "\f0c4";
    }

    .fa-copy:before,
    .fa-files-o:before {
        content: "\f0c5";
    }

    .fa-paperclip:before {
        content: "\f0c6";
    }

    .fa-save:before,
    .fa-floppy-o:before {
        content: "\f0c7";
    }

    .fa-square:before {
        content: "\f0c8";
    }

    .fa-navicon:before,
    .fa-reorder:before,
    .fa-bars:before {
        content: "\f0c9";
    }

    .fa-list-ul:before {
        content: "\f0ca";
    }

    .fa-list-ol:before {
        content: "\f0cb";
    }

    .fa-strikethrough:before {
        content: "\f0cc";
    }

    .fa-underline:before {
        content: "\f0cd";
    }

    .fa-table:before {
        content: "\f0ce";
    }

    .fa-magic:before {
        content: "\f0d0";
    }

    .fa-truck:before {
        content: "\f0d1";
    }

    .fa-pinterest:before {
        content: "\f0d2";
    }

    .fa-pinterest-square:before {
        content: "\f0d3";
    }

    .fa-google-plus-square:before {
        content: "\f0d4";
    }

    .fa-google-plus:before {
        content: "\f0d5";
    }

    .fa-money:before {
        content: "\f0d6";
    }

    .fa-caret-down:before {
        content: "\f0d7";
    }

    .fa-caret-up:before {
        content: "\f0d8";
    }

    .fa-caret-left:before {
        content: "\f0d9";
    }

    .fa-caret-right:before {
        content: "\f0da";
    }

    .fa-columns:before {
        content: "\f0db";
    }

    .fa-unsorted:before,
    .fa-sort:before {
        content: "\f0dc";
    }

    .fa-sort-down:before,
    .fa-sort-desc:before {
        content: "\f0dd";
    }

    .fa-sort-up:before,
    .fa-sort-asc:before {
        content: "\f0de";
    }

    .fa-envelope:before {
        content: "\f0e0";
    }

    .fa-linkedin:before {
        content: "\f0e1";
    }

    .fa-rotate-left:before,
    .fa-undo:before {
        content: "\f0e2";
    }

    .fa-legal:before,
    .fa-gavel:before {
        content: "\f0e3";
    }

    .fa-dashboard:before,
    .fa-tachometer:before {
        content: "\f0e4";
    }

    .fa-comment-o:before {
        content: "\f0e5";
    }

    .fa-comments-o:before {
        content: "\f0e6";
    }

    .fa-flash:before,
    .fa-bolt:before {
        content: "\f0e7";
    }

    .fa-sitemap:before {
        content: "\f0e8";
    }

    .fa-umbrella:before {
        content: "\f0e9";
    }

    .fa-paste:before,
    .fa-clipboard:before {
        content: "\f0ea";
    }

    .fa-lightbulb-o:before {
        content: "\f0eb";
    }

    .fa-exchange:before {
        content: "\f0ec";
    }

    .fa-cloud-download:before {
        content: "\f0ed";
    }

    .fa-cloud-upload:before {
        content: "\f0ee";
    }

    .fa-user-md:before {
        content: "\f0f0";
    }

    .fa-stethoscope:before {
        content: "\f0f1";
    }

    .fa-suitcase:before {
        content: "\f0f2";
    }

    .fa-bell-o:before {
        content: "\f0a2";
    }

    .fa-coffee:before {
        content: "\f0f4";
    }

    .fa-cutlery:before {
        content: "\f0f5";
    }

    .fa-file-text-o:before {
        content: "\f0f6";
    }

    .fa-building-o:before {
        content: "\f0f7";
    }

    .fa-hospital-o:before {
        content: "\f0f8";
    }

    .fa-ambulance:before {
        content: "\f0f9";
    }

    .fa-medkit:before {
        content: "\f0fa";
    }

    .fa-fighter-jet:before {
        content: "\f0fb";
    }

    .fa-beer:before {
        content: "\f0fc";
    }

    .fa-h-square:before {
        content: "\f0fd";
    }

    .fa-plus-square:before {
        content: "\f0fe";
    }

    .fa-angle-double-left:before {
        content: "\f100";
    }

    .fa-angle-double-right:before {
        content: "\f101";
    }

    .fa-angle-double-up:before {
        content: "\f102";
    }

    .fa-angle-double-down:before {
        content: "\f103";
    }

    .fa-angle-left:before {
        content: "\f104";
    }

    .fa-angle-right:before {
        content: "\f105";
    }

    .fa-angle-up:before {
        content: "\f106";
    }

    .fa-angle-down:before {
        content: "\f107";
    }

    .fa-desktop:before {
        content: "\f108";
    }

    .fa-laptop:before {
        content: "\f109";
    }

    .fa-tablet:before {
        content: "\f10a";
    }

    .fa-mobile-phone:before,
    .fa-mobile:before {
        content: "\f10b";
    }

    .fa-circle-o:before {
        content: "\f10c";
    }

    .fa-quote-left:before {
        content: "\f10d";
    }

    .fa-quote-right:before {
        content: "\f10e";
    }

    .fa-spinner:before {
        content: "\f110";
    }

    .fa-circle:before {
        content: "\f111";
    }

    .fa-mail-reply:before,
    .fa-reply:before {
        content: "\f112";
    }

    .fa-github-alt:before {
        content: "\f113";
    }

    .fa-folder-o:before {
        content: "\f114";
    }

    .fa-folder-open-o:before {
        content: "\f115";
    }

    .fa-smile-o:before {
        content: "\f118";
    }

    .fa-frown-o:before {
        content: "\f119";
    }

    .fa-meh-o:before {
        content: "\f11a";
    }

    .fa-gamepad:before {
        content: "\f11b";
    }

    .fa-keyboard-o:before {
        content: "\f11c";
    }

    .fa-flag-o:before {
        content: "\f11d";
    }

    .fa-flag-checkered:before {
        content: "\f11e";
    }

    .fa-terminal:before {
        content: "\f120";
    }

    .fa-code:before {
        content: "\f121";
    }

    .fa-mail-reply-all:before,
    .fa-reply-all:before {
        content: "\f122";
    }

    .fa-star-half-empty:before,
    .fa-star-half-full:before,
    .fa-star-half-o:before {
        content: "\f123";
    }

    .fa-location-arrow:before {
        content: "\f124";
    }

    .fa-crop:before {
        content: "\f125";
    }

    .fa-code-fork:before {
        content: "\f126";
    }

    .fa-unlink:before,
    .fa-chain-broken:before {
        content: "\f127";
    }

    .fa-question:before {
        content: "\f128";
    }

    .fa-info:before {
        content: "\f129";
    }

    .fa-exclamation:before {
        content: "\f12a";
    }

    .fa-superscript:before {
        content: "\f12b";
    }

    .fa-subscript:before {
        content: "\f12c";
    }

    .fa-eraser:before {
        content: "\f12d";
    }

    .fa-puzzle-piece:before {
        content: "\f12e";
    }

    .fa-microphone:before {
        content: "\f130";
    }

    .fa-microphone-slash:before {
        content: "\f131";
    }

    .fa-shield:before {
        content: "\f132";
    }

    .fa-calendar-o:before {
        content: "\f133";
    }

    .fa-fire-extinguisher:before {
        content: "\f134";
    }

    .fa-rocket:before {
        content: "\f135";
    }

    .fa-maxcdn:before {
        content: "\f136";
    }

    .fa-chevron-circle-left:before {
        content: "\f137";
    }

    .fa-chevron-circle-right:before {
        content: "\f138";
    }

    .fa-chevron-circle-up:before {
        content: "\f139";
    }

    .fa-chevron-circle-down:before {
        content: "\f13a";
    }

    .fa-html5:before {
        content: "\f13b";
    }

    .fa-css3:before {
        content: "\f13c";
    }

    .fa-anchor:before {
        content: "\f13d";
    }

    .fa-unlock-alt:before {
        content: "\f13e";
    }

    .fa-bullseye:before {
        content: "\f140";
    }

    .fa-ellipsis-h:before {
        content: "\f141";
    }

    .fa-ellipsis-v:before {
        content: "\f142";
    }

    .fa-rss-square:before {
        content: "\f143";
    }

    .fa-play-circle:before {
        content: "\f144";
    }

    .fa-ticket:before {
        content: "\f145";
    }

    .fa-minus-square:before {
        content: "\f146";
    }

    .fa-minus-square-o:before {
        content: "\f147";
    }

    .fa-level-up:before {
        content: "\f148";
    }

    .fa-level-down:before {
        content: "\f149";
    }

    .fa-check-square:before {
        content: "\f14a";
    }

    .fa-pencil-square:before {
        content: "\f14b";
    }

    .fa-external-link-square:before {
        content: "\f14c";
    }

    .fa-share-square:before {
        content: "\f14d";
    }

    .fa-compass:before {
        content: "\f14e";
    }

    .fa-toggle-down:before,
    .fa-caret-square-o-down:before {
        content: "\f150";
    }

    .fa-toggle-up:before,
    .fa-caret-square-o-up:before {
        content: "\f151";
    }

    .fa-toggle-right:before,
    .fa-caret-square-o-right:before {
        content: "\f152";
    }

    .fa-euro:before,
    .fa-eur:before {
        content: "\f153";
    }

    .fa-gbp:before {
        content: "\f154";
    }

    .fa-dollar:before,
    .fa-usd:before {
        content: "\f155";
    }

    .fa-rupee:before,
    .fa-inr:before {
        content: "\f156";
    }

    .fa-cny:before,
    .fa-rmb:before,
    .fa-yen:before,
    .fa-jpy:before {
        content: "\f157";
    }

    .fa-ruble:before,
    .fa-rouble:before,
    .fa-rub:before {
        content: "\f158";
    }

    .fa-won:before,
    .fa-krw:before {
        content: "\f159";
    }

    .fa-bitcoin:before,
    .fa-btc:before {
        content: "\f15a";
    }

    .fa-file:before {
        content: "\f15b";
    }

    .fa-file-text:before {
        content: "\f15c";
    }

    .fa-sort-alpha-asc:before {
        content: "\f15d";
    }

    .fa-sort-alpha-desc:before {
        content: "\f15e";
    }

    .fa-sort-amount-asc:before {
        content: "\f160";
    }

    .fa-sort-amount-desc:before {
        content: "\f161";
    }

    .fa-sort-numeric-asc:before {
        content: "\f162";
    }

    .fa-sort-numeric-desc:before {
        content: "\f163";
    }

    .fa-thumbs-up:before {
        content: "\f164";
    }

    .fa-thumbs-down:before {
        content: "\f165";
    }

    .fa-youtube-square:before {
        content: "\f166";
    }

    .fa-youtube:before {
        content: "\f167";
    }

    .fa-xing:before {
        content: "\f168";
    }

    .fa-xing-square:before {
        content: "\f169";
    }

    .fa-youtube-play:before {
        content: "\f16a";
    }

    .fa-dropbox:before {
        content: "\f16b";
    }

    .fa-stack-overflow:before {
        content: "\f16c";
    }

    .fa-instagram:before {
        content: "\f16d";
    }

    .fa-flickr:before {
        content: "\f16e";
    }

    .fa-adn:before {
        content: "\f170";
    }

    .fa-bitbucket:before {
        content: "\f171";
    }

    .fa-bitbucket-square:before {
        content: "\f172";
    }

    .fa-tumblr:before {
        content: "\f173";
    }

    .fa-tumblr-square:before {
        content: "\f174";
    }

    .fa-long-arrow-down:before {
        content: "\f175";
    }

    .fa-long-arrow-up:before {
        content: "\f176";
    }

    .fa-long-arrow-left:before {
        content: "\f177";
    }

    .fa-long-arrow-right:before {
        content: "\f178";
    }

    .fa-apple:before {
        content: "\f179";
    }

    .fa-windows:before {
        content: "\f17a";
    }

    .fa-android:before {
        content: "\f17b";
    }

    .fa-linux:before {
        content: "\f17c";
    }

    .fa-dribbble:before {
        content: "\f17d";
    }

    .fa-skype:before {
        content: "\f17e";
    }

    .fa-foursquare:before {
        content: "\f180";
    }

    .fa-trello:before {
        content: "\f181";
    }

    .fa-female:before {
        content: "\f182";
    }

    .fa-male:before {
        content: "\f183";
    }

    .fa-gittip:before,
    .fa-gratipay:before {
        content: "\f184";
    }

    .fa-sun-o:before {
        content: "\f185";
    }

    .fa-moon-o:before {
        content: "\f186";
    }

    .fa-archive:before {
        content: "\f187";
    }

    .fa-bug:before {
        content: "\f188";
    }

    .fa-vk:before {
        content: "\f189";
    }

    .fa-weibo:before {
        content: "\f18a";
    }

    .fa-renren:before {
        content: "\f18b";
    }

    .fa-pagelines:before {
        content: "\f18c";
    }

    .fa-stack-exchange:before {
        content: "\f18d";
    }

    .fa-arrow-circle-o-right:before {
        content: "\f18e";
    }

    .fa-arrow-circle-o-left:before {
        content: "\f190";
    }

    .fa-toggle-left:before,
    .fa-caret-square-o-left:before {
        content: "\f191";
    }

    .fa-dot-circle-o:before {
        content: "\f192";
    }

    .fa-wheelchair:before {
        content: "\f193";
    }

    .fa-vimeo-square:before {
        content: "\f194";
    }

    .fa-turkish-lira:before,
    .fa-try:before {
        content: "\f195";
    }

    .fa-plus-square-o:before {
        content: "\f196";
    }

    .fa-space-shuttle:before {
        content: "\f197";
    }

    .fa-slack:before {
        content: "\f198";
    }

    .fa-envelope-square:before {
        content: "\f199";
    }

    .fa-wordpress:before {
        content: "\f19a";
    }

    .fa-openid:before {
        content: "\f19b";
    }

    .fa-institution:before,
    .fa-bank:before,
    .fa-university:before {
        content: "\f19c";
    }

    .fa-mortar-board:before,
    .fa-graduation-cap:before {
        content: "\f19d";
    }

    .fa-yahoo:before {
        content: "\f19e";
    }

    .fa-google:before {
        content: "\f1a0";
    }

    .fa-reddit:before {
        content: "\f1a1";
    }

    .fa-reddit-square:before {
        content: "\f1a2";
    }

    .fa-stumbleupon-circle:before {
        content: "\f1a3";
    }

    .fa-stumbleupon:before {
        content: "\f1a4";
    }

    .fa-delicious:before {
        content: "\f1a5";
    }

    .fa-digg:before {
        content: "\f1a6";
    }

    .fa-pied-piper:before {
        content: "\f1a7";
    }

    .fa-pied-piper-alt:before {
        content: "\f1a8";
    }

    .fa-drupal:before {
        content: "\f1a9";
    }

    .fa-joomla:before {
        content: "\f1aa";
    }

    .fa-language:before {
        content: "\f1ab";
    }

    .fa-fax:before {
        content: "\f1ac";
    }

    .fa-building:before {
        content: "\f1ad";
    }

    .fa-child:before {
        content: "\f1ae";
    }

    .fa-paw:before {
        content: "\f1b0";
    }

    .fa-spoon:before {
        content: "\f1b1";
    }

    .fa-cube:before {
        content: "\f1b2";
    }

    .fa-cubes:before {
        content: "\f1b3";
    }

    .fa-behance:before {
        content: "\f1b4";
    }

    .fa-behance-square:before {
        content: "\f1b5";
    }

    .fa-steam:before {
        content: "\f1b6";
    }

    .fa-steam-square:before {
        content: "\f1b7";
    }

    .fa-recycle:before {
        content: "\f1b8";
    }

    .fa-automobile:before,
    .fa-car:before {
        content: "\f1b9";
    }

    .fa-cab:before,
    .fa-taxi:before {
        content: "\f1ba";
    }

    .fa-tree:before {
        content: "\f1bb";
    }

    .fa-spotify:before {
        content: "\f1bc";
    }

    .fa-deviantart:before {
        content: "\f1bd";
    }

    .fa-soundcloud:before {
        content: "\f1be";
    }

    .fa-database:before {
        content: "\f1c0";
    }

    .fa-file-pdf-o:before {
        content: "\f1c1";
    }

    .fa-file-word-o:before {
        content: "\f1c2";
    }

    .fa-file-excel-o:before {
        content: "\f1c3";
    }

    .fa-file-powerpoint-o:before {
        content: "\f1c4";
    }

    .fa-file-photo-o:before,
    .fa-file-picture-o:before,
    .fa-file-image-o:before {
        content: "\f1c5";
    }

    .fa-file-zip-o:before,
    .fa-file-archive-o:before {
        content: "\f1c6";
    }

    .fa-file-sound-o:before,
    .fa-file-audio-o:before {
        content: "\f1c7";
    }

    .fa-file-movie-o:before,
    .fa-file-video-o:before {
        content: "\f1c8";
    }

    .fa-file-code-o:before {
        content: "\f1c9";
    }

    .fa-vine:before {
        content: "\f1ca";
    }

    .fa-codepen:before {
        content: "\f1cb";
    }

    .fa-jsfiddle:before {
        content: "\f1cc";
    }

    .fa-life-bouy:before,
    .fa-life-buoy:before,
    .fa-life-saver:before,
    .fa-support:before,
    .fa-life-ring:before {
        content: "\f1cd";
    }

    .fa-circle-o-notch:before {
        content: "\f1ce";
    }

    .fa-ra:before,
    .fa-rebel:before {
        content: "\f1d0";
    }

    .fa-ge:before,
    .fa-empire:before {
        content: "\f1d1";
    }

    .fa-git-square:before {
        content: "\f1d2";
    }

    .fa-git:before {
        content: "\f1d3";
    }

    .fa-y-combinator-square:before,
    .fa-yc-square:before,
    .fa-hacker-news:before {
        content: "\f1d4";
    }

    .fa-tencent-weibo:before {
        content: "\f1d5";
    }

    .fa-qq:before {
        content: "\f1d6";
    }

    .fa-wechat:before,
    .fa-weixin:before {
        content: "\f1d7";
    }

    .fa-send:before,
    .fa-paper-plane:before {
        content: "\f1d8";
    }

    .fa-send-o:before,
    .fa-paper-plane-o:before {
        content: "\f1d9";
    }

    .fa-history:before {
        content: "\f1da";
    }

    .fa-circle-thin:before {
        content: "\f1db";
    }

    .fa-header:before {
        content: "\f1dc";
    }

    .fa-paragraph:before {
        content: "\f1dd";
    }

    .fa-sliders:before {
        content: "\f1de";
    }

    .fa-share-alt:before {
        content: "\f1e0";
    }

    .fa-share-alt-square:before {
        content: "\f1e1";
    }

    .fa-bomb:before {
        content: "\f1e2";
    }

    .fa-soccer-ball-o:before,
    .fa-futbol-o:before {
        content: "\f1e3";
    }

    .fa-tty:before {
        content: "\f1e4";
    }

    .fa-binoculars:before {
        content: "\f1e5";
    }

    .fa-plug:before {
        content: "\f1e6";
    }

    .fa-slideshare:before {
        content: "\f1e7";
    }

    .fa-twitch:before {
        content: "\f1e8";
    }

    .fa-yelp:before {
        content: "\f1e9";
    }

    .fa-newspaper-o:before {
        content: "\f1ea";
    }

    .fa-wifi:before {
        content: "\f1eb";
    }

    .fa-calculator:before {
        content: "\f1ec";
    }

    .fa-paypal:before {
        content: "\f1ed";
    }

    .fa-google-wallet:before {
        content: "\f1ee";
    }

    .fa-cc-visa:before {
        content: "\f1f0";
    }

    .fa-cc-mastercard:before {
        content: "\f1f1";
    }

    .fa-cc-discover:before {
        content: "\f1f2";
    }

    .fa-cc-amex:before {
        content: "\f1f3";
    }

    .fa-cc-paypal:before {
        content: "\f1f4";
    }

    .fa-cc-stripe:before {
        content: "\f1f5";
    }

    .fa-bell-slash:before {
        content: "\f1f6";
    }

    .fa-bell-slash-o:before {
        content: "\f1f7";
    }

    .fa-trash:before {
        content: "\f1f8";
    }

    .fa-copyright:before {
        content: "\f1f9";
    }

    .fa-at:before {
        content: "\f1fa";
    }

    .fa-eyedropper:before {
        content: "\f1fb";
    }

    .fa-paint-brush:before {
        content: "\f1fc";
    }

    .fa-birthday-cake:before {
        content: "\f1fd";
    }

    .fa-area-chart:before {
        content: "\f1fe";
    }

    .fa-pie-chart:before {
        content: "\f200";
    }

    .fa-line-chart:before {
        content: "\f201";
    }

    .fa-lastfm:before {
        content: "\f202";
    }

    .fa-lastfm-square:before {
        content: "\f203";
    }

    .fa-toggle-off:before {
        content: "\f204";
    }

    .fa-toggle-on:before {
        content: "\f205";
    }

    .fa-bicycle:before {
        content: "\f206";
    }

    .fa-bus:before {
        content: "\f207";
    }

    .fa-ioxhost:before {
        content: "\f208";
    }

    .fa-angellist:before {
        content: "\f209";
    }

    .fa-cc:before {
        content: "\f20a";
    }

    .fa-shekel:before,
    .fa-sheqel:before,
    .fa-ils:before {
        content: "\f20b";
    }

    .fa-meanpath:before {
        content: "\f20c";
    }

    .fa-buysellads:before {
        content: "\f20d";
    }

    .fa-connectdevelop:before {
        content: "\f20e";
    }

    .fa-dashcube:before {
        content: "\f210";
    }

    .fa-forumbee:before {
        content: "\f211";
    }

    .fa-leanpub:before {
        content: "\f212";
    }

    .fa-sellsy:before {
        content: "\f213";
    }

    .fa-shirtsinbulk:before {
        content: "\f214";
    }

    .fa-simplybuilt:before {
        content: "\f215";
    }

    .fa-skyatlas:before {
        content: "\f216";
    }

    .fa-cart-plus:before {
        content: "\f217";
    }

    .fa-cart-arrow-down:before {
        content: "\f218";
    }

    .fa-diamond:before {
        content: "\f219";
    }

    .fa-ship:before {
        content: "\f21a";
    }

    .fa-user-secret:before {
        content: "\f21b";
    }

    .fa-motorcycle:before {
        content: "\f21c";
    }

    .fa-street-view:before {
        content: "\f21d";
    }

    .fa-heartbeat:before {
        content: "\f21e";
    }

    .fa-venus:before {
        content: "\f221";
    }

    .fa-mars:before {
        content: "\f222";
    }

    .fa-mercury:before {
        content: "\f223";
    }

    .fa-intersex:before,
    .fa-transgender:before {
        content: "\f224";
    }

    .fa-transgender-alt:before {
        content: "\f225";
    }

    .fa-venus-double:before {
        content: "\f226";
    }

    .fa-mars-double:before {
        content: "\f227";
    }

    .fa-venus-mars:before {
        content: "\f228";
    }

    .fa-mars-stroke:before {
        content: "\f229";
    }

    .fa-mars-stroke-v:before {
        content: "\f22a";
    }

    .fa-mars-stroke-h:before {
        content: "\f22b";
    }

    .fa-neuter:before {
        content: "\f22c";
    }

    .fa-genderless:before {
        content: "\f22d";
    }

    .fa-facebook-official:before {
        content: "\f230";
    }

    .fa-pinterest-p:before {
        content: "\f231";
    }

    .fa-whatsapp:before {
        content: "\f232";
    }

    .fa-server:before {
        content: "\f233";
    }

    .fa-user-plus:before {
        content: "\f234";
    }

    .fa-user-times:before {
        content: "\f235";
    }

    .fa-hotel:before,
    .fa-bed:before {
        content: "\f236";
    }

    .fa-viacoin:before {
        content: "\f237";
    }

    .fa-train:before {
        content: "\f238";
    }

    .fa-subway:before {
        content: "\f239";
    }

    .fa-medium:before {
        content: "\f23a";
    }

    .fa-yc:before,
    .fa-y-combinator:before {
        content: "\f23b";
    }

    .fa-optin-monster:before {
        content: "\f23c";
    }

    .fa-opencart:before {
        content: "\f23d";
    }

    .fa-expeditedssl:before {
        content: "\f23e";
    }

    .fa-battery-4:before,
    .fa-battery-full:before {
        content: "\f240";
    }

    .fa-battery-3:before,
    .fa-battery-three-quarters:before {
        content: "\f241";
    }

    .fa-battery-2:before,
    .fa-battery-half:before {
        content: "\f242";
    }

    .fa-battery-1:before,
    .fa-battery-quarter:before {
        content: "\f243";
    }

    .fa-battery-0:before,
    .fa-battery-empty:before {
        content: "\f244";
    }

    .fa-mouse-pointer:before {
        content: "\f245";
    }

    .fa-i-cursor:before {
        content: "\f246";
    }

    .fa-object-group:before {
        content: "\f247";
    }

    .fa-object-ungroup:before {
        content: "\f248";
    }

    .fa-sticky-note:before {
        content: "\f249";
    }

    .fa-sticky-note-o:before {
        content: "\f24a";
    }

    .fa-cc-jcb:before {
        content: "\f24b";
    }

    .fa-cc-diners-club:before {
        content: "\f24c";
    }

    .fa-clone:before {
        content: "\f24d";
    }

    .fa-balance-scale:before {
        content: "\f24e";
    }

    .fa-hourglass-o:before {
        content: "\f250";
    }

    .fa-hourglass-1:before,
    .fa-hourglass-start:before {
        content: "\f251";
    }

    .fa-hourglass-2:before,
    .fa-hourglass-half:before {
        content: "\f252";
    }

    .fa-hourglass-3:before,
    .fa-hourglass-end:before {
        content: "\f253";
    }

    .fa-hourglass:before {
        content: "\f254";
    }

    .fa-hand-grab-o:before,
    .fa-hand-rock-o:before {
        content: "\f255";
    }

    .fa-hand-stop-o:before,
    .fa-hand-paper-o:before {
        content: "\f256";
    }

    .fa-hand-scissors-o:before {
        content: "\f257";
    }

    .fa-hand-lizard-o:before {
        content: "\f258";
    }

    .fa-hand-spock-o:before {
        content: "\f259";
    }

    .fa-hand-pointer-o:before {
        content: "\f25a";
    }

    .fa-hand-peace-o:before {
        content: "\f25b";
    }

    .fa-trademark:before {
        content: "\f25c";
    }

    .fa-registered:before {
        content: "\f25d";
    }

    .fa-creative-commons:before {
        content: "\f25e";
    }

    .fa-gg:before {
        content: "\f260";
    }

    .fa-gg-circle:before {
        content: "\f261";
    }

    .fa-tripadvisor:before {
        content: "\f262";
    }

    .fa-odnoklassniki:before {
        content: "\f263";
    }

    .fa-odnoklassniki-square:before {
        content: "\f264";
    }

    .fa-get-pocket:before {
        content: "\f265";
    }

    .fa-wikipedia-w:before {
        content: "\f266";
    }

    .fa-safari:before {
        content: "\f267";
    }

    .fa-chrome:before {
        content: "\f268";
    }

    .fa-firefox:before {
        content: "\f269";
    }

    .fa-opera:before {
        content: "\f26a";
    }

    .fa-internet-explorer:before {
        content: "\f26b";
    }

    .fa-tv:before,
    .fa-television:before {
        content: "\f26c";
    }

    .fa-contao:before {
        content: "\f26d";
    }

    .fa-500px:before {
        content: "\f26e";
    }

    .fa-amazon:before {
        content: "\f270";
    }

    .fa-calendar-plus-o:before {
        content: "\f271";
    }

    .fa-calendar-minus-o:before {
        content: "\f272";
    }

    .fa-calendar-times-o:before {
        content: "\f273";
    }

    .fa-calendar-check-o:before {
        content: "\f274";
    }

    .fa-industry:before {
        content: "\f275";
    }

    .fa-map-pin:before {
        content: "\f276";
    }

    .fa-map-signs:before {
        content: "\f277";
    }

    .fa-map-o:before {
        content: "\f278";
    }

    .fa-map:before {
        content: "\f279";
    }

    .fa-commenting:before {
        content: "\f27a";
    }

    .fa-commenting-o:before {
        content: "\f27b";
    }

    .fa-houzz:before {
        content: "\f27c";
    }

    .fa-vimeo:before {
        content: "\f27d";
    }

    .fa-black-tie:before {
        content: "\f27e";
    }

    .fa-fonticons:before {
        content: "\f280";
    }

    /* Redisgn */

    .header .container {
        max-width: 1250px;
        margin: 0 auto;
        min-height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-logo {
        min-width: auto;
    }

    .header-navigation {
        margin-left: 90px; /*113px*/
    }

    .header-links {
        margin-left: auto;
    }

    .header-logo a img {
        width: 220px;
        height: 26px;
    }

    .container {
        background-color: #f6f5f5;
        margin: 0 0;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .header-poc-wrapper {
        float: none;
    }

    .header-poc ul li:nth-child(1) {
        max-width: 420px;
        width: 100%;
    }

        .header-poc ul li:nth-child(1) a {
            width: 100%;
            text-align: right;
        }

    .header-lower {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        padding: 0;
        z-index: 9;
    }

        .header-lower .row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 100%;
        }

            .header-lower .row:before,
            .header-lower .row:after {
                content: none;
                display: none;
            }

    .header-navigation ul {
        margin-left: 0;
        margin-top: 0;
    }

        .header-navigation ul li a {
            padding: 0 24px;
            margin: 0;
            text-shadow: none;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-size: 16px;
            color: #202020;
        }

    .header-logo {
        width: 220px;
        height: 25px;
        padding-top: 0;
    }

    .header-links .menu-login,
    .header-links .menu-shopping {
        font-size: 0;
    }

    .header-links li {
        min-width: auto;
        cursor: pointer;
    }

        .header-links li.menu-login-item,
        .header-links li.menu-shopping-item {
            width: 60px;
            height: 98px;
        }

        .header-links li:hover a {
            width: 40px;
            height: 40px;
            background-color: #d3eae6;
            border-radius: 4px;
        }

        .header-links li.authenticated-item a {
            width: auto;
            background-color: transparent;
        }

    .header-links #search-btn {
        width: 57px;
        height: 57px;
    }

    .header-links li a.menu-login-icon,
    .header-links li a.menu-shopping {
        display: inline-block;
        position: absolute;
        width: 40px;
        height: 40px;
        padding: 0;
        left: 50% !important;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .header-links .menu-shopping-item {
        position: relative;
        width: 28px;
        height: 28px;
    }

    .menu-search-icon::before {
        position: absolute;
        content: "";
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/search.svg");
        width: 28px;
        height: 28px;
        left: 0;
    }

    .header-links li:first-child i {
        transform: none;
    }

    .header-links .menu-shopping {
        position: absolute;
        content: "";
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/cart.svg");
        background-position: center;
        width: 28px;
        height: 28px;
        left: 0;
    }

    .header-links .logout-icon-img::before {
        position: absolute;
        content: "";
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/user.svg");
        background-position: center;
        width: 40px;
        height: 40px;
        left: 0;
    }

    .header-links .login-icon-img::before {
        position: absolute;
        content: "";
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/user-login.svg");
        background-position: center;
        width: 40px;
        height: 40px;
        left: 0;
    }

    .header-links .menu-login-item {
        position: relative;
        /* min-width: 57px; */
    }

#topcartlink .cart-qty {
    width: 16px;
    height: 16px;
    right: -5px;
    top: 18px;
    padding-top: 1px;
    background-color: var(--primary);
    border-radius: 50%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    border: none;
}

    .header-links #search-btn:hover,
    .header-links li:hover a {
        border-bottom: none;
    }

div#search-box,
div#region-select {
    /* padding: 52px 0 74px; */
    object-fit: contain;
    background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgba(51, 164, 144, 1) 100% );
}

    .header-poc .active {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        opacity: 1;
    }

    .header-upper {
        height: 55px;
        background: linear-gradient( 90deg, rgba(4, 110, 123, 1) 0%, rgba(42, 141, 120, 1) 100% );
    }

    .header-poc ul {
        margin: 0;
        height: 55px;
        display: flex;
        align-items: center;
    }

    .header-poc {
        height: 55px;
    }

        .header-poc li a {
            padding: 15px 40px 15px;
            height: 55px;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: normal;
            /* opacity: 0.77; */
        }

        .header-poc ul li:nth-child(1) a.active {
            background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgb(42 134 149) 100% );
        }

        .header-poc ul li:nth-child(2) a.active {
            background: linear-gradient(90deg, rgb(41 133 148) 0%, rgb(43 137 148) 100%);
        }

        .header-poc a:hover {
            border-bottom: none;
        }

    div#search-box h3 {
        font-family: "Poppins", sans-serif;
        font-size: 36px;
        font-weight: 500;
    }

    #address-search-field {
        display: block;
        margin: 0 auto;
        height: 81px;
        max-width: 653px;
        width: 100%;
        padding: 0;
        margin-bottom: 21px;
        border: none;
        color: #4d4d4d;
        font-size: 34px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        border-radius: 5px;
    }

    #address-search-field {
        height: 100%;
        max-width: 600px;
        padding: 16px 20px;
        margin-bottom: 3px;
        text-align: left;
        font-size: 18px;
    }

    input#address-search-field: :placeholder {
        color: #bbb;
        font-size: 18px;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    input#address-search-field.loading {
        background: url("../images/loading.gif") right center no-repeat, #FFFFFF;
        background-origin: content-box;
    }

    .search-title {
        margin-bottom: 30px;
    }

    /*.without-address {
        display: inline-block;
        color: #fff;
        font-size: 21px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        border-bottom: 1px solid #fff;
        line-height: 90%;
    }*/

    #Qwidget-front .slider {
        margin: 0 auto 0;
    }

    #Qwidget-front .row.qwidget {
        margin: 30px auto 0;
    }

    #Qwidget-front {
        padding-bottom: 40px;
        background-color: #f6f5f5;
    }

    .footer {
        padding: 60px 0 20px;
        background-color: #070707;
    }

    .information p {
        color: #999;
        font-size: 14px;
        line-height: 24px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .footer .information a {
        color: #999;
        font-size: 14px;
        line-height: 24px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        margin-top: 28px;
    }

    .logo-footer {
        margin-bottom: 24px;
    }

    .title {
        margin-bottom: 21px;
    }

    .footer .title strong {
        color: #999;
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
    }

    .footer ul li a {
        color: #999;
        font-size: 14px;
        line-height: 24px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .footer .row {
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
        /* padding-bottom: 62px; */
        /* border-bottom: 1px solid #999; */
    }

    .footer .title .media {
        display: inline-block;
        margin-bottom: 16px;
        color: #999;
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
    }

    .rights-inner {
        text-align: center;
    }

    .rights {
        display: inline-block;
        color: #999;
        font-size: 14px;
        line-height: 21px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        padding-top: 20px;
    }

    .media-title {
        margin-bottom: 60px;
    }

    .my-account ul li {
        color: #999;
        font-size: 14px;
        line-height: 24px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .contact-title {
        margin-top: 13px;
        display: inline-block;
    }

    .customer-service-section {
        /* margin-left: 90px; */
    }

    .our-partners {
        /* margin-left: 90px; */
    }

    .product-sorting span {
        display: inline-block;
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        color: #202020;
        font-weight: 500;
        line-height: normal;
    }

    .product-selectors .product-sorting {
        position: relative;
    }

        .product-selectors .product-sorting select {
            background-color: transparent;
            border: none;
            font-size: 0;
            appearance: none;
        }

            .product-selectors .product-sorting select option {
                font-size: 13px;
            }

    .product-sorting > span::before {
        content: "";
        position: absolute;
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/sort.svg");
        width: 20px;
        height: 20px;
        left: -20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .products-filters {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filter-title {
        display: inline-block;
        padding-left: 24px;
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        color: #202020;
        font-weight: 500;
    }

        .filter-title::before {
            content: "";
            position: absolute;
            background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/filter.svg");
            width: 26px;
            height: 26px;
            left: 5px;
            transform: translateX(40%);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            cursor: pointer;
        }

    .sorting-box {
        margin-right: -15px;
    }

    .product-selectors .product-sorting {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

        .product-selectors .product-sorting select {
            position: absolute;
            min-width: 110px;
            cursor: pointer;
        }

    .product-grid-header {
        padding: 23px 0 23px;
        border-bottom: none;
        border-top: 1px solid #bbbbb9;
    }

        .product-grid-header li {
            font-size: 14px;
            color: #555;
            font-family: "Poppins", sans-serif;
            font-style: italic;
            font-weight: 500;
        }

    /* .products-filters {
  margin-bottom: 30px;
  margin-top: 10px;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
} */

    /* .row.slider {
  display: flex;
  justify-content: center;
} */

    .float-right {
        float: right;
    }

    .item-box {
        display: flex;
        height: 127px;
        margin-bottom: 10px;
        padding: 0;
        background-color: #fff;
    }

        .item-box .speed, .item-box .bind, .item-box .price, .item-box .start {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .item-box .image {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .item-box:nth-child(even) {
            background-color: #fff;
        }

        .item-box .buttons {
            display: flex;
            align-items: center;
            height: auto;
        }

        .item-box .product-box-add-to-cart-button {
            width: 170px;
            height: 41px;
            padding: 10px 30px;
            background-color: var(--primary);
            font-size: 14px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            line-height: normal;
            text-transform: none;
        }

        .item-box label {
            font-size: 14px;
            color: #202020;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
        }

        .item-box .desc label {
            padding-top: 10px;
            font-weight: 600;
        }

        /*.item-box h5 {
            font-size: 14px;
            color: #202020;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
        }

        .item-box .desc h5 {
            padding-top: 10px;
        }*/

        .item-box .desc p {
            font-size: 14px;
            color: #202020;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
        }

    .service-name {
        margin: 0 auto;
        margin-bottom: 60px;
        text-align: center;
        max-width: 760px;
    }

    .service-title {
        display: block;
        font-size: 36px;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .service-text {
        display: block;
        font-size: 18px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    /* filters */

    .filter-header {
        display: none;
    }

    /* .filtersPanel {
  display: flex;
  justify-content: space-evenly;
} */

    .nopAjaxFilters7Spikes .block {
        display: block !important;
        width: auto !important;
        margin: none !important;
        border-top: none !important;
        margin: 0 !important;
    }

        .nopAjaxFilters7Spikes .block .filtersGroupPanel {
            padding: 0 !important;
        }

    .product-sorting > span {
        margin: 0 !important;
    }

    .nopAjaxFilters7Spikes .block .title a.toggleControl {
        font-size: 16px !important;
        color: #4e4e4e !important;
        font-family: "Poppins", sans-serif !important;
        font-weight: 500 !important;
    }

        .nopAjaxFilters7Spikes .block .title a.toggleControl i.fa-angle-up {
            display: block !important;
            float: right !important;
            font-size: 20px !important;
            position: relative !important;
            right: 0 !important;
            top: 0px !important;
        }

    .nopAjaxFilters7Spikes .block .title {
        padding-left: 0 !important;
        padding-bottom: 14px !important;
    }

    .nopAjaxFilters7Spikes .checkbox-list a {
        position: relative !important;
        display: inline-block !important;
        margin-bottom: 2px !important;
        padding-left: 25px !important;
        font-size: 14px !important;
        color: #4e4e4e !important;
        font-family: "Poppins", sans-serif !important;
        font-weight: 400 !important;
    }

        .nopAjaxFilters7Spikes .checkbox-list a:before {
            content: "" !important;
            position: absolute !important;
            top: 45% !important;
            left: 0 !important;
            width: 16px !important;
            height: 16px !important;
            margin-top: -8px !important;
            background-color: #fafafa !important;
            border: 1px solid #c4c4c4 !important;
        }

    .filtersTitlePanel {
        display: none !important;
    }

    .clearFilterOptions {
        display: none !important;
    }

    .filtersPanel .block .title {
        border-bottom: none !important;
    }

.nopAjaxFilters7Spikes .checkbox-list a.filterItemSelected:after {
    background-color: var(--primary) !important;
    width: 16px !important;
    height: 16px !important;
    top: 45% !important;
    left: 0 !important;
    border-radius: 0 !important;
    background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/Popular_check.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

    .filtersPanel {
        /* max-height: 0;
  overflow: hidden; */
        transition: max-height 0.2s ease-out;
    }

    .accordion-item {
        position: absolute;
        z-index: 999999;
    }

    .accordion-item__input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

        .accordion-item__input:checked ~ .filtersPanel {
            max-height: 100%;
            overflow: visible;
        }

    .address-search-result .list {
        padding-top: 0;
    }

    .address-search-result .no-result {
        padding-top: 0;
    }

    .flyout-cart {
        top: -55px;
    }

    .mini-shopping-cart {
        padding-top: 8px;
        padding-bottom: 9px;
        color: #303030;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

        .mini-shopping-cart .count {
            padding: 10px 0 10px;
        }

    #Qwidget-front .row.qwidget .info-icon {
        height: 60px;
        width: 60px;
        margin-bottom: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .info {
        text-align: center;
    }

    .info-title {
        display: block;
        margin-bottom: 8px;
        font-size: 21px;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .info-text {
        max-width: 310px;
        margin: 0 auto;
        margin-bottom: 21px;
        font-size: 16px;
        line-height: 24px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .info-link {
        display: inline-block;
        padding: 12px 15px;
        font-size: 14px;
        line-height: 24px;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        border: 2px solid #202020;
        transition: all 0.5 ease;
    }

        .info-link:hover {
            background-color: #202020;
            color: #fff;
        }

    /* .row.products {
  max-width: 1280px;
} */

    #Qwidget-category {
        /* margin-bottom: 70px; */
    }

    a.less,
    a.more {
        padding-left: 20px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .tooltip:hover:after {
        left: -65%;
        bottom: -70%;
    }

    .tooltip:hover:before {
        bottom: -8px;
    }

    .filtersPanel {
        padding: 24px 16px 14px;
        margin-bottom: 30px;
        background-color: #fff;
    }

    .fa fa-angle-up {
        margin-right: 10px;
    }

    .nopAjaxFilters7Spikes .block {
        margin: 0;
        margin-bottom: 8px !important;
    }

        .nopAjaxFilters7Spikes .block:last-child {
            margin-bottom: 0;
        }

    .block .title {
        padding: 0 0 16px 0;
    }

    .filters-box {
        transition: max-height 0.2s ease-out;
    }

    .filtersPanel.hidden {
        /* display: none !important; */
        transition: max-height 0.2s ease-out;
    }

    .product-grid {
        margin-bottom: 50px;
        margin-top: 0;
    }

    .desc h5 {
        color: #202020;
        font-size: 14px;
        line-height: 21px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
    }

    .header-navigation ul li a.active:hover {
        color: #202020;
    }

    .header-navigation ul li a:hover {
        color: #202020;
    }

.header-navigation ul li a:after {
    display: block;
    content: "";
    border-bottom: solid 2px var(--primary);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

    .header-navigation ul li a:hover:after {
        transform: scaleX(1);
    }

    .page-title {
        text-align: center;
    }

        .page-title h1 {
            color: #202020;
            font-size: 36px;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
        }

    .tabs nav ul li a::after {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        background-color: #fff;
        transform: translateX(-50%) translateY(-50%);
    }

.tabs nav ul li.tab-current a::after {
    background-color: var(--primary);
    transform: translateX(-50%) translateY(-50%);
}

    .tabs nav ul li a img {
        display: block;
        margin: 0 auto;
    }

        .tabs nav ul li a img:first-child {
            width: 60px;
            height: 60px;
        }

    .tabs nav ul li a span {
        color: #555;
        font-size: 12px;
        line-height: 18px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
    }

    .tabs nav ul li a {
        padding: 30px 0;
        border-right: none;
    }

    .tabs nav ul li.tab-current a {
        height: 140px;
    }

        .tabs nav ul li.tab-current a span {
            padding-top: 65px;
            transform: none;
            color: #fff;
        }

    .tabs nav ul li a span {
        transition: none;
    }

    .tabs nav ul li:nth-child(1).tab-current a span::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 60px;
        top: 35px;
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/bredband-white.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .tabs nav ul li:nth-child(2).tab-current a span::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 60px;
        top: 35px;
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/tv-white.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .tabs nav ul li:nth-child(3).tab-current a span::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 60px;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/phone-white.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .tabs nav ul li.tab-current a span img {
        display: none;
    }

    .tabs nav ul li a::after {
        border: none;
    }

    .tabs nav ul li {
        max-width: 160px;
    }

.tabs nav li:nth-child(2).tab-current a::after {
    background-color: var(--primary);
    border: none;
}

.tabs nav li:nth-child(3).tab-current a::after {
    background-color: var(--primary);
    border: none;
}

    .faq-container {
        margin-top: 2em;
    }

        .faq-container label {
            height: 70px;
            padding: 20px 20px 20px 0;
            color: #202020;
            background-color: #f6f5f5;
            font-size: 21px;
            line-height: normal;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            border-top: 1px solid #bbb;
            border-bottom: none;
            transition: all 1s ease-out;
        }

    .content-current div:last-child label {
        border-bottom: 1px solid #bbb;
    }

    .faq-container .content-current input:checked div:last-child label {
        border-bottom: none;
    }

    .faq-container article {
        border-bottom: none;
    }

    .arrow-down {
        position: absolute;
        right: -6px;
        top: 50%;
        transform: translateY(-50%);
    }

    .content-current div:first-child label {
        border-top: 1px solid #bbb;
    }

    .faq-container input:checked + label,
    .faq-container input:checked + label:hover {
        background-color: #f6f5f5;
        color: #202020;
    }

    .faq-container input + label img {
        transition: all 0.4s ease-in-out;
    }

    .faq-container input:checked + label img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        top: 10px;
        transition: all 0.4s ease-in-out;
    }

    .faq-container label:hover {
        background-color: #f6f5f5;
    }

    .faq-container article {
        background-color: #f6f5f5;
    }

        .faq-container article p {
            padding-left: 0;
            color: #555;
            font-size: 16px;
            line-height: 28px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
        }

    .faq .tags span a {
        padding: 12px 15px;
        margin-right: 20px;
        border: 2px solid #202020;
        background-color: transparent;
        color: #202020;
        font-size: 14px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        transition: all 0.5 ease;
    }

    .faq-container input:checked ~ article {
        max-height: 400px;
    }

        .faq-container input:checked ~ article.medium {
            max-height: 400px;
        }

        .faq-container input:checked ~ article.large {
            max-height: 400px;
        }

    .product-grid-header li {
        width: 10%;
    }

        .product-grid-header li:nth-child(3),
        .product-grid-header li:nth-child(4),
        .product-grid-header li:nth-child(5) {
            text-align: center;
        }

    .product-selectors .product-sorting select option {
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .desc div {
        background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    }

a.less,
a.more {
    padding-left: 0;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: var(--primary);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

    .item-box:nth-child(even) a.more,
    .item-box:nth-child(even) a.less {
        background-color: #fff;
    }

    .item-box:nth-child(even) .desc div {
        background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    }

    a.more::before {
        position: absolute;
        width: 16px;
        height: 16px;
        left: 60px;
        top: 2px;
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/i-arrowmore.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
    }

    a.less::before {
        position: absolute;
        width: 16px;
        height: 16px;
        left: 60px;
        top: 2px;
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/i-arrowmore.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: rotate(180deg);
        content: "";
    }

    #ph-topic {
        margin-bottom: 12px;
    }

        #ph-topic .columns {
            margin: 0 auto;
            float: none;
        }

        #ph-topic h3 {
            margin-bottom: 10px;
            font-size: 21px;
            line-height: normal;
            color: #202020;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
        }

            #ph-topic h3:nth-child(1) {
                text-align: center;
                font-size: 21px;
                line-height: normal;
                color: #202020;
                font-family: "Poppins", sans-serif;
                font-weight: 500;
            }

        #ph-topic .columns:last-child p {
            padding: 0;
            font-size: 16px;
            line-height: 28px;
            color: #555;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
        }

    .topic-left {
        margin: 0 auto;
        /* margin-bottom: 40px !important; */
        padding-right: 0;
        padding-left: 0;
        /* text-align: center; */
    }

    .topic-icon-box {
        max-width: 823px;
        margin-bottom: 40px;
        margin: 0 auto 40px;
        /* margin-right: 15px;
  margin-left: 15px; */
        background-color: #fff;
    }

    .topic-icon {
        margin-bottom: 28px;
    }

    .page-title {
        min-height: auto;
        padding: 24px 0 32px;
    }

    .large-2.medium-12.small-12.nav-menu.columns ~ .page-title h1 {
        display: none;
    }

    .page-title.hidden {
        display: block;
    }

    .product-selectors select {
        width: auto;
    }

    .nopAjaxFilters7Spikes {
        margin-top: 346px;
    }

    /* strong{
  font-weight: 500;
} */

    h2 {
        margin-bottom: 10px;
        font-size: 21px;
        line-height: normal;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    #ph-topic .large-8.small-12.columns:nth-child(2) ~ h3:first-child {
        margin-top: 40px;
    }

    #ph-topic a {
        font-size: 16px;
        line-height: 28px;
        color: #33a490;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .text-box p {
        max-width: 820px;
        margin: 0 auto;
    }

    .text-box table {
        padding: 24px 40px !important;
        border: none !important;
        background-color: #fff;
        border-collapse: collapse;
    }

    .table-box {
        padding: 20px 40px;
        margin-bottom: 32px;
        background-color: #fff;
    }

    .text-box table tbody tr {
        border: none !important;
        border-bottom: 1px solid #bbb !important;
    }

        .text-box table tbody tr:last-child {
            border-bottom: none !important;
        }

        .text-box table tbody tr td {
            padding: 12px 40px 12px 0 !important;
            margin-right: 40px !important;
            border: none !important;
            /* word-break: break-all; */
            font-size: 14px;
            line-height: 28px;
            color: #555;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            vertical-align: top;
        }

            .text-box table tbody tr td:nth-child(1),
            .text-box table tbody tr td:nth-child(2),
            .text-box table tbody tr td:nth-child(3) {
                width: 175px;
            }

            .text-box table tbody tr td:last-child {
                width: 235px;
            }

    .text-box table tr:first-child td {
        font-size: 16px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        background-color: #fff;
    }

    .customer-support p {
        max-width: 820px;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

        .customer-support p:first-child {
            margin-bottom: 10px;
            font-size: 21px;
            line-height: 28px;
            color: #555;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
        }

        .customer-support p a {
            font-size: 16px;
            line-height: 28px;
            color: var(--primary);
            font-family: "Poppins", sans-serif;
            font-weight: 400;
        }

            .customer-support p a:hover {
                color: #000;
                text-decoration: none !important;
            }

        .customer-support p.mt {
            margin-top: 10px;
        }

    .support-list {
        margin-top: 30px;
        border-top: 1px solid #bbb;
    }

    .support-item {
        display: flex;
        justify-content: flex-start;
        max-width: 600px;
        padding: 32px;
        background-color: #fff;
    }

    .support-img {
        margin-right: 24px;
    }

    /* .customer-support ul.support-list li{
  max-height: 220px;
  min-height: auto;
} */

    .customer-support ul.support-list li:nth-child(odd) {
        /* margin: 12px 25px 12px 0; */
    }

    .customer-support ul.support-list li:nth-child(even) {
        /* margin: 12px 0 12px 25px; */
    }

    .customer-support ul.support-list li:first-child {
        margin-top: 24px;
    }

    .customer-support ul.support-list li:nth-child(2) {
        margin-top: 24px;
    }

    .customer-support ul.support-list li h3 {
        margin: 0 0 5px;
        font-size: 18px;
        line-height: 16px;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .support-text {
        font-size: 14px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

.customer-support ul.support-list li p a {
    font-size: 14px;
    line-height: 28px;
    color: var(--color);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

    .support-content p {
        text-align: left;
        font-size: 14px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .speed-test {
        margin: 0 auto;
        margin-top: 28px;
        margin-bottom: 12px;
        padding-top: 0;
        text-align: center;
    }

    .speed-test-img {
        display: block;
        margin-bottom: 16px;
        width: 60px;
        height: 60px;
    }

    .speed-test-title {
        display: block;
        margin-bottom: 8px;
        font-size: 21px;
        line-height: normal;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .speed-test-link {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }

    .speed-test .speed-test-text {
        max-width: 330px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .speed-test-btn {
        display: inline-block;
        padding: 12px 45px;
        font-size: 14px;
        line-height: normal;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        border: 2px solid #202020;
        transition: all 0.5s ease;
    }

        .speed-test-btn:hover {
            background-color: #202020;
            color: #fff;
        }

    .sign-in-inner {
        margin: 0 auto;
        float: none;
    }

    .sign-in-icon {
        width: 95px;
        height: 95px;
    }

    .form-sign-in {
        text-align: center;
        margin: 0 auto;
    }

        .form-sign-in .page-title {
            padding: 0 0 10px;
        }

            .form-sign-in .page-title h1 {
                font-size: 21px;
                line-height: normal;
                color: #202020;
                font-family: "Poppins", sans-serif;
                font-weight: 500;
            }

        .form-sign-in .title {
            margin-bottom: 32px;
        }

            .form-sign-in .title strong {
                font-size: 16px;
                line-height: 28px;
                color: #555;
                font-family: "Poppins", sans-serif;
                font-weight: 500 !important;
            }

    .returning-wrapper .form-fields {
        padding: 36px 158px 0;
    }

    .form-fields {
        background-color: #fff;
    }

        .form-fields .inputs {
            width: 100%;
            max-width: 504px;
            margin: 0;
        }

    .second-column .inputs {
        margin-left: auto;
    }

    input {
        font-size: 14px;
        line-height: 28px;
        color: #999;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .inputs label {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 24px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .form-sign-in .inputs .email {
        margin-bottom: 35px;
        padding: 13px 24px;
        border: 1px solid #999;
    }

        .form-sign-in .inputs .email:focus {
            background-color: #fafafa !important;
        }

    .form-fields .inputs input {
        height: 54px;
    }

    .form-sign-in .inputs .password {
        padding: 13px 24px;
        border: 1px solid #999;
    }

    .form-fields .inputs.reversed {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .form-fields .inputs.reversed input {
            height: auto;
        }

    .inputs.reversed:after {
        display: none;
    }

.returning-wrapper .inputs.reversed * {
    display: flex;
    align-items: center;
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: normal;
    color: var(--color);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

    .input-checkbox {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .input-checkbox ~ label {
            display: inline-flex;
            align-items: center;
            user-select: none;
        }

            .input-checkbox ~ label::before {
                content: "";
                display: inline-block;
                width: 17px;
                height: 17px;
                flex-shrink: 0;
                flex-grow: 0;
                border: 1px solid #c4c4c4;
                background-color: #fafafa;
                margin-right: 8px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 50% 50%;
            }

        .input-checkbox:checked ~ label::before {
            border: var(--primary);
            background-color: var(--primary);
            background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/Popular_check.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .input-password-eye {
        position: absolute;
        right: 24px;
        bottom: 20px;
        cursor: pointer;
    }

    .form-fields .inputs input[type="text"],
    .form-fields .inputs input[type="password"] {
        background-color: #fafafa;
    }

    .input-password-eye-closed {
        right: 22px;
        bottom: 13px;
    }

    .returning-wrapper .buttons {
        padding: 40px 158px 24px;
        margin: 0 auto;
    }

input[type="submit"] {
    width: 100%;
    max-width: 504px;
    height: 56px;
    background-color: var(--primary);
    font-size: 14px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: none;
}

    .login-message-error {
        position: relative;
        padding-left: 32px;
        text-align: left;
        font-size: 14px;
        line-height: 21px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        color: #d92727;
    }

        .login-message-error::before {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/i_delete_circle.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .field-validation-error {
        position: relative;
        margin-bottom: 10px;
        text-align: left;
        font-size: 14px;
        line-height: 21px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        color: #d92727;
    }

    .form-sign-in .inputs .email.input-validation-error {
        border: 1px solid #d92727;
    }

    .column-password-recovery {
        margin: 0 auto;
    }

    .fieldset-password-recovery {
        text-align: center;
    }

    .form-fields-password-recovery {
        padding: 16px 158px 80px;
    }

    .title-password-recovery {
        margin-bottom: 10px;
        font-size: 21px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        color: #202020;
    }

    .text-password-recovery {
        max-width: 440px;
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .columns.column-password-recovery {
        float: none;
    }

    .fieldset-password-recovery .inputs .email {
        margin-bottom: 52px;
        padding: 13px 24px;
        border: 1px solid #999;
    }

    .button-password-recovery {
        margin-bottom: 0;
    }

    .text-password-recovery ~ .inputs .field-validation-error {
        margin-top: -45px;
    }

    .form-fields-password-recovery .inputs .email.input-validation-error {
        border: 1px solid #d92727;
    }

    /* header change adress */

#address-content {
    background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgba(51, 164, 144, 1) 100% );
}

    .div#search-box {
        background: transparent;
    }

        .div#search-box.adr-selected div span {
            font-size: 14px;
            line-height: normal;
            color: #fff;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
        }

        .div#search-box.adr-selected a.change-address {
            padding: 0 10px !important;
            background: transparent;
            font-size: 14px !important;
            line-height: normal;
            color: #fff;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            text-decoration: underline;
            text-transform: none;
        }

    /* header change adress  END*/

    /* driftinfo page */

    .driftinfo-title {
        margin-bottom: 30px;
        text-align: center;
        font-size: 36px;
        line-height: normal;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .hr-line {
        max-width: 1250px;
        margin-bottom: 20px;
        margin-left: 15px;
        color: #bbbbbb;
    }

    .driftinfo-column .page-title {
        padding-bottom: 0;
        min-height: auto;
    }

        .driftinfo-column .page-title h1 {
            text-align: left;
            font-size: 24px;
            line-height: normal;
            color: #202020;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
        }

    .driftinfo-column p {
        font-size: 16px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .driftinfo-item {
        max-width: 600px;
        margin-top: 20px;
        padding: 24px;
        background-color: #fff;
    }

    .driftinfo-column-Outage .driftinfo-item {
        margin-right: 10px;
    }

    .driftinfo-column-Planned .driftinfo-item {
        margin-left: 10px;
    }

    .driftinfo-column-Planned .page-title {
        margin-left: 10px;
    }

    .driftinfo-item h3 {
        font-size: 18px;
        line-height: 28px;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

        .driftinfo-item h3:not(:first-child) {
            margin-top: 42px;
        }

    .driftinfo-column-Planned-text {
        margin-left: 10px;
    }

    .driftinfo-item p {
        font-size: 14px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .driftinfo-item p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

        .driftinfo-item p.driftinfo-item-problem {
            font-size: 14px;
            line-height: 21px;
            color: #555;
            font-family: "Poppins", sans-serif;
            font-weight: 600;
        }

    .driftinfo-item ul li {
        margin-left: 18px;
        font-size: 14px;
        line-height: 21px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        list-style: outside;
    }

        .driftinfo-item ul li:first-child {
            margin-left: 0;
            font-size: 14px;
            line-height: 21px;
            color: #555;
            font-family: "Poppins", sans-serif;
            font-weight: 600;
            list-style: none;
        }

    /* driftinfo page END*/

    .topic-content p strong {
        /* display: inline-block; */
        margin-bottom: 10px;
        font-size: 21px;
        line-height: normal;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .text-box p:first-child strong {
        display: block;
        font-size: 21px;
        line-height: normal;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .text-box p strong {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 21px;
        line-height: normal;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .topic-content h4 strong {
        font-size: 21px;
        line-height: normal;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    #ph-topic h4 {
        border-bottom: none;
    }

    .topic-content ul {
        list-style-type: disc;
        color: #555;
    }

    #ph-topic ul li {
        width: 47%;
        margin-left: 20px;
        font-size: 16px;
        line-height: 21px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .hr-footer-line {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #999;
        padding: 0;
    }

    .hr-footer-line-box {
        margin-top: 62px;
    }

    /* logos on Tjänsteleverantörer page */
    .logos {
        margin-bottom: 40px;
    }

    /* hamburger */

    #cssmenu.small-screen #menu-button {
        padding: 0;
        margin-right: 15px;
    }

        #cssmenu.small-screen #menu-button:before {
            height: 2px;
            top: -11px;
            right: 0;
            background: #202020;
        }

        #cssmenu.small-screen #menu-button:after {
            top: 0px;
            height: 9px;
            right: 0;
            border-bottom: 2px solid #202020;
            border-top: 2px solid #202020;
        }

    .item-box .product-box-add-to-cart-button {
        padding: 10px 10px;
    }

    .ico-account.menu-login {
        width: 100%;
        display: block;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #202020;
        line-height: 28px;
    }

.ico-logout.menu-login {
    width: 100%;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #202020;
    line-height: 28px;
}

    .header-links li a {
        /* width: auto; */
        /* height: auto; */
    }

    .header-links a {
        line-height: normal;
    }

    .header-links li.authenticated-item {
        margin: 0;
        width: 100%;
        text-align: right;
    }

    .header-links a {
        text-transform: none;
    }

    .header-links-list {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .press {
        max-width: 820px;
        margin: 0 auto;
        text-align: center;
        padding: 36px 40px 44px;
        background-color: #fff;
    }

    .press-logos {
        display: flex;
        justify-content: center;
        margin-bottom: 28px;
    }

        .press-logos .press-logo-box:first-child {
            border-right: 1px solid #bbb;
        }

    #ph-topic .press-logo {
        padding: 0 20px;
    }

    #ph-topic .press .subtitle {
        padding-bottom: 0;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 21px;
        color: #202020;
        line-height: normal;
    }

    #ph-topic .press p.press-text {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #555;
        line-height: 28px;
    }

    #ph-topic .press a {
        font-weight: 500;
    }

    .guider-content-title {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 24px;
        color: #202020;
        line-height: normal;
    }

    .guider-content {
        max-width: 820px;
        margin: 0 auto;
        text-align: left;
    }

    #ph-topic p.guider-content-text {
        font-weight: 500 !important;
    }

    #ph-topic .guider-content a {
        font-weight: 500;
    }

    .text-box .guider-content:first-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #bbb;
    }

    #ph-topic h3.guider-content-subtitle {
        text-align: left;
        font-weight: 500;
        font-size: 21px;
    }

    .guider-content {
        margin-bottom: 28px;
    }

    .devices {
        margin: 0 auto;
        max-width: 820px;
    }

    .device-link {
        display: block;
        margin-bottom: 27px;
        text-align: left;
        font-weight: 500 !important;
    }

    .device {
        margin: 0 auto;
        margin-bottom: 24px;
        padding: 24px;
        text-align: center;
        background-color: #fff;
    }

    .topic-icon-box {
        padding: 37px 40px 44px;
        text-align: center;
    }

    #ph-topic h3.topic-icon-title {
        padding-bottom: 0;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 21px;
        color: #202020;
        line-height: normal;
    }

    #ph-topic .topic-icon-box p.topic-icon-text {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #555;
        line-height: 28px;
    }

    #ph-topic h3.title-light {
        display: block;
        max-width: 820px;
        margin: 0 auto;
        margin-bottom: 10px;
        font-size: 21px;
        line-height: normal;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    #ph-topic .cookiepolicy-paragraph {
        margin-bottom: 32px;
    }

    #ph-topic .mb-10 {
        margin-bottom: 10px;
    }

    #ph-topic .cookiepolicy-paragraph.mb-10 {
        margin-bottom: 10px;
    }

    #ph-topic h4.topic-icon-subtitle {
        margin: 0;
        font-size: 16px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
    }

    #ph-topic .topic-icon-box p.topic-icon-text.mb-10 {
        margin-bottom: 10px;
    }

    #ph-topic h4.about-us-subtitle {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
    }

    #ph-topic h4.fiberföreningar-subtitle {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
    }

    .topic-icon-box p.topic-icon-text {
        margin-bottom: 10px;
    }

    .is-grey {
        background-color: #f6f5f5;
        max-width: 100em;
        margin: 0 auto;
    }

    .max-width {
        min-width: 80em;
    }

    .product-form {
        max-width: 80em;
        margin: 0 auto;
    }

    #product-details-form {
        max-width: 80em;
        margin: 0 auto;
    }

    .product-form-column {
        padding: 24px;
        margin-bottom: 60px;
        margin-top: 55px;
        background-color: #fff;
    }

    .overview {
        margin: 0;
    }

    .page-title h1.product-name {
        text-align: left;
        font-size: 21px;
        line-height: normal;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .overview .page-title {
        padding: 0;
        margin-bottom: 32px;
    }

    .overview .short-description {
        font-size: 14px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .overview .image {
        width: 180px;
        min-width: 180px;
        padding: 0;
        margin: 0 24px 24px 0;
    }

        .overview .image img {
            max-width: 180px;
            max-height: 180px;
        }

    .tab nav ul li.tab-current a span {
        font-size: 14px;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .tab nav ul li {
        background-color: #e2e2e2;
        border-right: 1px solid #fff;
    }

        .tab nav ul li:nth-child(2).tab-current a {
            border-left: 0;
        }

        .tab nav ul li:last-child.tab-current a {
            border-left: 0;
        }

        .tab nav ul li.tab-current a {
            border: 1px solid #e2e2e2;
            border-bottom: transparent;
            line-height: 16px;
        }

        .tab nav ul li a span {
            color: #202020;
        }

    .content-wraps {
        max-width: 771px;
        padding: 7px 0 24px;
    }

        .content-wraps section {
            padding: 0 24px;
        }

    .full-description {
        font-size: 14px;
        line-height: 21px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

        .full-description h3 {
            margin: 24px 0 16px;
            font-size: 18px;
            line-height: 28px;
            color: #202020;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
        }

    .product-btn-back {
        height: auto;
        padding: 12px 53px;
        background-color: transparent;
        color: #202020;
        border: 1px solid #202020;
        text-transform: none;
        font-size: 14px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        transition: all 0.5s ease;
    }

        .product-btn-back:hover {
            background-color: #202020;
            color: #fff;
        }

.full-description a {
    font-size: 14px;
    line-height: 21px;
    color: var(--color);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

    .full-description p {
        margin: 4px 0;
    }

    .tab {
        width: 100%;
    }

    .large-8.medium-8.small-12.columns.product-form-column {
        max-width: 820px;
    }

    .large-4.medium-4.small-12.columns.product-form-column {
        width: 31%;
        padding: 0;
    }

    .product-info {
        padding: 24px;
        border: none;
    }

        .product-info .product-desc-name h3 {
            margin-bottom: 32px;
            font-size: 18px;
            line-height: normal;
            color: #202020;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
        }

        .product-info .bind-time,
        .product-info .notice-time,
        .product-info .start-fee,
        .product-info .speed-down,
        .product-info .speed-up {
            padding: 12px 0;
            font-size: 14px;
            line-height: 28px;
            color: #555;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            border-bottom: 1px solid #e2e2e2;
        }

            .product-info .bind-time span,
            .product-info .notice-time span,
            .product-info .start-fee span,
            .product-info .speed-down span,
            .product-info .speed-up span {
                font-size: 14px;
                line-height: 28px;
                color: #555;
                font-family: "Poppins", sans-serif;
                font-weight: 600;
            }

    .speed-down {
        border-top: 1px solid #e2e2e2;
    }

    .product-info .monthly-fee {
        padding: 24px 0 24px;
        font-size: 21px;
        line-height: normal;
        color: #202020;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .product-info .cart-button button {
        height: auto;
        width: 100%;
        padding: 12px 0;
        background-color: #33a490;
        font-size: 14px;
        line-height: normal;
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        text-transform: none;
    }

    .bar-notification-addeditem {
        width: 720px;
        min-width: 248px;
        padding: 68px 0;
        line-height: normal;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: auto;
        bottom: auto;
        background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgba(51, 164, 144, 1) 100% );
    }

        .bar-notification-addeditem .content,
        .bar-notification .content {
            margin-bottom: 36px;
            font-size: 21px;
            color: #fff;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
        }

        .bar-notification-addeditem .btns a {
            display: inline-block;
            margin: 0 4px;
            padding: 12px 55px;
            text-decoration: none;
            font-size: 14px;
            color: #fff;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            border: 1px solid #fff;
            transition: all 0.5s ease;
        }

            .bar-notification-addeditem .btns a:hover {
                background-color: #fff;
                color: #202020;
            }

        .bar-notification-addeditem > .close,
        .bar-notification .close {
            position: absolute;
            top: 0;
            right: 0;
            width: 32px;
            height: 32px;
            margin: 14px;
            background: transparent url("../../../../Themes/DefaultClean/Content/images/images_redesign/close.svg") center no-repeat;
            cursor: pointer;
        }

    .ico-account.menu-login:hover,
    .ico-logout.menu-login:hover {
        color: #202020;
    }

    .all-level .service-name {
        display: none;
    }

    .all-level .large-2.medium-12.small-12.nav-menu.columns.responsive-laptop {
        display: none;
    }

    .all-level .large-10.medium-12.small-12.columns.float-right.responsive-laptop {
        width: 100%;
    }

    .all-level .page-title h1 {
        display: none;
    }

    .all-level .large-10.account-page {
        max-width: 820px;
        padding: 14px 32px 20px 32px;
        background-color: #fff;
    }

    .all-level .large-2 {
        max-width: 380px;
        width: 100%;
        background-color: #fff;
        padding: 24px;
    }

    .display-none {
        display: none;
    }

.button-2.pdf {
    margin-bottom: 48px;
    background-color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: none;
}

    .faq .tags span a:hover {
        background-color: #202020;
        color: #fff;
    }

    .all-level .large-2.display-none {
        display: block;
    }

    .all-level .block-account-info {
        font-size: 21px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        color: #202020;
    }

    .block-account-navigation {
        margin-bottom: 0;
    }

    .block .listbox {
        padding: 0;
        margin-top: 24px;
    }

    .block .list a:before {
        display: none;
    }

    .block .list li {
        padding: 0;
        margin-bottom: 20px;
    }

    .block .list a {
        padding: 0;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        color: #555;
    }

        .block .list a.active {
            font-size: 18px;
            line-height: 28px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            color: var(--color);
        }

    .fieldset .title {
        font-size: 21px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        color: #202020;
    }

    .customer-info-page .page-title {
        padding: 0;
    }

    .all-level .form-fields {
        padding: 0;
    }

    .item-box .desc {
        /* margin-bottom: auto !important; */
    }

    .nopAjaxFilters7Spikes .checkbox-list a:before {
        border-radius: 0 !important;
    }

    .nopAjaxFilters7Spikes .block .title a.toggleControl {
        padding: 0;
    }

    .footer .title {
        margin-bottom: 16px;
    }

    .footer .row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .footer .row:before, .footer .row:after {
            content: none;
        }

        .footer .row .large-3 {
            width: 16%;
        }

        .footer .row.hr-footer-line-box {
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 40px;
        }

    .footer-list-box {
        width: 170px;
        margin: 0 auto;
    }

    .our-partners .footer-list-box {
        width: auto;
    }

    .all-level .required {
        display: none;
    }

    .button1.save-customer-info-button {
        max-width: 500px;
    }

    .all-level label::after {
        content: '*';
    }

    .phone-acc-profile label::after {
        content: '';
    }

    .all-level .form-fields .inputs.phone-acc-profile {
        margin-bottom: 52px;
    }

    .order-list-page .page-title {
        padding: 0;
    }

    .order-list-page .order-details-button {
        height: auto;
        margin-bottom: 14px;
        padding: 10px 19px;
        background: transparent;
        border: 2px solid #202020;
        color: #202020;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        text-transform: none;
        transition: all 0.5 ease;
    }

        .order-list-page .order-details-button:hover {
            background: #202020;
            color: #fff;
        }

    .order-list-page .order-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-top: 1px solid #bbb;
    }

    .order-item .title {
        margin-top: 24px;
        margin-bottom: 12px;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
        color: #555;
    }

    .address-list-page .info, .order-list-page .info {
        padding: 16px 20px;
        margin-bottom: 16px;
        text-align: left;
        border-top: none;
        background-color: #f6f5f5;
    }

        .order-list-page .info li {
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
            font-family: "Poppins", sans-serif;
            color: #555;
        }

.order-item .order-details-button {
    height: auto;
    padding: 11px 72px;
    background-color: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    border: 1px solid var(--primary);
}

    .order-item .order-details-button:hover {
        background-color: var(--primaryHover);
    }

.button1.save-customer-info-button:hover {
    background-color: var(--primaryHover);
}

    .order-item .buttons {
        margin-bottom: 0;
    }

    .order-list-page .order-item {
        margin-bottom: 0;
    }

    .order-list-page .section {
        width: 47%;
    }

    .change-address-page {
        max-width: 820px;
        float: right;
        padding: 24px 32px 32px 32px;
        background-color: #fff;
    }

        .change-address-page .page-title {
            padding: 0;
        }

    .profile-address-title {
        display: inline-block;
        margin-bottom: 16px;
        color: #202020;
        font-size: 21px;
        font-weight: 500;
        line-height: normal;
        font-family: "Poppins", sans-serif;
    }

    .change-address-page .profile-address-text {
        margin: 0;
        margin-bottom: 27px;
        color: #555;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
    }

    .change-address-page .large-12.medium-12.small-12.columns p {
        display: none;
    }

    .change-address-page .large-12.medium-12.small-12.columns {
        text-align: left !important;
    }

    .change-address-page div#search-box.adr-selected {
        padding: 0;
    }

    .change-address-page .large-12.medium-12.small-12.columns div {
        margin: 0;
    }

    .change-address-page div#search-box.adr-selected div {
        text-align: left;
    }

        .change-address-page div#search-box.adr-selected div span {
            margin-left: 0;
            color: #555;
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
            font-family: "Poppins", sans-serif;
        }

    .change-address-page .large-12.medium-12.small-12.columns span {
        display: inline-block;
        width: 154px;
    }

        .change-address-page .large-12.medium-12.small-12.columns span.notranslate {
            width: 500px;
            font-size: 14px;
            font-weight: 600 !important;
            line-height: 28px;
            font-family: "Poppins", sans-serif;
        }

    .change-address-page .search-title {
        margin-bottom: 16px;
    }

    .change-address-page #address-search-field {
        margin: 0;
        background-color: #fafafa;
    }

    .account-page.change-address-page #search-box #address-search-field {
        width: 500px;
        padding: 13px 24px;
        border: 1px solid #999;
        border-radius: 0;
        color: #999;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
    }

        .account-page.change-address-page #search-box #address-search-field::placeholder {
            font-size: 14px;
        }
		
		.account-page.change-address-page #search-box #address-search-field.loading {
            background: url("../images/loading.gif") right center no-repeat, #FFFFFF;
            background-origin: content-box;
        }

    .change-address-page .address-search-result .no-result {
        color: #202020;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
    }

    .change-password-page {
        float: right;
    }

        .change-password-page .page-title {
            padding: 0;
        }

    .change-password-title {
        display: inline-block;
        margin-bottom: 16px;
        color: #202020;
        font-size: 21px;
        font-weight: 500;
        line-height: normal;
        font-family: "Poppins", sans-serif;
    }

    .change-password-page .change-password-button {
        max-width: 500px;
        margin-top: 20px;
    }

    .remove-account-title {
        display: inline-block;
        margin-bottom: 16px;
        color: #202020;
        font-size: 21px;
        font-weight: 500;
        line-height: normal;
        font-family: "Poppins", sans-serif;
    }

    .remove-account-text {
        color: #555;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
    }

    .remove-account-page .page-body {
        max-width: 820px;
        padding: 24px 32px 32px 32px;
        background-color: #fff;
    }

    .remove-account-page .page-title {
        padding: 0;
    }

    .remove-account-page {
        float: right;
    }

    .all-level .large-10.remove-account-page {
        padding: 0;
    }

    .remove-account-page .remove-account-text {
        margin: 0;
        margin-bottom: 48px;
    }

    .remove-account-page .buttons {
        margin-bottom: 0;
    }

    .remove-account-page .remove-account-button {
        max-width: 200px;
    }

    h1.page-title-product {
        display: none;
    }

    .is-white {
        background-color: #fff;
    }

    .skapa-konto-title {
        margin-left: 15px;
    }

    .skapa-konto-form {
        padding-top: 1px;
    }

        .skapa-konto-form .inputs {
            margin-bottom: 32px;
        }

    .skapa-konto-losenord {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 16px;
        color: #202020;
        font-size: 21px;
        font-weight: 500;
        line-height: normal;
        font-family: "Poppins", sans-serif;
    }

    .skapa-konto-text-box {
        margin-top: 235px;
    }

    .skapa-konto-text {
        color: #555;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
    }

    .skapa-konto-text-box p:first-child {
        margin-bottom: 10px;
    }

    .register-next-step-button {
        margin-top: 20px;
        max-width: 500px;
    }

    .skapa-konto-form .required {
        display: none;
    }

    .skapa-konto-form .field-validation-error {
        margin-top: 0;
    }

    .nopAjaxFilters7Spikes .block .title a.toggleControl {
        padding: 0 !important;
    }

    .product-sorting .jDropDown {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .jDropDown .toplevel:after {
        content: none !important;
    }

    .product-sorting > span {
        position: relative;
        display: inline-block;
        margin-right: 10px !important;
    }

    .jDropDown .toplevel {
        color: #202020;
        border: 1px solid #202020 !important;
    }

.product-box-add-to-cart-button.tooltip:hover:after {
    left: 50%;
    transform: translateX(-50%);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    background-color: var(--primaryHover);
}

    .product-box-add-to-cart-button.tooltip:hover:before {
        left: 50%;
        transform: translateX(-50%);
    }

.opc .allow.active .step-title {
    background-color: var(--primary);
}

.opc .allow .step-title .number {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    background-color: var(--primary);
}

    .tab-section.allow .number {
        color: #202020;
    }

    .tab-section.allow.active .number {
        color: #fff;
    }

    .opc .allow .step-title .title {
        color: #202020;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        font-family: "Poppins", sans-serif;
    }

    .opc .allow.active .step-title .number {
        color: #fff;
    }

    .opc .allow .step-title .title {
        color: #fff;
    }

    .opc .step-title .number {
        border-right: none;
    }

    .opc .step-title {
        margin: 0;
        height: auto;
        background-color: #e2e2e2;
    }

        .opc .step-title .number, .opc .step-title .title {
            color: #202020;
            font-size: 18px;
            font-weight: 500;
            line-height: normal;
            font-family: "Poppins", sans-serif;
        }

        .opc .step-title .title {
            margin: 0;
        }

        .opc .step-title .number, .opc .step-title .title {
            padding: 18px 28px 17px 28px;
        }

        .opc .step-title .title {
            padding-left: 0 !important;
        }

    .checkout-step-billing {
        margin: 0 0 24px;
    }

    .enter-address .edit-address {
        background-color: #fff;
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
    }

        .enter-address .edit-address .required {
            display: none;
        }

.new-address-next-step-button {
    background-color: var(--primary);
    text-transform: none;
    width: 100%;
    max-width: 504px;
}

    #opc-billing {
        margin-bottom: 24px;
    }

    #opc-payment_info {
        margin-bottom: 24px;
    }

    .header-logo span {
        left: 0 !important;
        top: 65px !important;
        height: auto;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #202020;
    }

    .selected-options {
        display: none !important;
    }

    .bg-white {
        background-color: #fff;
    }

    /*.order-summary-content .cart .product {
        text-align: center;
    }*/

    .cart th {
        padding: 0 0 12px 0;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        color: #555;
        background-color: transparent;
    }

        .cart th.product-picture {
            text-align: left;
        }

    .cart tr {
        border-bottom: 1px solid #bbb;
    }

    .cart td.product-picture {
        padding: 23px 0;
        text-align: left;
        border-bottom: 1px solid #bbb;
    }

    .cart .product a {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #202020;
    }

        .cart .product a:hover {
            color: var(--primaryHover);
        }

.cart .product span {
    font-size: 12px;
}

.cart .agreement a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--color);
}

    .datepicker.hasDatepicker {
        height: 46px;
        padding: 0;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #202020;
        border: 1px solid #999;
    }

    .cart td span {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #202020;
    }

    .cart .remove-from-cart button {
        background: transparent;
        height: 40px;
        width: 40px;
    }

        .cart .remove-from-cart button:hover {
            background: transparent;
        }

    .cart-collaterals .deals > div {
        margin: 0;
        margin-bottom: 32px;
    }

    .cart-collaterals .title {
        margin-bottom: 4px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: normal;
        color: #202020;
    }

    .cart-collaterals .hint {
        margin-bottom: 24px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #555;
    }

    .cart-collaterals .coupon-code input[type="text"] {
        width: 244px;
        height: 44px;
        border: 1px solid #999;
    }

.cart-collaterals .coupon-code input[type="submit"] {
    width: 244px;
    height: 44px;
    margin-left: 10px;
    background-color: var(--primary);
}

    .cart-collaterals .coupon-code input[type="submit"]:hover {
        background-color: var(--primaryHover);
    }

    .cart-footer .totals {
        padding: 24px 24px 16px 24px;
        background-color: #f6f5f5;
    }

    .cart-total-left {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #555;
    }

    .cart-total-right {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #555;
    }

.order-total .cart-total-left {
    font-family: "Poppins", sans-serif;
    /*font-weight: 500;*/
    font-size: 21px;
    line-height: 28px;
    color: var(--color);
}

.value-summary strong {
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-size: 21px;
    line-height: 28px;
    color: var(--color);
}

    span.value-summary {
        font-weight: 500;
    }

    .lowest-total-cost .value-summary strong {
        font-weight: 500;
        color: #555;
        font-size: 16px;
    }

    .terms-of-service {
        padding: 0;
        margin-bottom: 28px;
    }

        .terms-of-service input {
            width: 16px;
            height: 16px;
            background-color: #fafafa;
            border: #c4c4c4;
        }

        .terms-of-service span {
            margin-left: 8px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: normal;
            color: #4e4e4e;
        }

    .cart-footer .total-info {
        padding: 0;
        margin-bottom: 83px;
    }

.checkout-buttons input.continue-shopping-button {
    height: auto;
    width: auto;
    background-color: transparent;
    color: var(--color);
    font-size: 14px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: none;
}

.cart-footer .checkout-buttons .checkout-button:hover {
    background-color: var(--primaryHover);
    ;
}

    .totals .checkout-buttons {
        padding: 0;
        text-align: center;
    }

    .cart-footer .checkout-buttons .checkout-button {
        margin-bottom: 16px;
        width: 100%;
        height: 44px;
        color: #fff;
        font-size: 14px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        text-transform: none;
    }

    .mini-shopping-cart {
        padding: 24px;
    }

        .mini-shopping-cart .count {
            padding: 0;
            margin-bottom: 16px;
            color: #555;
            font-size: 16px;
            line-height: normal;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
        }

    .flyout-cart {
        width: 450px;
        right: 400px;
        box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.16);
    }

@media all and (max-width: 1945px) {
    .flyout-cart {
        right: 160px;
    }
}
@media all and (max-width: 1600px) {
    .flyout-cart{
        right: 130px;
    }

}

@media all and (max-width: 1330px) {
    .flyout-cart{
        right: 90px;
    }
}
    .mini-shopping-cart .name a {
        color: #202020;
        font-size: 16px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

        .mini-shopping-cart .name a:hover {
            color: var(--primaryHover);
        }

.mini-shopping-cart .start-fee, .mini-shopping-cart .price {
    display: flex;
    justify-content: space-between;
    color: #555;
    font-size: 14px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
    .mini-shopping-cart .removeItem button{
        background: none;
    }
    .mini-shopping-cart .items {
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
    }

        .mini-shopping-cart .totals {
            display: flex;
            align-items: center;
        }

        .mini-shopping-cart .totals strong {
            margin-left: auto;
            color: #555;
            font-weight: 500;
            font-size: 21px;
        }

.mini-shopping-cart .cart-button {
    width: 100%;
    height: 44px !important;
    font-size: 14px !important;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    text-transform: none !important;
    background-color: var(--primary);
}

    .mini-shopping-cart .cart-button:hover {
        background-color: var(--primaryHover);
    }

    .mini-shopping-cart .buttons {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .opc .step {
        margin-top: 0px;
    }

    .edit-address .inputs {
        width: 504px !important;
    }

        .edit-address .inputs .text-box {
            width: 504px !important;
            max-width: 504px !important;
            background-color: #fafafa;
        }

#billing-buttons-container .new-address-next-step-button {
    width: 504px !important;
    height: 54px;
    margin-top: 20px;
    background-color: var(--primary);
    text-transform: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

    .new-billing-address .address-holder p:first-child {
        color: #202020;
        font-size: 21px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .new-billing-address .address-holder p label {
        min-width: 200px;
        color: #555;
        font-size: 14px;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .new-billing-address .address-holder p input {
        color: #555;
        font-size: 14px;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
    }

    #billing-new-address-form .field-validation-error {
        margin-top: 5px;
    }

    .ui-dialog .ui-dialog-title {
        color: #fff;
        font-size: 21px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .ui-dialog-buttonpane {
        background-color: #fff !important;
        margin-bottom: 5px;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        /*width: 24px !important;
        height: 24px !important;*/
        right: 12px !important;
        top: 12px !important;
        /*background: transparent url("../../../../Themes/DefaultClean/Content/images/images_redesign/close.svg") center no-repeat;*/
    }

    .ui-dialog .ui-dialog-content {
        padding: 16px 27px 20px;
        color: #555;
        font-size: 14px;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

.ui-dialog-titlebar {
    background-color: var(--primary);
}

    .ui-dialog {
        width: 440px !important;
        max-width: 440px !important;
    }

    .enter-address .message-error {
        margin: 0;
    }

    .tab-section.allow .number {
        color: #fff;
    }

.tab-section.allow .step-title {
    background-color: var(--primary);
}

    .section.confirm-order {
        margin: 0;
    }

    #checkout-step-confirm-order {
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
    }

    .order-review-data ul {
        padding: 0;
        background-color: transparent;
    }

    .order-review-data .title {
        color: #202020;
        font-size: 21px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .order-review-data li {
        color: #555;
        font-size: 14px;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
    }

        .order-review-data li span {
            width: 180px;
            color: #555;
            font-size: 14px;
            line-height: 28px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
        }

    #checkout-confirm-order-load form {
        display: none;
    }

    #confirm-order-buttons-container {
        margin-left: 28px;
    }

        #confirm-order-buttons-container input {
            width: 504px;
            height: 56px;
            margin-bottom: 28px;
            background-color: var(--primary) !important;
            color: #fff;
            font-size: 14px;
            line-height: normal;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            text-transform: none;
        }

            #confirm-order-buttons-container input:hover {
                background-color: var(--primaryHover) !important;
            }

    .opc .buttons .please-wait {
        margin-bottom: 28px;
        padding-left: 0;
    }

    .m-auto {
        margin: 0 auto;
        float: none !important;
    }

    .feedback-box {
        display: flex;
        margin-bottom: 20px;
    }

    .row.ratings label {
        height: auto;
        margin-right: 32px;
        overflow: visible;
    }

        .row.ratings label > input + img.smile-pic {
            height: auto;
            top: 0;
        }

    .order-completed .title {
        color: #202020;
        font-size: 21px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

        .order-completed .title strong {
            font-weight: 500 !important;
        }

    .order-completed-page .details a {
        color: #33a490;
        font-size: 14px;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        text-decoration: none;
    }

        .order-completed-page .details a:hover {
            color: var(--primaryHover);
        }

    .checkout-page .order-completed-continue-button {
        height: 44px;
        width: 200px;
        color: #fff;
        font-size: 14px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        text-transform: none;
    }

    .checkout-page .order-completed {
        margin-bottom: 0;
    }

    .feedback-text {
        color: #202020;
        font-size: 21px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .support-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 12px;
        border-top: none;
    }

        .support-list h4 {
            margin-bottom: 8px;
            color: #202020;
            font-size: 14px;
            line-height: 28px;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
        }

        .support-list p {
            color: #555;
            font-size: 14px;
            line-height: 21px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
        }

        .support-list a {
            color: var(--color);
            font-size: 14px;
            line-height: 21px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
        }

            .support-list a:hover {
                color: var(--primaryHover);
            }

    .row.ratings {
        margin-top: 0;
        padding-bottom: 32px;
    }

        .row.ratings h6 {
            margin-bottom: 28px;
            color: #202020;
            font-size: 21px;
            line-height: normal;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
        }

    #feedback-area textarea {
        max-width: 504px;
        background-color: #fafafa;
        border: 1px solid #999;
        resize: none;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

#submitter {
    width: 200px;
    height: 44px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background-color: var(--primary);
    text-transform: none;
}

    .feedback-label {
        width: 60px;
        height: 60px;
        padding: 10px;
        background-color: #fafafa;
        border-radius: 50%;
        cursor: pointer;
    }

    .row.ratings label > input:checked + .feedback-label {
        box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.16);
        border: 2px solid #d8d8d8;
    }

.print-order-button {
    position: absolute;
    right: 15px;
    padding: 11px 0;
    height: 44px;
    width: 244px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background-color: var(--primary);
    text-transform: none;
}

    .print-order-button:hover {
        background-color: var(--primaryHover);
    }

    .order-details-area ul {
        padding: 0;
        background-color: #fff;
    }

    .order-details-area .billing-info .title {
        color: #202020;
        font-size: 21px;
        line-height: normal;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .order-details-area .billing-info li {
        color: #555;
        font-size: 14px;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .order-details-page .order-overview {
        margin: 0;
        text-align: right;
    }

    .order-overview div {
        color: #555;
        font-size: 14px;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

.order-details-page .order-overview .order-total strong {
    color: var(--color);
    font-size: 14px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

    .details-cart thead {
        border-top: 1px solid #bbb;
    }

    .cart.details-cart th {
        padding-top: 12px;
        text-align: center;
    }

    .details-cart tbody td {
        padding: 23px 0;
    }

    .cart.details-cart .product a {
        color: #555;
    }

    .cart.details-cart td span {
        color: #555;
    }

    .cart.details-cart {
        margin-bottom: 0;
    }

    .section-details {
        margin-bottom: 24px;
    }

    .order-details-page .total-info {
        padding: 24px;
    }

.totals .cart-total tbody tr:last-child .cart-total-left,
.totals .cart-total tbody tr:last-child .cart-total-right {
    color: var(--color);
    font-size: 21px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

    .authenticated-item-box .authenticated-item {
        width: 100%;
        padding: 10px 0 10px !important;
        text-align: left !important;
    }

    .authenticated-item-box {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 999;
        padding: 14px 0;
        min-width: 250px;
        height: auto;
        top: 98px;
        right: 0;
        box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.16);
    }

    .menu-login-item:hover .authenticated-item-box {
        display: block;
    }

    .authenticated-item-box .authenticated-item a.ico-logout {
        margin-bottom: 0;
    }

    .ico-logout::before {
        content: "";
        position: absolute;
        left: 22px;
        width: 24px;
        height: 24px;
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/logout.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ico-account::before {
        content: "";
        position: absolute;
        left: 22px;
        width: 24px;
        height: 24px;
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/mittkonto.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .authenticated-item-box .authenticated-item .ico-logout {
        margin-left: 59px;
        height: auto;
    }

    .authenticated-item-box .authenticated-item .ico-account {
        margin-left: 59px;
        height: auto;
    }

    .authenticated-item-box .authenticated-item:hover {
        background-color: rgba(51, 164, 144, 0.1);
    }

        .authenticated-item-box .authenticated-item:hover .ico-account.menu-login,
        .authenticated-item-box .authenticated-item:hover .ico-logout.menu-login {
            color: #33a490;
        }

        .authenticated-item-box .authenticated-item:hover .ico-account::before {
            background-image: url(../../../../Themes/DefaultClean/Content/images/images_redesign/mittkonto-green.svg);
        }

        .authenticated-item-box .authenticated-item:hover .ico-logout::before {
            left: 21px;
            background-image: url(../../../../Themes/DefaultClean/Content/images/images_redesign/loggaut.svg);
        }

    .menu-login-item .fa-user:before {
        position: absolute;
        content: "";
        background-image: url(../../../../Themes/DefaultClean/Content/images/images_redesign/user-skapa.svg);
        background-position: center;
        width: 40px;
        height: 40px;
        left: 0;
    }

.create-account, .acceptPTS {
    padding: 0;
}

        .create-account input, .acceptPTS input{
            width: 16px;
            height: 16px;
            background-color: #fafafa;
            border: #c4c4c4;
        }

    .create-account span, .acceptPTS span {
        margin-left: 8px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        color: #4e4e4e;
    }

    .order-summary-content .totals .cart-total tbody tr:last-child .cart-total-left {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #555;
    }

    .address-holder p a.change-address {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        color: #33a490;
    }

    .product-info input.add-to-cart-button {
        height: 44px;
        width: 100%;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        color: #fff;
        text-transform: none;
    }

    .topic-content-large h2 {
        max-width: 820px;
        margin: 0 auto;
    }

    #ph-topic h3 {
        max-width: 820px;
        margin: 0 auto 10px;
    }

    #ph-topic h4 {
        max-width: 823px;
        margin: 10px auto;
    }

    #ph-topic ul {
        max-width: 823px;
        margin: 0 auto;
    }

        #ph-topic ul li {
            margin-left: 20px;
        }

    .topic-content-large h4 strong {
        font-size: 21px;
        line-height: normal;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }

    .topic-content-large ul {
        list-style-type: disc;
        color: #555;
    }

    .text-box p strong {
        color: #202020;
    }

    .header-poc a:hover {
        color: #fff;
    }

    .order-summary-content {
        max-width: 1250px;
        margin: 0 auto;
        padding: 24px 28px 32px;
        background-color: #fff;
    }

    .cart {
        margin: 0;
    }

    .deals {
        width: 100%;
    }

    .cart-footer .totals {
        margin-top: 24px;
        max-width: 420px;
    }

    .cart td.responsive-remove-none {
        display: none;
    }

    #checkout-steps {
        background-color: #fff;
        padding: 40px;
    }

    .enter-address .edit-address .inputs {
        margin: 0 0 32px;
    }

    .order-completed-page {
        max-width: 820px;
        background-color: #fff;
    }

        .order-completed-page .checkout-data {
            padding: 28px 32px 32px;
        }

    .bg-grey {
        background-color: #f6f5f5;
    }

    .order-completed-page .checkout-data.pb {
        padding-bottom: 0;
    }

    .order-completed-page .checkout-data.pt {
        padding-top: 0;
    }

    #before-submit {
        padding: 28px 17px 28px;
    }

    .row.ratings h6 {
        margin-top: 0;
    }

    .float-none {
        float: none;
    }

    .row.order-details-page {
        padding: 40px 25px 32px;
        background-color: #fff;
    }

    .order-details-flex {
        display: flex;
        align-items: flex-end;
        margin-bottom: 24px;
    }

    .print-order-display-block {
        display: none;
    }

    .order-overview-display-block {
        display: none;
    }

    .print-order-display-none {
        position: relative;
    }

    .sign-in-inner .form-fields .inputs {
        max-width: 504px;
    }

    .form-fields .inputs input[type="text"],
    .form-fields .inputs input[type="password"] {
        max-width: 504px;
    }

    .form-fields .inputs label {
        margin-right: 0;
    }

    .content-current div:last-child input:checked ~ article.medium {
        border-top: 1px solid #f6f5f5;
        border-bottom: 1px solid #bbb;
        z-index: 99;
    }

    .faq .tags {
        margin-bottom: 30px;
        padding-left: 0;
    }

    .customer-support ul.support-list li {
        height: auto;
        min-height: 216px;
    }

    .topic-icon-box p strong {
        margin: 10px 0 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
    }

    .form-fields.skapa-konto-form {
        padding: 40px 45px 30px;
    }

    .info-about-account {
        font-size: 16px;
        line-height: 28px;
        color: #555;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

        .info-about-account p:first-child {
            margin-bottom: 10px;
        }

    div#search-box.adr-selected div span {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #fff;
    }

    .driftinfo .row-line.hr-footer-line-box {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .driftinfo .row-line {
        max-width: 1280px;
        margin: 0 auto;
        width: 100%;
    }

    .header-lower-mobile {
        position: inherit;
        display: none;
    }

    .header-links li a.menu-services {
        display: inline-block;
        position: absolute;
        width: 40px;
        height: 40px;
        padding: 0;
        left: 50% !important;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .header-links .menu-kundservices {
        content: "";
        background-image: url(../../../../Themes/DefaultClean/Content/images/images_redesign/kundservice.svg);
        background-position: center;
    }

    .header-links .menu-driftinfo {
        content: "";
        background-image: url(../../../../Themes/DefaultClean/Content/images/images_redesign/driftinformation.svg);
        background-position: center;
    }

    .header-links .menu-services {
        font-size: 0;
    }

    .header-logo {
        margin-left: 20px;
    }

        .header-logo span {
            margin-left: 20px;
        }

    .change-address-page .address-search-result .list {
        padding-top: 1em;
        padding-left: 0;
    }

    .change-address-page .address-search-result .street-list {
        padding-left: 0;
    }

    .customer-service-box {
        float: none !important;
        max-width: 850px;
        width: 100%;
        margin: 0 auto;
    }

    .customer-service-text {
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #555;
    }

    .customer-service {
        max-width: 850px;
        width: 100%;
        margin: 0 auto 12px;
    }

        .customer-service .center-box ul {
            width: 100%;
        }

            .customer-service .center-box ul li {
                position: relative;
                height: 150px;
            }

                .customer-service .center-box ul li a {
                    padding: 80px 10px 0;
                    font-family: "Poppins", sans-serif;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: normal;
                    color: #045e4f; /*var(--color);*/
                }

    .fa-exclamation-triangle:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/felamalan-green.svg");
    }

    .fa-info-circle:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/driftinformation-green.svg");
    }

    .fa-question-circle:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/fragor-green.svg");
    }

    .fa-phone:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/bredbandsad-green.svg");
    }

    .fa-comment:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/hjalp-green.svg");
    }

    .fa-shopping-cart:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/bestalning-green.svg");
    }

    .fa-file-text-o:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/guider-green.svg");
    }

    .fa-user:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/user-green.svg");
    }

    .customer-service .center-box i.fa::before {
        position: absolute;
        content: "";
        top: 41%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 44px;
        height: 44px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .center-box ul li a:hover .fa-exclamation-triangle:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/felamalan-white.svg");
    }

    .center-box ul li a:hover .fa-info-circle:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/driftinformation-white.svg");
    }

    .center-box ul li a:hover .fa-question-circle:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/fragor-white.svg");
    }

    .center-box ul li a:hover .fa-phone:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/bredbandsad-white.svg");
    }

    .center-box ul li a:hover .fa-comment:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/hjalp-white.svg");
    }

    .center-box ul li a:hover .fa-shopping-cart:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/bestalning-white.svg");
    }

    .center-box ul li a:hover .fa-file-text-o:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/guider-white.svg");
    }

    .center-box ul li a:hover .fa-user:before {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/user-white.svg");
    }

    .product-selectors > div {
        margin: 0 !important;
    }

    .product-sorting .jDropDown {
        width: 130px !important;
    }

    .must-select-address {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        color: red;
    }

    .address-selected-subtext {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 12px;
    }

    .row.ratings h6.response {
        padding-left: 13px;
    }

    div#search-box.adr-selected a.change-address {
        background-color: transparent;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        text-transform: none;
        text-decoration: underline;
    }

        div#search-box.adr-selected a.change-address:hover {
            background: transparent;
            color: #fff;
        }

    div#search-box.adr-selected a.change-address {
        padding: 0;
        padding-left: 8px;
    }

    .no-orders-title {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        color: #202020;
    }

    .no-data {
        font-family: "Poppins", sans-serif;
        color: #555;
        font-weight: 400;
    }

    div#search-box.adr-selected div {
        line-height: normal;
    }

    .filter-padding {
        padding: 0 9px 0 0;
    }

    .login-text {
        padding-bottom: 48px;
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        color: #555;
        background-color: #fff;
    }

        .login-text .login-link {
            font-size: 14px;
            line-height: 21px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            color: var(--color);
            text-decoration: underline;
        }
    /* Chat function */


    .vocalcom-nav .btn {
        height: auto !important;
        width: auto !important;
    }

    .vocalcom-nav .nav-actions {
        margin: 0px 0 20px;
    }

        .vocalcom-nav .nav-actions .btn-nav-action {
            width: 40px;
            height: 40px;
            padding: 10px 10px;
            font-size: 16px;
            line-height: 1.33;
            border-radius: 20px;
            margin: 0 4px;
        }

        .vocalcom-nav .nav-actions .btn-primary {
            background-color: #337ab7;
            border-color: #2e6da4;
        }

        .vocalcom-nav .nav-actions .btn-warning {
            background-color: #f0ad4e;
            border-color: #eea236;
        }

        .vocalcom-nav .nav-actions .btn-default {
            background-color: #fff;
            border-color: #ccc;
        }

        .vocalcom-nav .nav-actions .btn-danger {
            background-color: #001648;
            border-color: #001648;
        }

        .vocalcom-nav .nav-actions .btn-success {
            background-color: #5cb85c;
            border-color: #4cae4c;
        }

    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
        .vocalcom-nav .nav-actions .btn-nav-action {
            width: 50px;
            height: 50px;
            padding: 13px 14px;
            font-size: 20px;
            border-radius: 25px;
        }
    }

    .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .chat-input-container
    .btn {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .chat-close-container
    .btn {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .vocalcom-nav .vocalcom-panel.call-panel .panel-footer .btn#vocalcom-call-me {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .vocalcom-nav .vocalcom-panel.call-panel .panel-footer .btn#vocalcom-free-call {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .vocalcom-nav .vocalcom-panel.information-request-panel .panel-footer .btn {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .vocalcom-nav .vocalcom-panel.videoconf-panel .panel-footer .btn {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .vocalcom-nav .panel-default .panel-heading {
        background-color: #f5f5f5;
        border-color: #ddd;
    }

    .vocalcom-nav .panel-default .panel-body {
        background-color: inherit;
    }

    .vocalcom-nav .panel-default .panel-footer {
        background-color: #f5f5f5;
        border-color: #ddd;
    }

    .vocalcom-nav label {
        color: inherit;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message .the-wave-message-
    body {
        background-color: #f5f5f5;
        border: 1px solid #dddddd;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message .the-wave-
    message-body .the-wave-message-body-container {
        font-size: 12px;
        color: #777777;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.agent .the-wave-
    message-body {
        background-color: #d9edf7;
        border: 1px solid #bce8f1;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.agent .the-
    wave-message-body .the-wave-message-body-chev {
        background-color: #d9edf7;
    }

        .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.agent .the-
        wave-message-body .the-wave-message-body-chev div {
            border-left: 1px solid #bce8f1;
        }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.agent .the-wave-
    message-info img.the-wave-message-avatar {
        border: 5px solid #d9edf7;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.supervisor .the-
    wave-message-body {
        background-color: #f9f2f6;
        border: 1px solid #f7e6ef;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.supervisor
    .the-wave-message-body .the-wave-message-body-chev {
        background-color: #f9f2f6;
    }

        .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.supervisor
        .the-wave-message-body .the-wave-message-body-chev div {
            border-left: 1px solid #f7e6ef;
        }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.supervisor .the-
    wave-message-info img.the-wave-message-avatar {
        border: 5px solid #f9f2f6;
    }

    .vocalcom-nav, .vocalcom-nav.transparent {
        background-color: unset;
        background-color: rgba(0,0,0,0);
    }

    .btn-chat::after {
        content: " Chatt ";
    }

    .btn-chat {
        background-color: #414142 !important;
        border-color: #414142 !important;
    }

    .vocalcom-nav-container {
        display: flex;
        align-items: flex-end;
        justify-content: right;
    }

    .vocalcom-nav img.nav-agent {
        position: relative;
        left: 0px;
        bottom: 0px;
        z-index: 9003;
    }

    .vocalcom-nav-element-container {
        z-index: 100000000000000;
        margin: 20px;
        left: unset;
    }

    .nav-agent {
        display: none !important;
    }

    .icon-thewave {
        display: inline-block;
        background-image: url(http://54.194.185.189/hermes_net_v5/admin/Launcher/Img/sprites.other.png);
    }

    @media(min-width: 768px) {
        .nav-agent {
            display: block !important;
        }
    }

    .nav-agent {
        display: none !important;
    }

    .vocalcom-nav .powered-by-vocalcom {
        display: none !important;
    }


    /* redesign chat */

    .vocalcom-nav .vocalcom-nav-element-container {
        right: 0;
        left: unset;
        margin-left: 0;
    }

    .vocalcom-nav .vocalcom-nav-element-container {
        bottom: 110px;
        width: 376px;
        /* height: 487px; */
    }

    .vocalcom-nav .vocalcom-panel {
        display: flex;
        flex-direction: column;
        min-width: 376px;
        width: 376px;
        max-width: 376px;
        height: 476px;
        border-radius: 10px;
        border: none;
    }

        .vocalcom-nav .vocalcom-panel.chat-panel.panel-collapsed .panel-body {
            display: flex;
            flex: 1 1;
            min-height: 160px;
            height: auto;
            max-height: none;
        }

        .vocalcom-nav .vocalcom-panel.chat-panel.panel-expanded .panel-body {
            /* display: flex; */
            min-height: auto;
            height: auto;
            max-height: none;
            flex: 1 1;
        }

    .vocalcom-nav .panel-default .panel-footer {
        background-color: #fff !important;
    }

    .vocalcom-nav .vocalcom-panel .panel-footer {
        box-shadow: none;
    }

    .vocalcom-nav .form-control {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #999;
        border: none;
        box-shadow: none;
        resize: none;
    }

    .vocalcom-nav .panel-footer {
        padding: 8px 0 8px 18px;
    }

    .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .chat-input-container textarea.the-wave-message-input {
        min-height: auto;
        height: 40px;
        max-height: none;
        width: 80%;
        max-width: 80%;
        padding: 10px;
    }

    .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .chat-input-container {
        margin-top: 0;
    }

        .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .chat-input-container .btn {
            background-color: transparent !important;
            font-size: 0;
            width: 80px;
            height: 40px;
        }

    .vocalcom-nav .btn {
        padding: 0;
    }

    .vocalcom-nav .panel-default .panel-footer {
        border-color: #dfdfdf;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .chat-input-container .btn::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateX(-50%);
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/i-send.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 16px;
        height: 16px;
    }

    .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .chat-input-container .btn-container {
        height: 40px;
    }

    .vocalcom-nav .panel-default .panel-heading {
        background: linear-gradient(270deg, #33A490 0%, #277D95 100%) !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04) !important;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .vocalcom-nav .vocalcom-panel .panel-heading .panel-icon.active {
        display: none;
    }

    .vocalcom-nav .vocalcom-panel .panel-heading .panel-icon {
        display: none;
    }

    .btn.collapse-action,
    .btn.close-service {
        display: none;
    }

    .vocalcom-nav .vocalcom-panel .panel-heading {
        position: relative;
        display: flex;
        align-items: center;
        place-content: flex-end;
        height: 75px;
        padding: 0;
    }

        .vocalcom-nav .vocalcom-panel .panel-heading::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 23px;
            transform: translateY(-50%);
            background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/i-chatt.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 26px;
            height: 26px;
        }

        .vocalcom-nav .vocalcom-panel .panel-heading::after {
            content: 'Chatta med oss!';
            position: absolute;
            top: 50%;
            left: 64px;
            transform: translateY(-50%);
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-size: 16px;
            line-height: 21px;
            color: #fff;
        }

    .close-action .icon-thewave {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/i-close.svg") !important;
        background-position: center !important;
        background-repeat: no-repeat;
        background-size: cover;
        width: 32px !important;
        height: 32px !important;
    }

        .close-action .icon-thewave:hover {
            background-color: var(--primaryHover);
            border-radius: 4px;
        }

    .vocalcom-nav .btn:active {
        box-shadow: none;
    }

    .panel-body the-wave-attachement container-fluid hidden-scroll-bar {
        display: none !important;
    }

    .panel-body the-wave-messages hidden-scroll-bar {
        display: block !important;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.agent .the-wave-message-info img.the-wave-message-avatar {
        display: none;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message .the-wave-message-body .the-wave-message-body-chev {
        display: none;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message .the-wave-message-body .the-wave-message-body-container {
        padding: 16px;
        border-radius: 4px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 20px;
        color: #fff !important;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message .the-wave-message-body {
        border: none !important;
        border-radius: 4px;
        min-height: auto;
    }

    .vocalcom-nav p {
        margin-bottom: 0;
    }

    .row.the-wave-message.clearfix.agent .col-md-10 {
        float: right;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message .the-wave-message-body span.the-wave-message-checked {
        display: none !important;
    }

.vocalcom-nav .vocalcom-panel .panel-body .the-wave-message .the-wave-message-body {
    background-color: var(--primary) !important;
}

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.agent .the-wave-message-body {
        background-color: #f5f5f5 !important;
    }

        .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.agent .the-wave-message-body .the-wave-message-body-container {
            color: #202020 !important;
        }

    .the-wave-message .icon-calendar {
        display: none !important;
    }

    .the-wave-message .icon-user {
        display: none !important;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message .edit-info span.edit-info-value {
        margin-right: 0;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message .edit-info {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 16px;
        color: #999 !important;
    }

    .icon-thewave.icon-pencil {
        display: none !important;
    }

    .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .chat-typing-status {
        margin-top: -4px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 16px;
        color: #999 !important;
    }

    .vocalcom-nav .nav-actions .btn-nav-action {
        opacity: 1 !important;
    }

    .btn-chat::after {
        content: "" !important;
    }

    .btn-chat .icon-comment-white {
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/i-chatt.svg");
        background-position: center !important;
        background-repeat: no-repeat;
        background-size: cover;
        width: 26px !important;
        height: 26px !important;
    }

.vocalcom-nav .btn.btn-chat {
    height: 60px !important;
    width: 60px !important;
    border-radius: 50% !important;
    line-height: 0 !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

    .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .chat-close-container .btn {
        width: 119px !important;
        height: 40px !important;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 14px !important;
        line-height: 20px;
        color: #fff !important;
        text-transform: none;
        border-radius: 100px !important;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message.agent .edit-info span.edit-info-value {
        margin-right: 4px;
    }

    .vocalcom-nav .vocalcom-panel .panel-heading .actions-container .btn-group-xs > .btn {
        margin: 0 20px 0 0;
    }

    .vocalcom-nav .vocalcom-panel {
        box-shadow: 0 5px 40px 0 rgb(0 0 0 / 16%);
    }

    .vocalcom-nav .vocalcom-nav-element-container {
        bottom: 120px;
        right: 20px;
    }

    .vocalcom-nav-element-container {
        margin: 0;
    }

    .vocalcom-nav .vocalcom-nav-element-container {
        position: fixed;
    }

    .panel .hidden-scroll-bar {
        overflow: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .the-wave-message .col-md-10.col-sm-12.col-xs-12 {
        margin-left: auto;
        float: none;
        width: fit-content;
        max-width: 83%;
    }

    .row.the-wave-message.clearfix.agent .col-md-10 {
        float: none;
        padding-left: 0;
        margin-right: auto;
        margin-left: 30px;
    }

    .vocalcom-nav .vocalcom-panel .panel-body .the-wave-message {
        margin-left: 0;
    }

    .agent .col-md-10::before {
        content: "";
        position: absolute;
        top: 18%;
        left: -30px;
        width: 32px;
        height: 32px;
        background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/i-profile-pic.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vocalcom-nav .form-control:focus {
        box-shadow: none;
    }

    button.btn.btn-primary.btn-nav-action.btn-chat.btn-blink:focus {
        outline: none;
    }

    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
        .vocalcom-nav .vocalcom-panel.panel-expanded {
            position: relative;
        }

        .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .chat-input-container .icon-thewave {
            display: none;
        }

        .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .btn-container .btn {
            box-shadow: none;
        }

        .vocalcom-nav .vocalcom-nav-element-container {
            margin: 20px;
        }

        .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer {
            padding: 8px 0 8px 18px;
        }

            .vocalcom-nav .vocalcom-panel.chat-panel .panel-footer .btn-container .btn.the-wave-message-send-btn {
                padding: 15px 12px;
                border: none !important;
            }

        .vocalcom-nav .vocalcom-nav-element-container {
            width: 320px;
        }

        .vocalcom-nav .vocalcom-panel.chat-panel.panel-expanded .panel-footer .chat-close-container {
            padding: 0;
        }

        .vocalcom-nav .vocalcom-panel.panel-expanded .panel-body {
            top: 80px;
        }
    }

    @media (max-width: 380px) {
        .vocalcom-nav .vocalcom-nav-element-container {
            width: 260px;
        }
    }


    /* responsive */

    #cssmenu.small-screen #menu-button.menu-opened:before {
        top: -40px;
        background: #202020;
    }

    #cssmenu.small-screen #menu-button.menu-opened:after {
        top: -30px;
        border-top: 2px solid #202020;
        border-bottom: 2px solid #202020;
    }

    #cssmenu > ul {
        margin-top: 10px;
        background-color: transparent;
        transition: all 0.5s ease-out;
    }

    #cssmenu.small-screen > ul > li {
        border-top: 1px solid rgba(196, 196, 196, 0.2);
    }

        #cssmenu.small-screen > ul > li:first-child {
            border-top: none;
        }

        #cssmenu.small-screen > ul > li:last-child a {
            padding-bottom: 0;
        }

    #cssmenu > ul > li > a {
        padding: 16px 0;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: normal;
        color: #202020;
        text-transform: uppercase;
        background-color: transparent;
    }

    #cssmenu.small-screen > ul > li > a:hover {
        color: #fff;
    }

#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover {
    background-color: var(--primaryHover);
}

    #cssmenu.small-screen #menu-button:before,
    #cssmenu.small-screen #menu-button:after {
        transition: transform 0.5s;
    }

    #cssmenu.small-screen #menu-button.menu-opened:before {
        transform: rotate(45deg);
        top: -30px;
    }

    #cssmenu.small-screen #menu-button.menu-opened::after {
        transform: rotate(135deg);
        border-bottom: none;
        top: -37px;
        right: 2px;
    }

    @media all and (min-width: 1680px) {
        .header-poc ul li:nth-child(1) {
            max-width: 440px;
        }
        /* .header-links li.menu-login-item:last-child{
    margin-right: 0;
  } */
        /* .header-logo{
    margin-left: 0;
  }
  .header-logo span{
    margin-left: 0;
  } */
    }

    @media all and (max-width: 1410px) {
        .header-navigation ul {
            width: 100%;
        }

        .header-poc ul li:nth-child(1) a.active {
            background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgb(43 136 148) 100% );
        }

        .header-poc ul li:nth-child(2) a.active {
            background: linear-gradient( 90deg, rgb(43 137 148) 0%, rgb(44 141 147) 100% );
        }

        .large-10.medium-12.small-12.columns.float-right.responsive-laptop {
            width: 77%;
        }

        .large-2.medium-12.small-12.nav-menu.columns.responsive-laptop {
            width: 23%;
        }

        .nopAjaxFilters7Spikes {
            margin-top: 287px;
        }

        .product-grid-header li:nth-child(3) {
            width: 11%;
        }

        .product-grid-header li:nth-child(6) {
            width: 10%;
        }

        .product-grid-header li:nth-child(6) {
            width: 14%;
            text-align: center;
        }

        .product-grid-header li:nth-child(8) {
            width: 2;
        }

        .product-grid-header li:nth-child(2):nth-last-child(7) {
            width: 29%;
        }
    }

    @media all and (max-width: 1366px) {
        .item-box .speed,
        .item-box .bind,
        .item-box .price,
        .item-box .start {
            padding: 0;
            width: 12%;
        }

        .item-box .desc {
            /* max-height: 110px; */
            width: 26%;
        }

        .product-grid-header li:nth-child(2) {
            width: 24% !important;
        }

        .product-grid-header li:nth-child(3) {
            width: 12%;
        }

        .product-grid-header li:nth-child(4) {
            width: 12%;
        }

        .product-grid-header li:nth-child(5) {
            width: 11%;
        }

        .product-grid-header li:nth-child(6) {
            width: 10%;
        }
    }

    @media all and (max-width: 1250px) {
        .large-10.medium-12.small-12.columns.float-right.responsive-laptop {
            width: 79%;
        }

        .large-2.medium-12.small-12.nav-menu.columns.responsive-laptop {
            width: 21%;
        }

        .header-logo {
            margin-left: 0;
        }

            .header-logo span {
                margin-left: 0;
            }
    }

    @media all and (max-width: 1080px) {
        .header-lower .row {
            width: 95%;
        }

        .header-navigation {
            margin-left: 0;
        }

        .header-links {
            margin-left: 0;
        }

        .header-poc ul li:nth-child(1) a.active {
            background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgb(42 133 148) 100% );
        }

        .header-poc ul li:nth-child(1) {
            max-width: 200px;
        }

        .customer-service-section {
            margin-left: 0;
        }

        .our-partners {
            margin-left: 0;
        }

        .large-2.medium-6.small-12.columns.my-account {
            width: 20%;
        }

        .header-poc ul li:nth-child(2) a.active {
            background: linear-gradient( 90deg, rgb(41 132 148) 0%, rgb(42 137 147) 100% );
        }
    }

    @media all and (max-width: 1024px) {
        .header-logo a img {
            width: 148px;
            height: auto;
        }

        .header-logo {
            width: auto;
            min-width: auto;
        }

        .header-navigation ul li a {
            padding: 0 16px;
        }

        div#search-box h3 {
            font-size: 32px;
        }

        .large-2.medium-6.small-12.columns.my-account {
            width: 50%;
        }

        .footer .row .columns {
            margin-bottom: 32px;
        }

        .footer .row {
            padding-bottom: 0;
        }

        .large-12.medium-6.small-12.columns.hr-footer-line-box {
            width: 100%;
            margin-bottom: 0;
        }

        .large-2.medium-12.small-12.nav-menu.columns.responsive-laptop {
            width: 100%;
        }

        .large-10.medium-12.small-12.columns.float-right.responsive-laptop {
            width: 100%;
        }

        .nopAjaxFilters7Spikes {
            margin-top: 0 !important;
        }
    }

    @media all and (max-width: 850px) {
        .header-poc ul li:nth-child(2) a.active {
            background: linear-gradient( 90deg, rgb(42 134 148) 0%, rgb(44 141 147) 100% );
        }

        .footer .title {
            margin-bottom: 15px;
        }

        div#search-box h3 {
            font-size: 32px;
        }

        .header-poc ul li:nth-child(1) {
            max-width: 160px;
        }

            .header-poc ul li:nth-child(1) a.active {
                background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgb(41 132 148) 100% );
            }

        /*.medium-6 {
        width: 100%;
    }*/

        .large-2.medium-6.small-12.columns.my-account {
            width: 100%;
        }

        .footer .row {
            width: 95%;
        }
    }

    @media all and (max-width: 770px) {
        .header-navigation ul li a {
            padding: 0 10px;
        }

        .header-navigation ul li a {
            font-size: 16px;
        }

        .header-links li {
            margin: 0 5px;
        }
    }

    @media all and (max-width: 640px) {
        .header-logo {
            width: 148px;
            margin-right: 10px;
        }

            .header-logo a img {
                width: 148px;
                height: 17px;
                position: absolute;
                left: 15px;
                top: 30px;
            }

        .header-links li {
            margin: 0 10px;
            width: auto;
        }

        .header-links .menu-login-item {
            min-width: auto;
        }

        .header-links {
            margin-left: 32px;
        }

        .header-poc ul li:nth-child(1) a.active {
            background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgb(42 135 148) 100% );
        }

        .header-poc a {
            text-transform: none;
        }

        .header-poc li {
            width: auto;
        }

        .header-lower {
            padding: 20px 0;
        }

        .header-poc ul li:nth-child(2) a.active {
            background: linear-gradient( 90deg, rgb(42 135 148) 0%, rgb(45 144 147) 100% );
        }

        .header-lower .row {
            display: block;
        }

        #cssmenu.small-screen #menu-button:before {
            top: -30px;
        }

        #cssmenu.small-screen #menu-button:after {
            top: -20px;
            height: 9px;
        }

        .footer .row .large-3 {
            width: 100%;
            text-align: left;
        }

        .footer-list-box {
            margin: 0;
        }

        .header-logo span {
            left: 15px !important;
            top: 50px !important;
        }

        .item-box {
            padding: 16px;
            margin-bottom: 16px;
            flex-direction: column;
            height: auto;
        }

            .item-box .image {
                width: 100%;
            }

            .item-box .desc {
                width: 100%;
            }

            .item-box .speed, .item-box .bind, .item-box .price, .item-box .start {
                padding: 0;
                margin-bottom: 8px;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
            }

            .item-box .buttons {
                justify-content: center;
            }

            .item-box .desc h5 {
                text-align: left;
                margin-bottom: 0;
                padding-top: 16px;
            }

            .item-box .desc p {
                padding-bottom: 8px;
            }

            .item-box .speed span, .item-box .bind span, .item-box .price span, .item-box .start span {
                color: #202020;
                font-size: 14px;
                line-height: 21px;
                font-family: "Poppins", sans-serif;
                font-weight: 600;
            }

            .item-box .product-box-add-to-cart-button {
                width: 60%;
            }

        .returning-wrapper .form-fields {
            padding: 30px 60px 0;
        }

        .inputs label {
            text-align: left;
        }

        .returning-wrapper .buttons {
            padding: 40px 60px 24px;
        }

        .cart td.product-picture {
            text-align: center;
            border-bottom: none;
            width: 100%;
        }

        .cart td.remove-from-cart {
            padding: 0;
        }

        .cart tr {
            float: none;
            width: 100%;
            margin: 0;
            border-bottom: none;
        }

        .cart-collaterals > div {
            margin: 0 auto 50px;
        }

        .cart-collaterals .coupon-code input[type="submit"] {
            width: 99%;
            margin-left: 0;
            margin-top: 10px;
        }

        .deals {
            width: 100%;
        }

        .cart-collaterals .coupon-code input[type="text"] {
            width: 99%;
        }

        #billing-buttons-container .new-address-next-step-button {
            margin-top: 24px;
            margin-bottom: 10px;
        }

        .new-billing-address .address-holder p {
            padding-left: 0;
        }

        .order-review-data ul {
            width: 100%;
        }

        .order-review-data li {
            text-align: left;
        }

        .order-details-page .order-overview {
            margin: 24px 0;
            text-align: right;
        }

        .order-details-page .cart td.product {
            border-top: none;
        }

        .order-details-page .total-info {
            margin: 0 auto;
            width: 100%;
        }

        .large-4.medium-4.small-12.columns.product-form-column {
            width: 100%;
        }

        .bar-notification-addeditem {
            width: 400px;
            padding: 12px 0 24px;
        }

            .bar-notification-addeditem .content {
                margin-bottom: 11px;
                margin-top: 46px;
                margin-right: 0;
                font-size: 16px;
            }

            .bar-notification-addeditem .btns a {
                width: 100%;
                height: 44px;
                margin: 5px 0;
            }

            .bar-notification-addeditem > .close {
                width: 24px;
                height: 24px;
            }

        .tabs nav ul li.tab-current a span {
            padding-top: 55px;
        }

        .tabs nav ul li:nth-child(1).tab-current a span::before {
            width: 50px;
            height: 50px;
            top: 35px;
            left: 50%;
            transform: translateX(-50%);
        }

        .tabs nav ul li a::after {
            width: 100px;
            height: 100px;
        }

        .tabs nav ul li:nth-child(2).tab-current a span::before {
            width: 50px;
            height: 50px;
            top: 35px;
            left: 50%;
            transform: translateX(-50%);
        }

        .tabs nav ul li:nth-child(3).tab-current a span::before {
            width: 50px;
            height: 50px;
            top: 35px;
            left: 50%;
            transform: translateX(-50%);
        }

        .tabs nav ul li a {
            height: 140px;
        }

            .tabs nav ul li a img:first-child {
                width: 50px;
                height: 50px;
            }

        .faq-container label {
            height: auto;
            font-size: 14px;
            padding: 10px 20px 10px 0;
        }

        .arrow-down {
            right: 0;
            height: 22px;
            width: 22px;
        }

        .faq-container article p {
            font-size: 13px;
            line-height: 20px;
        }

        .faq .tags span a {
            padding: 8px 12px;
        }

        .customer-support ul.support-list li:nth-child(even) {
            margin-left: 0;
        }

        .support-list p {
            word-break: break-word;
        }

        .customer-support ul.support-list li {
            height: auto;
        }

        .text-box table {
            padding: 0 !important;
            display: block;
            overflow-x: auto;
            white-space: nowrap;
        }

        .table-box {
            padding: 20px;
        }

        #ph-topic ul li {
            text-align: left;
            padding: 5px 0;
        }

        .skapa-konto-form .inputs label {
            text-align: left;
        }

        .skapa-konto-form .inputs {
            margin-bottom: 16px;
        }

        .skapa-konto-text-box {
            margin-top: 40px;
        }

        .all-level .large-2 {
            float: none;
            margin: 0 auto 24px;
            padding: 0 15px 15px;
        }

        .all-level .block .title {
            padding: 10px 0 10px 0;
            margin: 0;
            background-color: #fff;
        }

        .order-summary-content {
            margin: 0 15px;
            padding: 0;
            background-color: transparent;
        }

        .cart td.responsive-remove-none {
            display: inline-block;
            width: 49%;
            margin: 0;
            text-align: right;
        }

        .cart td.responsive-remove-block {
            display: none;
        }

        .cart td {
            border-width: 0;
            padding-left: 0;
        }

        .order-summary-content .cart .product {
            text-align: left;
            width: 49%;
            margin: 0 auto;
            display: inline-block;
        }

        .cart td.agreement {
            text-align: left;
        }

        .cart td.activation-date .td-title {
            width: 100%;
            display: inline-block;
            margin-bottom: 4px;
        }

        .cart td.activation-date {
            text-align: left;
        }

        .cart td.bindtime,
        .cart td.start-fee,
        .cart td.subtotal {
            display: flex;
            justify-content: space-between;
            padding: 5px 0;
        }

        .cart td.agreement {
            padding-top: 0;
        }

        .cart-footer.row {
            background-color: #fff;
            padding: 16px;
            margin-top: 16px;
        }

        .cart-collaterals {
            padding-top: 0;
            margin-bottom: 0;
        }

        .table-wrapper {
            padding: 16px;
            background-color: #fff;
        }

        .cart-collaterals .title {
            text-align: left;
        }

        .cart-collaterals .hint {
            text-align: left;
        }

        .cart-footer .totals {
            padding: 0;
            margin-bottom: 0;
            background-color: #fff;
        }

        .cart-footer .total-info {
            background-color: #f6f5f5;
            margin-bottom: 20px;
            padding: 17px 12px;
        }

        .container-order {
            padding-left: 15px;
            padding-right: 15px;
        }

        .mb-16 {
            margin-bottom: 16px;
        }

        .checkout-page.order-completed-page .buttons {
            margin-bottom: 0;
        }

        .order-completed-page .checkout-data {
            padding: 16px;
        }

            .order-completed-page .checkout-data.pt {
                padding-top: 16px;
            }

        #before-submit {
            padding: 0;
        }

        .mt-16 {
            margin-top: 16px;
        }

        .print-order-display-none {
            display: none;
        }

        .print-order-display-block {
            display: block;
            margin: 0 16px;
        }

        .order-overview-display-none {
            display: none;
        }

        .order-overview-display-block {
            display: block;
        }

        .container-details {
            padding: 0 15px;
        }

        .order-details-flex {
            background-color: #fff;
            padding: 16px 1px;
        }

        .cart td.product {
            text-align: left;
        }

        .details-cart tbody td {
            text-align: left;
            padding: 0 0 8px;
        }

            .details-cart tbody td .td-title {
                width: fill-available;
                width: -webkit-fill-available;
                width: -moz-available;
                display: block;
            }

        .cart.details-cart td span {
            width: fill-available;
            width: -webkit-fill-available;
            width: -moz-available;
            display: block;
        }

        .padding-row {
            padding: 0;
            margin-bottom: 40px;
            background-color: #fff;
        }

        .section-details {
            margin-bottom: 0;
        }

        .section.totals {
            margin: 0 15px 20px;
        }

        .print-order-button {
            position: static;
            width: 100%;
        }

        .row.order-details-page {
            padding: 0;
            background-color: transparent;
        }

        .header-lower .row {
            width: 100%;
        }

        #cssmenu > ul > li > a {
            padding: 16px 0 16px 16px;
        }

        .product-selectors .product-sorting select {
            position: relative;
            min-width: 120px;
        }

        .product-selectors select {
            margin: 0;
        }

        .product-sorting::before {
            right: 140px;
        }

        .details-padding {
            padding: 0 15px;
        }

        .hr-line {
            margin: 0 15px;
        }

        .filter-header {
            display: block;
        }

        .cart-collaterals .deals .info-about-account {
            text-align: left;
        }

        .cart-footer .totals {
            margin-top: 0;
        }

        .info-about-account {
            font-size: 14px;
        }

        #checkout-steps {
            padding: 0;
            background-color: transparent;
        }

        .enter-address .edit-address .inputs {
            margin: 0 0 28px;
        }

        .enter-address .edit-address {
            padding: 24px 0;
        }

        #checkout-step-confirm-order {
            background-color: #fff;
        }

        .skapa-container {
            padding-left: 15px;
            padding-right: 15px;
        }

        .form-fields.skapa-konto-form {
            padding: 16px 1px;
        }

        .form-fields-password-recovery {
            padding: 30px 15px;
        }

        .fieldset-password-recovery .inputs .email {
            margin-bottom: 24px;
        }

        .change-address-page .address-search-result .street-number-list {
            padding: 8px 0 0 0;
        }

        .item-box .buttons {
            margin-top: 8px;
        }

        .product-box-add-to-cart-button.tooltip:hover:before {
            display: none;
        }

        .product-box-add-to-cart-button.tooltip:hover:after {
            display: none;
        }

        .nopAjaxFilters7Spikes {
            margin-top: 0 !important;
        }

        .driftinfo-column-Outage .driftinfo-item {
            margin-right: 0;
        }

        .driftinfo-column-Planned .page-title {
            margin-left: 0;
        }

        .driftinfo-column-Planned-text {
            margin-left: 0;
        }

        .driftinfo-column-Planned .driftinfo-item {
            margin-left: 0;
        }

        .header-links li.menu-login-item, .header-links li.menu-shopping-item {
            height: 28px;
        }

        .header-links li.menu-login-item, .header-links li.menu-shopping-item {
            width: 40px;
            height: 40px;
        }

        .filter-header {
            display: block;
        }

        .header-logo > a {
            display: block;
            width: 100%;
            position: static;
            height: 100%;
            z-index: 99;
        }

        .address-search-result .street-list {
            padding: 0;
        }

        .address-search-result .street-number-list {
            padding: 0;
        }

        .address-search-result .apartment-number-list {
            padding: 0;
        }

        #cssmenu.small-screen > ul > li:last-child a {
            padding-bottom: 16px;
        }

        .overview .image {
            width: 100%;
            margin: 0 0 20px 0;
            text-align: center;
        }

        .overview .short-description {
            width: 100%;
        }

        .filter-padding {
            padding: 0;
        }

        .form-sign-in .inputs .email {
            margin-bottom: 28px;
        }

        .filter-header {
            display: flex;
            border-top: none;
            border-bottom: none;
            color: #202020;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            font-family: "Poppins", sans-serif;
        }

            .filter-header span {
                font-family: "Poppins", sans-serif;
                color: #202020;
                padding-left: 38px;
            }

            .filter-header::before {
                content: "";
                position: absolute;
                background-image: url("../../../../Themes/DefaultClean/Content/images/images_redesign/filter.svg");
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                width: 26px;
                height: 22px;
            }

            .filter-header i {
                display: none;
            }

        .large-2.medium-12.small-12.nav-menu.columns.responsive-laptop.filter-padding {
            padding-left: 15px;
            padding-top: 10px;
            padding-right: 15px;
        }

        .page-title.hidden {
            display: inline-block;
            position: absolute;
            right: 15px;
            top: -35px;
        }

        .product-selectors .product-sorting {
            display: flex;
            justify-content: flex-end;
        }

            .product-selectors .product-sorting select {
                position: absolute;
            }

        .page-title {
            padding: 0;
        }

        .filtersPanel {
            padding: 15px 15px 1px;
            margin-bottom: 50px;
        }
    }

    @media all and (max-width: 600px) {
        .edit-address .inputs .text-box {
            width: 100% !important;
            max-width: 300px !important;
        }

        #billing-buttons-container .new-address-next-step-button {
            width: 300px !important;
        }

        .edit-address .inputs {
            width: 300px !important;
        }

        #confirm-order-buttons-container input {
            width: 300px;
            height: 44px;
        }

        .order-list-page .section {
            min-width: 200px;
        }

        .account-page.change-address-page #search-box #address-search-field {
            width: 300px;
        }

        .change-address-page .large-12.medium-12.small-12.columns span {
            width: fill-available;
            width: -webkit-fill-available;
            width: -moz-available;
        }

            .change-address-page .large-12.medium-12.small-12.columns span.notranslate {
                width: fill-available;
                width: -webkit-fill-available;
                width: -moz-available;
            }

        .new-billing-address .address-holder p input {
            padding-left: 0;
        }

        .order-summary-content {
            margin-bottom: 15px;
        }

        .order-review-data ul {
            padding-top: 10px;
        }

        #confirm-order-buttons-container {
            margin-left: 15px;
        }
    }

    @media all and (max-width: 510px) {
        .new-billing-address .address-holder p label {
            min-width: 150px;
        }

        .opc .allow .step-title .number {
            font-size: 16px;
        }

        .opc .allow .step-title .title {
            font-size: 16px;
        }

        .opc .step-title .number {
            font-size: 16px;
        }

        .opc .step-title .title {
            font-size: 16px;
        }

        .order-review-data li span {
            min-width: fill-available;
            min-width: -webkit-fill-available;
            min-width: -moz-available;
        }

        .bar-notification-addeditem {
            width: 340px;
            padding: 20px 16px 32px;
        }

            .bar-notification-addeditem > .close {
                width: 24px;
                height: 24px;
                margin: 20px;
            }

            .bar-notification-addeditem .content {
                font-size: 16px;
            }

        .change-address-page {
            padding: 15px 15px 32px 15px;
        }

        .faq .tags span a {
            display: inline-block;
            margin-bottom: 5px;
        }

        .header-poc ul li:nth-child(1) {
            max-width: none;
        }

            .header-poc ul li:nth-child(1) a {
                text-align: center;
            }

                .header-poc ul li:nth-child(1) a.active {
                    background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgb(45 144 146) 100% );
                }

        .header-poc li {
            width: 100%;
        }

        .header-poc ul li:nth-child(2) a.active {
            background: linear-gradient( 90deg, rgb(45 144 146) 0%, rgb(51 164 144) 100% );
        }

        .header-links-list {
            justify-content: space-evenly;
        }

        .header-lower-desktop .header-links {
            display: none;
        }

        .header-lower-mobile {
            display: block;
            padding: 10px 0;
        }

        .header-lower.header-lower-desktop {
            padding-bottom: 20px;
            padding-top: 0;
        }

        #cssmenu.small-screen #menu-button:before {
            top: 0;
        }

        #cssmenu.small-screen #menu-button:after {
            top: 10px;
        }

        #cssmenu.small-screen #menu-button {
            margin-right: 30px;
        }

        .header-logo a img {
            left: 0;
            top: 0;
        }

        .header-logo span {
            left: 30px !important;
            top: 20px !important;
        }

        #cssmenu.small-screen #menu-button.menu-opened::after {
            top: -47px;
        }

        #cssmenu.small-screen #menu-button.menu-opened:before {
            top: -40px;
        }

        #cssmenu > ul {
            margin-top: 50px;
        }

        .header-links {
            margin-left: 0;
        }

        .header-logo > a {
            position: relative;
            left: 30px;
        }
    }

    @media all and (max-width: 450px) {
        .footer .row {
            width: 100%;
        }

        .header-poc ul li:nth-child(1) a.active {
            background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgb(43 139 147) 100% );
        }

        #cssmenu.small-screen #menu-button:before {
            right: 10px;
        }

        #cssmenu.small-screen #menu-button:after {
            right: 10px;
        }

        #cssmenu.small-screen #menu-button.menu-opened::after {
            right: 13px;
        }

        .header-poc ul li:nth-child(2) a.active {
            background: linear-gradient( 90deg, rgb(43 139 147) 0%, rgb(47 151 146) 100% );
        }

        #address-search-field {
            padding: 12px 20px;
            font-size: 16px;
            line-height: 28px;
        }

        .hr-footer-line-box {
            margin-top: 8px;
        }

        .item-box .product-box-add-to-cart-button {
            width: 100%;
        }

        .returning-wrapper .form-fields {
            padding: 0px 15px 0;
        }

        .returning-wrapper .buttons {
            padding: 24px 15px;
        }

        .new-billing-address .address-holder p input {
            padding-left: 0;
            padding-top: 0;
        }

        .page-title h1 {
            font-size: 28px;
        }

        .order-completed .title {
            font-size: 18px;
        }

        .checkout-page.order-completed-page .buttons {
            margin: 10px 0 20px;
        }

        .feedback-text {
            font-size: 18px;
        }

        .row.ratings h6 {
            font-size: 18px;
        }

        .row.ratings label {
            margin-right: 18px;
        }

        .support-img {
            margin: 0 auto 10px;
            width: 120px;
            height: 120px;
        }

        .support-item {
            flex-direction: column;
        }

        .all-level .large-10.account-page {
            padding: 14px 24px 20px 24px;
        }

        .all-level .form-fields .inputs {
            margin-bottom: 16px;
        }

            .all-level .form-fields .inputs.phone-acc-profile {
                margin-bottom: 32px;
            }

        .all-level .large-10.account-page.remove-account-page {
            padding: 0;
        }

        .remove-account-page .remove-account-text {
            margin-bottom: 24px;
        }

        .header-poc ul li:nth-child(1) a {
            text-align: center;
        }

        .header-poc ul li:nth-child(2) a.active {
            background: linear-gradient( 90deg, rgb(45 145 146) 0%, rgb(51 164 144) 100% );
        }

        .header-poc ul li:nth-child(1) a.active {
            background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgb(45 144 146) 100% );
        }

        .header-links-list {
            justify-content: space-evenly;
        }

        .header-logo {
            margin-right: 50px;
        }

        .customer-service .center-box ul li a {
            padding: 85px 10px 0;
            font-size: 14px;
            letter-spacing: -0.2px;
        }
    }

    @media all and (max-width: 430px) {
        .header-logo {
            margin-right: 40px;
        }
    }

    @media all and (max-width: 414px) {
        .opc .step-title .number, .opc .step-title .title {
            padding: 14px 0;
        }

        .opc .allow .step-title .number {
            font-size: 14px;
        }

        .opc .allow .step-title .title {
            font-size: 14px;
        }

        .opc .step-title .title {
            font-size: 14px;
        }

        .opc .step-title .number {
            font-size: 14px;
        }

        .header-logo {
            margin-right: 20px;
        }
    }

    @media all and (max-width: 380px) {
        .header-poc ul li:nth-child(1) a.active {
            background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgb(44 141 147) 100% );
        }

        .header-links {
            margin-left: 0;
        }

            .header-links li {
                margin: 0 8px;
            }

        .header-logo {
            margin-right: 17px;
        }

        .header-poc ul li:nth-child(2) {
            max-width: 220px;
            width: 100%;
        }

            .header-poc ul li:nth-child(2) a.active {
                background: linear-gradient( 90deg, rgb(44 142 147) 0%, rgb(51 164 144) 100% );
            }

        .edit-address .inputs .text-box {
            width: 100% !important;
            max-width: 250px !important;
        }

        #billing-buttons-container .new-address-next-step-button {
            width: 250px !important;
        }

        #confirm-order-buttons-container input {
            width: 250px;
        }

        .tab nav ul li a span {
            text-transform: none;
        }

        .bar-notification-addeditem {
            width: 320px;
        }

        .account-page.change-address-page #search-box #address-search-field {
            width: 250px;
        }

        .eu-cookie-bar-notification {
            height: 105px;
        }

            .eu-cookie-bar-notification .text {
                line-height: 16px;
            }

        .row.ratings label {
            margin-right: 6px;
        }

        .totals .cart-total tbody tr:last-child .cart-total-left, .totals .cart-total tbody tr:last-child .cart-total-right {
            font-size: 18px;
        }

        .order-details-page .total-info {
            padding: 18px;
        }

        .header-links li {
            margin: 0 4px;
        }

        .product-form-column {
            padding: 24px 14px;
        }

        .customer-service .center-box ul li a {
            word-break: break-word;
        }
    }

    @media all and (max-width: 340px) {
        .tabs nav ul li a::after {
            width: 90px;
            height: 90px;
        }

        .header-logo {
            margin-right: 5px;
        }

        .header-links li {
            margin: 0;
        }

        #cssmenu.small-screen #menu-button {
            margin-right: 5px;
        }

        .button-2.pdf {
            padding: 0 20px;
        }

        .bar-notification-addeditem {
            width: 288px;
        }
    }

    @media all and (max-width: 320px) {
        .header-poc ul li:nth-child(1) a.active {
            background: linear-gradient( 90deg, rgba(39, 125, 149, 1) 0%, rgb(45 145 147) 100% );
        }
    }




    /* The message box is shown when the user clicks on the password field */
    #message {
        display: none;
        background: #f1f1f1;
        color: #000;
        position: relative;
        padding: 20px;
        margin-top: 10px;
    }

        #message p {
            padding: 10px 35px;
            font-size: 18px;
        }

    /* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: var(--color);
}

        .valid:before {
            position: relative;
            left: -35px;
            content: "✔";
        }

    /* Add a red text color and an "x" when the requirements are wrong */
    .invalid {
        color: #d92727;
    }

        .invalid:before {
            position: relative;
            left: -35px;
            content: "✖";
        }

    .new-password-button {
        margin-top: 20px !important;
    }

    .psw-requierment {
        margin-top: 23px !important;
        margin-left: 50px;
    }

        .psw-requierment label {
            z-index: 1000;
            margin-left: 12px !important;
        }

    .psw-container {
        display: flex !important;
        flex-direction: row !important;
        background-color: #fff;
        justify-content: center;
    }

.hardware {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 200px;
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 20px;
    z-index: 1000;
    margin-left: -150px;
    margin-top: -150px;
    border:1px solid var(--primary);
}

    .hardware div {
        position: relative;
        background-color: var(--primary);
        width: 300px;
        height: 40px;
        text-align: end;
        line-height: 40px;
        border-radius: 20px 20px 0 0;
    }

        .hardware div span {
            position: relative;
            right: 10px;
            cursor: pointer;
        }

    .hardware p {
        margin: 20px;
        justify-content: center;
        text-align: center;
    }
    .hardware button{
        margin-left: 120px;
    }

    .hardware .fa {
        color:#fff;
    }

.pts-info-box {
    color: orangered !important;
    font-size: 11px !important;
    margin-top: -20px;
    margin-bottom: 15px;
}

#totals-side {
    display: flex;
    justify-content: space-between;
}

#monthly-fee-discount-format {
    text-align: center !important;
    width: 100% !important;
}

#product-box-button {
    justify-content: center !important;
    margin: 0 0 0px;
}

#monthly-price-after {
    font-size: 10px !important;
}

#monthly-price-after-details {
    font-size: 10px !important;
}

#campaign-product-warning {
    font-size: 10px !important;
    color: orangered !important;
    margin-bottom: 15px;
}

#campaign-td {
    border-spacing: 0px;
}

.zitius-back-to-zmarket {
    padding: 10px 20px; /* Padding for spacing */
    text-align: right; /* Aligns the content to the right */
    font-size: 16px;
    line-height: 28px;
    color: #33a490;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-decoration: underline;
}

.screenreader-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.product-information-in-list {
    font-size: 14px;
    color: #202020;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    cursor: default;
}

.product-title-in-list {
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #202020 !important;
}

.product-previous-startfee {
    text-decoration: line-through;
    font-size: 14px;
    color: #202020;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.product-previous-monthlyfee {
    font-size: 10px !important;
}

/* Style the dialog box container */
#dialog-confirm-redirect {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #00ab8e;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    /* Style the title of the dialog box */
    #dialog-confirm-redirect .ui-dialog-title {
        font-weight: bold;
        color: #fff;
    }

    /* Style the message text */
    #dialog-confirm-redirect p {
        margin: 0;
        padding-left: 20px;
        color: #000;
    }

    /* Style the icon (alert icon) */
    #dialog-confirm-redirect .ui-icon-alert {
        font-size: 30px;
        color: #fff; /* White icon color to match text */
        margin-top: 4px;
    }

    /* Style for dialog buttons */
    #dialog-confirm-redirect .ui-dialog-buttonpane {
        text-align: right;
        padding: 10px;
        background-color: #00ab8e;
        border-top: 1px solid #009688;
    }

        .ui-dialog[aria-describedby="dialog-confirm-redirect"] .ui-dialog-buttonpane {
            background: #FFF !important;
            position: relative !important;
        }

            .ui-dialog[aria-describedby="dialog-confirm-redirect"] .ui-dialog-buttonpane .ui-button-text {
                color: white;
            }

    /* Change hover effect for buttons */
    #dialog-confirm-redirect .ui-button:hover {
        opacity: 0.9;
        cursor: pointer;
    }

    /* Style the close button (X) */
    #dialog-confirm-redirect .ui-dialog-titlebar-close {
        background-color: #ecf0f1;
        border: none;
        color: #333;
    }

        #dialog-confirm-redirect .ui-dialog-titlebar-close:hover {
            background-color: #00ab8e;
            color: white;
        }

.ui-dialog .ui-dialog-buttonpane {
    background-color: #FFF !important;
    margin-top: 0px !important;
}

#issue-warning {
    font-weight: 300 !important;
    font-size: larger !important;
    color: white !important;
}

#apartment-option {
    color: #4D4D4D;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

#J_ItemsList {
    position: absolute; /* Detach from the container */
    top: 100%; /* Position right below the search field */
    left: 0; /* Align with the input field */
    width: 100%; /* Match the input width */
    max-height: 200px; /* Limit height to prevent overflow */
    z-index: 999; /* Ensure it stays above other elements */
    padding-right: 8px;
}

.address-search-result {
    position: relative;
}

#J_ApartmentTypeList {
    width: 40%;
    height: 60px;
    margin-top: 10px;
    margin-left: 9.6%;
    padding-left: 20px;
    border-radius: 5px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    color: #4d4d4d;
}

#address-search-container {
    position: relative;
    width: fit-content; /* Keeps elements aligned */
}

#region-select {
    width: 100%;
    padding: 0 !important;
}

#empty-space-address-search {
    padding-bottom: 35px;
}

.no-result {
    position: absolute;
    left: 12%
}

.item.notranslate {
    opacity: 1;
}

#J_StreetList.street-list {
    width: 82%; /* Match the input width */
}

.address-information-text {
    font-size: large !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
}

.apartment-select-wrapper {
    height: 65px;
    display: flex;
    width: 100%;
}