﻿@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-family: 'Open Sans', sans-serif !important;
}

header {
    z-index: 999;
}

i {
    text-shadow: none;
}

a {
    color: #212121;
}

    a:hover {
        text-decoration: none;
    }

    s a, a:hover, a:focus, a:visited,
    button:hover, button:visited, button:focus,
    .btn:active, .btn:focus, .btn:visited {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
        color: #212121;
    }

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif !important;
    color: #212121;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

.highlight {
    color: #c1272d;
}

p, small, .x-small, .xx-small {
    font-family: 'Open Sans', sans-serif !important;
    color: #424242;
}

p {
    font-size: 14px;
    margin-bottom: 0;
}

small, small .material-icons {
    font-size: 14px;
}

.site {
    overflow: hidden;
}

.x-small, .x-small .material-icons {
    font-size: 12px;
}

    .x-small a {
        text-decoration: underline;
    }

a.x-small:hover, a.x-small:focus {
    text-decoration: underline;
    color: #212121;
}

.ui-dialog.ui-widget {
    z-index: 9999999 !important;
}

.ui-dialog h2 {
    font-size: 26px !important;
    text-transform: none !important;
}

a.small .material-icons {
    font-size: 100%;
}

.xx-small {
    font-size: 11px;
}

.hyp-top-lvl h5 {
    line-height: 60px;
    height: calc(60px - 3px);
}

.hyp-top-lvl.has-children {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.hyp-top-lvl > i {
    font-size: 25px;
}

.tbx.tbx-main-search {
    border-radius: 50px;
    height: 45px;
    z-index: 100;
    padding-right: 20px;
}

    .tbx.tbx-main-search input {
        height: 100%;
    }

.btn:after, .btn .btn-cnt:after {
    content: none;
}

.btn.btn-search {
    background-color: transparent;
    color: #212121;
    margin-right: -1px;
    -webkit-transition: background 0.5s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 0;
}

    .btn.btn-search:after, .btn.btn-search:before {
        content: none;
    }

    .btn.btn-search:hover {
        border: none;
        background: #212121;
        color: #f5f5f5;
    }

.logo {
    height: 66px;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    -ms-flex-item-align: center;
    align-self: center;
}

    .logo a {
        width: 100%;
        height: 100%;
    }

    .logo img {
        height: 100%;
        width: auto;
        image-rendering: auto;
        /*-ms-interpolation-mode: nearest-neighbor;*/
    }

.middle-header {
    position: relative;
    height: 83px;
    margin: 0px auto 0px;
    max-width: 100%;
    z-index: 2;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .flex.center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.search {
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    background: #fff;
    padding: 15px;
    margin: 0;
    height: 70px;
}

.search-wrapper {
    padding-right: 0 !important;
}

.hyp-top-lvl {
    text-decoration: none;
    /*padding: 0 15px !important;*/
}

.basket-details-page .breadcrumbs a,
.basket-details-page .breadcrumbs i {
    visibility: hidden !important;
}

.basket-details-page .breadcrumb-list {
    margin: 0 !important;
    padding: 0 !important;
}

.basket-details-page .breadcrumbs {
    margin-bottom: 0 !important;
}


/* Navbar Titles */
.nav-item-root div.nav-wrapper > ul.nav-list .nav-item > .wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
}

.nav-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.desktop-header .nav-list:not(.nav-list-root) {
    height: 100% !important;
}

.nav-list:not(.nav-list-root) .nav-item h5 {
    padding: 0;
}

.nav-item h5 {
    text-transform: uppercase;
    font-weight: 900;
    white-space: nowrap;
}

.nav-item-root .hyp-top-lvl {
    border-width: 0 0 3px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-item-root.hover .hyp-top-lvl {
    border-bottom: 3px solid #212121 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.nav-main {
    min-height: 60px;
    height: auto;
    background: #e0e0e0;
}

.nav-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-dropdown.login {
    -ms-flex-item-align: center;
    align-self: center;
}

.center-self {
    -ms-flex-item-align: center;
    align-self: center;
}

.header-middle {
    height: 83px;
}

.flex-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer {
    background: #e0e0e0;
}

.sitemap-title {
    font-size: 1.125em;
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
}

footer .copyright {
    background: #212121;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #f5f5f5;
    padding: 0 15px;
}

    footer .copyright span {
        width: 100%;
        white-space: normal;
    }

.container.footer {
    padding: 30px 0;
}

@media screen and (max-width: 1200px) {
    .container.footer > .row > div > div {
        padding: 0 !important;
    }

    .footer div {
        text-align: center !important;
    }
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.copyright .x-small {
    color: #f5f5f5;
}

.sitemap-nav li {
    float: none;
    width: 100%;
    /*height: 24px;*/
    height: auto;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    .sitemap-nav > div {
        padding: 0 !important;
        margin: 0 !important;
        /*padding-bottom: 20px !important;*/
    }

    .sitemap-title {
        border-bottom: 0;
        border-top: 1px solid #f7f7f7;
        padding-top: 20px;
        margin-top: 20px;
    }

    .sitemap-nav > div:first-child .sitemap-title {
        border: none;
        padding: 0;
        margin: 0;
    }

    .container.footer > div.row:not(:first-child) {
        margin: 0 !important;
    }

    .footer-images a:last-child {
        margin-right: 0 !important;
    }

    .footer-images a {
        width: 40px !important;
        height: 40px !important;
        font-size: 24px;
    }

    .footer-images img {
        width: 40px !important;
        margin-right: 0 !important;
    }
}

.sitemap-childrens a {
    font-size: 14px !important;
}


.sitemap-childrens .x-small {
    /*line-height: 24px;*/
    line-height: 20px;
}

.promo {
    background: #000000;
    width: 100%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: pre-wrap;
    text-align: center;
    padding: 10px 15px;
}

    .promo h3 {
        color: #f5f5f5;
    }

        .promo h3 a {
            color: #f5f5f5;
            text-decoration: underline;
        }

            .promo h3 a:hover {
                opacity: 0.6;
            }

.basket {
    height: auto;
    vertical-align: auto;
    white-space: normal;
}

.header-top {
    height: 40px;
}

.login.top-dropdown {
    height: 50px;
}

    .login.top-dropdown .opener:before {
        content: none;
    }

    .login.top-dropdown .opener:after {
        content: none;
    }

    .login.top-dropdown .opener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .login.top-dropdown a:hover {
        background-color: transparent;
        text-decoration: underline;
        color: #212121;
    }

    .login.top-dropdown .summary > div {
        border: none;
    }

    .login.top-dropdown .summary a {
        line-height: normal;
    }

.row.header-top {
    padding-top: 7px;
}

    .row.header-top .support-message {
        width: 100%;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
    }

.nav-wrapper .img-in-row {
    margin-left: auto;
}

.icon-container {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    color: #212121;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
}

    .icon-container .fa {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        width: 100%;
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: large;
    }

.top-dropdown:hover .icon-container, .lgp-basket:hover .icon-container, .top-dropdown.hover .icon-container, .lgp-basket.hover .icon-container {
    color: #f5f5f5;
    background: #212121;
    cursor: pointer;
}

.content-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -ms-flex-item-align: center;
    align-self: center;
}

.lgp-basket {
    width: 100%;
    margin: 7px 0;
}

.over-summary .hyp:before {
    content: none;
}

.over-summary {
    padding: 0;
    width: 100%;
}

    .over-summary .hyp {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.lgp-basket i {
    /*padding-left: 4px;
    padding-top: 4px;*/
    font-size: 18px;
}

.basket-summary {
    top: calc(100% - 8px);
    margin-top: 7px;
}

.flexi-row {
    overflow: hidden;
    margin-bottom: 60px;
}

    .flexi-row img.fr-fin.fr-dib {
        width: 100%;
    }

    .flexi-row .html-wrapper * {
        color: #212121;
    }

    .flexi-row .html-wrapper a {
        text-decoration: underline;
    }

        .flexi-row .html-wrapper a:hover {
            font-weight: bold;
        }

    .flexi-row .columns-general.flow-img-tiles {
        padding: 0;
    }


.btn.btn-header {
    padding: 0;
    background: none;
    border: none;
    color: #212121;
}

.mobile-header {
    background: #fff;
    height: 70px;
    border-bottom: 1px solid #e0e0e0;
}


    .mobile-header .logo {
        margin: 0;
        height: 70px;
        display: -webkit-box;
        display: flex;
        display: -ms-flexbox;
    }

        .mobile-header .logo a {
            height: 100%;
            display: -webkit-box;
            display: flex;
            display: -ms-flexbox;
        }

        .mobile-header .logo img {
            max-height: 100%;
            display: -webkit-box;
            display: flex;
            display: -ms-flexbox;
        }

.margin-center {
    margin: 0 auto;
}

.btn.btn-menu {
    padding: 0;
    border: none;
    outline: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    width: 70px;
    height: 70px;
    background: none;
    font-size: 24px;
    color: #212121;
    text-shadow: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn.btn-menu i {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .btn.btn-menu:active, .btn.btn-menu:focus {
        outline: none;
        border: none;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

.scrolled {
    display: none;
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    z-index: 90;
}

.desktop-header {
    z-index: 100;
}

.header-scrolled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header-scrolled, .header-scrolled .logo, .header-scrolled .cols {
        height: 70px;
    }

        .header-scrolled .logo a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
        }

            .header-scrolled .logo a img {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                height: auto;
            }

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
}

    .btn.btn-xs {
        font-size: 11px;
        padding: 15px 10px;
        line-height: 0 !important;
    }

    .btn.btn-sm {
        font-size: 12px;
        padding: 20px 20px;
        line-height: 0 !important;
    }

    .btn.btn-md {
        font-size: 14px;
        padding: 18px 13px;
        line-height: 0 !important;
    }

    .btn.btn-lg {
        font-size: 14px;
        padding: 20px 15px;
        line-height: 0 !important;
    }

.btn-default, .btn-primary, .btn-danger, .btn-success {
    /*transition: text-shadow 0.5s ease;*/
    outline: 0;
}

    .btn-default, .btn-primary, .btn-danger, .btn-success,
    .btn-default:hover, .btn-primary:hover, .btn-danger:hover,
    .btn-success:hover .btn-default:focus, .btn-primary:focus, .btn-danger:focus, .btn-success:focus,
    .btn-default:active, .btn-primary:active, .btn-danger:active, .btn-success:active,
    .btn-default:focus, btn-default:active, .btn-default:hover, .btn-default:active:hover,
    .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled]:focus,
    .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:active, .btn-primary:disabled:focus,
    .btn-danger:disabled, .btn-danger:disabled:hover, .btn-danger:disabled:active, .btn-danger:disabled:focus,
    .btn-success:disabled, .btn-success:disabled:hover, .btn-success:disabled:active, .btn-success:disabled:focus,
    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        border-radius: 4px;
        border-width: 2px;
        border-style: solid;
        border-color: #212121;
        font-family: "Montserrat", sans-serif;
        text-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
    }

        .btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled]:focus {
            background-color: #212121 !important;
            color: #f5f5f5 !important;
            outline: 0 !important;
        }

            .btn-default:hover,
            .btn-default:focus {
                opacity: 0.8;
            }

            .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled]:focus {
                opacity: 0.7;
            }

        .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            background-color: #fff;
            color: #212121;
            outline: 0;
        }

        .btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
            background-color: #22b573;
            color: #f5f5f5;
            outline: 0;
        }

        .btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
            background-color: #c1272d;
            color: #f5f5f5;
            outline: 0;
        }

            .btn-primary:hover, .btn-danger:hover, .btn-success:hover,
            .btn-primary:focus, .btn-danger:focus, .btn-success:focus {
                /* Hover primary */
                color: #757575 !important;
                border-color: #757575 !important;
            }

.btn-view {
    width: unset;
    height: unset;
    margin: 0;
}

.btn-listview {
    background: transparent;
    border: 1px solid #212121;
    color: #212121;
    border-radius: 0;
    font-size: 20px;
    text-shadow: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0;
    width: 32px;
    height: 32px;
}

    .btn-listview i {
        line-height: 32px;
    }

    .btn-listview.btn:hover,
    .btn-listview.btn.hover,
    .btn-listview.btn:focus {
        background-color: unset;
        border-color: unset;
        color: unset;
    }

    .btn-listview.active {
        background: white;
        color: black;
        border-color: #212121;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-listview:not(.active) {
        border-color: grey;
        color: grey;
    }

    .btn-listview.btn:not(.active):hover,
    .btn-listview.btn:not(.active).hover,
    .btn-listview.btn:not(.active):focus {
        background-color: unset;
        border-color: grey;
        color: grey;
    }

    .btn-listview:not(:first-child) {
        margin-left: 10px;
    }

.btn-view.to-list:before, .btn-view.to-grid:before {
    content: none;
}

.breadcrumbs {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 20px;
    margin-bottom: 45px;
}

    .breadcrumbs li.current {
        text-decoration: underline;
    }

    .breadcrumbs .go-back {
        text-transform: uppercase;
    }

@media screen and (max-width: 450px) {
    .breadcrumbs,
    .breadcrumbs .go-back,
    .breadcrumbs .breadcrumb-list {
        display: block;
        width: 100%;
    }

    .product-details-page .breadcrumbs .breadcrumb-list,
    .basket-details-page .breadcrumbs .breadcrumb-list {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 768px) {
    #productPage .product-title {
        margin-bottom: 20px !important;
    }
}

#productPage .product-title {
    margin-bottom: 20px !important;
}

#productPage {
    margin-top: 45px;
}

.product-details-page .breadcrumbs {
    margin-bottom: 0;
}

.breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .breadcrumb-item a {
        padding: 0 5px;
    }

    .breadcrumb-item.current a {
        text-decoration: underline;
    }

.breadcrumbs .xx-small {
    text-transform: uppercase;
}

.above-content {
    padding: 5px 0;
}

    .above-content .page-title {
        text-align: center;
    }

        .above-content .page-title h1 {
            text-transform: none;
        }

.panel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .panel-header .left-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .panel-header .right-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }


.product-tile .product-title {
    font-weight: normal;
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-mode .product-tile .product-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.grid-mode .product-tile {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;*/
    padding: 0;
    padding: 15px 0;
    height: 100%;
}

    .grid-mode .product-tile:hover {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .grid-mode .product-tile .product-img {
        width: 100%;
        /*height: auto !important;*/
        max-width: 300px;
        max-height: 300px;
        padding: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .grid-mode .product-tile .product-img .hyp-thumbnail {
            width: 100%;
            height: auto;
        }

            .grid-mode .product-tile .product-img .hyp-thumbnail img {
                width: 100%;
                height: 100%;
            }

.product-tile:hover {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .product-tile .product-img {
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

    .product-tile:hover .product-img {
        opacity: 0.6;
    }
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    padding: 0;
}

.view-changer {
    padding: 0 15px;
}

.sorter-inside {
    width: unset;
}

.combined-description {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 20px; /* LES 20px + 10px from padding*/
}

.productlist-search-page .above-content {
    padding-top: 60px;
}

    .productlist-search-page .above-content h1 {
        text-transform: none !important;
    }

.shopping-cart-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-cart {
    background-color: transparent;
    border: none;
    text-shadow: none;
    color: #212121;
    border: 1px solid #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .btn-cart:hover, .btn-cart:focus, .btn-cart:active {
        background-color: #212121;
        text-shadow: 0 0 0.1px #212121;
        border: none;
        color: #f5f5f5;
        border: 1px solid #212121;
    }

    .btn-cart i {
        font-size: 18px;
    }

.btn-add-to-basket i {
    font-size: 18px;
}

.product-tile .prices {
    margin-bottom: 0;
    padding: 0 15px;
}

.product-tile .list-price + .lbl-price {
    color: #212121;
}

.product-info {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-id-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-mode .product-id-stock {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#cookies-message-container {
    display: none;
    width: 100%;
    background: #424242;
    z-index: 999;
    height: auto;
    position: fixed;
    bottom: 0;
}

    #cookies-message-container .show-more {
        display: none;
        border-top: 1px solid #212121;
        padding: 10px 0;
        width: 100%;
    }

        #cookies-message-container .show-more p {
            color: #d8d8d8;
        }

    #cookies-message-container .cookies-message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        min-height: 50px;
        color: #f5f5f5;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.cookies-message .message {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
}


.cookies-message .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px 0;
}

    .cookies-message .buttons .btn-group {
        margin-top: 1px;
    }

@media screen and (max-width: 768px) {
    #cookies-message-container > .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #cookies-message-container .cookies-message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cookies-message .message {
        width: 100%;
    }

    .cookies-message .buttons {
        width: 100%;
    }
}

.scrollable-nav {
    position: absolute;
    max-height: calc(100vh - 70px);
    top: 71px;
    left: 0;
}

@media screen and (max-width: 500px) {
    .scrollable-nav {
        left: 0 !important;
    }
}

.scrollable-nav .nav-main {
    background: #fff;
    min-height: 0px;
    height: auto;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    z-index: 1;
}

    .scrollable-nav.with-promo,
    .scrollable-nav .nav-main.with-promo {
        max-height: calc(100vh - 120px);
        max-height: calc(100vm - 70px);
    }


    .scrollable-nav .nav-main .nav-list {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

.scrollable-nav > .nav-main > .nav-list > .nav-item > a > h5,
.scrollable-nav > .nav-main > .nav-list > .nav-item > .nav-list > .nav-item > a > h5 {
    text-transform: uppercase !important;
    cursor: pointer;
}

.scrollable-nav .hyp-top-lvl.has-children {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.scrollable-nav .nav-main .nav-list.nav-list-root, .scrollable-nav .nav-main .nav-list.nav-list-sub {
    border: none;
}

.basket-action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .basket-action-buttons > a {
        margin-left: 15px;
    }

.gvi.gvi-basket thead tr {
    border-top: 1px solid #bdbdbd;
}

.btn.btn-delete {
    padding: 10px;
    border-width: 1px;
    border-radius: 0;
    border-color: #bdbdbd;
}

    .btn.btn-delete:focus, .btn.btn-delete:active {
        border-width: 1px;
        border-radius: 0;
        border-color: #bdbdbd;
    }

    .btn.btn-delete i {
        font-size: 14px;
    }

.block-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: transparent;
}

.gvi.gvi-totals {
    border: 1px solid #bdbdbd;
    text-transform: uppercase;
}

.gvi-totals tr:last-child td, .gvi-totals tr:first-child td, .gvi-totals tr.t-row-tax-line td, .gvi-totals tr.t-row-tax-amount td {
    border: none;
    padding: 5px 15px !important;
}

.gvi-totals tr.t-row-total-price:last-child td, .gvi-totals tr.t-row-total-price:first-child td {
    padding: 10px 15px;
}

.gvi th, .gvi td, .gvi tr, .gvi-border-color {
    border-color: #bdbdbd;
}

.t-row-total-price {
    border-top: 1px solid #bdbdbd;
    background: #e0e0e0;
}

    .t-row-total-price span,
    .t-row-total-price i {
        color: #212121 !important;
        font-weight: bold !important;
    }

#basket-footer {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .checkout-orderoverview-page #basket-footer {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 25px;
    }
}

.tbx-quantity.spinner-hidden-initially:not(.focused) .ui-spinner-button {
    display: block;
}

.cell-total-value, .cell-price-value,
.list-totals .total-value, .list-cart .total-value,
.gvi-totals .cell-price-value {
    min-width: 35px;
}

.gvi-basket .basket-product-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    width: 80px;
}

.gvi-basket-wrapper .mobile-rows .product-info .hyp-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.step-box {
    border: 1px solid #bdbdbd;
    background: #e0e0e0;
    margin: 30px 0;
}

    .step-box .step-title {
        padding: 15px 15px;
    }

    .step-box.special {
        border: none;
        background: none;
        padding-left: 0;
        padding-right: 0;
    }

        .step-box.special .checkout-step {
            border: 1px solid #bdbdbd;
            padding: 20px 15px 10px 15px;
            background: #fff;
        }

        .step-box.special .step-title {
            padding: 0;
            background: none;
        }

        .step-box.special .form-holder {
            padding-top: 0;
        }

        .step-box.special .form-horizontal .form-group {
            margin-left: 0;
            margin-right: 0;
        }

        .step-box.special .message-text {
            margin-bottom: 30px;
        }

.checkout-step {
    border-top: 1px solid #bdbdbd;
    padding: 10px 15px 30px 15px;
    background: #fff;
    margin-bottom: 0;
}

.lgp-radio {
    position: relative;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

    .lgp-radio input[type="radio"], .lgp-radio input[type="checkbox"] {
        position: absolute;
        visibility: hidden;
    }

    .lgp-radio .check {
        display: table;
        /*position: absolute;*/
        border: 2px solid #212121;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        margin-right: 10px;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

        .lgp-radio .check:before {
            display: block;
            position: relative;
            content: '';
            border-radius: 100%;
            height: 5px;
            width: 5px;
            top: 2px;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

    .lgp-radio input[type=radio]:hover ~ .check:before, .lgp-radio input[type=checkbox]:hover ~ .check:before {
        background: #bdbdbd;
    }

    .lgp-radio input[type=radio]:checked ~ .check:before, .lgp-radio input[type=checkbox]:checked ~ .check:before {
        background: #212121;
    }

    .lgp-radio span {
        margin-left: 5px;
        width: auto;
        align-items: center;
        display: flex;
    }

/*.lgp-radio span.cell-price-value, .lgp-radio span.currency-sign {
            margin: 0;
        }*/

.next-inside {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.step-buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
}

    .step-buttons .btn {
        margin-right: 15px;
    }

.free-shipping-container {
    border: 2px dashed #212121;
    padding: 10px 15px;
}

.myaddress-box {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #bdbdbd;
    width: auto;
    max-width: 320px;
}

    .myaddress-box .title {
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
    }

.cart-summary-content, .checkout-summary {
    border: 1px solid #bdbdbd;
}

    .cart-summary-content .cart-summary-header, .checkout-summary-title {
        border-bottom: 1px solid #bdbdbd;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 15px;
        margin-bottom: 0;
    }

    .cart-summary-content .list-wrapper {
        padding: 15px 15px 0 15px;
        margin-bottom: 0;
    }

    .cart-summary-content .list-cart li .name {
        text-transform: uppercase;
        color: #212121;
        font-family: "Monserrat", sans-serif;
        font-weight: normal;
    }

.cart-summary, .cart-summary .list-wrapper {
    margin-bottom: 20px;
}

.basket-promo-text-wrapper {
    border: 1px solid #bdbdbd;
    padding: 15px;
    margin-top: 20px;
}

.checkout-summary {
    margin-bottom: 20px;
}

    .checkout-summary .content-wrapper {
        padding: 15px;
    }

.login-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

    .login-container h3 {
        text-transform: none;
        margin-bottom: 20px;
    }

    .login-container .form-row.footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

.form-row .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.label {
    color: #212121;
    padding: 0;
    font-size: 14px;
    font-weight: 100;
    text-align: left;
}

label {
    font-weight: 100;
}

.tbx, .tar, .tbx.focused, .tar.focused {
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    width: 100%;
}

    .tbx input, .tar textarea {
        background: #fff;
    }

    .tbx.tbx-quantity {
        width: 50px !important;
    }

.form-row .validation, .form-row .description, .form-button {
    padding-left: 0;
}

.form-row .feedback-message {
    background: none;
    padding: 5px 0 5px 0;
}

.container.footer > div.row:not(:first-child) {
    margin-top: 60px;
}

#createAccountPage h1, #createAccountPage h3 {
    text-transform: none;
}

.container.nav {
    position: absolute;
    left: 0;
    right: 0;
}

.step-box:first-child {
    margin-top: 0;
}

.tbx.tbx-main-search.focused {
    border-radius: 50px;
}

.product-tile .list-price + .lbl-price.red {
    color: #c1272d;
}

.paging-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ddlb.dark .ui-selectmenu-button.ui-button {
    border: 1px solid #212121;
    background: #fff;
    border-radius: 2px;
}

.ddlb.dark .ui-selectmenu-button[aria-expanded="true"] {
    border: 1px solid #212121;
}

.ui-selectmenu-button.ui-button {
    border: 1px solid #bdbdbd;
    background: #fff;
    border-radius: 2px;
}

.ui-selectmenu-button[aria-expanded="true"] {
    border: 1px solid #bdbdbd;
}

.font-product-title {
    font-size: unset;
    white-space: normal;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.related-product-title h2 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "Monserrat", sans-serif;
    text-transform: none;
    font-size: 20px;
}

.relative-tab {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin-bottom: 0;
}

    .relative-tab h5 {
        text-transform: none;
        font-size: medium;
    }

    .relative-tab .blocks-row-item img {
        width: 130px !important;
        height: 130px !important;
    }

    .relative-tab .product-tile {
        width: 130px !important;
    }

    .relative-tab .lbl-price {
        font-size: small;
    }


@media screen and (max-width: 768px) {
    /*.productsetfilter-gallery .carousel-image-s2,
    #relatedProductsTab1 .carousel-image-s2,
    #relatedProductsTab0 .carousel-image-s2,
    #lastViewedProductsTab .carousel-image-s2 {
        margin-left: 30px;
        margin-right: 30px;
    }*/

    .slick-list .product-tile {
        margin-top: 20px;
    }

    .productsetfilter-tab-filter-wrapper,
    .productsetfilter-filters,
    .productsetfilter-tab-filter {
        margin: 0 !important;
        padding: 0 !important;
    }

        .productsetfilter-tab-filter ul {
            position: relative;
        }
}

@media screen and (min-width: 1069px) {
    .productsetfilter-gallery .slick-track {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.productsetfilter-gallery .slick-list,
#relatedProductsTab1 .slick-list,
#relatedProductsTab0 .slick-list,
#lastViewedProductsTab .slick-list {
    margin: 0 auto;
    margin-top: 20px !important;
}

.productsetfilter-gallery .slick-slide,
#relatedProductsTab1 .slick-slide,
#relatedProductsTab0 .slick-slide,
#lastViewedProductsTab .slick-slide {
    display: inline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.productsetfilter-gallery .slick-list .product-tile,
#relatedProductsTab1 .slick-list .product-tile,
#relatedProductsTab0 .slick-list .product-tile,
#lastViewedProductsTab .slick-list .product-tile {
    margin: auto auto;
}

.productsetfilter-gallery,
#relatedProductsTab1,
#relatedProductsTab0,
#lastViewedProductsTab {
    width: 100%;
    white-space: normal;
}

    .productsetfilter-gallery .product-tile,
    #relatedProductsTab1 .product-tile,
    #relatedProductsTab0 .product-tile,
    #lastViewedProductsTab .product-tile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 200px;
    }

        .productsetfilter-gallery .product-tile .product-img,
        #relatedProductsTab1 .product-tile .product-img,
        #relatedProductsTab0 .product-tile .product-img,
        #lastViewedProductsTab .product-tile .product-img {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0;
            margin: 0;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .productsetfilter-gallery .product-tile .product-img {
            height: auto !important;
        }

        #relatedProductsTab0 .product-tile .product-img {
            width: 100%;
        }

        #relatedProductsTab0 .product-tile .product-info {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column;
            height: 100%;
        }

            #relatedProductsTab0 .product-tile .product-info .product-action {
                margin-top: auto;
            }

        .productsetfilter-gallery .product-tile .product-img img,
        #relatedProductsTab1 .product-tile .product-img img,
        #relatedProductsTab0 .product-tile .product-img img,
        #lastViewedProductsTab .product-tile .product-img img {
            width: 100%;
            height: auto;
        }

        .productsetfilter-gallery .product-tile .hyp-thumbnail,
        #relatedProductsTab1 .product-tile .hyp-thumbnail,
        #relatedProductsTab0 .product-tile .hyp-thumbnail,
        #lastViewedProductsTab .product-tile .hyp-thumbnail {
            width: 100%;
            height: auto;
        }

    .productsetfilter-gallery .product-info,
    #relatedProductsTab1 .product-info,
    #relatedProductsTab0 .product-info,
    #lastViewedProductsTab .product-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .productsetfilter-gallery .product-info .product-action,
        #relatedProductsTab1 .product-info .product-action,
        #relatedProductsTab0 .product-info .product-action,
        #lastViewedProductsTab .product-info .product-action {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .productsetfilter-gallery .product-info .product-description,
        #relatedProductsTab1 .product-info .product-description,
        #relatedProductsTab0 .product-info .product-description,
        #lastViewedProductsTab .product-info .product-description {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            margin-top: 15px;
            overflow: visible !important;
        }

    .productsetfilter-gallery .mix {
        width: 100%;
    }

    .productsetfilter-gallery .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .productsetfilter-gallery .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0;
            padding: 0;
            cursor: pointer;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .productsetfilter-gallery .slick-dots li:hover {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .productsetfilter-gallery .slick-dots li button::before,
            #productPage #lastViewedProductsTab .slick-dots li button::before,
            #productPage #relatedProductsTab0 .slick-dots li button::before,
            #productPage #relatedProductsTab1 .slick-dots li button::before {
                width: 15px;
                height: 15px;
                border-radius: 7.5px;
            }

    .productsetfilter-gallery .slick-dots {
        bottom: 10px;
    }
/*.productsetfilter-gallery .mix .product-tile .product-img {
            align-items: flex-start;
        }

        .productsetfilter-gallery .mix .product-tile .product-info {
            justify-content: center;
        }

            .productsetfilter-gallery .mix .product-tile .product-info .product-description {
                display: inline-flex;
            }*/
.last-viewed .ui-tabs-nav, .checkout-offers .ui-tabs-nav, .accordion {
    border-bottom: 0;
}

.grid-mode .product-description {
    margin-top: 15px;
    margin-bottom: 5px;
}

    .grid-mode .product-description .product-title {
        text-align: center;
    }

.ui-tabs .ui-tabs-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    width: 100%;
}

.last-viewed-border {
    width: 50px;
    height: 2px;
    background: #bdbdbd;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
}

.blocks-row.products-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.tbx input {
    height: 30px;
}

.ddlb {
    height: 30px;
    width: 100%;
}

.ui-selectmenu-text {
    line-height: 30px;
}

.ddlb.dark {
    height: 32px;
}

    .ddlb.dark .ui-selectmenu-menu {
        min-height: 30px;
        border: 1px solid #212121;
        overflow: hidden;
        top: 32px !important;
        left: 0;
        width: 100%;
        border-radius: 0 0 2px 2px;
    }

        .ddlb.dark .ui-selectmenu-menu .ui-menu .ui-menu-item {
            line-height: 32px;
        }

    .ddlb.dark .ui-selectmenu-text {
        line-height: 32px;
    }

.ui-selectmenu-menu {
    min-height: 30px;
    border: 1px solid #bdbdbd;
    overflow: hidden;
    top: 30px !important;
    left: 0;
    width: 100%;
    border-radius: 0 0 2px 2px;
}

    .ui-selectmenu-menu .ui-menu .ui-menu-item {
        line-height: 30px;
    }

.ui-menu-item .ui-state-active {
    background: #e0e0e0;
}

.ui-selectmenu-button, .ui-menu {
    background: #fff;
    border: none;
}

/* SELECT 2 */
.select2-container .select2-choice, .select2-container .select2-choice:focus {
    background: #fff !important;
    border: none !important;
    border-radius: 2px !important;
    background-image: none !important;
    line-height: 30px !important;
    height: 30px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .select2-container .select2-choice .select2-arrow {
        width: 28px !important;
        border: none !important;
        background: none !important;
    }

    .select2-container .select2-choice > .select2-chosen {
        line-height: 30px !important;
    }

    .select2-container .select2-choice .select2-arrow b {
        border-top: 4px solid #4d4d4d;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -2px;
        width: auto !important;
        height: auto !important;
        background: none !important;
    }

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-drop {
    border-radius: 0 0 2px 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-drop-active {
    border: 1px solid #bdbdbd !important;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    background: #fff !important;
}
/* SELECT 2*/

.language {
    z-index: 101;
}

.search .ui-selectmenu-button, .search .ui-menu {
    top: 25px !important;
    border: 1px solid #bdbdbd;
    left: 0 !important;
    width: 100% !important;
    padding-top: 20px;
    z-index: 99;
}

.mobile-header .search .ui-selectmenu-button, .search .ui-menu {
    top: 15px !important;
}

.tbx:focus {
    border: 1px solid #bdbdbd;
}

.red, .red h5, .red h4, .red h3, .red h2, .red h1 {
    color: #c1272d !important;
}

.info-block-container {
    position: absolute;
    left: 0;
    right: 0;
    background: #e0e0e0;
}


.info-block-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .info-block-container {
        position: relative;
    }
}

@media screen and (max-width: 500px) {
    .info-block-wrapper {
        height: auto !important;
    }
}

.info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #e0e0e0;
    margin: 15px 0;
    padding: 30px 0;
    height: auto;
    width: 100%;
}

    .info-block .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .info-block .info > a,
        .info-block .info > a > .image,
        .info-block .info > .info-sub,
        .info-block .info > .info-sub > .image {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .info-block .info .image {
            width: 100%;
            border-radius: 100%;
            margin-bottom: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            overflow: hidden;
        }

            .info-block .info .image img {
                width: 60px;
                height: 60px;
            }

        .info-block .info .text {
            text-align: center;
        }

@media screen and (max-width: 600px) {
    .info-block {
        margin-top: 0;
        margin-bottom: 0;
    }

        .info-block .info {
            width: 100% !important;
            margin-bottom: 30px;
        }

            .info-block .info:last-child {
                margin-bottom: 0;
            }
}

img.fr-fin.fr-dib {
    padding: 0;
}

.columns-general.flow-img-tiles {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    table-layout: unset;
}

    .columns-general.flow-img-tiles .image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all linear 0.25s;
        transition: all linear 0.25s;
    }

        .columns-general.flow-img-tiles .image-container > a[href] {
            cursor: pointer;
        }

@media screen and (min-width: 1200px) {
    .columns-general.flow-img-tiles .image-container:hover,
    .columns-general.flow-img-tiles .image-container:focus {
        opacity: 0.6 !important;
    }
}

.columns-general.flow-img-tiles .description-container {
    margin-top: 20px;
}

    .columns-general.flow-img-tiles .description-container.empty {
        display: none !important;
    }

#flexiPage {
    padding: 0 15px;
}

    #flexiPage .info-block-wrapper {
        margin-bottom: 0;
    }

    #flexiPage .productsetfilter-main-content {
        margin-bottom: -50px;
    }

        #flexiPage .productsetfilter-main-content .productsetfilter-gallery {
            margin: 0;
        }

            #flexiPage .productsetfilter-main-content .productsetfilter-gallery ul {
                margin: 0;
            }

                #flexiPage .productsetfilter-main-content .productsetfilter-gallery ul .mix {
                    padding: 0;
                    margin: 0;
                }

                    #flexiPage .productsetfilter-main-content .productsetfilter-gallery ul .mix .slick-next {
                        margin-left: 10px;
                    }

                    #flexiPage .productsetfilter-main-content .productsetfilter-gallery ul .mix .blocks-row-item {
                        padding: 0;
                    }

                        #flexiPage .productsetfilter-main-content .productsetfilter-gallery ul .mix .blocks-row-item .product-tile {
                            width: 100%;
                            padding-left: 20px;
                            padding-right: 20px;
                            margin-left: 0;
                            margin-right: 0;
                        }

                        #flexiPage .productsetfilter-main-content .productsetfilter-gallery ul .mix .blocks-row-item:nth-child(4n) .product-tile {
                            /*margin-right: 30px;*/
                        }

                        #flexiPage .productsetfilter-main-content .productsetfilter-gallery ul .mix .blocks-row-item .product-tile .product-info {
                            padding: 0;
                            margin: 0;
                            height: 40%;
                        }

@media screen and (max-width: 1200px) and (min-width: 769px) {
    #productPage .blocks-row-item .product-tile {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@media screen and (max-width: 768px) {
    #flexiPage .productsetfilter-main-content .productsetfilter-gallery ul .mix .blocks-row-item .product-tile {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


/*.flexi-row > .html-wrapper {
    padding: 0 15px;
}*/

@media screen and (min-width: 640px) {
    .panel-header {
        width: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }

    .view-changer {
        width: unset;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .panel-header > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav-list-sub {
        position: relative;
        display: none;
        padding: 0;
    }

    .gvi-basket .upper-row td, .gvi-wish-list .upper-row td {
        padding: 10px 0;
        border: none;
    }

    .panel-footer > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .panel-footer.basket {
        padding-top: 30px;
        margin-bottom: 60px;
    }

    .nav-wrapper {
        position: relative;
    }

    .nav-item-root.hover .nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .img-in-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        vertical-align: initial;
        text-align: initial;
    }
}

@media screen and (max-width: 767px) {
    .over-summary .over-summary-number {
        font-size: 12px;
    }

    .row {
        padding: 0 15px;
    }

    .no-padding-left, .no-padding-right, .no-padding {
        /*padding-left: 15px;
        padding-right: 15px;*/
        padding: 0;
    }

    .panel-header {
        display: block;
        width: unset;
    }

        .panel-header .left-column,
        .panel-header .right-column {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .panel-footer {
        padding: unset;
        width: 100%;
        padding: 10px 15px;
    }

        .panel-footer.basket {
            padding-left: 0;
            padding-right: 0;
            display: table;
        }

        .panel-footer > .basket-action-buttons {
            width: 100%;
        }

            .panel-footer > .basket-action-buttons > a, .basket-action-buttons > a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-top: 15px;
                margin-left: 0;
            }

    .basket-action-buttons {
        width: unset;
        padding: unset;
        display: block;
    }

    .block-actions {
        padding: 0;
        margin: 0;
    }

    .gvi-basket-wrapper, .gvi-wish-list-wrapper {
        border: none;
    }

    .login-container > div:last-child {
        margin-top: 20px;
    }

    .login-container > div.border-simple-left {
        border: none;
    }

    #createAccountPage {
        margin-top: 70px;
    }

    .columns-general.flow-img-tiles > div {
        padding: 0;
        margin: 15px 0;
    }

    .columns-general.flow-img-tiles > .row {
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
    }

        .columns-general.flow-img-tiles > .row > div {
            padding: 0 !important;
            margin: 0 !important;
            margin-bottom: 30px !important;
        }

            .columns-general.flow-img-tiles > .row > div:last-child {
                margin-bottom: 0 !important;
            }
}

@media screen and (max-width: 639px) {
    .productsetfilter-tab-filter {
        width: 200px !important;
        position: relative !important;
    }

    #flexiPage .productsetfilter-tab-filter::after {
        top: 40px;
    }
}

/* Product Set List Homepage */
.productsetfilter-main-content {
    min-height: 0 !important;
}

    .productsetfilter-main-content .mix {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .productsetfilter-main-content:hover .mix {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .productsetfilter-main-content .prices {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin: 0 !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

        .productsetfilter-main-content .prices .lbl-price {
            color: #212121;
            font-weight: bold;
            /*font-size: 14px;*/
        }

    .productsetfilter-main-content .product-description {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

        .productsetfilter-main-content .product-description .product-title {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

            .productsetfilter-main-content .product-description .product-title span {
                color: #212121;
            }

    .productsetfilter-main-content .productsetfilter-filters .filter a {
        color: #212121;
        font-size: medium;
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

        .productsetfilter-main-content .productsetfilter-filters .filter a:hover {
            color: #bdbdbd;
            -webkit-box-shadow: inset 0 -2px 0 #bdbdbd;
            box-shadow: inset 0 -2px 0 #bdbdbd;
        }

@media screen and (max-width: 768px) {
    .productsetfilter-main-content .productsetfilter-filters .filter a:not(.selected) {
        color: #bdbdbd;
        -webkit-box-shadow: inset 0 -2px 0 #bdbdbd;
        box-shadow: inset 0 -2px 0 #bdbdbd;
    }
}

.productsetfilter-main-content .productsetfilter-filters .filter a.selected {
    color: #212121;
    -webkit-box-shadow: inset 0 -2px 0 #212121;
    box-shadow: inset 0 -2px 0 #212121;
}

.productsetfilter-main-content .productsetfilter-tab-filter-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.productsetfilter-main-content .productsetfilter-tab-filter {
    z-index: 3;
}

.productsetfilter-main-content .productsetfilter-fail-message {
    height: 140px;
    margin-top: 50px;
}

@media screen and (max-width: 1200px) {
    .productsetfilter-main-content .productsetfilter-filters a {
        text-align: center;
    }

    .over-summary .over-summary-number {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .productsetfilter-main-content .productsetfilter-tab-filter-wrapper {
        margin-bottom: 25px;
    }

        /*.productsetfilter-main-content .productsetfilter-tab-filter-wrapper .productsetfilter-tab-filter:not(.is-open) .productsetfilter-filters {
            box-shadow: inset 0 -2px 0 #212121;
        }*/

        .productsetfilter-main-content .productsetfilter-tab-filter-wrapper .productsetfilter-tab-filter .productsetfilter-filters {
            -webkit-box-shadow: none;
            box-shadow: none;
            z-index: 1;
        }

            .productsetfilter-main-content .productsetfilter-tab-filter-wrapper .productsetfilter-tab-filter .productsetfilter-filters .filter a.selected {
                background-color: transparent;
                /*box-shadow: inset 0 -2px 0 #212121;*/
            }

        .productsetfilter-main-content .productsetfilter-tab-filter-wrapper .productsetfilter-tab-filter::after {
            top: 26px;
        }

    .productsetfilter-main-content .productsetfilter-filters .placeholder h2 a {
        width: 100%;
    }

    .productsetfilter-main-content .productsetfilter-filters .filter h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

        .productsetfilter-main-content .productsetfilter-filters .filter h2 a {
            width: auto !important;
        }

    #flexiPage .productsetfilter-main-content .productsetfilter-gallery ul .mix .blocks-row-item .product-tile {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    #flexiPage .productsetfilter-tab-filter {
        padding-bottom: 30px;
        width: auto !important;
    }

        #flexiPage .productsetfilter-tab-filter::after {
            display: none;
        }

        #flexiPage .productsetfilter-tab-filter .productsetfilter-filters {
            text-align: center;
        }

            #flexiPage .productsetfilter-tab-filter .productsetfilter-filters .placeholder {
                display: -webkit-inline-box !important;
                display: -ms-inline-flexbox !important;
                display: inline-flex !important;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                #flexiPage .productsetfilter-tab-filter .productsetfilter-filters .placeholder::after {
                    display: block;
                    width: auto;
                    content: "\E5C5";
                    font-family: "Material Icons";
                    color: #212121;
                    font-size: 30px;
                    z-index: 4;
                }

        #flexiPage .productsetfilter-tab-filter.is-open .productsetfilter-filters .placeholder::after {
            content: "\E5C7";
        }
}

/* Newsletter Design */
@media screen and (min-width: 768px) {
    #subscribeNewsletterPage {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    #subscribeNewsletterPage .btn {
        width: 100%;
    }
}

#subscribeNewsletterPage div.h1-holder.normal-font > h1 {
    text-transform: none;
}

#subscribeNewsletterPage .semicolumn {
    margin-top: 35px;
}

/* Menu */
/*@media screen and (max-width: 768px) {
    .site > div.container {
        margin-top: 70px;
    }
}*/

/* Error page */

#notFoundPage {
    padding-top: 50px;
    padding-bottom: 60px;
}

    #notFoundPage .h1-holder {
        padding-top: 0;
    }

        #notFoundPage .h1-holder h1 {
            text-transform: none;
        }

    #notFoundPage .return-home {
        text-decoration: underline;
    }

    #notFoundPage .msg-block-error {
        color: initial;
        background-color: transparent;
        padding: 0;
    }

        #notFoundPage .msg-block-error::before {
            background: none;
        }

@media screen and (max-width: 768px) {
    #notFoundPage .h1-holder {
        margin-top: 50px;
    }
}

/* FAQ */
#faqPage {
    margin-top: 50px;
}

    #faqPage h1 {
        text-transform: none;
    }

    #faqPage .btn-show-hide {
        color: black;
        background-color: transparent;
        border: none;
    }

    #faqPage .icon-container {
        color: black;
        background-color: transparent;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        border: 2px solid #212121;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        margin-right: 20px;
    }

    #faqPage .accordion {
        border-top: 1px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd;
    }

    #faqPage .accordion-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 15px;
    }

        #faqPage .accordion-header span {
            text-transform: uppercase;
            font-size: 14px;
            font-family: 'Montserrat', sans-serif !important;
            color: #212121;
            padding: 0;
            margin: 0;
            font-weight: normal;
        }

        #faqPage .accordion-header:not(:first-child) {
            border-top: 1px solid #bdbdbd;
        }


        #faqPage .accordion-header:not(.expanded) .icon-container .mi::before {
            font-family: 'Material Icons';
            text-rendering: optimizeLegibility;
            font-feature-settings: "liga" 1;
            font-style: normal;
            text-transform: none;
            line-height: 1;
            font-size: 24px;
            width: 24px;
            height: 24px;
            display: inline-block;
            overflow: hidden;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\E145";
            background-image: none;
        }

        #faqPage .accordion-header.expanded .icon-container .mi::before {
            font-family: 'Material Icons';
            text-rendering: optimizeLegibility;
            font-feature-settings: "liga" 1;
            font-style: normal;
            text-transform: none;
            line-height: 1;
            font-size: 24px;
            width: 24px;
            height: 24px;
            display: inline-block;
            overflow: hidden;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\E15B";
            background-image: none;
        }

    #faqPage .accordion-section {
        padding-left: 68px;
        padding-right: 68px;
        padding-bottom: 15px;
    }

/* Stores List Page */
#storesPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 65px;
    margin-bottom: 100px;
}

    #storesPage .page-title {
        text-transform: none;
    }

    #storesPage .refresh-control {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 200px;
    }

        #storesPage .refresh-control i {
            font-size: 36px;
        }

    #storesPage .stores-subtitle {
        margin-bottom: 15px;
    }

    #storesPage .panel-stores {
        border-radius: 0;
    }

        #storesPage .panel-stores .panel-heading {
            background: none;
            background-color: #e0e0e0;
        }

            #storesPage .panel-stores .panel-heading > .panel-title > a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                #storesPage .panel-stores .panel-heading > .panel-title > a > span:not(.icon-locator) {
                    text-transform: none;
                }

                #storesPage .panel-stores .panel-heading > .panel-title > a .icon-locator i::before {
                    content: "\f077";
                }

                #storesPage .panel-stores .panel-heading > .panel-title > a.collapsed .icon-locator i::before {
                    content: "\f078";
                }

        #storesPage .panel-stores .panel-collapse {
            border: 1px solid #e0e0e0;
        }

    #storesPage .btn-aggregator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        #storesPage .btn-aggregator button {
            background: none !important;
            color: black !important;
            background-color: white !important;
            border: 1px solid #e0e0e0;
            border-radius: 0;
            max-height: unset !important;
            height: 100%;
            padding-bottom: 10px;
            padding-top: 10px;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            line-height: 23px !important;
        }

            #storesPage .btn-aggregator button.active {
                background: none !important;
                background-color: #e0e0e0 !important;
                color: black !important;
            }

            #storesPage .btn-aggregator button:first-child {
                margin-right: 30px;
            }

    #storesPage .stores-locale li a.active {
        text-decoration: underline;
    }

@media screen and (min-width: 768px) {
    #storesPage .stores {
        margin-right: -30px;
    }
}

#storesPage .stores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    #storesPage .stores .store-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 100%;
    }

        #storesPage .stores .store-row::before {
            display: none;
        }

        #storesPage .stores .store-row .store {
            margin-bottom: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            #storesPage .stores .store-row .store .store-body {
                background-color: #e0e0e0;
                padding: 25px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-line-pack: stretch;
                align-content: stretch;
            }

                #storesPage .stores .store-row .store .store-body span {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                #storesPage .stores .store-row .store .store-body .locale {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    border-bottom: 1px solid #f3f3f3;
                    text-transform: uppercase;
                    width: 100%;
                    display: block;
                    margin-bottom: 25px;
                    padding-bottom: 10px;
                    font-weight: 800;
                }

                #storesPage .stores .store-row .store .store-body .store-name {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    width: 100%;
                    display: block;
                    font-weight: 700;
                }

span.store-name {
    text-transform: lowercase;
}

    span.store-name:first-letter {
        text-transform: uppercase;
    }

#storesPage .stores .store-row .store .store-body button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: none;
    background: none;
    color: #212121;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    outline: none;
    border: none;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #f3f3f3;
    margin-top: 25px;
    padding-top: 10px;
    text-shadow: none !important;
}

#lgp_map_canvas {
    height: 400px;
}

#store-modal .modal-content {
    padding: 25px;
}

#store-modal .modal-body {
    padding-top: 0;
}

#store-modal .modal-header {
    border: none;
}

    #store-modal .modal-header button {
        opacity: 1;
    }

    #store-modal .modal-header .modal-title {
        font-weight: 700;
        text-transform: none;
    }

#store-modal .form-group {
    margin-bottom: 0;
}

    #store-modal .form-group .control-label {
        text-transform: uppercase;
        font-weight: 700;
        text-align: left;
    }

@media screen and (max-width: 768px) {
    #storesPage {
        margin-top: 20px;
        margin-bottom: 40px;
    }

        #storesPage .btn-aggregator {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
            margin: 0;
            margin-top: 15px;
            margin-bottom: 15px;
        }

            #storesPage .btn-aggregator button {
                margin: 0;
                width: 50%;
                height: 50px;
                line-height: 30px;
                padding: 0;
            }


                #storesPage .btn-aggregator button:first-child {
                    margin: 0;
                }

        #storesPage .stores {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            #storesPage .stores .store-row {
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                width: 100%;
            }

                #storesPage .stores .store-row .store {
                    max-width: 50%;
                }

        #storesPage .row {
            padding: 0;
        }

    #lgp_map_canvas {
        height: 400px;
    }
}

@media screen and (max-width: 500px) {
    #storesPage .stores .store-row {
        width: 100% !important;
        margin: 0;
        padding: 0 !important;
    }

        #storesPage .stores .store-row .store {
            padding: 0;
            max-width: 100%;
            width: 100%;
        }
}

#lgp_map_modal {
    height: 400px;
}

/* News Page */
@media screen and (min-width: 768px) {
    #News {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    #News #newsOverviewPage {
        margin-top: 35px;
    }
}

#News .h1-holder {
    margin-bottom: 20px;
}

#News .list-news-header > li > a {
    color: black;
    text-decoration: underline;
}

#News div.more-news {
    margin-top: 25px;
    text-decoration: underline;
    font-weight: 500;
}

#News .list-news > li {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

    #News .list-news > li .short-description {
        margin-top: 15px;
    }

#News h1 {
    white-space: normal;
}

/* Contact Us Page */
@media screen and (min-width: 768px) {
    #contactUsPage {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

#contactUsPage h1,
#contactUsPage h2 {
    text-transform: none;
}

#contactUsPage h2 {
    margin-bottom: 10px;
}

#contactUsPage .contact-us-body {
    margin-top: 35px;
}

#contactUsPage .semicolumn {
    margin-top: 35px;
}

#contactUsPage {
    margin-top: 60px;
}

    #contactUsPage .form-pages-description {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #contactUsPage .form-pages-title {
        font-size: 26px;
    }

    #contactUsPage .form-pages-subtitle {
        font-family: 'MontSerrat';
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }

@media screen and (max-width: 639px) {
    #productPage .details-img .carousel-image-m-item {
        height: 210px;
    }

    #productPage .details-img .carousel-image-m-wrapper {
        margin: 0;
    }
}

/* Price page */
#productPage {
    padding: 0 15px;
}

    #productPage ..product-tile .prices {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #productPage .details-img .carousel-image-s-wrapper {
        padding: 0 76px;
    }

    #productPage .details-img .slick-prev,
    #productPage .details-img .slick-next {
        top: 50%;
    }

    #productPage .details-img .carousel-image-s .hyp-thumbnail {
        height: auto;
    }

    #productPage .zoomWrapper {
        margin: 0 auto;
    }

    #productPage .socials-container {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 35px;
    }

        #productPage .socials-container .add-this {
            display: none;
        }

        #productPage .socials-container .add-this {
            margin-top: 0;
            margin-left: 15px
        }

    #productPage .prices-action {
        margin: 20px 0;
    }

    #productPage .components-tab.ui-tabs .ui-tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

@media screen and (max-width: 1200px) {
    #productPage .components-tab.ui-tabs .ui-tabs-nav {
        display: none;
    }
}

#productPage .ui-tabs .ui-tabs-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: auto;
}

#productPage .small-text {
    font-size: xx-small;
}

#productPage ul[role=tablist].ui-tabs-nav {
    margin-bottom: 25px;
}

#productPage .details-info .description {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
}

#productPage .form-row.prices-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #productPage .form-row.prices-row .prices-action {
        margin: 0;
    }

#productPage .hyp-read-description {
    text-transform: none;
    text-decoration: underline;
}

#productPage .prices-row {
    margin: 0;
    padding: 0;
}

#productPage .hyp-add-to-wishlist span,
#productPage .hyp-tell-a-friend span {
    font-size: 11px !important;
}

#productPage .rating-reviews span,
#productPage .rating-reviews a {
    font-size: 11px !important;
}

#productPage .rating-reviews .rating a {
    font-size: 0 !important;
}

#productPage .hyp-add-to-wishlist,
#productPage .hyp-tell-a-friend {
    text-transform: uppercase;
}

    #productPage .hyp-add-to-wishlist .icon-container,
    #productPage .hyp-tell-a-friend .icon-container {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

#productPage .hyp-tell-a-friend {
    margin-left: 25px;
}

#productPage .product-title {
    text-transform: none;
    margin-bottom: 7.5px;
    text-align: left;
}

#productPage .product-title {
    text-transform: none;
    margin-bottom: 7.5px;
    text-align: center;
}

#productPage .details-info > .product-title {
    text-align: left;
}

#productPage .related-info .ui-tabs-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#productPage .simple-product-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#productPage .product-title-nr .name {
    text-transform: uppercase;
}

#productPage .row-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    #productPage .row-order .row-quantity .btn {
        height: 44px;
        width: 35px;
        background-color: #e0e0e0 !important;
        border: 1px solid #bdbdbd;
    }

    #productPage .row-order .row-quantity .tbx-quantity {
        height: 45px;
        width: 45px;
        background-color: transparent;
        border: none;
    }

        #productPage .row-order .row-quantity .tbx-quantity input {
            height: 44px;
            border-top: 1px solid #bdbdbd;
            border-bottom: 1px solid #bdbdbd;
        }

#productPage .row-btn-add {
    margin-left: 10px;
}

#productPage .star-rating a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#productPage .rating-reviews .hyp {
    font-size: xx-small;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    padding-left: 0;
    margin-left: 0;
}

#productPage .product-bottom-info {
    margin-left: 0;
    margin-right: 0;
    margin: 0;
    margin-top: 50px;
    padding: 0;
    width: 100%;
}

    #productPage .product-bottom-info .ui-tab:not(.ui-tabs-active) {
        color: #757575;
    }

    #productPage .product-bottom-info .ui-tab.ui-tabs-active > a {
        padding-bottom: 2px;
    }

        #productPage .product-bottom-info .ui-tab.ui-tabs-active > a::after {
            background: unset;
            background-color: black;
        }

#productPage .after-btn-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #productPage .after-btn-links a:hover .icon-container {
        background: #212121;
        color: #f5f5f5;
    }

#productPage .product-title {
    word-wrap: break-word;
}

#productPage .ui-tabs .ui-tabs-panel > div:nth-child(2) {
    display: block;
}

#description .description {
    display: flex !important;
    flex-wrap: wrap;
}

#description .documents-wrapper {
    display: flex;
    margin-left: -20px;
    margin-top: 5px;
}

    #description .documents-wrapper .document {
        margin-left: 20px;
    }

        #description .documents-wrapper .document a {
            text-decoration: underline;
        }

@media screen and (max-width: 1200px) {
    #productPage .details-img .carousel-image-s-wrapper {
        padding: 0 17px;
    }

    #productPage .tab-control.components-tab .ui-tabs-panel .hidden-tabs-name {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        #productPage .tab-control.components-tab .ui-tabs-panel .hidden-tabs-name:after {
            display: inline;
            content: "\E5C5";
            font-family: "Material Icons";
            color: #212121;
            margin-left: auto;
            margin-right: 0;
            padding: 0;
            margin: 0;
            font-size: 30px;
            line-height: 30px;
        }

    #productPage .tab-control.components-tab .ui-tabs-panel.opened .hidden-tabs-name:after {
        content: "\E5C7";
    }

    #productPage .ui-tabs:not(.last-viewed) .ui-tabs-panel > div:nth-child(2) {
        display: none;
    }

    #productPage .ui-tabs:not(.last-viewed) .ui-tabs-panel {
        border: 1px solid #bdbdbd;
        padding: 10px 20px;
        cursor: pointer;
    }

        #productPage .ui-tabs:not(.last-viewed) .ui-tabs-panel > div.hidden-tabs-name {
            margin-bottom: 0;
            cursor: pointer;
        }

    #productPage .tabs {
        margin: 60px 0;
    }

    #productPage .components-tab .hidden-tabs-name, .components-tab .ui-tabs-panel {
        display: block !important;
    }

    #productPage .ui-tabs-panel .description,
    #productPage .ui-tabs-panel .delivery,
    #productPage .ui-tabs-panel .devolution {
        margin-top: 10px;
    }
}

@media screen and (min-width: 636px) and (max-width: 768px) {
    #productPage .details-img .carousel-image-s-wrapper {
        margin-top: 20px;
        /*padding: 0 130px;*/
    }
}

@media screen and (max-width: 1200px) {
    #productPage .after-btn-links {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    #productPage .socials-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

        #productPage .socials-container .add-this {
            margin-left: 25px;
            margin-top: 25px;
        }
}

@media screen and (max-width: 638px) {
    #productPage .after-btn-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #productPage .hyp-tell-a-friend {
        margin-left: 0;
        margin-top: 10px;
    }

    #productPage .socials-container .add-this {
        margin-left: 0;
    }
}

#productPage .hyp-volume-prices {
    text-decoration: underline;
    font-weight: unset;
}

#productPage .related-info,
.last-viewed {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    #productPage .related-info .last-viewed-border {
        margin-top: 30px;
    }

#productPage .slick-dots {
    bottom: -60px;
}

#productPage .details-img .slick-dots {
    bottom: -30px;
}

@media screen and (max-width: 768px) {
    /*#productPage .carousel-image-s2 {
        margin-left: 30px;
        margin-right: 30px;
    }*/

    #productPage #relatedProductsTab0 .carousel-image-s2,
    #productPage #relatedProductsTab1 .carousel-image-s2 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 850px) {
    #productPage .row-order {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #productPage .form-row.row-order {
        display: block;
    }

    #productPage .row-btn-add {
        display: inline-block;
        width: auto;
        margin-left: 0;
        margin-top: 10px;
    }
}

/*@media screen and (max-width: 768px) {
    #productPage .details-img .carousel-image-s .hyp-thumbnail {
        width: 100%;
    }
}*/

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #productPage .details-img img {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
}

#productPage {
    width: 100%;
}

    #productPage .slick-slide {
        padding: 0 !important;
    }

    #productPage .product-tile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

        #productPage .product-tile .hyp-thumbnail {
            width: 100%;
            height: auto;
        }

    #productPage .product-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
    }

        #productPage .product-info .product-action {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        #productPage .product-info .product-description {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            /*margin-top: 15px;*/
            margin-bottom: 13px;
        }

    #productPage .separate-related {
        margin-top: 30px;
    }

    #productPage .info-block-wrapper {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    #productPage .details-img {
        margin-bottom: 20px;
    }

    #productPage .carousel-image-s-wrapper {
        margin: 0;
    }

        #productPage .carousel-image-s-wrapper.small .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100% !important;
            padding: 0;
        }

@media screen and (max-width: 1200px) {
    #productPage .separate-related {
        display: none;
    }
}


@media screen and (max-width: 400px) {
    #productPage .components-tab .ui-tabs-panel .hidden-tabs-name {
        font-size: 20px;
    }
}

.last-viewed .slick-track {
    margin: 0 auto;
}

.slick-prev,
.slick-next {
    top: 35%;
}

.slick-arrow:not(.slick-disabled)::before {
    /*color: #212121;*/
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}

/* Wishlist Page */

@media screen and (min-width: 768px) {
    #wishListPage {
        margin-top: 60px;
        margin-bottom: 50px;
    }
}

#wishListPage .h1-holder {
    margin-bottom: 30px;
}

    #wishListPage .h1-holder h1 {
        text-transform: none;
    }

#wishListPage .gvi-wish-list tbody tr {
    border-bottom: 1px solid #bdbdbd;
}


    #wishListPage .gvi-wish-list tbody tr td {
        padding: 15px;
        text-align: center;
    }

        #wishListPage .gvi-wish-list tbody tr td a {
            display: inline;
        }

        #wishListPage .gvi-wish-list tbody tr td:first-child {
            /*padding-left: 35px;*/
        }

        #wishListPage .gvi-wish-list tbody tr td:last-child {
            /*padding-right: 35px;*/
        }

#wishListPage .gvi-wish-list thead tr {
    border-top: 1px solid #bdbdbd;
}

    #wishListPage .gvi-wish-list thead tr th {
        text-transform: uppercase;
        color: black;
        padding: 15px;
    }

        #wishListPage .gvi-wish-list thead tr th:first-child {
            padding-left: 35px;
        }

        #wishListPage .gvi-wish-list thead tr th:last-child {
            padding-right: 35px;
        }

@media screen and (max-width: 768px) {
    #wishListPage {
        margin-bottom: 30px;
    }

        #wishListPage .col-total {
            background-color: transparent;
            border: none;
        }

        #wishListPage .gvi-wish-list tbody tr td {
            text-align: unset;
            padding: 15px;
        }

            #wishListPage .gvi-wish-list tbody tr td:first-child {
                padding-left: 0;
            }

            #wishListPage .gvi-wish-list tbody tr td:last-child {
                padding-right: 0;
            }
}

/* Shopping Cart */

#basketPage > h1 {
    text-transform: none;
}

#basketPage .info-cell a {
    text-transform: none;
    text-decoration: underline;
}

#basketPage .nr-lines {
    text-align: left;
}

#basketPage .block-actions {
    height: 100%;
    text-align: right;
    margin-top: 25px;
    margin-bottom: 40px !important;
}

    #basketPage .block-actions .paging-control {
        margin-bottom: 30px !important;
    }



    #basketPage .block-actions > .row {
        width: 100%;
    }

#basketPage .paging-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 40px;
}

    #basketPage .paging-control .paging-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #basketPage .paging-control .paging-links .btn {
            padding: 15px;
            border-radius: 0;
        }

        #basketPage .paging-control .paging-links .btn-disabled {
            background-color: white !important;
            color: #212121;
            /*filter: brightness(0);*/
        }

        #basketPage .paging-control .paging-links .btn:not(.btn-disabled) {
            background-color: #212121;
            /*color: #212121;*/
            /*filter: brightness(0);*/
        }

#basketPage ul.pager-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: normal;
    margin: 0;
}

#basketPage .gvi-basket {
    margin-bottom: 10px;
}

    #basketPage .gvi-basket thead tr th {
        color: black;
        text-transform: uppercase;
    }

    #basketPage .gvi-basket tbody tr {
        color: black;
        text-transform: uppercase;
        border-bottom: 1px solid #bdbdbd;
    }

        #basketPage .gvi-basket tbody tr td:nth-child(3) {
            /*display: -webkit-box;
            display: -ms-flexbox;
            display: flex;*/
            /* De-comment this to put the div centered while the items are on the left */
            /*justify-content: center;*/
        }

            #basketPage .gvi-basket tbody tr td:nth-child(3) > div {
                display: block;
            }

    #basketPage .gvi-basket .hyp-thumbnail {
        height: 80px !important;
        width: 80px !important;
    }

#basketPage .tbx-quantity {
    height: 35px;
    border: none;
}

    #basketPage .tbx-quantity .ui-spinner-input {
        height: 35px;
        border-top: 1px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd;
    }

        #basketPage .tbx-quantity .ui-spinner-input .ui-spinner-down {
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
        }

    #basketPage .tbx-quantity .btn {
        background-color: #e0e0e0 !important;
        height: 35px;
        width: 35px;
        outline: 0;
        border: 1px solid #bdbdbd;
    }

.ui-spinner-up {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ui-spinner-down {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .ui-spinner-down:before, .ui-spinner-up:before {
        filter: #e0e0e0;
        -webkit-filter: invert(40%);
        -moz-filter: invert(40%);
        -ms-filter: invert(40%);
    }

.tbx-quantity .btn:hover, .tbx-quantity .btn.hover, .tbx-quantity .btn:focus {
    border: none;
}

#removePromotionForm, #promotionForm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.discount-container .tbx input {
    height: 42px;
}

.discount-container .form-row {
    width: 100%;
    margin-right: 15px;
}

.tbx.tbx-promotion {
    width: 100%;
}

#basketPage .gvi-basket tbody tr td {
    vertical-align: middle;
}

.discount-container {
    margin-bottom: 30px;
}

    .discount-container .form-row, .discount-container .form-button {
        margin-bottom: 0;
    }

.calculate-shipping-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 30px !important;
}

    .calculate-shipping-container .calculate-shipping {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0;
    }


        .calculate-shipping-container .calculate-shipping > p {
        }

    .calculate-shipping-container .show-calculation {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0;
        cursor: pointer;
    }

        .calculate-shipping-container .show-calculation > span {
            text-transform: uppercase;
        }

#basketPage .field-address-zipcode {
    margin-bottom: 0;
}

    #basketPage .field-address-zipcode .control,
    #basketPage .field-address-zipcode .label {
        margin-top: 10px;
    }

    #basketPage .field-address-zipcode .field {
        margin-top: 10px;
        margin-bottom: 10px;
    }

/* Effect "New" on shipping costs */
#basketPage .gvi-totals-basket-overview,
#basketPage .calculate-shipping-container {
    margin: 0;
}

    /*#basketPage .gvi-totals-basket-overview {
    background: #e0e0e0;
}*/

    #basketPage .gvi-totals-basket-overview tr,
    #basketPage .gvi-totals-basket-overview tr {
        -webkit-transition: all linear 0.35s;
        transition: all linear 0.35s;
    }

        #basketPage .gvi-totals-basket-overview tr.new,
        #basketPage .gvi-totals-basket-overview tr.new {
            background: #e4f4ec;
        }

.gift-message {
    padding: 15px 20px !important;
    resize: vertical;
    min-height: 150px;
}

.message-wrapper {
    display: none;
}


#basketModalPopup h4 {
    font-size: 100%;
    white-space: normal;
    font-weight: bold;
}

#basketModalPopup h5 {
    font-size: 80%;
    white-space: normal;
}

#basketModalPopup.basket-summary {
    padding: 10px 15px !important;
    width: 430px;
}

    #basketModalPopup.basket-summary .panel-footer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        #basketModalPopup.basket-summary .panel-footer.summary-footer {
            border-bottom: 1px solid #bdbdbd;
        }

        #basketModalPopup.basket-summary .panel-footer .btn-wrapper {
            padding: 15px 0;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

    #basketModalPopup.basket-summary .total-price {
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
    }

    #basketModalPopup.basket-summary .product-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #basketModalPopup.basket-summary .product-description .title-price {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            padding-left: 15px;
        }

            #basketModalPopup.basket-summary .product-description .title-price .product-title {
                text-decoration: underline;
            }

        #basketModalPopup.basket-summary .product-description .qty-price {
            width: 100%;
            padding-left: 15px;
        }

    #basketModalPopup.basket-summary .added-product .product-img,
    #basketModalPopup.basket-summary .added-product .product-info {
        padding: 0;
    }

.font-ligther {
    color: #bdbdbd;
}

#submitOrderPage #basket-footer > div:first-child {
    display: none;
}

#submitOrderPage #basket-footer > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
}

#submitOrderPage #basket-footer .gvi.gvi-totals {
    border: none;
}

#submitOrderPage #basket-footer .t-row-total-price {
    border: 1px solid #bdbdbd;
}

.cart-summary, .checkout-summary {
    width: 100%;
    margin: 0;
    float: none;
}

.ui-tabs .ui-tabs-nav li a h5 {
    width: 100%;
}

.footer-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-images img {
        margin: 0 10px;
        width: 45px;
        height: auto;
    }

        .footer-images img:first-child {
            margin-left: 0;
            width: 32px;
        }

    .footer-images a {
        width: 30px;
        height: 30px;
        border: 2px solid;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 20px;
        background-color: #212121;
        border-color: #212121;
        color: #f5f5f5;
    }

        .footer-images a:hover {
            background-color: transparent;
        }

            .footer-images a:hover, .footer-images a:hover span {
                color: #212121;
            }

@media screen and (max-width: 1200px) {
    .footer-images {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

/* Store change */
.dropdown.languages {
    margin-left: 20px;
}

    .dropdown.languages .img-container {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 10px;
    }

@media screen and (min-width: 1201px) {
    .scrollable-nav .nav-item-root:hover .hyp-top-lvl {
        background: #e0e0e0;
        color: #212121;
    }
}

.scrollable-nav {
    display: none;
    width: 350px;
    background: #fff;
}

    .scrollable-nav nav .hyp-top-lvl {
        font-size: 14px;
    }

    .scrollable-nav .nav-item-root.hover .hyp-top-lvl, .scrollable-nav .nav-item-root.hover:hover .hyp-top-lvl {
        border-color: transparent !important;
    }

.nav-item-root.open .hyp-top-lvl {
    background: #e0e0e0;
    color: #212121;
}

.scrollable-nav .nav-item-root .hyp-top-lvl {
    -webkit-transition: none;
    transition: none;
}

.scrollable-nav i.m-icon::after, i.m-icon::after {
    display: block;
    width: auto;
    content: "\E5C5";
    font-family: "Material Icons";
    color: #212121;
    /*font-size: 30px;*/
    /*z-index: 4;*/
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.scrollable-nav li.open > a > i.m-icon::after, .top-dropdown.language.open i.m-icon::after {
    content: "\E5C7";
}

.scrollable-nav .nav-item-sub > a > i.m-icon::after {
    color: #bdbdbd;
}

.scrollable-nav .nav-item-sub.open > a > i.m-icon::after {
    color: #212121;
}

.btn-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    justify-content: center;
}

.scrollable-nav .nav-item-root .hyp-top-lvl {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}


.scrollable-nav .ui-desktop .nav-item-sub.hover, .scrollable-nav .ui-tablet .nav-item-sub.hover,
.ui-desktop .nav-item-sub.hover, .ui-tablet .nav-item-sub.hover {
    background: #fff;
}

.scrollable-nav .nav-item.nav-item-sub h5 {
    font-weight: normal;
}

.scrollable-nav .nav-list.nav-list-subchild {
    padding: 0 15px;
}

.scrollable-nav .nav-item-root {
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

    .scrollable-nav .nav-item-root:last-child {
        border-bottom: none;
    }

    .scrollable-nav .nav-item-root .hyp-top-lvl {
        line-height: normal;
    }

.scrollable-nav .nav-list.nav-list-sub, .scrollable-nav .nav-list.nav-list-subchild {
    display: none;
}

/*#basketContent {
    padding: 0 15px;
}*/

.tablet-menu-container {
    background: #fff;
    border-bottom: 1px solid #bdbdbd;
}

.header-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    width: 100%;
}

    .header-tablet .button-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-tablet .logo-search-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 60%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-tablet .logo {
        width: 70px;
        max-width: 70px;
        height: 70px;
        margin-left: 30px;
    }

    .header-tablet .scrollable-nav {
        background: #fff;
        top: 71px;
    }

    .header-tablet .nav-item {
        background: none;
        cursor: pointer;
    }

@media screen and (max-width: 1023px) {
    .order-box .form-row .field {
        min-width: 0
    }
}

@media screen and (max-width: 1200px) {
    .special-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

.basket-loading {
    z-index: 100;
}

.mobile-header {
    margin: 0 -15px;
    z-index: 101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .mobile-header .btn-search-menu {
        width: 70px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: transparent;
        border: none;
    }

        .mobile-header .btn-search-menu i {
            border: 2px solid #212121;
            border-radius: 100%;
            padding: 5px
        }

        .mobile-header .btn-search-menu.hover i {
            background: #212121;
            color: #f5f5f5;
        }

        .mobile-header .btn-search-menu:before {
            content: none;
        }

    .mobile-header .lgp-basket.basket.flex {
        height: 70px;
        width: 70px;
        border: none;
        margin: 0;
    }

    .mobile-header .over-summary {
        width: 70px;
        height: 70px;
    }

    .mobile-header .icon-container {
        width: 38px;
        height: 38px;
    }

.search-bar {
    margin-left: -15px;
    margin-right: -15px;
    display: none;
    z-index: 98;
}

.mobile-header .scrollable-nav {
    width: 100%;
    top: 70px;
    padding: 0 12px;
    border: none;
    z-index: -1;
    left: 0;
}

    .mobile-header .scrollable-nav .nav-main.nav-type-simple {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

.scrollable-nav .nav-item.nav-item-root a {
    padding: 0 15px;
    height: 35px;
    cursor: pointer;
}

.scrollable-nav .nav-item.nav-item-root > a {
    padding: 0 15px;
    height: 50px;
    cursor: pointer;
}

.scrollable-nav .nav-item-sub {
    padding: 2px 15px;
    padding-right: 0;
}

    .scrollable-nav .nav-item-sub .hyp h5 {
        font-weight: bold;
        text-transform: none;
    }

@media screen and (max-width: 1200px) {
    .scrollable-nav .nav-item.nav-item-root > a {
        height: 60px;
        cursor: pointer;
    }

    .scrollable-nav .nav-item-sub {
        padding: 10px 15px;
        padding-right: 0;
    }
}

.nav-item-sub {
    padding: 0;
    margin-top: 10px;
}

    .nav-item-sub .hyp {
        padding: 5px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .nav-item-sub .hyp.has-subchildren {
            background: none !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .nav-item-sub .hyp > h5 {
            text-transform: none;
            font-size: 14px;
        }

    .nav-item-sub .has-subchildren h5 {
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .nav-item-sub.hover .hyp > h5 {
        text-decoration: underline;
    }

    .nav-item-sub.hover .hyp.has-subchildren > h5 {
        text-decoration: none;
    }

    .nav-item-sub.hover .hyp > i {
        text-decoration: none !important;
    }

.nav-item-subchild:hover .hyp {
    text-decoration: underline;
}

.hyp.has-children > i {
    font-size: 18px
}

.mobile-header .scrollable-nav .nav-item.nav-item-sub {
    padding-top: 5px;
}

.mobile-header .scrollable-nav .nav-item.nav-item-root {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .mobile-header .scrollable-nav .nav-item.nav-item-root.hover, .mobile-header .scrollable-nav .nav-item.nav-item-root.hover:hover, .mobile-header .scrollable-nav .nav-item.nav-item-root:hover {
        background: #e0e0e0;
    }
}

.mobile-header .scrollable-nav .nav-item.nav-item-root.hover, .mobile-header .scrollable-nav .nav-item.nav-item-root.hover:hover, .mobile-header .scrollable-nav .nav-item.nav-item-root:hover {
    cursor: pointer;
}

/* Product List Image */

#productListPage #Sorting-button {
    text-transform: uppercase;
}

#productListPage .sorting .ui-selectmenu-menu {
    text-transform: uppercase;
}

#searchPage .product-info .product-description .product-title:hover,
#productListPage .product-info .product-description .product-title:hover {
    text-decoration: underline;
}


/* Products list page */
.products-list-page.above-content > .container > .flexi-row {
    margin-bottom: 60px;
}

.login .hyp {
    padding: 5px 15px;
}

/* Profile Page */
.orders-details-page .profile-page-cnt {
    margin-top: 0 !important;
}

.profile-page-cnt {
    margin-top: 45px !important;
    padding-top: 0;
    margin-bottom: 40px !important;
}

    .profile-page-cnt .aside-links {
        margin-top: 0;
        font-weight: 600;
        font-family: 'MontSerrat';
    }

    .profile-page-cnt .account-top-actions {
        margin-bottom: 30px;
    }

    .profile-page-cnt .h1-holder {
        padding-top: 0;
    }

        .profile-page-cnt .h1-holder h1 {
            text-transform: none;
        }

    .profile-page-cnt .hyp-account {
        width: 100%;
        border: 1px solid #e0e0e0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        text-transform: uppercase;
    }

        .profile-page-cnt .hyp-account:first-child {
            margin-top: 0;
        }

    .profile-page-cnt .order-info-inside > h1 {
        text-transform: none;
    }

    .profile-page-cnt .gvi-orders thead {
        border-top: 1px solid #bdbdbd;
    }

        .profile-page-cnt .gvi-orders thead tr th {
            text-align: center;
            text-transform: uppercase;
            color: #212121;
            /*font-size: medium;*/
            font-weight: 600;
            padding-top: 15px;
            padding-bottom: 15px;
            font-family: 'MontSerrat';
        }

    .profile-page-cnt .gvi-orders tbody tr {
        border-top: 1px solid #bdbdbd;
        padding: 0;
        margin: 0;
    }

        .profile-page-cnt .gvi-orders tbody tr td {
            text-align: center;
            color: #212121;
            font-size: small;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .profile-page-cnt .view-all-btn {
        margin-top: 10px;
    }

    .profile-page-cnt a.hyp-account.current {
        background-color: #e0e0e0;
    }

#myAccountPage .order-info-inside {
    margin-top: 35px;
}

    #myAccountPage .order-info-inside h3 {
        text-transform: none !important;
    }

#orderHistoryPage .orders h3 {
    text-transform: none;
}

#orderHistoryPage .row-under-columns {
    padding: 0;
}

#orderHistoryPage .tbx-date {
    padding: 0;
}

    #orderHistoryPage .tbx-date:after {
        -webkit-filter: brightness(0);
        filter: brightness(0);
        opacity: 0.5;
    }

    #orderHistoryPage .tbx-date input {
        width: 100%;
    }

#editProfilePage .warning-field {
    font-size: 12px;
}

#editProfilePage .h1-holder .description-password {
    padding-top: 20px;
}

.change-password-form {
    margin: 0;
    padding-top: 0;
}

@media screen and (max-width: 1022px) {
    .profile-page-cnt a.hyp-account {
        position: relative;
    }

        .profile-page-cnt a.hyp-account::after {
            content: "\f078";
            font-family: "FontAwesome";
            color: #212121;
            position: absolute;
            right: 15px;
            top: 30%;
            color: #bdbdbd;
        }

        .profile-page-cnt a.hyp-account.current::after {
            color: #212121;
        }
}

@media screen and (min-width: 1023px) {
    .profile-page-cnt a.hyp-account.current::after {
        content: "\f054";
        font-family: "FontAwesome";
        color: #212121;
        margin-left: auto;
    }
}

#editProfilePage .h1-holder h3 {
    margin-top: 40px;
    text-transform: none;
}

#editProfilePage .select2-container {
    width: 100%;
}

#editProfilePage .form-button button {
    height: auto;
}

#editProfilePage .change-password-form .customer-name {
    font-weight: bold;
}

#editProfilePage .change-password-form .customer-email {
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    #myAccountPage {
        margin-top: 30px;
    }

    .profile-page-cnt a.hyp-account {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #editProfilePage {
        margin-top: 30px;
    }

    .profile-page-cnt .aside-links a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*@media screen and (max-width: 1023px) and (min-width: 768px) {
    .profile-page-cnt {
    }
}*/

.change-password-form > h3 {
    margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
    #orderHistoryPage {
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    #myAccountPage .view-all-btn {
        margin-top: 30px;
        width: 100% !important;
    }

    .profile-page-cnt .gvi-orders {
        margin-top: 20px;
    }

        .profile-page-cnt .gvi-orders tbody tr {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
            padding-top: 30px;
        }

            .profile-page-cnt .gvi-orders tbody tr:first-child {
                padding-top: 0px;
            }

            .profile-page-cnt .gvi-orders tbody tr:first-child {
                border: none;
            }

            .profile-page-cnt .gvi-orders tbody tr:last-child {
                border-top: none;
            }

            .profile-page-cnt .gvi-orders tbody tr td {
                padding-top: 5px;
                padding-bottom: 5px;
                position: relative;
                padding-top: 5px;
                padding-bottom: 5px;
                padding-left: 0 !important;
                text-align: left;
                display: flex;
            }

                .profile-page-cnt .gvi-orders tbody tr td a {
                    margin-top: 10px;
                    padding: 20px !important;
                }

                .profile-page-cnt .gvi-orders tbody tr td::before {
                    color: #212121;
                    font-weight: bold;
                    text-transform: uppercase;
                    font-family: 'MontSerrat';
                    position: relative;
                    padding-right: 15px;
                }

                .profile-page-cnt .gvi-orders tbody tr td:last-child {
                    padding-left: 0 !important;
                    text-align: left;
                    padding-bottom: 20px;
                }
}

.chb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

label .chb ins {
    background: none;
    border: 2px solid #bdbdbd;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

label .chb input[type=checkbox]:checked + ins {
    background: none;
}

label .chb ins:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

label .chb input[type=checkbox]:checked ~ ins:before {
    background: #bdbdbd;
}

.shipping-choice-content, .shipping-choice-description {
    padding-left: 30px;
}

    .shipping-choice-description p {
        margin-bottom: 0;
    }

.form-row .label {
    width: 100%;
}

.form-row .label, .form-row .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.productlist-list-page .html-wrapper {
    padding: 0;
}

.productlist-list-page .go-back > a {
    display: none;
}

.productlist-list-page .products-list-page .flexi-row {
    margin-bottom: 30px !important;
}

#searchPage .counter-inside,
#searchPage .sorting,
.productlist-list-page .counter-inside,
.productlist-list-page .sorting {
    display: block !important;
}

.productlist-list-page .columns-general.flow-img-tiles {
    padding: 0;
}

@media screen and (max-width: 400px) {
    .productlist-list-page .right-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .productlist-list-page .view-changer {
        margin-bottom: 15px;
    }
}

.wishlist-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0;
    padding: 0;
}

.navigator-inPage, .lSAction > a {
    z-index: 1;
}

.form-row .in-line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sitemap-nav > div {
    margin-bottom: 30px;
}

#productListPage .panel-footer {
    padding: 45px 0;
}

#productListPage .panel-header .left-column,
#searchPage .panel-header .left-column {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.list-mode .product-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 15px 0;
}

    .list-mode .product-tile .product-img, .list-mode .product-tile .product-info {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .list-mode .product-tile .product-img {
        margin-right: 30px;
    }

    .list-mode .product-tile .prices {
        line-height: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

.list-mode .list-price {
    top: 0;
}

.product-list.grid-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.grid-mode .product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    height: 100%;
}

.grid-mode .product-tile .product-description {
    margin: 0;
    margin-bottom: 10px;
}

.grid-mode .product-title {
    width: 100%;
    height: 100%;
}

.grid-mode .product-tile .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: auto;
}

#productPage .separate-related {
    border-width: 1px;
    border-color: #bdbdbd;
}


.basket-top-btn-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.info-cell-wrapper {
    margin-left: 20px;
}

.discount-price span {
    text-decoration: line-through;
}

.product-total:not(.red) {
    font-weight: bold;
}

.checkout-details {
    margin-top: 58px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .checkout-details {
        margin-top: 0;
    }

    .basket-top-btn-section a.btn {
        width: 100%;
    }
}

.methods {
    margin: 20px 0;
}

.lgp-radio .method-name {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-right: 5px;
}

.shipping-choice .lgp-radio .method-name {
    margin-left: 5px;
    width: 100%;
    font-weight: bold;
}

.shipping-major-label {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px !important;
    font-weight: bold !important;
}

.top-dropdown.login .welcome .hyp {
    margin: 0;
    padding: 5px 15px;
    min-height: 50px;
}

.top-dropdown.login .summary .hyp {
    margin: 0;
    padding: 0 15px;
    line-height: 50px;
    white-space: normal;
}

.top-dropdown.login .language .summary .hyp {
    margin: 0;
    padding: 0 30px;
    line-height: 40px;
    white-space: normal;
    font-size: 12px;
}

    .top-dropdown.login .language .summary .hyp:hover {
        background: #eee;
    }

.top-dropdown.login .summary .hyp.login:hover {
    background: #fff;
    text-decoration: underline;
}

.nav-item-root:hover .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.welcome {
    margin: 0;
    padding: 0;
}

.top-dropdown.language {
    width: 100%;
    cursor: pointer;
    margin: 0;
    height: 100%;
    border: 0;
}

    .top-dropdown.language:hover {
        background: #e0e0e0;
    }

    .top-dropdown.language .selected-language {
        display: block;
        width: 100%;
    }

    .top-dropdown.language .opener {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px;
        height: 50px;
    }

    .top-dropdown.language:hover .opener {
        background: none;
    }

.language.top-dropdown .opener .flag {
    position: relative;
}

.top-dropdown.language .summary {
    display: none;
    padding-top: 0;
    position: relative;
    border: none;
    border-top: 1px solid #e0e0e0;
    width: 100%;
}

.top-dropdown.login .summary .hyp:hover {
    background: #e0e0e0;
}

.logout {
    margin: 0;
    padding: 0;
    line-height: 50px;
}

    .logout a {
        padding: 15px;
        display: block;
    }

        .logout a:hover {
            text-decoration: underline !important;
        }

.welcome:hover {
    background: #e0e0e0;
}

.login.top-dropdown a:hover {
    text-decoration: none;
}

.top-dropdown.language:hover .summary a:hover {
    background: #e0e0e0;
}

.btn-group .btn:not(:first-child) {
    border-left: 1px solid #000;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 0;
}

@media screen and (max-width: 639px) {
    .hyp-top-lvl.has-children {
        background: none;
    }
}

.gvi-basket-wrapper .mobile-rows {
    display: block;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 15px;
}

    .gvi-basket-wrapper .mobile-rows .product-info .hyp-thumbnail {
        width: 120px;
        height: 120px;
    }

        .gvi-basket-wrapper .mobile-rows .product-info .hyp-thumbnail img {
            width: 100%;
            height: auto;
        }

    .gvi-basket-wrapper .mobile-rows .product-info .info-cell-wrapper {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .gvi-basket-wrapper .mobile-rows .product-info .info-cell-wrapper a {
            white-space: nowrap;
        }

    .gvi-basket-wrapper .mobile-rows .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .gvi-basket-wrapper .mobile-rows .actions .qtd-price {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }


            .gvi-basket-wrapper .mobile-rows .actions .qtd-price .qty-control {
                margin-right: 15px;
            }

#productPage .info-block-container {
    position: relative;
    width: 100vw;
    margin: 60px -50vw;
    left: 50%;
    right: 50%;
}

.tab-control h2 {
    white-space: normal;
}

.scrollable-nav .wishlist-link a {
    display: block;
    padding: 0 15px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #bdbdbd;
    border-bottom: 1px solid #f5f5f5;
}

    .scrollable-nav .wishlist-link a h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.scrollable-nav .dropdown.languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: #f5f5f5;
}

    .scrollable-nav .dropdown.languages .dropdown-toggle {
        width: 100%;
        height: 50px;
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #bdbdbd;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .scrollable-nav .dropdown.languages a .icon-down {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .scrollable-nav .dropdown.languages .dropdown-menu {
        position: relative;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        top: 0;
    }

        .scrollable-nav .dropdown.languages .dropdown-menu a {
            height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

.scrollable-nav .login-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .scrollable-nav .login-info a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 50px;
        background: #bdbdbd;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .scrollable-nav .login-info a .icon {
            border: 1px solid #212121;
            border-radius: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 18px;
            height: 18px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-right: 5px;
        }

        .scrollable-nav .login-info a div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .scrollable-nav .login-info a .icon i {
            font-size: 14px;
        }


    .scrollable-nav .login-info .login-sub-menu {
        position: relative;
        width: 100%;
        display: none;
        list-style: none;
        padding: 0;
    }

        .scrollable-nav .login-info .login-sub-menu a {
            background: none;
            width: 100%;
            height: 50px;
        }

        .scrollable-nav .login-info .login-sub-menu .opener:after {
            content: none;
        }


.scrollable-nav .login-info {
    border-bottom: 1px solid #bdbdbd;
}

.scrollable-nav .login-sub-menu li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.scrollable-nav .nav-main.nav-type-simple {
    padding-top: 0;
    padding-bottom: 20px;
}

.scrollable-nav .top-dropdown {
    border: none;
}

.hyp-account {
    margin-top: 0;
    margin-bottom: 0;
}

.carousel-image-s2 button {
    z-index: 1;
}

.nav-lvl-3 .hyp:hover {
    text-decoration: underline;
}

.nav-lvl-3 .hyp {
    line-height: normal;
}

.nav-item:not(.nav-item-root) {
    margin: 5px 0;
}

.nav-item.nav-item-block {
    margin-bottom: 15px;
}

.scrollable-nav .nav-item {
    margin: 0;
}

    .scrollable-nav .nav-item.nav-item-block {
        margin-bottom: 0;
    }

.top-dropdown.login .separator {
    display: block;
    width: 100%;
    height: 1px;
    padding: 0 15px;
}

    .top-dropdown.login .separator:after {
        content: ' ';
        position: relative;
        display: block;
        background: #e0e0e0;
        height: 0.5px;
        width: 100%;
    }

.counter-inside {
    text-transform: uppercase;
}

#loginPage, #createAccountPage, #orderSubmitPage {
    padding: 45px 0;
}

    #orderSubmitPage .h1-holder {
        margin-bottom: 15px;
    }

    #orderSubmitPage ul li {
        padding: 5px 0;
        cursor: pointer;
    }

        #orderSubmitPage ul li:hover a {
            text-decoration: underline;
        }

#orderAsGiftPlaceHolder .next-inside, #orderAsGiftPage .next-inside {
    display: none;
}

.carousel-image-s-item.slick-current .hyp-thumbnail {
    border-bottom: 2px solid #212121;
    overflow: hidden;
}

#basketPage .gvi-basket-overview td {
    position: absolute !important;
    display: block !important;
}

.checkout-orderoverview-page .step-box .step-title h2 {
    font-size: 18px;
}

@media screen and (max-width: 640px) {
    .checkout-orderoverview-page .gvi-basket-overview .row-simple-product td {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        text-align: left;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }

        .checkout-orderoverview-page .gvi-basket-overview .row-simple-product td.col-first {
            width: auto;
        }

        .checkout-orderoverview-page .gvi-basket-overview .row-simple-product td.col-info {
            width: auto;
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .checkout-orderoverview-page .gvi-basket-overview .row-simple-product td:before {
            padding-left: 15px;
        }
}

.checkout-orderoverview-page .step-box:last-child {
    margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
    .checkout-orderoverview-page .step-box:last-child {
        margin-bottom: 0;
    }

    .checkout-orderoverview-page .checkout-details {
        margin-top: 20px;
    }

        .checkout-orderoverview-page .checkout-details > .cart-summary {
            padding: 0;
            margin: 0;
        }
}


/* Product Tabs */
#productPage .tab-control .reviews,
#productPage .tab-control .variants,
#productPage .tab-control .prepacks,
#productPage .tab-control .specifications,
#productPage .tab-control .attachments,
#productPage .tab-control .description {
    min-height: 0;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #productPage span.p-title {
        font-size: 18px !important;
    }
}


#productPage .ui-tabs-nav a,
#productPage span.p-title {
    font-size: 22px !important;
    font-family: 'Montserrat', sans-serif !important;
}

#productPage span.p-title {
    white-space: normal;
}

/* Page scroller */
.scroller-up {
    position: fixed;
    right: 20px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    border: 1px solid #bdbdbd;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    cursor: pointer;
    -webkit-transition: bottom linear 0.2s;
    transition: bottom linear 0.2s;
    text-align: center;
}

    .scroller-up.hidden {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        bottom: -100px;
    }

    .scroller-up:hover {
        background-color: black;
        border-color: white;
        color: white;
    }

    .scroller-up > i {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 30px;
    }

@media screen and (min-width: 1200px) {
    .scroller-up {
        right: 50px;
        bottom: 50px;
        /*display: none;*/
    }
}

@media screen and (max-width: 500px) {
    .scroller-up {
        right: 5px;
        bottom: 20px;
    }
}

.list-price {
    font-size: 14px;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.header-scrolled .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.button-section {
    width: 70px;
}

.header-tablet .top-dropdown.login {
    width: 70px;
}

/* IE FIX PRODUCT TILES ++ */
/*.product-tile,
.prices,
.product-tile .product-img,
.product-tile .product-action {
    display: ruby !important;
}*/

/*@media screen and (max-width: 768px) {*/

.gvi-basket-wrapper .product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-tile,
.product-info,
.product-img {
    display: block !important;
}

#productPage .product-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#productListPage .product-img {
    margin: 0 auto !important;
}

.product-img {
    margin: 0 auto !important;
}

#basketModalPopup .product-img {
    margin: 0 !important;
}


/*}*/
/* IE FIX PRODUCT TILES -- */

/* Padding top -1200px */
@media screen and (max-width: 1200px) {
    .productlist-list-page,
    .product-details-page {
        /*padding-top: 60px;*/
    }

    /*.content-flexipage-page {
        padding-top: 70px !important;
    }*/
}

/****************************************
                Content blocks
****************************************/

/*          START desktop and tablet views          */
@media screen and (max-width: 640px) {
    /*          START main banner           */
    .banner {
        height: 200px;
        text-align: right;
        padding: 0;
        margin: 0;
    }

        .banner img {
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 100%;
            position: absolute;
            left: 50%;
            max-width: inherit;
        }

    .banner-full-width {
        position: absolute;
        left: 0;
        right: 0;
        height: 200px;
        overflow: hidden;
    }
}

.image-container {
    max-width: calc(100vw - 30px) !important;
    overflow: hidden;
    display: block !important;
    text-align: center;
}

.lgp-basket a {
    z-index: 12;
}

.container.nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.nav-item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: initial;
    height: auto;
    min-width: 20%;
    width: auto;
}

.store-dropdown {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin-top: 0;
}

    .store-dropdown li a {
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }

        .store-dropdown li a:hover {
            background: #e0e0e0;
        }

.scrollable-nav .dropdown.languages {
    padding: 0;
    border: none;
}

.dropdown.languages {
    padding: 0 15px;
    border: 1px solid transparent;
}

    .dropdown.languages.open {
        border-color: #e0e0e0;
    }

.scrollable-nav .top-dropdown.language .opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-sub-menu .user-info {
    min-height: 50px;
    padding: 15px 15px;
}

.login-sub-menu li:not(.user-info):hover {
    background: #e0e0e0;
}

.login-sub-menu .user-info .user-name {
    font-weight: bold;
}

.login-sub-menu .top-dropdown.language.open .opener {
    background: #e0e0e0;
}

.login-sub-menu .top-dropdown.language a {
    padding: 0 30px;
    height: 40px;
    font-size: 12px;
    background: #fff;
}

.top-dropdown.language .opener {
    background: #fff;
}

@media screen and (max-width: 767px) {
    #productPage .carousel-image-s-wrapper {
        display: none;
    }
}

.image-slider .item {
    margin-bottom: 0;
}


#productListPage .list-mode .product-action {
    display: table-cell !important;
}

#productListPage #Sorting-button {
    width: 225px !important;
}

@media screen and (max-width: 768px) {
    #productListPage .list-mode .product-action {
        display: block !important;
    }

    #productListPage .shopping-cart-container {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 10px;
    }

        #productListPage .shopping-cart-container .prices {
            margin-left: 0;
            padding-left: 0;
        }
}

#productListPage .sorter-inside {
    width: auto;
}

@media screen and (max-width: 639px) {
    .over-summary.is-empty .over-summary-number, .basket .over-summary .over-summary-lbl {
        display: block
    }
}

#basketContent .block-actions .row > div:not(.nr-lines) {
    padding-right: 0;
}

#basketContent .product-id {
    font-size: 11px;
}

#basketContent .block-actions .row,
#basketContent .block-actions .row .nr-lines {
    padding: 0;
    margin: 0;
}

    #basketContent .block-actions .row,
    #basketContent .block-actions .row .nr-lines {
        padding: 0;
        margin: 0;
    }

#basket-footer .message-info {
    font-size: 12px;
}


.gvi-basket-wrapper .mobile-rows .product-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#basketModalPopup.basket-summary .product-tile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .basket-details-page .info-cell-wrapper {
        white-space: nowrap;
    }

    .basket-details-page .gvi-basket-wrapper .visible-xs {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .basket-details-page .product-total .cell-total-value,
    .basket-details-page .info-cell-wrapper a {
        font-size: 18px;
    }

    .basket-details-page .qtd-price .product-total {
        margin-left: 5px;
    }

    .basket-details-page .info-cell-wrapper a {
        white-space: normal !important;
    }
}

@media screen and (max-width: 767px) {
    .basket-details-page .basket-action-buttons {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}

.checkout-page {
    margin-top: 45px;
}

    .checkout-page > h1 {
        text-transform: none;
    }

    .checkout-page .step-title h2,
    .checkout-page-right .cart-summary-header h3,
    .checkout-page-right .checkout-summary-title h3 {
        font-size: 18px !important;
    }

.checkout-page-above {
    margin-left: 15px;
}

    .checkout-page-above .back-wrapper {
        margin-top: 15px;
    }

        .checkout-page-above .back-wrapper a {
            text-transform: uppercase;
        }

@media screen and (min-width: 991px) {
    .checkout-page-right {
        margin-top: 45px;
    }
}

@media screen and (max-width: 990px) {
    .checkout-page-right .checkout-details {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 1200px) {
    .checkout-page-right .cart-summary, .checkout-summary {
        padding-left: 0;
        padding-right: 0;
    }
}

.shipping-choice-content .form-row {
    margin-bottom: 10px;
}

.myaddress-box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .myaddress-box-title .hyp-edit {
        text-decoration: underline;
    }

#submitOrderPage .gvi-basket-overview.collapsed thead {
    display: none;
}



#submitOrderPage .gvi-basket-overview tfoot {
    background-color: white !important;
    border: 1px solid #bdbdbd;
    text-transform: uppercase;
}


#submitOrderPage .form-row .control {
    width: 100% !important;
    max-width: 300px !important;
}

#submitOrderPage .form-row .label {
    margin-top: 25px;
}

#submitOrderPage .pay-row {
    margin-top: 20px;
}

#submitOrderPage .row-simple-product {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


@media screen and (max-width: 450px) {
    .checkout-orderoverview-page .col-price {
        height: 30px;
    }

    .checkout-orderoverview-page .col-qty {
        height: 30px;
        padding-top: 0;
    }
}


@media screen and (max-width: 600px) {
    .checkout-shippingmethods-page .next-inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .checkout-orderoverview-page .pay-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .checkout-orderoverview-page .pay-row .btn-primary {
            margin-top: 10px;
        }

    .checkout-shippingmethods-page .step-buttons,
    .checkout-paymentmethods-page .step-buttons {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
    }

        .checkout-shippingmethods-page .step-buttons .btn-primary,
        .checkout-paymentmethods-page .step-buttons .btn-primary {
            margin-top: 10px;
        }

        .checkout-shippingmethods-page .step-buttons .btn,
        .checkout-paymentmethods-page .step-buttons .btn {
            text-align: center;
        }

    .checkout-shippingmethods-page .free-shipping-container {
        width: 100%;
    }
}


@media screen and (max-width: 450px) {
    .checkout-shippingmethods-page .step-buttons {
        margin-top: 10px;
    }

        .checkout-shippingmethods-page .step-buttons .btn,
        .checkout-paymentmethods-page .step-buttons .btn {
            margin-right: 0;
        }

    .checkout-shippingmethods-page .free-shipping-container {
        margin-top: 10px;
    }
}

.select2-container .select2-choice .select2-arrow b {
    width: auto;
    height: auto;
}

/*.checkout-page .msg-block-error {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}*/

.checkout-page .promocodes {
    margin: 0;
    padding: 0;
    color: #f28100;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 7px;
}

.checkout-page .product-title {
    text-decoration: underline;
    cursor: pointer;
}

.btn-customer-help {
    margin-top: 30px;
}


/* Order details (Profile) */
.orders-details-page .property-group .property {
    margin-bottom: 15px;
}

    .orders-details-page .property-group .property > .property-title {
        font-weight: bold;
        text-transform: uppercase;
    }

    .orders-details-page .property-group .property .property-box {
        background-color: #e0e0e0;
        padding: 20px;
        margin-top: 10px;
    }

        .orders-details-page .property-group .property .property-box .property-title {
            font-weight: bold;
        }

        .orders-details-page .property-group .property .property-box .property-title,
        .orders-details-page .property-group .property .property-box .property-value {
            display: inline;
        }

.orders-details-page .block-bill-to-address h4,
.orders-details-page .block-ship-to-address h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.orders-details-page .property-title {
    font-family: "Montserrat", sans-serif;
}

.orders-details-page .gvi-order-lines thead tr {
    border-top: 1px solid #bdbdbd;
}

    .orders-details-page .gvi-order-lines thead tr th {
        font-weight: bold;
        text-align: center;
        color: #212121;
        text-transform: uppercase;
    }

.orders-details-page .gvi-totals .cell-name {
    font-weight: bold;
    color: #212121;
}

.orders-details-page .gvi-order-lines tbody tr {
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}

    .orders-details-page .gvi-order-lines tbody tr td {
        text-align: center;
        font-size: 14px;
    }

        .orders-details-page .gvi-order-lines tbody tr td span {
            font-size: 14px;
        }

#orderHistoryDetailPage .h1-holder {
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    #orderHistoryDetailPage {
        margin-top: 30px;
    }
}

@media screen and (max-width: 639px) {
    .orders-details-page .property-box {
        margin-right: 15px;
    }

    .orders-details-page .block-ship-to-address h4 {
        margin-top: 40px;
    }

    .orders-details-page .gvi-order-lines thead tr,
    .orders-details-page .gvi-order-lines-wrapper {
        border: none;
    }

    .orders-details-page .gvi-order-lines tbody tr td {
        text-align: left;
    }

    .orders-details-page .gvi-order-lines .col-price,
    .orders-details-page .gvi-order-lines .col-qty,
    .orders-details-page .gvi-order-lines .col-total {
        display: block;
    }

        .orders-details-page .gvi-order-lines .col-price::before,
        .orders-details-page .gvi-order-lines .col-qty::before,
        .orders-details-page .gvi-order-lines .col-total::before {
            margin: 0;
            padding: 0;
        }


    .orders-details-page .gvi-order-lines {
        margin-bottom: 30px;
    }

        .orders-details-page .gvi-order-lines tbody,
        .orders-details-page .gvi-order-lines tbody tr {
            border: none;
        }

        .orders-details-page .gvi-order-lines .col-total {
            background: none;
        }

        .orders-details-page .gvi-order-lines td::before {
            color: #212121;
            font-weight: bold;
            text-transform: uppercase;
        }

    .orders-details-page .grid-wrapper {
        margin: 0;
        padding: 0;
    }
}

}

.mailform {
    display: none;
}

    .mailform .form-button, #MailForm .form-button {
        margin-top: 30px;
    }

#importCV {
    position: relative;
    min-height: 62px;
    border: 1px solid #bdbdbd;
}

    #importCV .file-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        padding-left: 16px;
    }

    #importCV .input-file {
        display: none;
    }

    #importCV .form-group {
        padding: 8px;
        margin-bottom: 0;
    }

.cv-label {
    font-family: 'Montserrat', sans-serif;
    padding-top: 4px;
}

#feedback .success {
    color: green;
    font-size: 14px;
    padding-top: 14px;
}

#feedback .error {
    color: red;
    font-size: 14px;
    padding-top: 14px;
}

#hrpage {
    padding: 0 15px;
}

    #hrpage h1, #hrpage h2, #hrpage h3 {
        text-transform: none;
    }

    #hrpage h2 {
        font-size: 26px;
    }

    #hrpage h3 {
        font-size: 20px;
    }

    #hrpage .img, #hrpage .title, #hrpage .description {
        margin-bottom: 30px;
    }

    #hrpage .aside-links {
        margin-bottom: 30px;
    }

    #hrpage .add-cv-title {
        margin-top: 60px;
        margin-bottom: 15px;
    }

    #hrpage .sub-title {
        margin-bottom: 15px;
    }

    #hrpage .hr-form-head {
        margin-top: 60px;
        margin-bottom: 15px;
    }

        #hrpage .hr-form-head h3 {
            margin-bottom: 15px;
        }

    #hrpage .hr-social-imgblock > div {
        margin-bottom: 30px;
    }


@media screen and (max-width: 767px) {
    #importCV .form-group {
        margin-bottom: 0;
    }

    #importCV .btn {
        width: 100%;
    }

    #importCV .file-name {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px;
    }
}
/*@media screen and (max-width: 1023px) {
    #hrpage .title, #hrpage .description, #hrpage .sub-title {
        text-align: center;
    }
}*/
#flexiPage .productsetfilter-tab-filter .placeholder.hidden,
#flexiPage .productsetfilter-tab-filter .placeholder.hidden::after {
    display: none !important;
}

.disclaimer-description {
    border-top: 1px solid #bdbdbd;
    padding-top: 15px;
}

.column-download {
    margin-bottom: 15px;
    padding: 0;
}

#orderHistoryDetailPage .column-status {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
}

#orderHistoryDetailPage .columns-properties {
    margin-bottom: 0;
    padding-bottom: 0;
}

#orderHistoryDetailPage .columns-easypay {
    margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .orders-details-page .site > .container > .row > .col-xs-12 {
        padding: 0;
        margin: 0;
    }

    .orders-details-page .columns-easypay .col-md-6 {
        padding: 0;
        margin: 0;
    }
}

.btn-order-details-tablet {
    display: none;
    border: 0;
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    .btn-order-details-tablet {
        display: block;
        font-size: 14px !important;
    }

    .order-list-btn-group {
        display: none;
    }

    .order-details-tablet-order {
        display: block;
        margin-bottom: 15px;
    }

    .orders-index-page .gvi-orders tbody tr td {
        vertical-align: super;
    }
}

.order-list-btn-group::before {
    padding-right: 0 !important;
}

#myAccountPage .gvi-orders tr td:last-child::before {
    padding-right: 0 !important;
}

.terms-text::after {
    content: ' *';
    color: #212121;
}

.profile-login-page h1 {
    text-transform: none;
}

.profile-login-page .form-row .in-line.left-part {
    text-decoration: underline;
    margin-bottom: 20px;
}

.profile-login-page .form-row.footer .in-line:nth-child(2) {
    margin-bottom: 20px;
}

.btn-register-tablet {
    display: none;
    margin-top: 15px;
    text-align: center;
}

.required-description {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .profile-login-page button {
        width: 100%;
        text-align: center;
    }

    .profile-login-page .login-container .register-wrapper {
        display: none;
    }

    .btn-register-tablet {
        display: flex;
    }

    .login-wrapper {
        width: 100%;
    }

    #createAccountPage button {
        width: 100%;
        text-align: center;
    }
}

#subscribeNewsletterPage .form-row .control {
    margin-bottom: 15px;
    background: none;
}

    #subscribeNewsletterPage .form-row .control .ddlb.language {
        border: 0;
        position: relative;
    }

    #subscribeNewsletterPage .form-row .control.birthday {
        margin-bottom: 15px;
    }

        #subscribeNewsletterPage .form-row .control.birthday .tbx.birthday {
            background: none;
            display: flex;
            align-items: center;
            width: auto;
        }

            #subscribeNewsletterPage .form-row .control.birthday .tbx.birthday input {
                width: auto;
            }

#contactUsPage .row-comments .tbx {
    border: 0;
    background: none;
}

    #contactUsPage .row-comments .tbx textarea {
        width: 100%;
        border-radius: 2px;
        border-color: #bdbdbd !important;
        min-height: 100px;
    }

#contactUsPage .control {
    margin-bottom: 15px;
}

#forgotPasswordPage h1 {
    text-transform: none !important;
}

#forgotPasswordPage .h1-holder {
    margin-bottom: 25px;
}

#changePasswordForm h1 {
    text-transform: none;
}

#changePasswordForm .warning-field {
    font-size: 12px;
}


img.fr-fin.fr-dib {
    display: block !important;
}

.separator {
    background: #e6e6e6;
}

.welcome .user-name-holder {
    padding: 10px 15px;
    line-height: 30px;
}

    .welcome .user-name-holder .welcome-text {
        width: 100%;
        display: block;
    }

    .welcome .user-name-holder .user-name {
        width: 100%;
        display: block;
    }

.required-field-label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

#flexiPage table {
    border: 1px solid #e0e0e0;
    width: 100%;
}

    #flexiPage table td {
        padding: 15px;
    }

        #flexiPage table td:not(last-child) {
            border-right: 1px solid #e0e0e0;
        }

    #flexiPage table tr:not(last-child) {
        border-bottom: 1px solid #e0e0e0;
    }

@media screen and (max-width: 703px) {
    .col-delete {
        float: right !important;
        display: block;
    }

        .col-delete .btn-delete {
            display: inline-flex !important;
            padding: 21px 15px;
        }

    .col-price {
        width: 100%;
        text-align: right !important;
    }
}

#product-list-panel {
    border: none;
}


#addreviewPage .description {
    margin-top: 15px;
    margin-bottom: 30px;
}


#addreviewPage .product-img {
    margin: 15px 0 !important;
}

    #addreviewPage .product-img .hyp-thumbnail {
        width: 200px;
        height: 200px;
    }

        #addreviewPage .product-img .hyp-thumbnail img {
            width: 100%;
            height: auto;
        }

#addreviewPage .product-tile .product-title {
    justify-content: initial;
}

.btn-group {
    display: inline-flex;
}

.free-shipping-content span {
    display: block;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .free-shipping-container {
        margin-bottom: 10px;
    }

    .step-buttons .btn {
        margin-right: 0;
    }
}

.msg-block {
    margin: 0;
    line-height: 45px;
    padding: 0 15px;
}

.error-msg {
    background: rgba(255, 0, 0, 0.2);
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .error-msg .text {
        padding: 0 15px;
    }

.btn-invisible {
    background: none;
    color: #bdbdbd;
}

    .btn-invisible:hover, .btn-invisible:active, .btn-invisible:focus {
        background: none;
        border: none;
        margin: 0;
    }

.banner-link {
    display: block;
    width: 100%;
    height: 100%;
}

#shipping-error {
    display: none;
}

    #shipping-error .shipping-choice-error {
        text-transform: none;
        text-align: center;
        background: rgba(255, 0, 0, 0.2);
    }

.custom-descs {
    display: block !important;
}

.gdpr > p {
    margin: 20px 0;
}

.gdpr > h4 {
    text-transform: none;
}

.gdpr-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .gdpr-footer img {
        width: 65px;
        margin-right: 20px;
    }

#subscribeForm .custom-text {
    margin-bottom: 15px;
}
