/* Minification failed. Returning unminified contents.
(70,8): run-time error CSS1030: Expected identifier, found '.'
(70,15): run-time error CSS1031: Expected selector, found ')'
(70,15): run-time error CSS1025: Expected comma or open brace, found ')'
(151,8): run-time error CSS1030: Expected identifier, found '.'
(151,15): run-time error CSS1031: Expected selector, found ')'
(151,15): run-time error CSS1025: Expected comma or open brace, found ')'
(13581,8): run-time error CSS1030: Expected identifier, found '.'
(13581,15): run-time error CSS1031: Expected selector, found ')'
(13581,15): run-time error CSS1025: Expected comma or open brace, found ')'
(18307,12): run-time error CSS1030: Expected identifier, found '.'
(18307,19): run-time error CSS1031: Expected selector, found ')'
(18307,19): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''), url('../fonts/nunito-sans-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/nunito-sans-v12-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local(''), url('../fonts/NunitoSans-SemiBold.woff') format('woff'), url('../fonts/nunito-sans-v12-latin-ext_latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local(''), url('../fonts/nunito-sans-v12-latin-ext_latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/nunito-sans-v12-latin-ext_latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: 'Nunito Sans', Swap, sans-serif;
    font-weight: 400;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    background: #f4f5f6;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 20pt;
    line-height: 24pt;
    padding: 0 0 14px 0;
}

input {
    font-family: 'Nunito Sans', Swap, sans-serif;
    font-weight: 400;
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
    outline: none;
}

textarea {
    font-family: 'Nunito Sans', Swap, sans-serif;
    font-weight: 400;
    font-size: 11pt;
    outline: none;
    border: 1px solid #b5b5b5;
    margin: 0px;
    padding: 4px;
}

    textarea.flex-error {
        border: 1px solid #e02222;
    }

:where(.legacy) input[type="text"], :where(.legacy) input[type="password"] {
    border: 1px solid #000;
    padding: 4px 11px 4px 11px;
}

.flex-search-text.blue-search {
    border-color: #0071e3;
    padding: 5px 11px 7px 11px;
    border-radius: 3px;
}

input[type="text"].flex-error {
    border: 1px solid #e02222;
}

input[type="password"].flex-error {
    border: 1px solid #e02222;
}

.flex-filter-bar .search-bar,
.date-from,
.date-to {
    display: flex;
    flex-direction: column;
}

.flex-filter-bar .search-bar {
    width: 210px;
}

.input-dates {
    display: flex;
    gap: 15px;
}

    .input-dates i {
        position: absolute;
    }

input[type="button"].btn-show {
    background: #D34640;
    border: 0;
    border-radius: 5px;
}

input[type="button"].btn-pending-only {
    background: #8D8D8D;
    border: 0;
    border-radius: 5px;
}

.input-with-icon {
    position: relative;
}

.grey-foreground {
    color: #8d8d8d;
}

span.flex-drop-down-link {
    font-size: 11pt;
}

.input-with-icon i {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 9px 7px;
    color: #aaa;
    transition: 0.3s;
}

.input-with-icon i {
    background-color: #7f7f7f;
    -webkit-mask: url("/Plugins/FlexView/Images/Svg/calendar-days-solid.svg") no-repeat center;
    mask: url("/Plugins/FlexView/Images/Svg/calendar-days-solid.svg") no-repeat center;
    margin-left: 10px;
}



:where(.legacy) input[type="submit"], :where(.legacy) input[type="button"], :where(.legacy) button {
    cursor: pointer;
    font-size: 10pt;
    color: white;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 3px;
    background: linear-gradient(#676767, #505050);
    padding: 4px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.flex-search.blue-btn {
    background: #0071e3;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    text-transform: uppercase;
}

.manufacturer-filter-button {
    background: #225BD4 !important;
    min-width: 120px;
    cursor: pointer;
    font-size: 10pt;
    color: white;
    min-height: 31px;
    border: 1px solid #225BD4 !important;
    text-decoration: none;
    border-radius: 3px;
    padding: 4px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="submit"][disabled="disabled"], input[type="button"][disabled="disabled"] {
    cursor: default;
}

img {
    display: block;
}

table {
    font-family: 'Nunito Sans', Swap, sans-serif;
    font-weight: 400;
    font-size: 10pt;
    border-spacing: 0px;
    border-collapse: separate;
    width: 100%;
}

th {
    font-family: 'Nunito Sans', Swap, sans-serif;
    font-weight: 400;
    font-size: 9pt;
    padding: 10px;
    background: #e4e4e4;
    text-align: left;
}

td {
    padding: 10px;
    border-bottom: 1px solid #d3d3d3;
}

    td.flex-min-width {
        width: 1px;
        text-align: right;
    }

    td.flex-min-width-nowrap {
        width: 1px;
        white-space: nowrap;
    }

    td a.flex-button {
        font-size: 10pt;
        color: black;
        text-decoration: none;
        border: 1px solid #b7b7b7;
        border-radius: 3px;
        background: linear-gradient(#e5e5e5, #d7d7d7);
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        white-space: nowrap;
    }



.flex-screen-detection {
    display: none;
    float: left;
}

.flex-bottom-delimiter {
    margin-bottom: 30px;
}

.flex-small-bottom-delimiter {
    margin-bottom: 20px;
}



/* DOCKING COMPONENTS */
.flex-panel-width100 {
    width: 100%;
    z-index: 9998;
}

.flex-header-container {
    background: transparent;
}

.flex-panel-wide {
    background: white;
    padding-left: 12px;
    padding-right: 12px;
}

.flex-panel-wide, .flex-footer-container {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}

    .flex-footer-container .flex-container {
        display: block;
    }

    .flex-panel-wide .flex-dashboard-button {
        display: inline-block;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5px;
        padding: 0px;
        cursor: pointer;
        background: url("/Plugins/FlexView/Images/FlexDashboardIcon.png") center center no-repeat;
        border-radius: 2px;
        width: 50px;
        height: 31px;
        vertical-align: top;
    }

    .flex-panel-wide .flex-redirect-to-older-version-button {
        display: inline-block;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 5px;
        padding: 0px;
        border: 1px solid #d5d5d5;
        cursor: pointer;
        background: #f4f4f4;
        border-radius: 2px;
        height: 23px;
        vertical-align: top;
        color: black;
        font-size: 10pt;
        text-decoration: none;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 500;
    }

    .flex-panel-wide dl.flex-drop-down {
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
    }

.flex-perex.bottom {
    padding: 0px 40px 40px 40px;
}

.categories.with-shortcuts .flex-perex.bottom {
    padding: 0px 40px 40px 40px;
    margin-top: -1px;
    border: 1px solid #e1e1e1;
    border-top: 0;
    background: #fff;
}

.flex-back-to-top {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.4);
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 3px;
    display: none;
    z-index: 10;
}

    .flex-back-to-top:hover {
        cursor: pointer;
        background: rgba(0,0,0,0.6);
    }

    .flex-back-to-top .flex-back-to-top-icon {
        font-size: 13pt;
        position: absolute;
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        left: 50%;
        top: 50%;
        color: #ffffff;
    }

.flex-main-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-container {
    width: 1210px;
    margin: 0 auto;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
}

    .flex-container:after {
        clear: both;
        content: "";
        display: block;
    }

/*.container-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

.content-container {
    display: flex;
    flex-flow: wrap;
    width: 1210px;
}*/

.side-container {
    position: absolute;
    top: 274px;
    right: 0;
    visibility: hidden;
}

    .side-container.left {
        position: absolute;
        top: 274px;
        left: 0;
        right: auto;
        text-align: right;
    }

/*.side-container.left > div {
            text-align: right;
        }

            .side-container.left > div img {
                display: inline-block;
            }*/

/*.flex-container .flex-content{
        width: 1210px;
        margin: 0 auto;
    }*/

@media (min-width: 992px) {
    .flex-container {
        display: block;
    }

    .flex-dock-left {
        float: left;
        display: flex;
    }

    .flex-dock-right {
        display: flex;
        float: right;
        text-align: right;
    }
}

.flex-footer-wide .flex-container.footer-license {
    display: flex;
    align-items: center;
}

.footer-license.flex-container > *:not(:last-child) {
    margin-right: 20px; 
}

.flex-footer-wide {
    color: #9f9f9f;
    background: #282828;
    padding: 30px 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10pt;
}

    .flex-footer-wide .flex-container {
        display: block;
    }

    .flex-footer-wide .flex-title {
        display: block;
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .flex-footer-wide a {
        color: #9f9f9f;
        text-decoration: none;
    }

        .flex-footer-wide a:hover {
            color: white;
        }

    .flex-footer-wide .flex-footer-main-menu {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

        .flex-footer-wide .flex-footer-main-menu .flex-footer-main-menu-box ul {
            margin-bottom: 20px;
        }

        .flex-footer-wide .flex-footer-main-menu .flex-footer-main-menu-box > span {
            background: url("/Plugins/FlexView/Images/FooterMainMenuIcon.png") left center no-repeat;
            padding-left: 24px;
        }

        .flex-footer-wide .flex-footer-main-menu .flex-footer-legal-info > span.flex-legal-info {
            background: url("/Plugins/FlexView/Images/FooterLegalInfoIcon.png") left center no-repeat;
            /*margin-top: 20px;*/
            padding-left: 24px;
        }

    .flex-footer-wide ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .flex-footer-wide ul li {
            background: url("/Plugins/FlexView/Images/FlexFooterBullet.png") 3px 14px no-repeat;
            padding-left: 15px;
            padding-top: 6px;
        }

            .flex-footer-wide ul li:first-child {
                background: url("/Plugins/FlexView/Images/FlexFooterBullet.png") 3px 8px no-repeat;
                padding-top: 0px;
            }

            .flex-footer-wide ul li .flex-count {
                display: inline-block;
                border-radius: 99px;
                color: black;
                background: #9f9f9f;
                padding-left: 5px;
                padding-right: 5px;
                margin-left: 5px;
                font-size: 7pt;
            }

    .flex-footer-wide .flex-footer-custom-menu {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

        .flex-footer-wide .flex-footer-custom-menu > span {
            background: url("/Plugins/FlexView/Images/FooterInformationsIcon.png") left center no-repeat;
            padding-left: 24px;
        }

    .flex-footer-wide .flex-footer-other-links-menu {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    .flex-footer-wide .flex-footer-recommended-links {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

        .flex-footer-wide .flex-footer-recommended-links > span {
            background: url("/Plugins/FlexView/Images/FooterRecommendedLinksIcon.png") left center no-repeat;
            padding-left: 24px;
        }

    .flex-footer-wide .flex-footer-other-links > span {
        background: url("/Plugins/FlexView/Images/FooterRecommendedLinksIcon.png") left center no-repeat;
        padding-left: 24px;
        margin-top: 20px;
    }

    .flex-footer-wide .flex-footer-user-menu {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

        .flex-footer-wide .flex-footer-user-menu > span {
            background: url("/Plugins/FlexView/Images/FooterUserMenuIcon.png") left center no-repeat;
            padding-left: 24px;
        }

        .flex-footer-wide.flex-highlight {
            background: #1d1d1d;
            padding: 0px 20px 0px 20px;
        }

        .flex-footer-wide.flex-highlight .flex-newsletter {
            display: inline-block;
            padding: 20px 0;
        }

            .flex-footer-wide.flex-highlight .flex-newsletter span {
                display: inline-block;
                color: white;
                font-size: 11pt;
                font-weight: 400;
                margin-right: 10px;
            }

            .flex-footer-wide.flex-highlight .flex-newsletter input[type="text"] {
                display: inline-block;
                color: white;
                border: 1px solid black;
                background: black;
                font-size: 9pt;
                border-radius: 4px;
                padding: 6px;
                padding-left: 8px;
                padding-right: 75px;
                width: 170px;
            }

            .flex-footer-wide.flex-highlight .flex-newsletter input[type="button"] {
                display: inline-block;
                color: white;
                border: 1px solid #1d1d1d;
                background: #1d1d1d;
                font-size: 9pt;
                border-radius: 3px;
                padding: 1px;
                padding-left: 4px;
                padding-right: 4px;
                margin-left: -71px;
            }

                .flex-footer-wide.flex-highlight .flex-newsletter input[type="button"].subscribe {
                    background: #c61814;
                    padding: 6px 12px 6px 12px;
                    margin-left: -64px;
                }

                .flex-footer-wide.flex-highlight .flex-newsletter input[type="button"].unsubscribe {
                    margin-left: 10px;
                    padding: 12px;
                    color: #9f9f9f;
                    text-decoration: underline;
                    background: transparent;
                    border: none;
                }

            .flex-footer-wide.flex-highlight .flex-newsletter .flex-progress {
                display: inline-block;
                vertical-align: middle;
                width: 16px;
                height: 16px;
                margin-left: 10px;
            }

        .flex-footer-wide.flex-highlight .flex-social-links {
            float: right;
            padding: 21px 0 20px 0;
        }

            .flex-footer-wide.flex-highlight .flex-social-links.flex-social-links-no {
                padding: 1px 0 0 0;
            }

            .flex-footer-wide.flex-highlight .flex-social-links a {
                display: inline-block;
                width: 29px;
                height: 29px;
            }

                /* Facebook */
                .flex-footer-wide.flex-highlight .flex-social-links a[data-flex-type="1"] {
                    background: url("/Plugins/FlexView/Images/FooterFacebookIcon.png") center center no-repeat;
                }

                /* Twitter */
                .flex-footer-wide.flex-highlight .flex-social-links a[data-flex-type="2"] {
                    background: url("/Plugins/FlexView/Images/FooterTwitterIcon.png") center center no-repeat;
                }

                /* Youtube */
                .flex-footer-wide.flex-highlight .flex-social-links a[data-flex-type="3"] {
                    background: url("/Plugins/FlexView/Images/FooterYoutubeIcon.png") center center no-repeat;
                }

                /* Youtube */
                .flex-footer-wide.flex-highlight .flex-social-links a[data-flex-type="4"] {
                    background: url("/Plugins/FlexView/Images/FooterInstagramIcon.png") center center no-repeat;
                }



    .flex-footer-wide.flex-license #NextisCopyrightLabel a {
        margin-right: 0;
        margin-left: 2px;
    } 

    .flex-footer-wide.flex-license a {
        display: inline-block;
    }

        .flex-footer-wide.flex-license a.flex-nextis-logo {
            min-width: 129px !important;
            height: 32px;
            opacity: 1.3;
            background: url("/Plugins/FlexView/Images/nextis-logo.svg") center center no-repeat;
        }

        .flex-footer-wide.flex-license a.flex-tecalliance-logo,
        .flex-footer-wide.flex-license a.tecrmi {
            display: inline-block;
            width: 200px;
            height: 44px;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .flex-footer-wide.flex-license a.flex-tecalliance-logo {
            background: url("/Plugins/FlexView/Images/tecdoc-inside.svg") no-repeat;
        }

        .flex-footer-wide.flex-license a.tecrmi {
            background: url("/Plugins/FlexView/Images/tecrmi-inside.svg") no-repeat;
        }

.flex-nextis-credentials {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    width: 260px;
}

.flex-nextis-credentials span {
    display: flex; 
}

    .flex-footer-wide.flex-license .flex-nextis-credentials {
        font-size: 9pt;
        /*margin-right: 20px;*/
    }

    .flex-footer-wide.flex-license #TecDocDisclaimerLabel {
        float: right;
        width: 650px;
        font-size: 8pt;
        line-height: 11pt;
    }

    .flex-footer-wide.flex-license #EETInformationLabel {
        display: block;
        font-size: 8pt;
        line-height: 11pt;
        margin-top: 25px;
        text-align: center;
    }

@media only screen and (min-width: 1240px) {
    .flex-container {
        width: 1210px;
    }
}


/* FORM CONTROLS */

select.flex-drop-down {
    padding: 6px;
    visibility: hidden;
}

.flex-drop-down {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    background: #f4f4f4;
    border-radius: 2px;
}

    .flex-drop-down.flex-disabled {
        cursor: default;
    }

    .flex-drop-down dd, .flex-drop-down dt, .flex-drop-down ul {
        margin: 0px;
        padding: 0px;
    }

    .flex-drop-down dd {
        position: relative;
    }

    .flex-drop-down dt {
        display: inline-block;
        width: 100%;
    }

        .flex-drop-down dt span.flex-drop-down-link {
            display: inline-block;
            padding: 4px 24px 4px 4px;
            color: #7f7f7f;
            text-decoration: none;
            background: url("/Plugins/FlexView/Images/FlexDropDownIcon.png") no-repeat;
            background-position: right 9px center;
            width: 100%;
            box-sizing: border-box;
        }

    .flex-drop-down dd .flex-collapsible {
        background: white;
        display: none;
        list-style: none;
        position: absolute;
        left: -1px;
        top: 0px;
        width: 100%;
        z-index: 999;
        border: 1px solid #b6b6b6;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

.flex-spz {
    font-size: 10pt;
    display: inline-block;
}

.spz .flex-drop-down dd .flex-collapsible {
    width: auto;
}

.flex-spz .flex-drop-down dt span.flex-drop-down-link {
    width: 110px;
}

.other-vehicle-informations {
    padding: 25px 10px 5px 10px;
}


    .other-vehicle-informations .flex-spz .flex-drop-down dt span.flex-drop-down-link {
        width: 165px;
    }

.flex-drop-down dd ul {
    display: block;
    list-style: none;
    padding: 4px 0px;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.flex-drop-down span.flex-drop-down-value {
    display: none;
}

.flex-drop-down span.flex-title-text {
    display: none;
}

.flex-spz .flex-drop-down dt span.flex-title-text {
    display: inline-block;
}

.flex-spz .flex-drop-down dt span.flex-text {
    display: none;
}

.flex-spz .flex-drop-down dd span.flex-title-text {
    display: none;
}

.flex-spz .flex-drop-down dd span.flex-text {
    display: inline-block;
}

.flex-drop-down span.flex-additional-text {
    display: block;
    font-size: 9pt;
}

.flex-drop-down dd .flex-collapsible .flex-drop-down-search {
    display: block;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

    .flex-drop-down dd .flex-collapsible .flex-drop-down-search input[type="text"] {
        border: 0px;
        border-top: 1px solid #f2f2f2;
        padding: 6px;
        padding-top: 5px;
        padding-left: 8px;
        padding-right: 40px;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .flex-drop-down dd .flex-collapsible .flex-drop-down-search input[type="button"] {
        border: 0px;
        border-top: 1px solid #f2f2f2;
        background: white url("/Plugins/FlexView/Images/FlexContextSearchButtonIcon.png") center center no-repeat;
        border-radius: 0px;
        width: 27px;
        height: 27px;
        vertical-align: middle;
        position: absolute;
        top: 0px;
        right: 0px;
    }

.flex-drop-down dd ul li span.flex-drop-down-link {
    position: relative;
    cursor: pointer;
    padding: 4px;
    padding-left: 8px;
    display: block;
    color: #7f7f7f;
    text-decoration: none;
}

    .flex-drop-down dd ul li span.flex-drop-down-link.flex-drop-down-link-favourite {
        color: #000;
        font-weight: 600;
    }

.flex-drop-down dd ul li.flex-selected span.flex-drop-down-link {
    color: black;
}

.flex-drop-down dd ul li span.flex-drop-down-items-count {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 7pt;
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
    color: #585858;
    min-width: 7px;
    background: #e7e7e7;
    border-radius: 99px;
    text-align: center;
}

.flex-drop-down dd ul li span.flex-drop-down-link:hover span.flex-drop-down-items-count {
    color: white;
    background: #585858;
}










input.flex-file-upload {
    display: none;
}

.flex-file-upload {
    display: inline-block;
}

    .flex-file-upload input[type="button"] {
        margin-right: 10px;
    }










/*input.flex-checkbox {*/
/*    display: none;*/
/*}*/

.flex-checkbox {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 23px;
    float: left;
}


.flex-checkbox-false-text {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 5px;
}

.flex-checkbox-true-text {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 5px;
}

.flex-checkbox-toogle-text {
    /*cursor: pointer;*/
    display: block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 20px;
}

.flex-registration-form .flex-multi-box.billing-info,
.flex-billing-informations .flex-multi-box {
    padding-left: 263px;
}


.flex-multi-box .flex-checkbox-toogle-text {
    padding-left: 0;
}


div.flex-radio-buttons {
    display: none !important;
}

ul.flex-radio-buttons {
    margin: 0px;
    padding: 0px;
}

    ul.flex-radio-buttons li {
        cursor: pointer;
        padding: 2px;
        display: inline-block;
    }

        ul.flex-radio-buttons li.flex-disabled {
            cursor: default;
            opacity: 0.5;
        }

        ul.flex-radio-buttons li .flex-radio {
            display: inline-block;
            vertical-align: middle;
            width: 18px;
            height: 14px;
            background: url("/Plugins/FlexView/Images/FlexRadioButtonIcons.png") left 0px no-repeat;
        }

        ul.flex-radio-buttons li:hover .flex-radio {
            background: url("/Plugins/FlexView/Images/FlexRadioButtonIcons.png") left -14px no-repeat;
        }

        ul.flex-radio-buttons li.flex-selected .flex-radio {
            background: url("/Plugins/FlexView/Images/FlexRadioButtonIcons.png") left -28px no-repeat;
        }

        ul.flex-radio-buttons li.flex-selected:hover .flex-radio {
            background: url("/Plugins/FlexView/Images/FlexRadioButtonIcons.png") left -42px no-repeat;
        }

        ul.flex-radio-buttons li .flex-text-wrapper {
            display: flex;
            flex-direction: column;
            vertical-align: middle;
            margin-right: 20px;
        }

        ul.flex-radio-buttons li span {
            display: block;
            vertical-align: middle;
        }

        ul.flex-radio-buttons li .flex-additional-text {
            font-size: 9pt;
            width: 100%;
            margin-top: -10px;
            padding-left: 78px;
        }

        ul.flex-radio-buttons li.flex-selected .flex-text-wrapper span {
            color: #595959;
        }

.flex-transport-method-item {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.flex-transport-method-item-description {
    display: flex;
    flex-direction: column;
}










.flex-cookies-statement {
    display: none;
    width: 100%;
    color: white;
    font-size: 10pt;
    background: #282828;
    border-bottom: 1px solid black;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
}

    .flex-cookies-statement .flex-container {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-cookies-statement .flex-text-part {
        padding-top: 15px;
        padding-bottom: 15px;
        vertical-align: middle;
        text-align: justify;
        -ms-flex: 0 0 1100px;
        -webkit-flex: 0 0 1100px;
        flex: 0 0 1100px;
        -moz-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .flex-cookies-statement .flex-button-part {
        -ms-flex: 0 0 100px;
        -webkit-flex: 0 0 100px;
        flex: 0 0 100px;
        -moz-order: 1;
        -webkit-order: 1;
        order: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
        /* padding-left: 30px;*/
        padding-bottom: 15px;
        vertical-align: middle;
    }

        .flex-cookies-statement .flex-button-part input[type="button"] {
            color: white;
            background: #e32323;
            float: right;
        }








.flex-menu-button {
    display: none;
}

.flex-top-panel-container .flex-menu .flex-menu-button {
    width: 40px;
    height: 40px;
    background-color: #e2e3e4;
    border-radius: 10%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    background: #f4f4f4 url("/Plugins/FlexView/Images/FlexMenuIcon.png") center center no-repeat;
    /*border-radius: 2px;*/
    position: relative;
    z-index: 1000;
}

.flex-top-panel-container .flex-menu .flex-close-menu-button {
    cursor: pointer;
    display: none;
    border: 1px solid #d5d5d5;
    background: url("/Plugins/FlexView/Images/FlexPopupCloseButtonIcon.png") center center no-repeat;
    width: 40px;
    height: 40px;
    background-color: #e2e3e4;
    border-radius: 10%;
    position: absolute;
    top: 10px;
    z-index: 10000;
}

.tool-tip-close-button {
    cursor: pointer;
    background: url("/Plugins/FlexView/Images/FlexPopupCloseButtonIcon.png") center center no-repeat;
    width: 15px;
    height: 15px;
    float: right;
}

.flex-menu {
    /*width: 1210px;
    margin: 0 auto;*/
}

    .flex-menu ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

.flex-main-menu .flex-menu {
    width: 1210px;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .flex-main-menu .flex-menu ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 200;
    }

    .flex-main-menu .flex-menu.flex-menu-items-1 ul li {
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }

    .flex-main-menu .flex-menu.flex-menu-items-2 ul li {
        flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
    }

    .flex-main-menu .flex-menu.flex-menu-items-3 ul li {
        -webkit-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
    }

    .flex-main-menu .flex-menu.flex-menu-items-4 ul li {
        flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
    }

    .flex-main-menu .flex-menu.flex-menu-items-5 ul li {
        flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
    }

    .flex-main-menu .flex-menu.flex-menu-items-6 ul li {
        flex: 1 0 16.6%;
        -webkit-flex: 1 0 16.6%;
        -ms-flex: 1 0 16.6%;
    }

    .flex-main-menu .flex-menu ul li.flex-selected {
        box-shadow: none;
    }

    .flex-main-menu .flex-menu ul li ul {
        display: none;
    }

        .flex-main-menu .flex-menu ul li ul li {
            white-space: nowrap;
        }

    .flex-main-menu .flex-menu ul.flex-menu-has-children {
        width: auto;
    }

    .flex-main-menu .flex-menu ul li span.flex-selected {
        background-color: #e02222;
    }

    .flex-main-menu .flex-menu ul.flex-menu-compact li a.flex-selected {
        background-color: #e02222;
        text-decoration: underline;
    }

.flex-menu ul li {
    cursor: pointer;
    list-style: none;
    position: relative;
    background: green;
    vertical-align: middle;
    background: #2e3a51;
    box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.1) inset;
    transition: background-color 0.5s;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}

    .flex-menu ul li a, .flex-menu ul li span {
        font-weight: 600;
        font-size: 10pt;
        text-transform: unset;
        padding: 15px 20px 15px 20px;
        color: white;
        display: block;
        text-decoration: none;
        text-align: center;
    }

        .flex-menu ul li a .flex-count, .flex-menu ul li span .flex-count {
            display: inline-block;
            border-radius: 99px;
            background: #e02222;
            text-align: center;
            margin-left: 6px;
            min-width: 30px;
            transition: 0.5s;
        }

        .flex-menu ul li a:hover .flex-count, .flex-menu ul li span:hover .flex-count {
            color: #e02222;
            background: white;
        }

        .flex-menu ul li a span {
            color: white;
            display: inline;
            text-decoration: none;
            background: none;
            font-weight: 300;
            font-size: 10pt;
            text-transform: uppercase;
            padding: 0px;
            box-shadow: none;
            border-right: 0px;
            text-align: center;
        }

        .flex-menu ul li a:hover span {
            background: none;
        }

.flex-main-menu .flex-menu > ul > li > a, .flex-menu > ul > li > span {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.flex-menu ul li:last-child a {
    border-right: 0px;
}

.flex-menu ul li:last-child span {
    border-right: 0px;
}

.flex-menu ul li:last-child ul {
    right: 0px;
}

.flex-menu ul li:hover {
    background: #e02222;
}

.flex-menu ul li.flex-selected {
    background: #e02222;
}

.flex-menu ul li ul {
    position: absolute;
    display: none;
    margin: 0px;
    top: 59px;
    padding: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #e02222;
    min-width: 100%;
    z-index: 998;
}

    .flex-menu ul li ul li {
        display: inline;
        float: none;
        border-right: 0px;
    }

        .flex-menu ul li ul li a {
            box-shadow: none;
            border: 0px;
            text-align: left;
            font-weight: 300;
            padding: 26px;
            padding-top: 12px;
            padding-bottom: 12px;
            background: none;
            text-align: left;
            width: auto;
        }

            .flex-menu ul li ul li a:hover {
                text-decoration: underline;
            }


.flex-panel-wide .flex-menu {
    display: block;
    font-size: 0px;
}

    .flex-panel-wide .flex-menu .flex-menu-button {
        margin-top: 10px;
    }

    .flex-panel-wide .flex-menu ul {
        display: inline-block;
        font-size: 0px;
        white-space: nowrap;
        margin: 0px;
        vertical-align: top;
        width: auto;
    }

        .flex-panel-wide .flex-menu ul.flex-expanded {
            white-space: normal;
        }

        .flex-panel-wide .flex-menu ul li {
            background: none;
            box-shadow: none;
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
            background: white;
            display: inline-block;
        }

        .flex-panel-wide .flex-menu ul.flex-expanded li.flex-collapsed {
            display: inline-block;
        }

        .flex-panel-wide .flex-menu ul li.flex-collapsed {
            display: none;
        }

        .flex-panel-wide .flex-menu ul li a,
        .flex-panel-wide .flex-menu ul li span {
            font-weight: 600;
            font-size: 10pt;
            text-transform: unset;
            color: #6f6f6f;
            padding: 16px;
            text-align: center;
            background: white;
            border: 0;
        }


        .flex-panel-wide .flex-menu ul li:hover > a {
            color: black;
            text-decoration: underline;
        }

        .flex-panel-wide .flex-menu ul li:hover > span {
            color: black;
            text-decoration: underline;
        }

        .flex-panel-wide .flex-menu ul li:hover span {
            position: relative;
            z-index: 999;
        }

        .flex-panel-wide .flex-menu ul li ul {
            position: absolute;
            display: none;
            margin: 0px;
            margin-top: -1px;
            margin-left: -1px;
            padding: 0px;
            padding-top: 8px;
            padding-bottom: 8px;
            background: white;
            border: 1px solid #d0d0d0;
            white-space: normal;
            width: auto;
            top: auto;
            max-height: none;
        }

        .flex-panel-wide .flex-menu ul li:last-child ul {
            margin-left: 0px;
            margin-right: -1px;
        }

        .flex-panel-wide .flex-menu ul li ul li, .flex-panel-wide .flex-menu ul li ul li:hover {
            border: 0px;
        }

            .flex-panel-wide .flex-menu ul li ul li a {
                text-align: left;
                white-space: nowrap;
                padding-top: 6px;
                padding-bottom: 6px;
            }

        /* .flex-panel-wide .flex-menu ul li.flex-selected {
            border-left: 1px solid #d0d0d0;
            border-right: 1px solid #d0d0d0;
            position: relative;
            z-index: 999;
        }*/

        .flex-panel-wide .flex-menu ul li.flex-selected span {
            position: relative;
            z-index: 999;
            color: black;
        }

.flex-top-panel-container .flex-menu ul.flex-menu-compact {
    background: white;
    margin: 0px;
    position: absolute;
    z-index: 9999;
    left: 0px;
    top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

    .flex-top-panel-container .flex-menu ul.flex-menu-compact li {
        display: block;
    }

        .flex-top-panel-container .flex-menu ul.flex-menu-compact li a, .flex-menu ul.flex-menu-compact li span {
            /*text-align: center;*/
            padding: 13px;
            padding-top: 6px;
            padding-bottom: 6px;
        }

        .flex-top-panel-container .flex-menu ul.flex-menu-compact li ul {
            position: relative;
            border: 0px;
        }

            .flex-top-panel-container .flex-menu ul.flex-menu-compact li ul li a, .flex-top-panel-container .flex-menu ul.flex-menu-compact li ul li span {
                padding-left: 40px;
            }

.warning-box {
    padding: 20px;
    color: #4f4f4f;
    border: 1px solid #f8c7c7;
    background: #ffeeee;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}











.flex-slideshow-container .content {
    width: 1210px;
    margin: 0 auto;
}

.flex-reverse-tecdoc-tree-container .content {
    width: 1210px;
    margin: 0 auto;
}








.flex-basket-summary {
    display: inline-flex;
    position: relative;
    padding-top: 5px;
}

.flex-table.flex-basket-summary-table {
    width: auto;
}

.flex-basket-summary > span {
    cursor: pointer;
    background: url("/Plugins/FlexView/Images/Svg/cart-header.svg") no-repeat;
    background-position: left 15px center;
    padding: 20px;
    padding-left: 57px;
    padding-right: 15px;
    text-decoration: none;
    position: relative;
    z-index: 996;
    display: block;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    white-space: nowrap;
    margin-bottom: 0px;
    background-size: 28px;
}

    .flex-basket-summary > span.flex-selected {
        cursor: default;
        background-color: #ecf0fa;
        border-top: 1px solid #e0e5f1;
        border-left: 1px solid #e0e5f1;
        border-right: 1px solid #e0e5f1;
    }

    .flex-basket-summary > span .flex-basket-items-count {
        font-size: 7pt;
        position: absolute;
        top: 17px;
        left: 34px;
        color: white;
        display: flex;
        width: 17px;
        text-align: center;
        font-weight: 400;
        background-color: #e02222;
        border-radius: 999px;
        height: 17px;
        justify-content: center;
        align-items: center;
    }

    .flex-basket-summary > span .flex-basket-price {
        color: black;
        font-weight: 700;
        display: inline-block;
        font-size: 12pt;
    }

    .flex-basket-summary > span .flex-basket-currency {
        color: black;
        font-weight: 700;
        font-size: 12pt;
    }

    .basket-sticky-price > span.flex-basket-vat-text,
    .flex-basket-summary > span .flex-basket-vat-text {
        color: #6f6f6f;
        font-size: 8pt;
        display: block;
        margin-top: -2px;
        text-align: left;
    }

.flex-basket-summary > div {
    display: none;
    background: #ecf0fa;
    padding-bottom: 19px;
    position: absolute;
    z-index: 995;
    width: 270px;
    padding: 14px;
    font-size: 10pt;
    right: 0;
    top: 70px;
    border: 1px solid #e0e5f1;
    box-shadow: -4px 4px 6px 0px #00000010;
}

/* Style for IE, Edge, Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .flex-basket-summary > div {
        top: 80px;
    }
}

/* Style for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .flex-basket-summary > div {
        top: 80px;
    }
}

.flex-basket-summary > div .flex-drop-down {
    margin-bottom: 14px;
    border-radius: 3px;
    background: white;
    width: 268px;
}

    .flex-basket-summary > div .flex-drop-down dt span.flex-drop-down-link {
        padding-top: 5px;
        padding-bottom: 6px;
        padding-left: 8px;
        padding-right: 24px;
    }

.flex-basket-summary > div > .flex-add-new-basket {
    display: none;
    position: relative;
    margin-bottom: 14px;
}

    .flex-basket-summary > div > .flex-add-new-basket #BasketSummaryAddNewBasket {
        width: 200px;
        padding-top: 5px;
        padding-bottom: 4px;
        padding-right: 60px;
    }

    .flex-basket-summary > div > .flex-add-new-basket #BasketSummaryAddNewBasketConfirm {
        position: absolute;
        top: 1px;
        right: 1px;
        width: 26px;
        height: 32px;
        padding-right: 26px;
        background: transparent url("/Plugins/FlexView/Images/FlexAddNewBasketConfirmIcon.png") center center no-repeat;
        border: 0px;
        border-radius: 0px;
    }

    .flex-basket-summary > div > .flex-add-new-basket #BasketSummaryAddNewBasketCancel {
        position: absolute;
        top: 1px;
        right: 35px;
        width: 26px;
        height: 32px;
        background: transparent url("/Plugins/FlexView/Images/FlexAddNewBasketCancelIcon.png") center center no-repeat;
        border: 0px;
        border-radius: 0px;
    }

.flex-basket-summary > div > .flex-title {
    margin-bottom: 12px;
    font-weight: 700;
    display: block;
}

.flex-basket-summary > div .flex-outer {
    display: block;
    color: black;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

    .flex-basket-summary > div .flex-outer .flex-inner {
        border-top: 1px solid #ecf0fa;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        top: -1px;
    }

        .flex-basket-summary > div .flex-outer .flex-inner .flex-delete {
            display: none;
            background: white url("/Plugins/FlexView/Images/FlexDeleteIcon.png") center center no-repeat;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 0px;
            top: 10px;
            border-radius: 2px;
        }

    .flex-basket-summary > div .flex-outer:hover .flex-inner .flex-delete {
        display: block;
    }

    .flex-basket-summary > div .flex-outer .flex-inner .flex-amount {
        color: #e02222;
        font-weight: 600;
    }

        .flex-basket-summary > div .flex-outer .flex-inner .flex-amount:after {
            content: "x ";
        }

    .flex-basket-summary > div .flex-outer .flex-inner .flex-name {
        font-weight: 600;
        white-space: nowrap;
    }

    .flex-basket-summary > div .flex-outer .flex-inner .flex-description {
        display: block;
    }

    .flex-basket-summary > div .flex-outer .flex-inner .flex-price {
        color: #e02222;
        font-weight: 600;
    }

.flex-basket-summary > div .flex-basket-summary-table {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 11pt;
}

    .flex-basket-summary > div .flex-basket-summary-table .column-1 {
        vertical-align: top;
    }

        .flex-basket-summary > div .flex-basket-summary-table .column-1 .flex-title {
            font-weight: 600;
        }

    .flex-basket-summary > div .flex-basket-summary-table .column-2 {
        text-align: right;
    }

.flex-basket-summary > div .flex-total-price {
    display: block;
    font-weight: 600;
}

    .flex-basket-summary > div .flex-total-price .flex-without-vat {
        font-weight: 300;
    }

.flex-basket-summary > div .flex-total-price-with-vat {
    display: block;
    font-size: 9pt;
    font-weight: 600;
}

    .flex-basket-summary > div .flex-total-price-with-vat .flex-with-vat {
        font-weight: 300;
    }



.flex-basket-summary > div > a.flex-go-to-basket {
    background: #e02222 url("/Plugins/FlexView/Images/FlexRightArrowButtonIcon.png") no-repeat;
}

.flex-basket-summary > div > a.flex-go-to-order {
    margin-top: 8px;
    background: #4c4c4c url("/Plugins/FlexView/Images/FlexRightArrowButtonIcon.png") no-repeat;
}

.flex-basket-summary > div > a.finish-order-btn {
    margin-top: 8px;
    background: #4c4c4c url("/Plugins/FlexView/Images/FlexRightArrowButtonIcon.png") no-repeat;
}

.flex-basket-summary > div > a.flex-go-to-basket, .flex-basket-summary > div > a.flex-go-to-order, .flex-basket-summary > div > a.finish-order-btn {
    display: block;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    width: 100%;
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.3) inset;
    border: 0px;
    border-radius: 3px;
    padding: 6px;
    padding-left: 12px;
    font-size: 11pt;
    text-align: left;
    background-position: right 14px center;
    width: 250px;
    text-decoration: none;
}

    .flex-basket-summary > div > a.flex-go-to-basket:hover, .flex-basket-summary > div > a.flex-go-to-order:hover, .flex-basket-summary > div > a.finish-order-btn:hover {
        text-decoration: underline;
    }

.flex-basket-mobile-button {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #e2e3e4;
    border-radius: 10%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    background: #f4f4f4 url("/Plugins/FlexView/Images/FlexBasketMobileIcon.png") center center no-repeat;
}

.flex-logo {
    display: block;
    margin-right: 20px;
    width: 167px;
    height: 41px;
}

.sticky-header .flex-logo {
    -ms-transform: scale(0.8); /* IE 9 */
    -webkit-transform: scale(0.8); /* Safari */
    transform: scale(0.8);
}

.flex-logo-mobile {
    display: none;
    width: 122px;
    height: 30px;
    margin-top: 8px;
}

.flex-search {
    position: relative;
    display: inline-block;
    text-align: left;
}

    .flex-search span {
        color: #2766d9;
        cursor: pointer;
        font-size: 10pt;
        display: inline-block;
        padding-bottom: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .flex-search .flex-radio-buttons span {
        padding-bottom: 2px;
    }

    .flex-search .flex-search-locations {
        position: relative;
        z-index: 899;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.flex-header-table .flex-search {
    margin-top: -12px;
}

.flex-search .flex-search-locations span.flex-selected {
    background: url("/Plugins/FlexView/Images/FlexSearchLocationArrowIcon.png") bottom center no-repeat;
    font-weight: 700;
    color: black;
    cursor: default;
}

.flex-search .flex-search-input {
    position: relative;
    top: -2px;
    z-index: 898;
}

    .flex-search .flex-search-input input[type="text"] {
        border: 0px;
        padding: 12px;
        padding-right: 75px;
        background: url("/Plugins/FlexView/Images/FlexSearchInputBackground.png") 0px -1px repeat-x;
        width: 350px;
        display: inline-block;
        vertical-align: top;
        -webkit-appearance: none;
    }

    .flex-search .flex-search-input input[type="button"] {
        cursor: pointer;
        font-size: 0px;
        display: inline-block;
        border: 0px;
        margin: 0px;
        padding: 0px;
        vertical-align: top;
        width: 30px;
        height: 30px;
        border-radius: 3px;
        background: #e32323 url("/Plugins/FlexView/Images/FlexSearchButtonIcon.png") center center no-repeat;
        position: absolute;
        top: 6px;
        right: 6px;
    }

    .flex-search .flex-search-input .flex-progress {
        display: none;
        vertical-align: middle;
        position: absolute;
        top: 13px;
        right: 13px;
        width: 16px;
        height: 16px;
        background: url("/Plugins/FlexView/Images/FlexLoadingSmall.gif") center center no-repeat;
    }

    .flex-search .flex-search-input input[type="button"].flex-history-button {
        right: 42px;
        background: transparent url("/Plugins/FlexView/Images/FlexSearchHistoryIcon.png") center center no-repeat;
    }

        .flex-search .flex-search-input input[type="button"].flex-history-button:hover {
            right: 42px;
            background: transparent url("/Plugins/FlexView/Images/FlexSearchHistoryIconHover.png") center center no-repeat;
        }

    .flex-search .flex-search-input .flex-count {
        display: none;
        font-size: 7pt;
        border: 0px;
        margin: 0px;
        padding: 0px;
        padding-left: 4px;
        padding-right: 4px;
        vertical-align: top;
        color: #585858;
        min-width: 7px;
        background: #e7e7e7;
        position: absolute;
        top: 14px;
        right: 76px;
        border-radius: 99px;
        text-align: center;
    }

    .flex-search .flex-search-input .flex-search-whisperer {
        display: none;
        border-bottom: 1px solid #d8d8da;
        padding: 0px;
        background: white;
        width: 100%;
        position: absolute;
        top: 42px;
    }

        .flex-search .flex-search-input .flex-search-whisperer .flex-filters {
            border-top: 1px solid #d8d8da;
            padding: 10px;
            display: none;
        }

        .flex-search .flex-search-input .flex-search-whisperer .flex-items {
            display: none;
            border-top: 1px solid #d8d8da;
            padding: 10px;
        }

            .flex-search .flex-search-input .flex-search-whisperer .flex-items a {
                display: block;
                color: #595959;
                text-decoration: none;
                font-size: 10pt;
                padding: 6px;
            }

                .flex-search .flex-search-input .flex-search-whisperer .flex-items a:hover {
                    color: white;
                    background: #e02222;
                }

                .flex-search .flex-search-input .flex-search-whisperer .flex-items a .flex-vehicle-main-info {
                    font-weight: 600;
                }

                .flex-search .flex-search-input .flex-search-whisperer .flex-items a span {
                    color: black;
                    margin: 0px;
                    padding: 0px;
                }

                .flex-search .flex-search-input .flex-search-whisperer .flex-items a:hover span {
                    color: white;
                }

                .flex-search .flex-search-input .flex-search-whisperer .flex-items a .flex-code {
                    font-weight: 600;
                    margin-right: 5px;
                }

                .flex-search .flex-search-input .flex-search-whisperer .flex-items a .flex-name {
                    display: block;
                    color: #4f4f4f;
                }

            .flex-search .flex-search-input .flex-search-whisperer .flex-items > span {
                cursor: default;
                margin: 0px;
                padding: 6px;
                font-style: italic;
                color: #4f4f4f;
            }






    .flex-search .flex-search-input .flex-history-wrapper {
        display: none;
        border-top: 1px solid #d8d8da;
        border-bottom: 1px solid #d8d8da;
        padding: 0px;
        background: white;
        width: 100%;
        position: absolute;
        top: 42px;
        max-height: 400px;
        overflow-y: auto;
    }

        .flex-search .flex-search-input .flex-history-wrapper .flex-history-items {
            padding: 10px;
        }

            .flex-search .flex-search-input .flex-history-wrapper .flex-history-items a {
                display: block;
                color: #595959;
                text-decoration: none;
                font-size: 10pt;
                padding: 6px;
            }

                .flex-search .flex-search-input .flex-history-wrapper .flex-history-items a:hover {
                    color: white;
                    background: #e02222;
                }

                .flex-search .flex-search-input .flex-history-wrapper .flex-history-items a .flex-type {
                    font-size: 9pt;
                    display: inline-block;
                    text-align: center;
                    background: #585858;
                    color: white;
                    border-radius: 99px;
                    min-width: 18px;
                    margin-right: 6px;
                    padding: 0px;
                }

                .flex-search .flex-search-input .flex-history-wrapper .flex-history-items a:hover .flex-type {
                    color: #e02222;
                    background: white;
                }

                .flex-search .flex-search-input .flex-history-wrapper .flex-history-items a .flex-date {
                    color: #595959;
                    font-weight: 600;
                    padding-bottom: 0px;
                }

                .flex-search .flex-search-input .flex-history-wrapper .flex-history-items a:hover .flex-date {
                    color: white;
                }

                .flex-search .flex-search-input .flex-history-wrapper .flex-history-items a .flex-name {
                    color: #595959;
                    padding-bottom: 0px;
                }

                .flex-search .flex-search-input .flex-history-wrapper .flex-history-items a:hover .flex-name {
                    color: white;
                }

            .flex-search .flex-search-input .flex-history-wrapper .flex-history-items input[type="button"] {
                background: transparent url("/Plugins/FlexView/Images/FlexArrowDownIcon.png") 7px 13px no-repeat;
                position: static;
                font-size: 9pt;
                color: black;
                width: auto;
                padding: 6px;
                margin-top: 8px;
                padding-left: 20px;
            }

                .flex-search .flex-search-input .flex-history-wrapper .flex-history-items input[type="button"]:hover {
                    color: #e02222;
                }


.flex-smart-search .search_box {
    background: #fff;
    border-radius: 5px;
    display: flex;
    padding: 0px;
    box-shadow: 0 8px 6px -10px #b3c6ff;
    border: 1px solid #000;
    border-radius: 4px;
}

    .flex-smart-search .search_box .search_field {
        width: 159px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .flex-smart-search .search_box .search_field input {
            border: 0px;
            font-size: 16px;
            padding-right: 38px;
            color: #6f768d;
            width: 100%;
        }


    .flex-smart-search .search_box .dropdown {
        width: 69px;
        border-right: 1px solid #dde2f1;
        color: #9fa3b1;
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .flex-smart-search .search_box .dropdown .default_option {
            text-transform: uppercase;
            padding: 13px 15px;
            font-size: 14px;
        }





.flex-smart-search {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
}

    .flex-smart-search .flex-smart-search-spz-input {
        position: relative;
        display: flex;
        height: 42px;
    }

        .flex-smart-search .flex-smart-search-spz-input dl {
            background: white;
            border: 0;
            width: 100%;
        }

        .flex-smart-search .flex-smart-search-spz-input .flag {
            width: 16px;
            height: 17px;
            margin-right: 4px;
            display: inline-block;
            background-size: contain;
            vertical-align: text-bottom;
            background-repeat: no-repeat;
        }

        .flex-smart-search .flex-smart-search-spz-input span.flex-drop-down-link[data-value="1"] div.flag {
            background-image: url(/Plugins/FlexView/Images/Flags/SK.png) !important;
        }

        .flex-smart-search .flex-smart-search-spz-input span.flex-drop-down-link[data-value="2"] div.flag {
            background-image: url(/Plugins/FlexView/Images/Flags/FR.png) !important;
        }

        .flex-smart-search .flex-smart-search-spz-input span.flex-drop-down-link[data-value="3"] div.flag {
            background-image: url(/Plugins/FlexView/Images/Flags/DE.png) !important;
        }

    .flex-smart-search .flex-smart-search-input input[type="text"] {
        border: 1px solid #000;
        border-radius: 4px;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: white;
        height: 42px;
        font-size: 12pt;
    }





.sticky-header .flex-smart-search .flex-smart-search-input {
    width: 550px;
    margin-top: 17px;
}

.flex-smart-search .flex-smart-search-input {
    position: relative;
    display: block;
    border: 0;
    width: 480px;
}

    .flex-smart-search .flex-smart-search-input input[type="text"] {
        width: 100%;
        padding: 11px;
        padding-right: 80px;
        font-size: 12pt
    }

    .flex-smart-search .flex-smart-search-spz-input .fa-search,
    .flex-smart-search .flex-smart-search-input .flex-smart-search-button {
        cursor: pointer;
        font-size: 0px;
        display: block;
        border: 0px;
        margin: 0px;
        padding: 0px;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background-image: url("/Plugins/FlexView/Images/SearchSolidRed.svg");
        background-repeat: no-repeat;
        position: absolute;
        top: 6px;
        right: 6px;
        border: 0;
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .flex-smart-search .flex-smart-search-input .flex-search-targets {
        text-align: left;
        font-size: 0px;
        margin-top: 2px;
    }

        .flex-smart-search .flex-smart-search-input .flex-search-targets input[type="button"] {
            position: static;
            border: 0px;
            border-bottom: 3px solid transparent;
            border-radius: 0px;
            font-size: 7pt;
            padding: 2px;
            padding-top: 2px;
            padding-right: 6px;
            color: #95999f;
            background: transparent;
            text-transform: uppercase;
            transition: 0.3s ease;
        }

            .flex-smart-search .flex-smart-search-input .flex-search-targets input[type="button"]:hover {
                color: #7f7f7f;
            }

            .flex-smart-search .flex-smart-search-input .flex-search-targets input[type="button"].flex-selected {
                color: #e02222;
                border-bottom: 3px solid #e02222;
            }

            .flex-smart-search .flex-smart-search-input .flex-search-targets input[type="button"].flex-history {
                float: right;
                color: #7f7f7f;
                font-weight: 400;
                padding-left: 18px;
                padding-right: 0px;
            }

                .flex-smart-search .flex-smart-search-input .flex-search-targets input[type="button"].flex-history:hover {
                    color: black;
                }

                .flex-smart-search .flex-smart-search-input .flex-search-targets input[type="button"].flex-history.flex-selected {
                    color: black;
                    color: #e02222;
                    border-bottom: 3px solid #e02222;
                }

    .flex-smart-search .flex-smart-search-input .flex-count {
        display: none;
        font-size: 7pt;
        border: 0px;
        margin: 0px;
        padding: 0px;
        padding-left: 4px;
        padding-right: 4px;
        vertical-align: top;
        color: #585858;
        min-width: 7px;
        background: #e7e7e7;
        position: absolute;
        top: 15px;
        right: 50px;
        border-radius: 99px;
        text-align: center;
    }


.sticky-header .flex-smart-search .flex-hint {
    right: 568px;
}

.flex-smart-search .flex-hint {
    /*border: 1px solid #d0defb;*/
    box-shadow: 1px 1px 5px 2px #0000001a;
    border-radius: 7px;
    font-size: 9pt;
    padding: 22px;
    background-color: white;
    /*background: white url("/Plugins/FlexView/Images/FlexHintBackground.svg") center right 20px no-repeat;*/
    /*background-size: 24px 24px;*/
    width: 300px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -9px;
    right: 500px;
    z-index: 999;
    /*color: #585858;*/
    font-style: italic;
    display: none;
    text-align: justify;
}

    .flex-smart-search .flex-hint b {
        font-weight: 600;
    }

    .flex-smart-search .flex-hint .flex-arrow-icon {
        content: ' ';
        height: 0;
        position: absolute;
        right: -20px;
        top: 21px;
        border: 10px solid transparent;
        border-left-color: #ffffff;
    }

.flex-smart-search .flex-smart-search-whisperer {
    border-bottom: 1px solid #d8d8da;
    box-shadow: 1px 1px 5px 2px #0000001a;
    padding: 0px;
    background: white;
    width: 100%;
    display: none;
    position: absolute;
    top: 62px;
    z-index: 999;
}

    .flex-smart-search .flex-smart-search-whisperer .flex-items {
        border-top: 1px solid #e02222;
        text-align: left;
    }

        .flex-smart-search .flex-smart-search-whisperer .flex-items .flex-title {
            display: block;
            color: #388cff;
            font-size: 9pt;
            padding: 1px;
            padding-bottom: 6px;
            margin-top: 8px;
            margin-left: 11px;
            margin-right: 11px;
            margin-bottom: 1px;
            border-bottom: 1px solid #ededed;
            font-weight: 600;
        }

            .flex-smart-search .flex-smart-search-whisperer .flex-items .flex-title .fas.fa-search {
                margin-right: 5px;
            }

        .flex-smart-search .flex-smart-search-whisperer .flex-items a {
            display: block;
            color: black;
            text-decoration: none;
            font-size: 9pt;
            padding: 6px;
            padding-left: 11px;
            padding-right: 11px;
        }

            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-show-all {
                text-align: center;
                border-top: 1px solid #ededed;
                font-size: 10pt;
                padding: 8px;
                font-weight: 600;
                margin-top: 6px;
            }

            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-selected {
                color: black;
                background: #ecf1fa;
            }

            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-product-by-number .flex-code {
                font-weight: 600;
                margin-right: 5px;
            }

            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-product-by-number .flex-name {
                display: block;
            }

            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-product-by-number .flex-code {
                font-weight: 600;
                margin-right: 5px;
            }






            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-vehicle .flex-manufacturer {
                font-weight: 600;
            }

            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-vehicle .flex-model {
                font-weight: 600;
                margin-right: 5px;
            }

            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-vehicle .flex-engine {
                display: block;
            }





            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-vehicle-by-vin .flex-manufacturer {
                font-weight: 600;
            }

            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-vehicle-by-vin .flex-model {
                font-weight: 600;
                margin-right: 5px;
            }

            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-vehicle-by-vin .flex-engine {
                display: block;
            }

            .flex-smart-search .flex-smart-search-whisperer .flex-items a.flex-vehicle-by-vin .flex-vin {
                display: block;
            }







            .flex-smart-search .flex-smart-search-whisperer .flex-items a .flex-date {
                display: inline-block;
                width: 100%;
            }

            .flex-smart-search .flex-smart-search-whisperer .flex-items a .flex-text {
                font-weight: 600;
            }






.flex-login-form {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-right: 14px;
    vertical-align: top;
}

    .flex-login-form > span {
        cursor: pointer;
        font-size: 10pt;
        text-align: left;
        vertical-align: middle;
        position: relative;
        height: 51px;
        z-index: 998;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        padding-left: 13px;
        padding-right: 20px;
        /* background: url("/Plugins/FlexView/Images/FlexUserIcon.png") no-repeat;
        background-position: left 14px center;*/
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

    .flex-login-form span.flex-selected {
        cursor: default;
    }

    .flex-login-form .flex-login-form-box {
        display: none;
        background: white;
        padding: 20px;
        margin-top: 8px;
        position: absolute;
        right: -125px;
        z-index: 997;
        overflow: hidden;
        width: 235px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
        border-radius: 6px;
    }

        .flex-login-form .flex-login-form-box input {
            display: block;
            border: 1px solid #cdcdcd;
            padding: 6px;
            font-size: 10pt;
            margin-bottom: 10px;
            background: #f6f6f6;
            width: 220px;
        }

        .flex-login-form .flex-login-form-box .controls {
            display: flex;
            flex-direction: column;
        }


        .flex-login-form .flex-login-form-box input[type="button"] {
            display: inline-block;
            cursor: pointer;
            color: white;
            text-transform: uppercase;
            background: #2e3a51;
            box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.3) inset;
            border: 0px;
            border-radius: 2px;
            padding: 7px 12px;
            width: 34px;
            margin: 0 0 0 2px;
            text-align: left;
        }

            .flex-login-form .flex-login-form-box input[type="button"]:first-child {
                flex-grow: 1;
                margin: 0;
            }

            .flex-login-form .flex-login-form-box input[type="button"].google-login-button {
                background: #2e3a51 url("/Plugins/FlexView/Images/Svg/GoogleSignInIcon.svg") center center no-repeat;
                background-size: 12px;
            }

            .flex-login-form .flex-login-form-box input[type="button"].facebook-login-button {
                background: #2e3a51 url("/Plugins/FlexView/Images/Svg/FacebookSignInIcon.svg") center center no-repeat;
                background-size: 8px;
            }

            .flex-login-form .flex-login-form-box input[type="button"].flex-send-forgotten-password-button {
                width: 100%;
                margin: 0;
            }

        .flex-login-form .flex-login-form-box a {
            display: block;
            font-size: 10pt;
            text-decoration: none;
            padding: 2px;
            padding-left: 24px;
            margin-top: 3px;
            margin-left: 2px;
        }

            .flex-login-form .flex-login-form-box a:hover {
                text-decoration: underline;
            }

        .flex-login-form .flex-login-form-box span.flex-login-form-lost-password-button {
            cursor: pointer;
            color: #e02222;
            background: url("/Plugins/FlexView/Images/LostPasswordIcon.png") left center no-repeat;
            margin-top: 12px;
            display: block;
            font-size: 10pt;
            text-decoration: none;
            padding: 2px;
            padding-top: 1px;
            padding-left: 24px;
            margin-left: 2px;
        }

            .flex-login-form .flex-login-form-box span.flex-login-form-lost-password-button:hover {
                text-decoration: underline;
            }

        .flex-login-form .flex-login-form-box span.flex-back-to-login-button {
            cursor: pointer;
            color: #e02222;
            background: url("/Plugins/FlexView/Images/BackToLoginIcon.png") left center no-repeat;
            margin-top: 12px;
            display: block;
            font-size: 10pt;
            text-decoration: none;
            padding: 2px;
            padding-top: 1px;
            padding-left: 24px;
            margin-left: 2px;
            text-align: left;
        }

            .flex-login-form .flex-login-form-box span.flex-back-to-login-button:hover {
                text-decoration: underline;
            }

        .flex-login-form .flex-login-form-box a.flex-login-form-new-registration-button {
            color: #27669d;
            background: url("/Plugins/FlexView/Images/RegisterIcon.png") 1px center no-repeat;
        }

        .flex-login-form .flex-login-form-box .flex-wrapper {
            width: 515px;
        }

            .flex-login-form .flex-login-form-box .flex-wrapper .flex-login-box {
                display: inline-block;
                vertical-align: top;
                width: 234px;
                margin-right: 14px;
            }

            .flex-login-form .flex-login-form-box .flex-wrapper .flex-forgotten-password-box {
                display: inline-block;
                vertical-align: top;
                width: 234px;
                margin-left: 14px;
                margin-right: 14px;
            }

            .flex-login-form .flex-login-form-box .flex-wrapper .buttons {
                display: flex;
                flex: 0 0 100%;
            }

            .flex-login-form .flex-login-form-box .flex-wrapper .agreements {
                display: block;
                flex: 0 0 100%;
                margin-top: 15px;
            }

                .flex-login-form .flex-login-form-box .flex-wrapper .agreements .checkmark {
                    top: 2px;
                    left: 0px;
                }

    .flex-login-form .flex-error-label {
        color: #e02222;
        font-weight: 700;
        display: block;
        text-align: center;
    }

.flex-login-mobile-button {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #e2e3e4;
    border-radius: 10%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    background: #f4f4f4 url("/Plugins/FlexView/Images/FlexLoginMobileIcon.png") center center no-repeat;
    /*border-radius: 2px;*/
}

.sticky-items {
    display: flex;
    flex-direction: row;
}

    .sticky-items .dropdown {
        margin: 0;
    }

    .sticky-items .user-sticky,
    .sticky-items .sticky-items-basket,
    .sticky-items .sticky-items-menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-align: center;
        align-items: center;
        border-radius: 5px;
    }

    .sticky-items .user-sticky {
        background-color: #e2e3e4;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

        .sticky-items .user-sticky i {
            padding-left: 16px;
            padding-right: 16px;
        }

    .sticky-items .sticky-items-basket {
        min-width: 144px;
        background-color: transparent;
        border: 1px solid #dd2121;
    }

    .sticky-items .basket-sticky-price {
        padding-left: 10px;
    }

    .sticky-items .user-sticky-name {
        padding-right: 10px;
        font-weight: 600;
    }

        .sticky-items .user-sticky-name:empty {
            display: none;
        }

    .sticky-items .sticky-items-menu {
        width: 48px;
        height: 46px;
        background-color: #e2e3e4;
        margin-right: 0;
    }


    .sticky-items > div:hover {
        cursor: pointer;
        opacity: .8;
    }

    .sticky-items > div {
        margin: 0 5px 0 5px;
    }

        .sticky-items > div > span {
            font-size: 16px;
            font-weight: 600;
        }

    .sticky-items .fa {
        font-size: 22px;
    }


.basket-button a.item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 48px;
    height: 46px;
    background-color: #e2e3e4;
    border-radius: 10%;
    margin: 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
}


.basket-button .item .badge {
    position: absolute;
    top: -8px;
    right: -8px;
    line-height: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: white;
    font-size: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.flex-login-form .sticky-login {
    visibility: visible;
    top: 100px;
    background-color: white;
    border-top: none;
}

.flex-panel-wide.flex-bottom-margin-delimiter.sticky-hidden {
    width: 100%;
}

.flex-basket-summary div.basket-item-list {
    /*height: 310px;*/
    margin: 0 auto;
    overflow: hidden;
}

    .flex-basket-summary div.basket-item-list:hover {
        overflow-y: auto;
    }

.flex-basket-summary > div.sticky-basket {
    visibility: visible;
    top: 27px;
    background: white;
    border-top: none;
}

.flex-basket-summary.sticky-basket > div .flex-outer {
    background: #f3f3f3;
}

.sticky-customer-menu {
    visibility: visible;
    position: absolute;
    top: 100px;
}

.flex-quick-contacts {
    display: inline-block;
    vertical-align: top;
    width: 18%;
}

    .flex-quick-contacts .flex-title {
        margin: 0px;
        margin-top: 10px;
    }

    .flex-quick-contacts .flex-company-name {
        color: white;
        display: block;
        margin-bottom: 10px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .flex-quick-contacts .flex-branch .flex-name {
        display: block;
        font-weight: 600;
    }

    .flex-quick-contacts .flex-branch .flex-street,
    .flex-quick-contacts .flex-branch .flex-city,
    .flex-quick-contacts .flex-branch .flex-zip-code,
    .flex-quick-contacts .flex-branch .flex-region,
    .flex-quick-contacts .flex-branch .flex-identification-number,
    .flex-quick-contacts .flex-branch .flex-vat-number,
    .flex-quick-contacts .flex-branch .flex-phone-number,
    .flex-quick-contacts .flex-branch .flex-fax-number,
    .flex-quick-contacts .flex-branch .flex-email-address {
        display: block;
    }

        .flex-quick-contacts .flex-branch .flex-identification-number .flex-title:after,
        .flex-quick-contacts .flex-branch .flex-vat-number .flex-title:after,
        .flex-quick-contacts .flex-branch .flex-phone-number .flex-title:after,
        .flex-quick-contacts .flex-branch .flex-fax-number .flex-title:after,
        .flex-quick-contacts .flex-branch .flex-email-address .flex-title:after {
            content: ": \00a0";
        }

.flex-text-actions {
    width: 1210px;
    margin: 0 auto;
    /*margin-bottom: 30px*/
}

    .flex-text-actions .flex-item {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 30px;
        color: black;
        text-decoration: none;
        clear: both;
    }

        .flex-text-actions .flex-item:first-of-type {
            padding-top: 0px;
        }

        .flex-text-actions .flex-item:hover .flex-title {
            text-decoration: underline;
        }

    .flex-text-actions .flex-image {
        max-width: 1210px;
        margin-right: 30px;
    }

        .flex-text-actions .flex-image img {
            max-width: 320px;
        }

    .flex-text-actions .flex-text {
    }

        .flex-text-actions .flex-text .flex-title {
            display: block;
            font-size: 28px;
            font-weight: 600;
            color: #2766d9;
            margin-bottom: 20px;
        }

        .flex-text-actions .flex-text .flex-description {
            font-size: 15px;
            width: 100%;
        }

.flex-selected-categories {
    width: 1210px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.flex-selected-categories-container .recommended-products {
    display: block;
    font-size: 18pt;
    color: #38383a;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}




.flex-text-action-detail-informations {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    color: black;
    clear: both;
    padding: 50px;
    background: #fff;
}

    .flex-text-action-detail-informations .flex-image {
        max-width: 1210px;
        margin-right: 30px;
        margin-bottom: 20px;
    }

        .flex-text-action-detail-informations .flex-image img {
            max-width: 100%;
        }

    .flex-text-action-detail-informations .flex-text {
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

        .flex-text-action-detail-informations .flex-text .flex-title {
            display: block;
            font-size: 20pt;
            line-height: 24pt;
            padding: 0 0 20px 0;
        }

        .flex-text-action-detail-informations .flex-text .flex-description {
            font-size: 15px;
            width: 100%;
        }










.recommended-products .products-list a.item {
    display: block;
    background: white;
    border: 1px solid #dfdfdf;
    padding: 15px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 10pt;
}

    .recommended-products .products-list a.item:first-of-type {
        margin-top: 0px;
    }

    .recommended-products .products-list a.item .code {
        display: inline-block;
        color: #e02222;
        font-weight: 700;
        width: 100px;
    }

    .recommended-products .products-list a.item .brand {
        display: inline-block;
        color: black;
        font-weight: 600;
        width: 150px;
    }

    .recommended-products .products-list a.item .name {
        color: #2766d9;
    }

.recommended-products .products-list .flex-load-next {
    display: block;
    text-transform: uppercase;
    font-size: 10pt;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid #ca1f1f;
    background: linear-gradient(#e02222, #ca1f1f);
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 30px;
    text-align: center;
    width: 300px;
}







.flex-add-to-basket {
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
}


    .flex-add-to-basket input[type="text"] {
        margin: 0px;
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 600;
        font-size: 13pt;
        line-height: 16pt;
        width: 40px;
        height: 35px;
        vertical-align: top;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border: 1px solid #cdcdcd;
        background: #f9f9f9;
    }

    .flex-add-to-basket .flex-add-to-basket-button {
        cursor: pointer;
        margin: 0px;
        padding: 5px;
        font-size: 0pt;
        width: 67px;
        border-radius: 0px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border: 1px solid #ca1f1f;
        height: 37px;
        vertical-align: top;
        background: url("/Plugins/FlexView/Images/Svg/ShoppingCartSolid.svg") center center no-repeat, linear-gradient(#e02222, #ca1f1f);
    }

        .flex-add-to-basket .flex-add-to-basket-button.flex-short {
            width: 47px;
        }

        .flex-add-to-basket .flex-add-to-basket-button:hover {
            background: url("/Plugins/FlexView/Images/Svg/ShoppingCartSolid.svg") center center no-repeat, linear-gradient(#2766d9, #235cc4);
            border: 1px solid #235cc4;
        }

    .flex-add-to-basket .flex-spinner {
        display: inline-block;
        width: 30px;
    }

        .flex-add-to-basket .flex-spinner .flex-spinner-increment-button {
            cursor: pointer;
            display: block;
            height: 17px;
            background: #eeeeee url("/Plugins/FlexView/Images/Svg/PlusSolid.svg") center center no-repeat;
            border: 1px solid #cdcdcd;
            border-left: 0px;
            border-right: 0px;
            background-size: 10px 15px;
        }

        .flex-add-to-basket .flex-spinner .flex-spinner-decrement-button {
            cursor: pointer;
            display: block;
            height: 17px;
            background: #eeeeee url("/Plugins/FlexView/Images/Svg/MinusSolid.svg") center center no-repeat;
            border: 1px solid #cdcdcd;
            border-top: 0px;
            border-left: 0px;
            border-right: 0px;
            background-size: 10px 15px;
        }

.remove-button-content {
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding: 10px 15px;
}

    .remove-button-content .remove-from-basket-button > span {
        color: black;
    }

    .catalog-view-remove-button-content {
        padding-bottom: 0;
    }

.flex-switch-price-remove-basket-block .remove-button-content {
    padding: 0;
}

.products .flex-item .flex-delivery-times .wrapper
.products .flex-item.catalog-view .flex-col3 .remove-button-content {
    justify-content: left;
    padding: 10px 0;
}

.flex-informations .flex-switch-price-remove-basket-block {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.remove-button-content .basket-count-content {
    background-color: #ECECEC;
    border-radius: 25px;
    padding: 4px;
    font-size: 12px;
    width: 120px;
    height: 15px;
    text-align: center;
    font-weight: 500;
}

    .remove-button-content .basket-count-content .basket-count {
        font-weight: 700;
    }

.remove-button-content .remove-from-basket-button {
    background: #fff url("/Plugins/FlexView/Images/Svg/ClearBasketSolid.svg") left 5px center no-repeat;
    border: 1px transparent;
    height: 17px;
    cursor: pointer;
    padding: 0 0 0 15px;
    align-self: center;
    margin-left: 10px;
}


    .remove-button-content .remove-from-basket-button > span {
        font-size: 12px;
        padding-left: 10px;
        font-family: 'Nunito Sans', Swap, sans-serif;
        font-weight: 400;
    }





.flex-add-to-basket .flex-remove-from-basket {
    cursor: pointer;
    display: inline-block;
    font-size: 0pt;
    vertical-align: top;
    width: 21px;
    height: 37px;
    border-radius: 3px;
    margin-left: 2px;
    background: #aeaeae url("/Plugins/FlexView/Images/FlexRemoveFromBasketIcon.png") center center no-repeat;
    position: relative;
}

    .flex-add-to-basket .flex-remove-from-basket:hover {
        background: #929292 url("/Plugins/FlexView/Images/FlexRemoveFromBasketIcon.png") center center no-repeat;
    }

    .flex-add-to-basket .flex-remove-from-basket .flex-count {
        color: white;
        font-size: 7pt;
        position: absolute;
        border-radius: 99px;
        background: #434343;
        top: -6px;
        right: -5px;
        width: auto;
        min-width: 12px;
        padding: 0px 3px;
        text-align: center;
    }












.flex-stocks .flex-name {
    font-size: 10pt;
    display: block;
}

    .flex-stocks .flex-name .flex-info {
        display: inline-block;
        background: url("/Plugins/FlexView/Images/FlexStockInfoSmallIcon.png") no-repeat;
        background-position: right top 5px;
        padding-right: 17px;
    }

    .flex-stocks .flex-name .flex-items-count {
        color: black;
        font-weight: 700;
        margin-left: 3px;
        display: inline-block;
        position: absolute;
        right: 2px;
    }

    .flex-stocks .flex-name.flex-out-of-stock {
        color: black;
        background: none;
        padding-left: 0px;
        font-weight: 500;
    }

    .flex-stocks .flex-name.flex-on-stock {
        color: black;
        background: none;
        padding-left: 0px;
        font-weight: 500;
    }


.replacements-list .flex-stocks .flex-name .flex-items-count {
    position: unset;
    right: auto;
}

.replacements-list .flex-stocks .flex-name.flex-on-stock .flex-items-count {
    color: black;
    background: url(/Plugins/FlexView/Images/Svg/ShippingOnStockIcon.svg) left 10px top 5px no-repeat;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #44b830;
    background-color: #dbfcd5;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 11px 3px 30px;
    border-radius: 3px;
    width: 70px;
    display: inline-block;
    margin-right: 8px;
}

.replacements-list .flex-stocks .flex-name.flex-out-of-stock .flex-items-count {
    color: black;
    background: url(/Plugins/FlexView/Images/Svg/ShippingOutOfStockIcon.svg) left 10px top 5px no-repeat;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #df5454;
    background-color: #ffdada;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 11px 3px 30px;
    border-radius: 3px;
    width: 70px;
    display: inline-block;
    margin-right: 8px;
}

.replacements-list .flex-stocks .flex-main-stock {
    margin-bottom: 0;
}

.replacements-list .flex-stocks .flex-other-stocks {
    padding-bottom: 0;
}

.flex-stocks div .flex-name {
    margin: 0;
    align-content: center;
    position: relative;
    font-size: 14px;
}

.flex-stocks .flex-main-stock {
    border: 0px;
    /*margin-bottom: 5px;*/
    display: flex;
    flex-direction: row;
    grid-gap: 5px;
    align-items: center;
}

.flex-stocks .flex-other-stocks {
    /*margin-top: 2px;*/
    /*padding-bottom: 3px;*/
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 5px;
    align-items: center;
}

.flex-other-stocks-inner-wrapper {
    position: absolute;
    z-index: 998;
    display: none;
    padding: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: absolute;
    background: white;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    font-size: 10pt;
}

    .flex-other-stocks-inner-wrapper .flex-name {
        display: block;
    }

        .flex-other-stocks-inner-wrapper .flex-name .flex-items-count {
            right: 12px;
        }


        .flex-other-stocks-inner-wrapper .flex-name.flex-on-stock {
            color: black;
            background: url("/Plugins/FlexView/Images/Svg/ShippingOnStockIcon.svg") no-repeat;
            background-position-x: 0%;
            background-position-y: 0%;
            background-position: left top 3px;
            padding-left: 18px;
        }

        .flex-other-stocks-inner-wrapper .flex-name.flex-out-of-stock {
            color: black;
            background: url("/Plugins/FlexView/Images/Svg/ShippingOutOfStockIcon.svg") no-repeat;
            background-position-x: 0%;
            background-position-y: 0%;
            background-position: left top 3px;
            padding-left: 18px;
        }

        .flex-other-stocks-inner-wrapper .flex-name .flex-items-count {
            color: black;
            font-weight: 700;
            margin-left: 3px;
            display: inline-block;
            position: absolute;
            right: 12px;
        }


.flex-stocks .flex-distribution-stock {
    /*margin-top: 2px;*/
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 5px;
    align-items: center;
}








.flex-table {
    display: table;
    width: 1210px;
    margin: 0 auto;
    vertical-align: top;
}

    .flex-table > div {
        display: table-cell;
        vertical-align: middle;
    }

.sticky-header .flex-header-table {
    height: 0;
    padding: 10px 0 10px 0;
}

.flex-header-table {
    height: 155px;
}

    .flex-header-table .column-1 {
        width: 1%;
    }

    .flex-header-table .column-2 {
        text-align: center;
    }

    .flex-header-table .column-3 {
        width: 1%;
    }

    .flex-header-table .column-4 {
        width: 1%;
    }

    .flex-header-table .column-4 {
        width: 1%;
    }

.flex-tooltip {
    position: absolute;
    border: 0;
    background: white;
    border-radius: 3px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
    font-size: 9pt;
    box-shadow: 0 0 5px 1px #d6d6d6;
    z-index: 100000;
}

    .flex-tooltip table {
        font-size: 9pt;
    }

    .flex-tooltip td {
        padding: 2px;
        border: 0px;
    }

.flex-html-tooltip-content {
    display: none !important;
}

.flex-tooltip .flex-delivery-on-time {
    font-weight: 600;
    display: block;
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 10pt;
    border-bottom: 1px dotted #d8d8d8;
}

.flex-tooltip .flex-order-to-time {
    font-weight: 600;
    display: block;
}


.flex-price-tooltip-table .flex-name {
    padding-right: 8px;
}

.flex-price-tooltip-table .flex-value {
    text-align: right;
}



.flex-tooltip .flex-surcharges .flex-title {
    font-weight: 600;
    display: block;
}

.flex-tooltip .flex-surcharges .flex-name {
    color: #488d34;
}

.flex-tooltip .flex-return-info {
    color: #000;
}

    .flex-tooltip .flex-return-info .flex-title {
        font-weight: 600;
        display: block;
    }

.flex-tooltip .flex-cashback-bonus .flex-title {
    font-weight: 600;
    display: block;
}



.flex-tooltip .flex-order-times {
    padding: 14px 10px;
    max-width: 500px;
}

    .flex-tooltip .flex-order-times .flex-order-time-item .flex-order-time-to {
        display: inline-block;
        background: url("/Plugins/FlexView/Images/FlexOutOfStockSmallIcon.png") no-repeat;
        background-position: left top 4px;
        padding-left: 18px;
        font-weight: 600;
        min-width: 120px;
    }

        .flex-tooltip .flex-order-times .flex-order-time-item .flex-order-time-to.flex-on-stock {
            background: url("/Plugins/FlexView/Images/FlexOnStockSmallIcon.png") no-repeat;
            background-position: left top 4px;
            padding-left: 18px;
        }



    .flex-tooltip .flex-order-times .flex-order-time-item .flex-order-time-to-amount {
        font-weight: 600;
        padding-left: 6px;
    }

    .flex-tooltip .flex-order-times .flex-order-time-item .flex-personal-pickups .flex-personal-pickup-item .flex-branch-name {
        display: inline-block;
        min-width: 120px;
        padding-left: 18px;
    }

    .flex-tooltip .flex-order-times .flex-order-time-item .flex-personal-pickups .flex-personal-pickup-item .flex-branch-amount {
        padding-left: 6px;
    }






    .flex-tooltip .flex-order-times .title {
        color: #707070;
        font-weight: 500;
        font-style: italic;
        font-size: 10pt;
        background: url("/Plugins/FlexView/Images/Svg/DeliveryTimesTooltipTruckIcon.svg") no-repeat;
        background-position: left center;
        padding-left: 26px;
        min-width: 340px;
        margin-bottom: 10px;
    }

    .flex-tooltip .flex-order-times .order-time-other-branches .title {
        background-image: url("/Plugins/FlexView/Images/Svg/DeliveryTimesTooltipStockIcon.svg");
        margin-top: 20px;
    }

    .flex-tooltip .flex-order-times .title .treshold {
        color: #2766d9;
        font-weight: 600;
    }

    .flex-tooltip .flex-order-times table {
        border-collapse: collapse;
    }

    .flex-tooltip .flex-order-times td {
        border: 2px solid #f4f4f6;
        width: 50%;
        padding: 6px 10px;
        white-space: normal;
    }

        .flex-tooltip .flex-order-times td.key {
            background: #fcfcfc;
        }

    .flex-tooltip .flex-order-times .order-time-current td.value {
        font-weight: 600;
    }

    .flex-tooltip .flex-order-times .order-time-other-branches table tr.main-stock td.key {
        font-weight: 600;
    }

    .flex-tooltip .flex-order-times .order-time-other-branches td.value {
        text-align: right;
    }

.transport-limitation {
    background: #e32323 url("/Plugins/FlexView/Images/Svg/TransportLimitationIcon.svg") left 5px center no-repeat;
    background-size: 10px;
    display: inline-block;
    color: white;
    margin: 0 5px 0 0;
    padding: 2px 5px 2px 20px;
    font-weight: 700;
    font-size: 8pt;
    z-index: 100;
}

.flex-product-detail .flex-general .flex-informations .transport-limitation {
    margin: 0 0 0 10px;
}

.flex-tooltip .transport-limitation-content {
    padding: 14px 10px;
}

    .flex-tooltip .transport-limitation-content .title {
        display: block;
        color: #707070;
        font-weight: 500;
        font-style: italic;
        font-size: 10pt;
        background: url("/Plugins/FlexView/Images/Svg/TransportLimitationTooltipIcon.svg") no-repeat;
        background-position: left center;
        padding-left: 26px;
        min-width: 340px;
        margin-bottom: 10px;
    }

    .flex-tooltip .transport-limitation-content table {
        border-collapse: collapse;
    }

    .flex-tooltip .transport-limitation-content td {
        border: 2px solid #f4f4f6;
        padding: 6px 10px;
    }







.flex-toast-info {
    position: fixed;
    top: 40px;
    right: 40px;
    padding: 20px;
    animation: flex-toast-show 0.6s ease-in-out;
    color: #4f4f4f;
    border: 1px solid #d7e1fd;
    background: #f6f9ff;
    font-weight: 700;
    z-index: 999999;
    display: inline-block;
    vertical-align: middle;
}

.flex-toast-info-content {
    display: inline-block;
    vertical-align: middle;
}

.flex-toast-info-content {
    color: #000;
    text-decoration: none;
}

    .flex-toast-info-content a {
        text-decoration: none;
        color: #2766d9;
        display: block;
        margin-top: 6px;
    }

        .flex-toast-info-content a:hover {
            text-decoration: underline;
        }

.flex-toast-info .flex-close-toast-button {
    display: inline-block;
    width: 30px;
    border: 0px;
    background: transparent url("/Plugins/FlexView/Images/FlexPopupCloseButtonIcon.png") center center no-repeat;
    margin-left: 12px;
    vertical-align: middle;
}

.flex-toast-error {
    position: fixed;
    top: 40px;
    right: 40px;
    padding: 20px;
    padding-top: 40px;
    animation: flex-toast-show 0.6s ease-in-out;
    color: #4f4f4f;
    border: 1px solid #f8c7c7;
    background: #ffeeee;
    font-weight: 700;
    z-index: 99999;
}

    .flex-toast-error .flex-close-toast-button {
        width: 30px;
        border: 0px;
        position: absolute;
        top: 10px;
        right: 9px;
        background: transparent url("/Plugins/FlexView/Images/FlexPopupCloseButtonIcon.png") center center no-repeat;
        margin-left: 12px;
    }

@keyframes flex-toast-show {
    0% {
        transform: perspective(300px) rotateX(90deg) rotateY(0deg);
        opacity: 0;
    }

    100% {
        transform: perspective(300px) rotateX(360deg) rotateY(0deg);
        opacity: 1;
    }
}

.flex-loading-overlay {
    position: absolute;
    z-index: 997;
    background: rgba(255, 255, 255, 0.9);
}

.flex-loading-spinner {
    width: 32px;
    height: 32px;
    background: url("/Plugins/FlexView/Images/FlexLoading.gif") center center no-repeat;
    margin: 0 auto;
}

.flex-inline-loading-overlay {
    position: absolute;
    z-index: 997;
}

.flex-inline-loading-spinner {
    width: 16px;
    height: 16px;
    background: url("/Plugins/FlexView/Images/FlexLoadingSmall.gif") center center no-repeat;
    margin: auto;
    margin-right: 20px;
}

.flex-next-page-loading {
    flex: 0 0 100%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.flex-next-page-loading-spinner {
    width: 32px;
    height: 32px;
    background: url("/Plugins/FlexView/Images/FlexLoading.gif") center center no-repeat;
    margin: auto;
}

.flex-content-container {
    display: table;
    margin-bottom: 30px;
}

    .flex-content-container > .content {
        display: flex;
        width: 1210px;
        margin: 0 auto;
    }

.flex-tecdoc-vehicle-info-box .items-collections {
    display: none;
    padding: 5px 10px 10px 10px;
}

.flex-side-bar .flex-side-vehicle-info {
    width: 260px;
    margin-bottom: 12px;
    padding-right: 20px
}

.flex-content-container .content .flex-content {
    width: 100%;
    box-sizing: border-box;
}

.flex-content {
    vertical-align: top;
}

.flex-custom-article {
    width: 1210px;
    margin: 0 auto;
    margin-bottom: 30px;
}


.flex-form {
    background: #fafafb;
    padding: 20px;
}

    .flex-form td {
        border: 0px;
        padding: 8px;
    }

        .flex-form td.flex-name {
            width: 40%;
            text-align: right;
        }

        .flex-form td.flex-error {
            color: #e02222;
            font-weight: 600;
        }

        .flex-form td.flex-success {
            color: #488d34;
            font-weight: 600;
        }

    .flex-form input {
        background: white;
        border: 1px solid #b6b6b6;
        padding: 3px;
        width: 260px;
    }

        .flex-form input[type="checkbox"] {
            width: auto;
        }

        .flex-form input[type="button"] {
            background: #e02222;
            width: auto;
            padding: 4px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .flex-form .flex-drop-down {
        /*font-size: 11px;*/
        background: white;
        border: 1px solid #b6b6b6;
        border-radius: 0px;
    }

        .flex-form .flex-drop-down dt span.flex-drop-down-link {
            width: 266px;
            color: black;
        }

        .flex-form .flex-drop-down dd ul {
            border-radius: 0px;
        }

@keyframes fly-in {
    0% {
        transform: scale(0.85);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fly-in-soft {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.bottom-separator {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.catalog-access-pending {
    padding: 20px;
    color: #4f4f4f;
    border: 1px solid #f8c7c7;
    background: #ffeeee;
    display: block;
    text-align: center;
    font-weight: 600;
}

.catalog-access-expired {
    padding: 20px;
    color: #4f4f4f;
    border: 1px solid #f8c7c7;
    background: #ffeeee;
    display: block;
    text-align: center;
    font-weight: 600;
}

.catalog-no-subscription {
    padding: 20px;
    color: #4f4f4f;
    border: 1px solid #f8c7c7;
    background: #ffeeee;
    display: block;
    text-align: center;
    font-weight: 600;
}

.product {
    font-size: 0pt;
    clear: both;
}

.flex-product-flags {
    /*position: absolute;*/
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    top: 50%;
    left: 0;
    /*transform: translate(0,-50%);*/
}

.tiles-view .flex-product-flags {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.flex-product-flags .flex-product-flag {
    color: white;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 8pt;
    margin: 0 2px 0 0;
}

.flex-product-flags .flex-product-flag-bonus {
    background: #dc9326;
}

.flex-product-flags .flex-product-flag-discount {
    background: #F9DF30;
    color: black;
    margin: 0 5px 0 0;
}

.flex-product-flags .flex-product-flag-discount-tile-view {
    background: #F9DF30;
    color: black;
}

.flex-product-flags .flex-product-flag-action {
    background: #EC1447;
}

.flex-product-flags .flex-product-flag-new {
    background: #14A7EC;
}

.flex-product-flags .flex-product-flag-sale {
    background: #72AC03;
}

.flex-product-flags .flex-product-flag-surcharge {
    background: #ff7b10;
    text-align: left;
    margin-right: 5px;
}

    .flex-product-flags .flex-product-flag-surcharge span {
        display: block;
    }

.products .flex-item.list-view .flex-product-flags .flex-product-flag-surcharge span {
    display: inline-block;
}

.flex-product-flags .flex-product-flag-surcharge span.flex-more-informations {
    cursor: pointer;
    font-size: 8pt;
    text-decoration: underline;
    font-weight: 400;
}

    .flex-product-flags .flex-product-flag-surcharge span.flex-more-informations:hover {
        text-decoration: none;
    }

.flex-return-search-info {
    font-size: 9pt;
    color: gray;
    padding-right: 10px;
}

.flex-delivery-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-return-search-info .flex-title {
    font-weight: 600;
}

.flex-return-search-info .return-icon {
    background: url(/Plugins/FlexView/Images/Svg/Attention.svg) left top -2px no-repeat;
    width: 18px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-return-search-info .return-icon {
    background: url(/Plugins/FlexView/Images/Svg/Attention.svg) left top -1px no-repeat;
}

.flex-product-detail .no-item-found {
    text-align: center;
    padding: 20px;
    font-weight: 700;
}

.flex-return-info {
    font-size: 9pt;
    color: red;
    padding: 4px 10px;
}

    .flex-return-info .flex-title {
        font-weight: 600;
        display: block;
    }

    .flex-return-info .return-icon {
        background: url(/Plugins/FlexView/Images/Svg/Attention.svg) center center no-repeat;
        width: 18px;
        height: 18px;
        padding-right: 18px;
    }

.flex-bonus-info {
    font-size: 9pt;
    padding: 4px 0px;
}

    .flex-bonus-info .flex-title {
        font-weight: 600;
        display: block;
    }

    .flex-bonus-info .return-icon {
        background: url(/Plugins/FlexView/Images/Svg/Bonus.svg) center center no-repeat;
        width: 18px;
        height: 18px;
        padding-right: 18px;
    }

.products .flex-product-wrapper {
    margin-top: 10px;
}

    .products .flex-product-wrapper .flex-col3 .item .remove-button-content {
        padding-bottom: 10px;
        padding-top: 0;
    }

    .products .flex-product-wrapper:first-child {
        margin-top: 0px;
    }

.products .flex-item {
    display: table;
    color: black;
    border: 1px solid #dfdfdf;
    background: white;
    margin-top: 10px;
    text-decoration: none;
    font-size: 11pt;
}

.products .head-content {
    background: transparent;
}

    .products .head-content h1 {
        font-size: 16pt;
    }

.products a {
    text-decoration: none;
    color: #2766d9;
}

    .products a:hover {
        color: #2766d9;
        text-decoration: underline;
    }

.products .manufacturer-code {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}


.products .manufacturer-code-title-view {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.products h2 a {
    display: inline-block;
    font-size: 13pt;
    font-weight: 500;
    text-decoration: none;
}

    .products h2 a:hover {
        text-decoration: none;
    }

    .products h2 a strong {
        display: block;
        white-space: break-spaces;
        word-break: break-word;
    }

    .products h2 a:hover strong {
        text-decoration: underline;
    }

.products .flex-item.list-view h2 {
    display: inline-block;
    /*inline-size: 400px;*/
}

    .products .flex-item.list-view h2 a {
        font-size: 11pt;
    }

.products p {
    font-size: 10pt;
    margin: 0;
}

.list-view .productDescriptionContainer,
.flex-col2 .productDescriptionContainer {
    display: block;
    padding: 10px;
}

.list-view .delivery-view .productDescriptionContainer {
    grid-gap: 3px;
    padding: 0;
    flex: 1;
}

.products .flex-item.list-view p {
    font-size: 9pt;
    margin: 0;
}

.products .flex-item .manufacturer {
    color: #e02222;
    font-size: 10pt;
    font-weight: 700;
    margin-right: 4px;
}

.products .flex-item .code {
    font-size: 10pt;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
}


.products .read-more {
    padding: 10px 0 6px 0;
    font-size: 9pt;
    font-weight: 400;
    display: block;
    cursor: pointer;
}

.products .product-description {
    padding: 10px 0;
    font-size: 9pt;
    overflow-wrap: anywhere;
}

    .products .product-description .read-more {
        padding: 0;
    }

.products .read-more a {
}

.products .fa-thumbs-up {
    padding-right: 6px;
    color: #2766d9;
}

.products .production-terminated-info {
    border: 0px solid #e02222;
    font-size: 8pt;
    display: inline-block;
    margin-top: 12px;
    padding: 3px 8px;
    font-weight: 700;
    color: #e02222;
    margin-left: 10px;
    background: #ffdddd;
}

    .products .production-terminated-info .fas.fa-exclamation-triangle {
        margin-right: 3px;
    }

.products .flex-item p {
    font-size: 9pt;
}

.products .flex-item.tiles-view .production-terminated-info {
    margin-bottom: 8px;
}

.products .flex-item:first-child {
    margin-top: 0px;
}

.products .flex-item.tiles-view .production-terminated-info {
    margin-bottom: 8px;
}

.products .flex-item.catalog-view .flex-col1 {
    position: relative;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #dfdfdf;
    width: 200px;
    padding: 15px;
}

    .products .products-list .breakdown-container .flex-image-wrapper,
    .products .flex-item.catalog-view .flex-col1 .flex-image-wrapper {
        display: block;
        width: 200px;
        height: 200px;
        text-align: center;
        overflow: hidden;
        background: url("/Plugins/FlexView/Images/FlexLoading.gif") center center no-repeat;
    }

        .products .flex-item.catalog-view .flex-col1 .flex-image-wrapper img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
        }


.products .flex-item.catalog-view .flex-col2 {
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
    flex: 1;
}

.flex-col2 > h2 {
    padding: 0 10px;
}

.products .flex-item .flex-attributes {
    padding: 0 10px;
}

    .products .flex-item .flex-attributes .flex-wrapper {
        overflow: hidden;
    }

.products .flex-item.catalog-view .flex-col2 table {
    margin-top: 10px;
}

.products .flex-item.catalog-view .flex-col2 td {
    padding: 2px;
    font-size: 9pt;
    border-bottom: 1px dotted #d8d8d8;
    font-weight: 600;
    padding-left: 10px;
}

.products .product-description-hide {
    display: none;
}

.products .flex-item.catalog-view .flex-col2 tr:first-child td {
    border-top: 1px dotted #d8d8d8;
}

.products .flex-item.catalog-view .flex-col2 tr td:first-child {
    border-right: 1px dotted #d8d8d8;
    width: 50%;
    font-weight: 300;
    padding-left: 2px;
}

.products .flex-parameters .flex-toogle-collapse-button {
    cursor: pointer;
    display: block;
    height: 28px;
    color: black;
    text-align: center;
    font-size: 15px;
}

.products .flex-item .flex-toogle-collapse-button {
    cursor: pointer;
    display: block;
    height: 18px;
    color: #888888;
    text-align: center;
}

    .products .flex-item .flex-toogle-collapse-button:hover {
        color: #e02222;
    }

.products .flex-item .flex-attributes .flex-toogle-collapse-button .fas.fa-sort-down {
    position: relative;
    top: -5px;
}

.products .flex-item .flex-attributes .flex-toogle-collapse-button .fas.fa-sort-up {
    position: relative;
    top: 2px;
}

.products .flex-parameters .flex-toogle-collapse-button:not([data-collapsed="true"]) .fas.fa-sort-down,
.products .flex-item .flex-attributes[data-flex-expanded="true"] .flex-toogle-collapse-button .fas.fa-sort-down {
    display: none;
}

.products .flex-parameters .flex-toogle-collapse-button[data-collapsed="true"] .fas.fa-sort-up,
.products .flex-item .flex-attributes:not([data-flex-expanded="true"]) .flex-toogle-collapse-button .fas.fa-sort-up {
    display: none;
}

.tecdoc-numbers, .flex-product-detail .replacement-view .tecdoc-numbers, .tecdoc-engines {
    display: block;
    color: black;
    font-weight: 300;
    font-size: 9pt;
}

.replacement-view .tecdoc-numbers {
    padding: unset;
}

.tecdoc-numbers strong, .tecdoc-engines strong {
    display: inline-block;
    font-size: 9pt;
    font-weight: 600;
}

.flex-product-detail .replacement-view .tecdoc-numbers {
    margin-top: 4px;
    padding: 0;
}

.products .tecdoc-numbers a {
    text-decoration: underline;
    color: #000;
    font-weight: 600;
}

    .products .tecdoc-numbers a:hover {
        text-decoration: none;
    }

.products .list-view .flex-col-info .flex-tecdoc-numbers > span {
    border-left: 1px dotted #d8d8d8;
    padding-left: 10px;
    margin-left: 10px;
}

    .products .list-view .flex-col-info .flex-tecdoc-numbers > span:first-child {
        border: 0px;
        padding-left: 0px;
        margin-left: 0px;
    }

.products .flex-item.catalog-view .flex-col2 .flex-return-info-icon {
    display: inline-block;
    background: url("/Plugins/FlexView/Images/FlexReturnInformationsIcon.png") center center no-repeat;
    margin-top: 20px;
    width: 20px;
    height: 20px;
}

.products .flex-item.catalog-view .flex-col2 .flex-cashback-bonus-icon {
    display: inline-block;
    background: url("/Plugins/FlexView/Images/FlexCashbackBonusIcon.png") left center no-repeat;
    margin-right: 20px;
    margin-top: 15px;
    width: 25px;
    padding-left: 32px;
    white-space: nowrap;
    color: #ce5b00;
    font-weight: 600;
}



.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item {
    font-size: 10pt;
    clear: both;
    border-top: 1px #E5E5E5 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.products .flex-item .flex-delivery-times .flex-delivery-time-item .order-end-time {
    display: block;
    font-size: 11px;
    line-height: 9px;
    font-style: italic;
    font-weight: 400;
}

    .products .flex-item .flex-delivery-times .flex-delivery-time-item .order-end-time .treshold {
        color: #0165e2;
        font-weight: 700;
    }

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item:nth-child(2n) {
    background: #FFFFFF;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item:first-child {
    margin-top: 7px;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item:last-child {
    margin-bottom: 0px;
}



.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item {
    background: #fbfbfb;
    font-size: 10pt;
    margin-bottom: 2px;
    clear: both;
    padding: 0 5px 0 10px;
}

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .basket-container {
        float: right;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount {
        white-space: nowrap;
        width: 42px;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        padding: 0 15px;
    }

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .points-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 16px;
    width: 183px;
}

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .points-wrapper .points {
        background: url("/Plugins/FlexView/Images/Svg/BuyWithPointIcon.svg") center right no-repeat;
        background-size: 16px;
        padding-right: 20px;
        font-weight: 600;
    }

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-prices {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px 0 0;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount {
    display: inline-block;
    vertical-align: middle;
    padding: 16px;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .points-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 16px 16px 2px;
    width: 183px;
}

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .points-wrapper .points {
        background: url("/Plugins/FlexView/Images/Svg/BuyWithPointIcon.svg") center right no-repeat;
        background-size: 16px;
        padding-right: 20px;
        font-weight: 600;
    }

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-prices {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}


.products .flex-item .flex-delivery-times .wrapper {
    overflow: auto;
    position: relative;
    width: 100%;
}

.toogle-collapse-button {
    border-top: 1px solid #e5e5e5;
    padding: 10px;
}

.flex-tecdoc-vehicle-info-box .toogle-collapse-button {
    margin-top: 10px;
}

.products .flex-item .flex-delivery-times .toogle-collapse-button,
.flex-product-detail .flex-delivery-times .toogle-collapse-button {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: gray;
    font-size: 9pt;
    padding: 10px;
    font-weight: 500;
}

.toogle-collapse-button:hover .text {
    text-decoration: underline;
}

.toogle-collapse-button .text {
    color: #2766d9;
    background: url("/Plugins/FlexView/Images/Svg/HiddenDeliveryTimesIcon.svg") right center no-repeat;
    background-size: 17px;
    padding: 0 20px 0 0;
    cursor: pointer;
}

.products .flex-item .flex-delivery-times .toogle-collapse-button .info,
.flex-product-detail .flex-delivery-times .toogle-collapse-button .info {
    font-weight: 600;
}

.products .flex-item .flex-delivery-times .toogle-collapse-button .text,
.flex-product-detail .flex-delivery-times .toogle-collapse-button .text {
    padding-left: 0;
}

.products .flex-item .flex-delivery-times .toogle-collapse-button .info .count,
.flex-product-detail .flex-delivery-times .toogle-collapse-button .info .count {
    background: url("/Plugins/FlexView/Images/Svg/HiddenDeliveryTimesCountIcon.svg") left center no-repeat;
    background-size: 13px;
    padding-left: 16px;
    margin-right: 5px;
}

.products .flex-item .flex-delivery-times .toogle-collapse-button .info .amount,
.flex-product-detail .flex-delivery-times .toogle-collapse-button .info .amount {
    background: url("/Plugins/FlexView/Images/Svg/HiddenDeliveryTimesAmountIcon.svg") left center no-repeat;
    background-size: 13px;
    padding-left: 16px;
}



.products .flex-item .flex-delivery-times .toogle-collapse-button .fas.fa-sort-down,
.flex-product-detail .flex-delivery-times .toogle-collapse-button .fas.fa-sort-down {
    position: relative;
    top: -5px;
}

.products .flex-item .flex-delivery-times .toogle-collapse-button .fas.fa-sort-up,
.flex-product-detail .flex-delivery-times .toogle-collapse-button .fas.fa-sort-up {
    position: relative;
    top: 2px;
}

.products .flex-item .flex-delivery-times[data-expanded="true"] .toogle-collapse-button .fas.fa-sort-down,
.flex-product-detail .flex-delivery-times[data-expanded="true"] .toogle-collapse-button .fas.fa-sort-down {
    display: none;
}

.products .flex-item .flex-delivery-times:not([data-expanded="true"]) .toogle-collapse-button .fas.fa-sort-up,
.flex-product-detail .flex-delivery-times:not([data-expanded="true"]) .toogle-collapse-button .fas.fa-sort-up {
    display: none;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item > span {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 16px 16px 32px;
}

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item > span.flex-return-info-icon {
        background: url("/Plugins/FlexView/Images/FlexReturnInformationsIcon.png") center center no-repeat;
        margin-top: 0px;
    }

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item > div.flex-cashback-bonus-icon {
    background: url("/Plugins/FlexView/Images/FlexCashbackBonusIcon.png") left center no-repeat;
    margin-left: 20px;
    margin-top: 0px;
    padding-left: 32px;
    white-space: nowrap;
    color: #ce5b00;
    font-weight: 600;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount > span {
    padding-left: 25px;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-total-amount-empty {
    background-position-x: center;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-stock,
.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount.flex-on-stock {
    /*background: url("/Plugins/FlexView/Images/Svg/ShippingBoxIcon.svg") left 12px top 5px no-repeat;*/
    border: 1px solid #44b830;
    background-color: #dbfcd5;
    border-radius: 3px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 15px;
    min-width: 90px;
    max-width: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 11px 3px 3px;
    white-space: nowrap;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount.flex-on-stock {
    display: inline-block;
    padding-left: 30px;
    min-width: 60px;
    max-width: 60px;
}


.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount.flex-out-of-stock {
    /*background: url("/Plugins/FlexView/Images/Svg/ShippingBoxIcon.svg") left 12px top 5px no-repeat;*/
    border: 1px solid #df5454;
    background-color: #ffdada;
    border-radius: 3px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 15px;
    padding: 2px 11px 3px 3px;
    white-space: nowrap;
    display: inline-block;
    padding-left: 30px;
    min-width: 60px;
    max-width: 60px;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-stock.flex-total-amount-empty,
.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount.flex-on-stock.flex-total-amount-empty {
    background-position-x: center;
}


.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-the-way {
    border: 1px solid #dbbe71;
    background-color: #fef0ca;
    border-radius: 3px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 15px;
    min-width: 90px;
    max-width: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 11px 3px 3px;
    white-space: nowrap;
}

.box-container {
    width: 26px;
    height: 19px;
    background: url(/Plugins/FlexView/Images/Svg/ShippingOnStockIcon.svg) left 6px center no-repeat;
    background-size: 13px;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-not-on-the-way {
    border: 1px solid #df5454;
    background-color: #ffdada;
    border-radius: 3px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 15px;
    min-width: 90px;
    max-width: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 11px 3px 3px;
    white-space: nowrap;
}

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-not-on-the-way .box-container {
        background: url(/Plugins/FlexView/Images/Svg/ShippingOutOfStockIcon.svg) left 6px top 4px no-repeat;
        background-size: auto;
        background-size: 13px;
    }

.flex-not-on-the-way {
    margin-right: 0;
}

.flex-delivery-to-time-text {
    font-weight: bold;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-the-way.flex-total-amount-empty {
    background-position-x: center;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time {
    display: inline-block;
    padding-left: 24px;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5px;
}

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-green {
        background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesGreenIcon.svg") left top 18px no-repeat;
        background-size: 16px;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-yellow {
        background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesYellowIcon.svg") left top 18px no-repeat;
        background-size: 16px;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-orange {
        background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesOrangeIcon.svg") left top 18px no-repeat;
        background-size: 16px;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-red {
        background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesRedIcon.svg") left top 18px no-repeat;
        background-size: 16px;
    }

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .delivery-time-container,
.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .delivery-time-container {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .delivery-time-container {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-prices {
    white-space: nowrap;
    padding: 0px 25px 0px 0px;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-price,
.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item div.flex-price {
    font-weight: 600;
    vertical-align: middle;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-price-with-vat,
.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item div.flex-price-with-vat {
    vertical-align: middle;
    text-align: right;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div .flex-value {
    padding-right: 0px;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div .flex-currency {
    padding-left: 0px;
    padding-right: 0px;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div .flex-with-vat-label {
    padding-left: 0px;
}




.flex-surcharge-search-container {
    color: gray;
    font-weight: 600;
    padding-right: 10px;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-surcharge-search-container .flex-surcharge-icon {
    background: url("/Plugins/FlexView/Images/Svg/Surcharge.svg") left top no-repeat;
    padding-left: 18px;
    font-weight: 600;
    width: 20px;
    font-size: 9pt;
}

.flex-bonus-search-container {
    color: gray;
    font-weight: 600;
    padding-right: 18px;
    font-size: 9pt;
}


    .flex-bonus-search-container .flex-bonus-icon {
        background: url("/Plugins/FlexView/Images/Svg/Bonus.svg") left top -1px no-repeat;
        padding-left: 18px;
        font-weight: 500;
        width: 20px;
    }





.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item > div.flex-add-to-basket,
.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item div.flex-add-to-basket {
    padding-top: 10px;
    padding-bottom: 6px;
    padding-right: 6px;
    float: right;
    text-align: right;
    min-width: 170px;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item div.flex-add-to-basket {
    float: none;
    display: inline-block;
    vertical-align: middle;
    min-width: auto;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket input[type="text"],
.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket input[type="text"] {
    font-size: 9pt;
    width: 30px;
    height: 35px;
    padding-left: 8px;
    padding-right: 8px;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-spinner,
.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-spinner {
    width: 20px;
}

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-spinner .flex-spinner-increment-button,
    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-spinner .flex-spinner-increment-button {
        height: 17px;
        width: 20px;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-spinner .flex-spinner-decrement-button,
    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-spinner .flex-spinner-decrement-button {
        height: 17px;
        width: 20px;
    }

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-add-to-basket-button,
.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-add-to-basket-button {
    height: 37px;
    width: 45px;
    background: url("/Plugins/FlexView/Images/Svg/ShoppingCartSolid.svg") center no-repeat, linear-gradient(#e02222, #ca1f1f);
}

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-add-to-basket-button:hover,
    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-add-to-basket-button:hover {
        background: url("/Plugins/FlexView/Images/Svg/ShoppingCartSolid.svg") center no-repeat, linear-gradient(#2766d9, #235cc4);
    }

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-remove-from-basket,
.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-remove-from-basket {
    width: 15px;
    height: 37px;
}

.products .flex-item.catalog-view .flex-col3 {
    display: table-cell;
    vertical-align: top;
    width: 265px;
    padding: 15px;
    border-left: 1px solid #dfdfdf;
}

    .products .flex-item.catalog-view .flex-col3 .flex-stocks {
        display: flex;
        flex-direction: column;
        grid-gap: 5px;
        margin-bottom: 7px;
    }

        .products .flex-item.catalog-view .flex-col3 .flex-stocks .flex-items-count.flex-on-stock,
        .products .flex-item.tiles-view .flex-stocks .flex-items-count.flex-on-stock {
            width: 85px;
            background: #dbfcd5 url(/Plugins/FlexView/Images/Svg/ShippingOnStockIcon.svg) center left 7px no-repeat;
            padding: 2px 0px 1px 30px;
            height: 20px;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .products .flex-item.catalog-view .flex-col3 .flex-stocks .flex-items-count.flex-on-stock .text-info,
            .products .flex-item.tiles-view .flex-stocks .flex-items-count.flex-on-stock .text-info {
                font-size: 11px;
                margin-top: 2px;
                display: block;
            }

        .products .flex-item.catalog-view .flex-col3 .flex-stocks .flex-items-count.flex-out-of-stock,
        .products .flex-item.tiles-view .flex-stocks .flex-items-count.flex-out-of-stock {
            width: 85px;
            background: #ffdada url(/Plugins/FlexView/Images/Svg/ShippingOutOfStockIcon.svg) center left 7px no-repeat;
            padding: 2px 0px 1px 30px;
            height: 20px;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .products .flex-item.catalog-view .flex-col3 .flex-stocks .flex-items-count.flex-out-of-stock .text-info,
            .products .flex-item.tiles-view .flex-stocks .flex-items-count.flex-out-of-stock .text-info {
                font-size: 11px;
                margin-top: 2px;
                display: block;
            }

    .products .flex-item.catalog-view .flex-col3 .flex-compare-replacement-product-container {
        display: flex;
    }

        .products .flex-item.catalog-view .flex-col3 .flex-compare-replacement-product-container > div:nth-child(2) {
            padding-left: 10px;
        }

    .products .flex-item.catalog-view .flex-col3 .flex-stocks .flex-name.flex-on-stock,
    .products .flex-item.catalog-view .flex-col3 .flex-stocks .flex-name.flex-out-of-stock {
        font-size: 12px;
        font-weight: 600;
    }

.flex-informations .flex-price-per-unit {
    color: #484848;
    font-size: 9pt;
}

.flex-informations .flex-delivery-times .flex-price-per-unit {
    justify-content: right;
    display: flex;
}

.products .flex-item.catalog-view .flex-col3 .flex-prices .flex-price {
    display: block;
    font-weight: 700;
    font-size: 16pt;
}

.products .flex-item.catalog-view .flex-col3 .flex-prices .flex-price-with-vat {
    font-size: 10pt;
    color: #484848;
}

.products .flex-item.catalog-view .flex-col3 .flex-prices .flex-surcharges {
    display: block;
    text-align: left;
    font-size: 8pt;
    color: #484848;
    margin-top: 5px;
}

    .products .flex-item.catalog-view .flex-col3 .flex-prices .flex-surcharges .flex-name {
        color: #488d34;
    }

        .products .flex-item.catalog-view .flex-col3 .flex-prices .flex-surcharges .flex-name .flex-highlight {
            font-weight: 700;
            font-size: 9pt;
        }

.products .flex-item.catalog-view .flex-col3 .flex-add-to-basket {
    text-align: left;
}

    .products .flex-item.catalog-view .flex-col3 .flex-add-to-basket .flex-add-to-basket-button {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.products .flex-item.catalog-view .flex-col3 .flex-no-price {
    font-size: 10pt;
    text-align: center;
}

    .products .flex-item.catalog-view .flex-col3 .flex-no-price .flex-phone-number {
        font-weight: 600;
    }




.products .flex-item.catalog-view .flex-col3 .buy-with-bonus-points {
    border-top: 1px solid #ebebeb;
    margin: 15px 0 10px 0;
}

.products .flex-item.catalog-view .flex-col3 .wrapper {
    display: flex;
    padding: 10px 0 10px 0;
    vertical-align: middle;
}

.products .flex-item.catalog-view .flex-col3 .buy-with-bonus-points .flex-prices .flex-price,
.products .flex-item.catalog-view .flex-col3 .buy-with-bonus-points .flex-prices .flex-price-with-vat {
    font-size: 10pt;
    text-align: left;
}

.products .flex-item.catalog-view .flex-col3 .buy-with-bonus-points .points-wrapper {
    font-size: 10pt;
    text-align: left;
    padding-left: 10px;
}

    .products .flex-item.catalog-view .flex-col3 .buy-with-bonus-points .points-wrapper .points-title {
        display: block;
    }

    .products .flex-item.catalog-view .flex-col3 .buy-with-bonus-points .points-wrapper .points {
        background: url("/Plugins/FlexView/Images/Svg/BuyWithPointIcon.svg") right center no-repeat;
        padding-right: 20px;
        font-weight: 600;
    }

.products .flex-item.catalog-view .flex-col3 .buy-with-bonus-points .flex-add-to-basket {
    margin-top: 0;
}

    .products .flex-item.catalog-view .flex-col3 .buy-with-bonus-points .flex-add-to-basket input[type="text"] {
        font-size: 10pt;
        line-height: 16pt;
        height: 29px;
    }

    .products .flex-item.catalog-view .flex-col3 .buy-with-bonus-points .flex-add-to-basket .flex-spinner div {
        height: 14px;
    }

    .products .flex-item.catalog-view .flex-col3 .buy-with-bonus-points .flex-add-to-basket .flex-add-to-basket-button {
        height: 31px;
        background-size: 20px;
    }

    .products .flex-item.catalog-view .flex-col3 .buy-with-bonus-points .flex-add-to-basket .flex-remove-from-basket {
        height: 31px;
        background-size: 9px;
    }







.products .flex-item.list-view {
    position: relative;
    display: flex;
}

    .products .flex-item.list-view .flex-col-image {
        display: table-cell;
        vertical-align: top;
        border-right: 0px;
        padding: 15px;
        width: 64px;
    }

    .products .flex-item.list-view .flex-col1 {
        display: flex;
        flex-direction: column;
        vertical-align: top;
        padding: 10px 0 0 0;
        flex: 1;
    }

        .products .flex-item.list-view .flex-col1 .flex-image-product-desription-content {
            padding: 0 10px;
            display: flex;
        }

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.delivery-view {
    display: flex;
    flex-direction: row;
    padding: 0 0px;
}

.compareReplacementsContainer {
    flex: 1;
}

.products .flex-item.list-view .flex-col1 .flex-image-wrapper {
    padding-right: 4px;
    min-width: 107px;
}

    .products .flex-item.list-view .flex-col1 .flex-image-wrapper

    .products .flex-item.list-view .flex-col-image .flex-image-wrapper {
        float: left;
        padding-right: 10px;
    }

    .products .flex-item.list-view .flex-col1 .flex-image-wrapper img {
        max-width: 90px;
        max-height: 100px;
    }

.products .flex-item.list-view .flex-col-image .flex-image-wrapper img {
    max-width: 64px;
    max-height: 100px;
}

.products .flex-item.list-view .flex-product-flags {
    transform: none;
    flex-direction: row;
    bottom: 1px;
    top: 0;
    left: 15px;
}

    .products .flex-item.list-view .flex-product-flags .flex-product-flag {
        padding: 2px 5px;
        font-weight: 600;
        font-size: 8pt;
    }



.products .flex-item.list-view .flex-col1 .flex-inline-attributes {
    display: block;
    font-size: 9pt;
    font-weight: 300;
    margin-top: 6px;
}

    .products .flex-item.list-view .flex-col1 .flex-inline-attributes span {
        font-weight: 600;
    }

.products .flex-item.list-view .flex-col1 .flex-return-info-icon {
    display: inline-block;
    background: url("/Plugins/FlexView/Images/FlexReturnInformationsIcon.png") left center no-repeat;
    margin-right: 20px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
}

.products .flex-item.list-view .flex-col1 .flex-cashback-bonus-icon {
    display: inline-block;
    background: url("/Plugins/FlexView/Images/FlexCashbackBonusIcon.png") left center no-repeat;
    margin-right: 20px;
    margin-top: 5px;
    width: 25px;
    padding-left: 32px;
    white-space: nowrap;
    color: #ce5b00;
    font-weight: 600;
}

.flex-bottom-info-search-list {
    display: flex;
    align-items: center;
    padding: 5px 0;
    grid-gap: 8px;
}

.flex-amount-info {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    grid-gap: 5px;
}

.flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-amount-info {
    justify-content: space-between;
}


.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item,
.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item {
    font-size: 10pt;
    clear: both;
    border-top: 1px #E5E5E5 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item {
    padding: 0 5px 5px 10px;
}

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .basket-container {
        float: right;
    }

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item:nth-child(2n) {
    background-color: #FFFFFF;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item:first-child {
    margin-top: 4px;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item > span {
    display: inline-block;
    vertical-align: middle;
    padding: 16px;
}

.products .flex-item.list-view .flex-delivery-times .flex-delivery-time-item .flex-surcharge-icon {
    background: url("/Plugins/FlexView/Images/Svg/Surcharge.svg") left center no-repeat;
    padding-left: 18px;
    font-weight: 600;
    width: 20px;
    font-size: 9pt;
}

.flex-surcharge-container-product-detail {
    position: relative;
    float: right;
    right: 150px;
    top: -53px;
}

    .flex-surcharge-container-product-detail .flex-surcharge-icon {
        background: url("/Plugins/FlexView/Images/Svg/Surcharge.svg") left center no-repeat;
        padding-left: 18px;
        font-weight: 600;
        width: 20px;
        font-size: 9pt;
    }

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item > span.flex-return-info-icon {
    background: url("/Plugins/FlexView/Images/FlexReturnInformationsIcon.png") left center no-repeat;
    margin-left: 20px;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item > span.flex-cashback-bonus-icon {
    background: url("/Plugins/FlexView/Images/FlexCashbackBonusIcon.png") left center no-repeat;
    margin-left: 20px;
    margin-top: 0px;
    padding-left: 32px;
    white-space: nowrap;
    color: #ce5b00;
    font-weight: 600;
}

.products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .basket-container,
.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .basket-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item > div.flex-surcharge-icon {
    background: url("/Plugins/FlexView/Images/Svg/Surcharge.svg") left center no-repeat;
    padding-left: 18px;
    font-weight: 600;
    width: 20px;
}

/*.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount,*/
/*.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount {*/
/*    padding: 5px 15px;*/
/*    font-weight: 600;*/
/*    background: url("/Plugins/FlexView/Images/FlexDeliveryTimesOutOfStockIcon.png") left 32px center no-repeat;*/
/*    white-space: nowrap;*/
/*}*/
.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-total-amount-empty,
.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount.flex-total-amount-empty {
    background-position-x: center;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-stock,
.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount.flex-on-stock {
    border: 1px solid #44b830;
    background-color: #dbfcd5;
    border-radius: 3px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 2px 15px;
    min-width: 90px;
    max-width: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 11px 3px 3px;
    white-space: nowrap;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount.flex-on-stock {
    display: inline-block;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount.flex-out-of-stock {
    border: 1px solid #df5454;
    background-color: #ffdada;
    border-radius: 3px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 15px;
    padding: 2px 11px 3px 3px;
    white-space: nowrap;
    display: inline-block;
    padding-left: 30px;
    min-width: 60px;
    max-width: 60px;
    margin-right: 6px;
}






.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-stock.flex-total-amount-empty,
.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-total-amount.flex-on-stock.flex-total-amount-empty {
    background-position-x: center;
}


.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-not-on-the-way {
    border: 1px solid #df5454;
    background-color: #ffdada;
    border-radius: 3px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 15px;
    min-width: 90px;
    max-width: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 11px 3px 3px;
    white-space: nowrap;
}

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-not-on-the-way .box-container {
        background: url(/Plugins/FlexView/Images/Svg/ShippingOutOfStockIcon.svg) left 6px top 4px no-repeat;
        background-size: auto;
        background-size: 13px;
    }


.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-the-way {
    border: 1px solid #dbbe71;
    background-color: #fef0ca;
    border-radius: 3px;
    color: black;
    font-weight: 600;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 2px 15px;
    min-width: 90px;
    max-width: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 11px 3px 3px;
    white-space: nowrap;
}

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-the-way.flex-total-amount-empty {
        background-postion-x: center;
    }



.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time {
    padding-left: 24px;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-green {
        background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesGreenIcon.svg") left center no-repeat;
        background-size: 16px;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-yellow {
        background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesYellowIcon.svg") left center no-repeat;
        background-size: 16px;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-orange {
        background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesOrangeIcon.svg") left center no-repeat;
        background-size: 16px;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-red {
        background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesRedIcon.svg") left center no-repeat;
        background-size: 16px;
    }

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-price,
.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item div.flex-price {
    font-weight: 600;
    vertical-align: middle;
    /*padding-bottom: 5px;*/
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-price-with-vat {
    vertical-align: middle;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div .flex-value {
    padding-right: 0px;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div .flex-currency {
    padding-left: 0px;
    padding-right: 0px;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div .flex-with-vat-label {
    padding-left: 0px;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item > div.flex-add-to-basket,
.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item div.flex-add-to-basket {
    padding-top: 10px;
    padding-bottom: 6px;
    padding-right: 6px;
    float: right;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item div.flex-add-to-basket {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket input[type="text"],
.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket input[type="text"] {
    font-size: 9pt;
    width: 30px;
    height: 35px;
    padding-left: 8px;
    padding-right: 8px;
}

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-spinner,
.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-spinner {
    width: 20px;
}

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-spinner .flex-spinner-increment-button,
    .products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-spinner .flex-spinner-increment-button {
        height: 17px;
        width: 20px;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-spinner .flex-spinner-decrement-button,
    .products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-spinner .flex-spinner-decrement-button {
        height: 17px;
        width: 20px;
    }

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-add-to-basket-button,
.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-add-to-basket-button {
    height: 37px;
    width: 45px;
    background: url("/Plugins/FlexView/Images/Svg/ShoppingCartSolid.svg") center no-repeat, linear-gradient(#e02222, #ca1f1f);
}

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-add-to-basket-button:hover,
    .products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-add-to-basket-button:hover {
        background: url("/Plugins/FlexView/Images/Svg/ShoppingCartSolid.svg") center no-repeat, linear-gradient(#2766d9, #235cc4);
    }

.products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-remove-from-basket,
.products .flex-item.list-view .flex-col1 .flex-delivery-times .buy-with-bonus-points-item .flex-add-to-basket .flex-remove-from-basket {
    width: 15px;
    height: 37px;
}








.products .flex-item.list-view .flex-col2 {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding: 11px 15px 15px 15px;
    white-space: nowrap;
    width: fit-content;
}

.products .flex-item.list-view .flex-col3 {
    display: table-cell;
    padding: 15px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
    width: 300px;
    min-width: 300px;
}

.products .flex-item.list-view .item {
    display: flex;
    align-items: center;
    justify-content: right;
}

.products .flex-item.list-view .sub-controls {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.products .flex-item.list-view .buy-with-bonus-points .wrapper {
    display: flex;
    justify-content: right;
    border-top: 1px solid #ebebeb;
    padding: 10px 0 10px 0;
    vertical-align: middle;
    margin-top: 30px;
}

.products .flex-item.list-view .flex-prices {
    text-align: right;
    padding-right: 10px;
}



.products .flex-item.list-view .buy-with-bonus-points .wrapper .flex-prices {
    padding-right: 19px;
}


.products .flex-item.list-view .flex-col3 .buy-with-bonus-points .flex-prices .flex-price,
.products .flex-item.list-view .flex-col3 .buy-with-bonus-points .flex-prices .flex-price-with-vat {
    font-size: 10pt;
    text-align: left;
}

.products .flex-item.list-view .buy-with-bonus-points .points-wrapper {
    font-size: 10pt;
    text-align: left;
}

    .products .flex-item.list-view .buy-with-bonus-points .points-wrapper .points-title {
        display: block;
    }

    .products .flex-item.list-view .buy-with-bonus-points .points-wrapper .points {
        background: url("/Plugins/FlexView/Images/Svg/BuyWithPointIcon.svg") right center no-repeat;
        padding-right: 20px;
        font-weight: 600;
    }

.products .flex-item.list-view .buy-with-bonus-points .flex-add-to-basket input[type="text"] {
    width: 30px;
}

.products .flex-item.list-view .buy-with-bonus-points .flex-add-to-basket .flex-spinner {
    display: inline-block;
    width: 20px;
}

.products .flex-item.list-view .buy-with-bonus-points .wrapper {
    margin-top: 3px;
}

.buy-with-bonus-points .flex-amount-info {
    justify-content: space-between;
    margin-top: 15px;
}



.price-flex-product-list {
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
}


.old-discount-price {
    color: #e02222;
    font-size: 19px;
}

.old-discount-price-list {
    color: #e02222;
    font-size: 11pt;
    text-align: left;
    margin-right: 7px;
}

.products .flex-item.list-view .flex-col3 .flex-prices .flex-price {
    display: block;
    font-weight: 700;
    font-size: 16pt;
}

.products .flex-item.list-view .flex-col3 .flex-prices .flex-price-with-vat {
    font-size: 10pt;
    color: #484848;
}

.products .flex-item.list-view .flex-col3 .flex-prices .flex-surcharges {
    display: block;
    text-align: left;
    font-size: 8pt;
    color: #484848;
    margin-top: 5px;
}

    .products .flex-item.list-view .flex-col3 .flex-prices .flex-surcharges .flex-name {
        color: #488d34;
        display: block;
        text-align: center;
    }

        .products .flex-item.list-view .flex-col3 .flex-prices .flex-surcharges .flex-name .flex-highlight {
            font-weight: 700;
            font-size: 9pt;
        }

    .products .flex-item.list-view .flex-col3 .flex-prices .flex-surcharges .flex-surcharge-price {
        display: block;
        text-align: center;
    }

.products .flex-item.list-view .flex-col3 .flex-no-price {
    font-size: 10pt;
    white-space: normal;
}

    .products .flex-item.list-view .flex-col3 .flex-no-price .flex-phone-number {
        font-weight: 600;
        white-space: nowrap;
    }

.products .flex-item.list-view .flex-col4 {
    display: table-cell;
    padding: 15px;
    width: 162px;
    white-space: nowrap;
    vertical-align: middle;
}

.products .products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-direction: column;
    /*flex-direction: column;*/
    /*width: 930px;*/
}

.flex-catalog-search .products .flex-item.code-match {
    border: 1px solid #000;
}

.flex-catalog-search .products .products-list {
    width: 1210px;
}


.flex-carousel .products .products-list {
    width: 1210px;
}

.products .products-list.tiles-view {
    -ms-flex-direction: row;
    flex-direction: row;
}

.products .products-list .flex-show-hidden-groups {
    display: block;
    text-transform: uppercase;
    font-size: 10pt;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px 0;
    border: 1px solid #ca1f1f;
    background: linear-gradient(#e02222, #ca1f1f);
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 300px;
}

.products .products-list .flex-load-next {
    display: block;
    text-transform: uppercase;
    font-size: 10pt;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #ca1f1f;
    background: linear-gradient(#e02222, #ca1f1f);
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    width: 300px;
}

.products .products-list .flex-stocks div .flex-items-count.flex-on-stock {
    color: black;
    background: #dbfcd5 url(/Plugins/FlexView/Images/Svg/ShippingOnStockIcon.svg) left 10px top 6px no-repeat;
    border: 1px solid #44b830;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 11px 3px 30px;
    border-radius: 3px;
    width: 75px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 20px;
}

    .products .products-list .flex-stocks div .flex-items-count.flex-on-stock .text-info {
        font-size: 11px;
        margin-top: 3px;
        display: block;
    }

.products .products-list .flex-stocks div .flex-items-count.flex-out-of-stock {
    color: black;
    background: #ffdada url(/Plugins/FlexView/Images/Svg/ShippingOutOfStockIcon.svg) left 10px top 6px no-repeat;
    border: 1px solid #df5454;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 11px 3px 30px;
    border-radius: 3px;
    width: 75px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 20px;
}

    .products .products-list .flex-stocks div .flex-items-count.flex-out-of-stock .text-info {
        font-size: 11px;
        margin-top: 3px;
        display: block;
    }

.products .products-list .flex-stocks div .flex-foreign-delivery-time {
    display: block;
    font-size: 9pt;
    color: #7f7f7f;
    padding-left: 18px;
}

.products .products-list .flex-load-all-items {
    display: block;
    font-size: 10pt;
    color: black;
    text-decoration: underline;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    max-width: 300px;
}

    .products .products-list .flex-load-all-items:hover {
        text-decoration: none;
    }

.products-list[data-flex-view-mode="2"] {
    margin-top: -10px;
    margin-right: -11px;
}

.products .flex-item.tiles-view {
    display: inline-block;
    margin-right: 10px;
    width: 190px;
    text-align: center;
    padding: 15px;
    vertical-align: top;
}

    .products .flex-item.tiles-view.item-empty {
        background: rgba(255,255,255,0);
        border-color: rgba(255,255,255,0);
    }

    .products .flex-item.tiles-view .flex-product-flags {
        transform: none;
        top: auto;
        bottom: 0;
    }

    .products .flex-item.tiles-view.flex-compare {
        display: inline-block;
        margin-right: -1px;
        width: 211px;
        text-align: center;
        padding: 15px;
        vertical-align: top;
    }

    .products .flex-item.tiles-view:first-child {
        margin-top: 10px;
    }

    .products .flex-item.tiles-view .flex-image-wrapper {
        position: relative;
        display: block;
        width: 100%;
        height: 200px;
        text-align: center;
        overflow: hidden;
        background: url("/Plugins/FlexView/Images/FlexLoading.gif") center center no-repeat;
        margin-top: 15px;
        padding: 0 15px;
        margin-left: -15px;
    }

        .products .flex-item.tiles-view .flex-image-wrapper img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
        }

    .products .flex-item.tiles-view .flex-prices .flex-price {
        display: block;
        font-weight: 700;
        font-size: 16pt;
    }

    .products .flex-item.tiles-view .flex-prices .flex-price-with-vat {
        font-size: 10pt;
        color: #484848;
    }

    .products .flex-item.tiles-view .flex-prices .flex-surcharges {
        display: block;
        text-align: center;
        font-size: 8pt;
        color: #484848;
        margin-top: 5px;
    }

        .products .flex-item.tiles-view .flex-prices .flex-surcharges .flex-name {
            color: #488d34;
        }

            .products .flex-item.tiles-view .flex-prices .flex-surcharges .flex-name .flex-highlight {
                font-weight: 700;
                font-size: 9pt;
            }






    .products .flex-item.tiles-view .buy-with-bonus-points .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0 10px 0;
        vertical-align: middle;
        margin-top: 30px;
    }

    .products .flex-item.tiles-view .buy-with-bonus-points .flex-add-to-basket {
        margin: 0;
    }

        .products .flex-item.tiles-view .buy-with-bonus-points .flex-add-to-basket .flex-add-to-basket-button {
            width: 34px;
            height: 35px;
            background-size: 20px;
        }

        .products .flex-item.tiles-view .buy-with-bonus-points .flex-add-to-basket .flex-remove-from-basket {
            width: 16px;
            height: 35px;
            background-size: 8px;
        }

        .products .flex-item.tiles-view .buy-with-bonus-points .flex-add-to-basket .flex-spinner {
            width: 16px;
        }

            .products .flex-item.tiles-view .buy-with-bonus-points .flex-add-to-basket .flex-spinner div {
                height: 16px;
            }

        .products .flex-item.tiles-view .buy-with-bonus-points .flex-add-to-basket input[type="text"] {
            padding-left: 4px;
            padding-right: 4px;
            font-size: 10pt;
            line-height: 16pt;
            width: 21px;
            height: 33px;
        }

    .products .flex-item.tiles-view .buy-with-bonus-points .flex-prices .flex-price,
    .products .flex-item.tiles-view .buy-with-bonus-points .flex-prices .flex-price-with-vat {
        font-size: 10pt;
        text-align: left;
    }

    .products .flex-item.tiles-view .buy-with-bonus-points .points-wrapper {
        font-size: 10pt;
        text-align: left;
    }

        .products .flex-item.tiles-view .buy-with-bonus-points .points-wrapper .points-title {
            display: block;
        }

        .products .flex-item.tiles-view .buy-with-bonus-points .points-wrapper .points {
            background: url("/Plugins/FlexView/Images/Svg/BuyWithPointIcon.svg") right center no-repeat;
            padding-right: 20px;
            font-weight: 600;
        }

    .products .flex-item.tiles-view .flex-no-price {
        font-size: 10pt;
        white-space: normal;
        height: 50px;
    }

        .products .flex-item.tiles-view .flex-no-price .flex-phone-number {
            font-weight: 600;
            white-space: nowrap;
        }

    .products .flex-item.tiles-view .flex-add-to-basket {
        padding: 10px 0;
    }

        .products .flex-item.tiles-view .flex-add-to-basket .flex-add-to-basket-button {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

    .products .flex-item.tiles-view .flex-return-info-icon {
        display: inline-block;
        background: url("/Plugins/FlexView/Images/FlexReturnInformationsIcon.png") left center no-repeat;
        margin: 5px 10px;
        width: 20px;
        height: 20px;
    }

    .products .flex-item.tiles-view .flex-cashback-bonus-icon {
        display: inline-block;
        background: url("/Plugins/FlexView/Images/FlexCashbackBonusIcon.png") left center no-repeat;
        margin: 5px 10px;
        width: 25px;
        padding-left: 32px;
        white-space: nowrap;
        color: #ce5b00;
        font-weight: 600;
        width: auto;
    }

    .products .flex-item.tiles-view .flex-stocks {
        text-align: left;
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        grid-gap: 5px;
    }

.products .flex-col2 .flex-stocks {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.products .flex-item.tiles-view.flex-compare .flex-attributes {
    margin-top: 25px;
}

    .products .flex-item.tiles-view.flex-compare .flex-attributes table {
        font-size: 9pt;
    }

        .products .flex-item.tiles-view.flex-compare .flex-attributes table tr td {
            border-bottom: 1px dotted #d3d3d3;
            padding: 4px;
            text-align: left;
            vertical-align: top;
        }

            .products .flex-item.tiles-view.flex-compare .flex-attributes table tr td:first-child {
                border-right: 1px dotted #d3d3d3;
            }

            .products .flex-item.tiles-view.flex-compare .flex-attributes table tr td:last-child {
                font-weight: 600;
            }

        .products .flex-item.tiles-view.flex-compare .flex-attributes table tr:first-child td {
            border-top: 1px dotted #d3d3d3;
        }

.products .flex-filter {
    margin-bottom: 20px;
    font-size: 11pt;
}

    .products .flex-filter .flex-parameters {
    }

    .products .flex-filter .flex-drop-down {
        font-size: 10pt;
        background-color: white;
        border-radius: 4px;
    }

    .products .flex-filter .flex-drop-down {
        width: 270px;
    }

    .products .flex-filter .flex-general {
        display: flex;
        position: relative;
        flex-direction: row;
        grid-gap: 30px;
        padding-bottom: 15px;
        align-items: center;
    }

        .products .flex-filter .flex-general .flex-product-count {
            height: 50px;
            line-height: 50px;
            white-space: nowrap;
        }

        .products .flex-filter .flex-general .flex-sorting-container {
            display: inline-block;
            height: 100%;
        }

        .products .flex-filter .flex-general .flex-on-stock-only-container {
            white-space: nowrap;
            height: fit-content;
            display: flex;
            grid-gap: 3px;
        }

        .products .flex-filter .flex-general span.flex-sorting {
            display: inline-block;
            margin-right: 5px;
            vertical-align: middle;
        }

        .products .flex-filter .flex-general span.flex-on-stock-only {
            margin-left: 2px;
            color: #6F6F6F;
            font-weight: 500;
            align-self: center;
        }

.flex-content .flex-informations .flex-purchase-price-priorized .flex-switch-price {
    display: inline-block;
    width: 40%;
}

.flex-content .flex-informations .flex-purchase-price-priorized .flex-switch-price-content {
    display: inline-block;
}

.products .flex-filter .flex-general .flex-purchase-price-priorized {
    display: inline-block;
    white-space: nowrap;
}

.flex-content .flex-informations .flex-purchase-price-priorized {
    display: block;
    padding: 10px 0;
}

    .products .flex-filter .flex-general .flex-purchase-price-priorized input.flex-checkbox, .flex-content .flex-informations .flex-purchase-price-priorized input.flex-checkbox {
        display: none;
    }

    .products .flex-filter .flex-general .flex-purchase-price-priorized .flex-checkbox, .flex-content .flex-informations .flex-purchase-price-priorized .flex-checkbox {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        width: 28px;
        height: 21px;
        background: url('/Plugins/FlexView/Images/Svg/switcher-left.svg') top left no-repeat;
        float: none;
        margin-top: 2px;
        background-size: 27px;
    }

        .products .flex-filter .flex-general .flex-purchase-price-priorized .flex-checkbox.flex-selected, .flex-content .flex-informations .flex-purchase-price-priorized .flex-checkbox.flex-selected {
            background: url('/Plugins/FlexView/Images/Svg/switcher-right.svg') top left no-repeat;
        }

    .products .flex-filter .flex-general .flex-purchase-price-priorized .flex-checkbox-false-text, .flex-content .flex-informations .flex-purchase-price-priorized .flex-checkbox-false-text {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-right: 0;
        color: #6F6F6F;
        font-weight: 500;
    }

    .products .flex-filter .flex-general .flex-purchase-price-priorized .flex-checkbox-true-text, .flex-content .flex-informations .flex-purchase-price-priorized .flex-checkbox-true-text {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-left: 0;
        color: #6F6F6F;
        font-weight: 500;
    }

.products .flex-filter .flex-general #OnStockOnly_FlexCheckbox {
    float: none;
    display: none;
}










.products .flex-filter .flex-general .flex-view-modes {
    width: 100%;
    font-size: 0pt;
    vertical-align: top;
    height: 100%;
    text-align: end;
    align-self: center;
}

    .products .flex-filter .flex-general .flex-view-modes span.flex-view-mode {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        font-size: 11pt;
    }

    .products .flex-filter .flex-general .flex-view-modes input[type="button"] {
        width: 30px;
        height: 26px;
        display: inline-block;
        vertical-align: middle;
        border: none;
    }

        .products .flex-filter .flex-general .flex-view-modes input[type="button"].flex-catalog-view-mode {
            background: url("/Plugins/FlexView/Images/Svg/view-catalogue.svg") center center no-repeat;
            background-size: 15px;
        }

            .products .flex-filter .flex-general .flex-view-modes input[type="button"].flex-catalog-view-mode:hover {
                background: url("/Plugins/FlexView/Images/Svg/view-catalogue-selected.svg") center center no-repeat;
                background-size: 15px;
            }

            .products .flex-filter .flex-general .flex-view-modes input[type="button"].flex-catalog-view-mode.flex-selected {
                background: url("/Plugins/FlexView/Images/Svg/view-catalogue-selected.svg") center center no-repeat;
                background-size: 15px;
            }

        .products .flex-filter .flex-general .flex-view-modes input[type="button"].flex-list-view-mode {
            background: url("/Plugins/FlexView/Images/Svg/view-list.svg") center center no-repeat;
            background-size: 15px;
        }

            .products .flex-filter .flex-general .flex-view-modes input[type="button"].flex-list-view-mode:hover {
                background: url("/Plugins/FlexView/Images/Svg/view-list-selected.svg") center center no-repeat;
                background-size: 15px;
            }

            .products .flex-filter .flex-general .flex-view-modes input[type="button"].flex-list-view-mode.flex-selected {
                background: url("/Plugins/FlexView/Images/Svg/view-list-selected.svg") center center no-repeat;
                background-size: 15px;
            }

        .products .flex-filter .flex-general .flex-view-modes input[type="button"].flex-tiles-view-mode {
            background: url("/Plugins/FlexView/Images/Svg/view-tiles.svg") center center no-repeat;
            background-size: 12px;
        }

            .products .flex-filter .flex-general .flex-view-modes input[type="button"].flex-tiles-view-mode:hover {
                background: url("/Plugins/FlexView/Images/Svg/view-tiles-selected.svg") center center no-repeat;
                background-size: 12px;
            }

            .products .flex-filter .flex-general .flex-view-modes input[type="button"].flex-tiles-view-mode.flex-selected {
                background: url("/Plugins/FlexView/Images/Svg/view-tiles-selected.svg") center center no-repeat;
                background-size: 12px;
            }






.products .flex-filter .flex-extended {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.products .flex-filter .flex-manufacturers {
    background-color: #EDF3FD;
    border: 1px solid #D8E2F1;
    border-radius: 4px;
}



.products .flex-filter .flex-extended .flex-manufacturers > .flex-title {
    color: #000;
    cursor: pointer;
    display: block;
    padding: 10px 10px 10px 40px;
    font-weight: 600;
    vertical-align: top;
    background: url("/Plugins/FlexView/Images/FlexCollapseFiltersIcon.png") 18px center no-repeat;
}

    .products .flex-filter .flex-extended .flex-manufacturers > .flex-title.flex-expanded {
        background: url("/Plugins/FlexView/Images/FlexExpandFiltersIcon.png") 18px center no-repeat;
    }

.products .flex-filter .flex-extended .flex-manufacturers .flex-content {
    display: none;
    vertical-align: top;
    font-size: 0pt;
}

    .products .flex-filter .flex-extended .flex-manufacturers .flex-content .flex-values {
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        grid-gap: 15px;
    }

        .products .flex-filter .flex-extended .flex-manufacturers .flex-content .flex-values > div {
            font-size: 10pt;
            display: flex;
            align-items: center;
            width: 191px;
            margin-bottom: -5px;
            white-space: nowrap;
            border: 1px solid #D6DFEF;
            padding: 10px;
        }

    .products .flex-filter .flex-extended .flex-manufacturers .flex-content > div.flex-controls {
        display: block;
        padding: 15px;
        text-align: right;
        width: auto;
    }

    .products .flex-filter .flex-extended .flex-manufacturers .flex-content .flex-checkbox-toogle-text {
        color: #000;
        font-weight: 500;
        padding-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 150px;
    }

        .products .flex-filter .flex-extended .flex-manufacturers .flex-content .flex-checkbox-toogle-text.products-not-onstock {
            color: #535353;
        }


.products .flex-filter .flex-extended .flex-parameters {
    background-color: #eef3fc;
    border: 1px solid #dae2f0;
    border-radius: 4px;
}

    .products .flex-filter .flex-extended .flex-parameters > .flex-title {
        color: #000;
        cursor: pointer;
        display: block;
        padding: 10px 10px 10px 40px;
        min-height: 20px;
        font-weight: 600;
        vertical-align: top;
        background: url("/Plugins/FlexView/Images/FlexCollapseFiltersIcon.png") 18px center no-repeat;
    }

        .products .flex-filter .flex-extended .flex-parameters > .flex-title > span:first-child {
            float: left;
        }

        .products .flex-filter .flex-extended .flex-parameters > .flex-title.flex-expanded {
            background: url("/Plugins/FlexView/Images/FlexExpandFiltersIcon.png") 18px center no-repeat;
        }

            .products .flex-filter .flex-extended .flex-parameters > .flex-title.flex-expanded > span:first-child {
                float: none !important;
            }




        .products .flex-filter .flex-extended .flex-parameters > .flex-title .flex-tags {
            /*float: right;*/
            margin-top: -4px;
            font-size: 0pt;
        }

            .products .flex-filter .flex-extended .flex-parameters > .flex-title .flex-tags .flex-item {
                cursor: default;
                display: inline-block;
                width: auto;
                padding: 4px;
                padding-left: 8px;
                padding-right: 28px;
                font-size: 10pt;
                border-radius: 3px;
                position: relative;
                margin: 0px;
                margin-left: 5px;
            }

                .products .flex-filter .flex-extended .flex-parameters > .flex-title .flex-tags .flex-item:first-letter {
                    text-transform: capitalize;
                }

                .products .flex-filter .flex-extended .flex-parameters > .flex-title .flex-tags .flex-item > input.flex-remove-filter {
                    padding: 0px;
                    width: 29px;
                    height: 22px;
                    position: absolute;
                    top: 2px;
                    right: 0px;
                    background: transparent url("/Plugins/FlexView/Images/FlexRemoveFilterIcon.png") center center no-repeat;
                    border: 0px;
                    border-radius: 0px;
                }

            .products .flex-filter .flex-extended .flex-parameters > .flex-title .flex-tags .flex-remove-all-filters {
                border: 1px solid #e78a8f;
                background: white;
                color: #e02222;
                min-width: 140px;
                font-weight: 400;
                margin-left: 10px;
            }

    .products .flex-filter .flex-extended .flex-parameters .flex-controls {
        padding: 15px;
        text-align: right;
    }

        .products .flex-filter .flex-extended .flex-parameters .flex-controls .flex-filtrate {
            min-width: 120px;
            font-weight: 400;
            border: 1px solid black;
            color: white;
            font-size: 10pt;
            padding: 4px 8px;
            text-transform: uppercase;
        }

        .products .flex-filter .flex-extended .flex-parameters .flex-controls .flex-remove-all-filters, .products .flex-filter .flex-extended .flex-manufacturers .flex-controls .flex-remove-manufacturer-filters {
            border: 1px solid #dae2f0;
            background: #D5DEEE;
            color: black;
            min-width: 120px;
            margin-right: 10px;
            min-height: 31px;
            text-transform: uppercase;
        }

    .products .flex-filter .flex-extended .flex-parameters .flex-content {
        display: none;
        vertical-align: top;
        font-size: 0pt;
        border-top: 1px solid #dae2f0;
    }

        .products .flex-filter .flex-extended .flex-parameters .flex-content .flex-generic-article {
            border-bottom: 1px solid #dae2f0;
            margin-right: -1px;
        }

        .products .flex-filter .flex-extended .flex-parameters .flex-content div > .flex-title {
            font-size: 10pt;
            padding: 15px;
            display: block;
            margin-bottom: 0px;
            white-space: normal;
            text-transform: uppercase;
            vertical-align: top;
        }

        .products .flex-filter .flex-extended .flex-parameters .flex-content .flex-title > .flex-checkbox {
        }

        .products .flex-filter .flex-extended .flex-parameters .flex-content .flex-checkbox {
            width: 0;
            height: 0;
        }

.display-none {
    display: none !important;
}

.products .flex-filter .flex-extended .flex-parameters .flex-content .flex-checkbox.flex-disabled {
    cursor: default;
}

.products .flex-filter .flex-extended .flex-parameters .flex-content .flex-title > .flex-checkbox-toogle-text {
    margin-top: -3px;
    color: #2766d9;
    white-space: normal;
    vertical-align: top;
    font-weight: 600;
}

.products .flex-filter .flex-extended .flex-parameters .flex-content .flex-checkbox-toogle-text {
    margin-top: -3px;
    color: #2766d9;
    padding-left: 20px;
    white-space: normal;
}

.flex-disabled-checkbox {
    color: gray !important;
    cursor: default;
}

.products .flex-filter .flex-extended .flex-parameters .flex-content .flex-title {
    font-size: 10pt;
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    text-transform: uppercase;
    margin-right: -1px;
}

.products .flex-filter .flex-extended .flex-parameters .flex-content .flex-attributes-wrapper {
    font-size: 0pt;
    display: flex;
    white-space: normal;
    vertical-align: top;
}

.products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes {
    font-size: 0pt;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    width: 227px;
    margin-bottom: -1px;
}

    .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes > span.flex-title {
        cursor: pointer;
        font-size: 10pt;
        display: block;
        border-right: 1px solid #dbe3f0;
        border-bottom: 1px solid #dbe3f0;
        text-transform: none;
        padding: 6px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0px;
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none;
        position: relative;
    }

        .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes > span.flex-title.flex-selected {
            cursor: default;
            background: #fafcff;
            border-right: 1px solid #fafcff;
            position: relative;
        }

        .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes > span.flex-title:first-child {
            border-top: 1px solid #dbe3f0
        }

        .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes > span.flex-title:first-letter {
            text-transform: capitalize;
        }

        .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes > span.flex-title > input.flex-remove-filter {
            padding: 0px;
            width: 29px;
            height: 31px;
            position: absolute;
            top: 0px;
            right: -8px;
            background: transparent url("/Plugins/FlexView/Images/FlexRemoveFilterIcon.png") center center no-repeat;
            border: 0px;
            border-radius: 0px;
        }

    .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes > div {
        font-size: 10pt;
        display: block;
        width: 179px;
        margin-bottom: 5px;
        white-space: nowrap;
        text-transform: none;
    }

        .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes > div .flex-checkbox-toogle-text {
            margin-top: -2px;
            color: #2766d9;
            padding-left: 7px;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 150px;
        }

            .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes > div .flex-checkbox-toogle-text:first-letter {
                text-transform: capitalize;
            }

.products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attribute-values-container {
    display: inline-block;
    width: 100%;
}

    .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attribute-values-container .flex-block-filter-params {
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        padding-bottom: 10px;
    }

    .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attribute-values-container > div {
        font-size: 10pt;
        display: none;
        background: #fafcff;
        border-left: 1px solid #dbe3f0;
        border-right: 1px solid #dbe3f0;
        border-top: 1px solid #dbe3f0;
        /*line-height: 18pt;*/
        height: 100%;
    }

        .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attribute-values-container > div > div {
            padding-left: 15px;
        }

            .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attribute-values-container > div > div:first-child {
                padding-top: 10px;
                padding-right: 15px;
            }

                .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attribute-values-container > div > div:first-child > .flex-selected {
                }

            .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attribute-values-container > div > div > .flex-range-slider {
                margin: 14px;
                margin-top: 11px;
                margin-bottom: 15px;
            }

        .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attribute-values-container > div .flex-checkbox-toogle-text:first-letter {
            text-transform: capitalize;
        }

        .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attribute-values-container > div > div > .flex-to-range {
            float: right;
        }

/*MOUNTING SIDE*/
.products .flex-filter .mounting-side {
    order: 6;
    position: relative;
    width: 95px;
    height: 55px;
    flex: auto;
}

    .products .flex-filter .mounting-side .car {
        position: absolute;
        right: 95px;
    }

        .products .flex-filter .mounting-side .car .item {
            width: 16px;
            height: 16px;
            position: absolute;
            background-size: 16px !important;
            background: url("/Plugins/FlexView/Images/MountingSide/checkbox.png") center center no-repeat;
        }

        .products .flex-filter .mounting-side .car .side {
            cursor: pointer;
            position: absolute;
        }

            .products .flex-filter .mounting-side .car .side.not-selectable {
                cursor: default;
            }

    .products .flex-filter .mounting-side .car-model {
        width: 63px;
        height: 23px;
        top: 16px;
        left: 16px;
        position: absolute;
        background: url("/Plugins/FlexView/Images/MountingSide/auto_stred.png") center center no-repeat;
    }

    .products .flex-filter .mounting-side .car .item:hover {
        cursor: pointer;
        background: url("/Plugins/FlexView/Images/MountingSide/checkbox_hover.png") center center no-repeat;
    }

    .products .flex-filter .mounting-side .car .item.selected {
        cursor: pointer;
        background: url("/Plugins/FlexView/Images/MountingSide/checkbox_selected.png") center center no-repeat;
    }

    .products .flex-filter .mounting-side .car .item.not-selectable {
        cursor: default;
        background: url("/Plugins/FlexView/Images/MountingSide/checkbox_not_selectable.png") center center no-repeat;
    }

    .products .flex-filter .mounting-side .car .item.part-selected {
        cursor: pointer;
        background: url("/Plugins/FlexView/Images/MountingSide/checkbox_part_selected.png") center center no-repeat;
    }

        .products .flex-filter .mounting-side .car .item.part-selected:hover {
            background: url("/Plugins/FlexView/Images/MountingSide/checkbox_selected.png") center center no-repeat;
        }

    .products .flex-filter .mounting-side .car .front-right {
        top: 0;
        left: 0;
    }

    .products .flex-filter .mounting-side .car .rear-right {
        top: 0;
        left: 79px;
    }

    .products .flex-filter .mounting-side .car .front-left {
        top: 39px;
        left: 0px;
    }


    .products .flex-filter .mounting-side .car .rear-left {
        top: 39px;
        left: 79px;
    }

    .products .flex-filter .mounting-side .car .right-side {
        height: 13px;
        width: 63px;
        top: 3px;
        left: 16px;
        background: url("/Plugins/FlexView/Images/MountingSide/prava-strana.png") center center no-repeat;
    }

        .products .flex-filter .mounting-side .car .right-side.not-selectable {
            background: url("/Plugins/FlexView/Images/MountingSide/prava_strana_noplus.png") center center no-repeat;
        }

    .products .flex-filter .mounting-side .car .left-side {
        height: 13px;
        width: 63px;
        top: 39px;
        left: 16px;
        background: url("/Plugins/FlexView/Images/MountingSide/leva-strana.png") center center no-repeat;
    }

        .products .flex-filter .mounting-side .car .left-side.not-selectable {
            background: url("/Plugins/FlexView/Images/MountingSide/leva_strana_noplus.png") center center no-repeat;
        }

    .products .flex-filter .mounting-side .car .front-side {
        height: 23px;
        width: 9px;
        top: 16px;
        left: 3px;
        background: url("/Plugins/FlexView/Images/MountingSide/predni-strana.png") center center no-repeat;
    }

        .products .flex-filter .mounting-side .car .front-side.not-selectable {
            background: url("/Plugins/FlexView/Images/MountingSide/zadni_strana_noplus.png") center center no-repeat;
        }

    .products .flex-filter .mounting-side .car .rear-side {
        height: 23px;
        width: 9px;
        top: 16px;
        left: 82px;
        background: url("/Plugins/FlexView/Images/MountingSide/zadni-strana.png") center center no-repeat;
    }

        .products .flex-filter .mounting-side .car .rear-side.not-selectable {
            background: url("/Plugins/FlexView/Images/MountingSide/zadni_strana_noplus.png") center center no-repeat;
        }

/*END*/

.products .flex-sub-categories {
    margin-bottom: 12px;
    font-size: 0pt;
}

    .products .flex-sub-categories .flex-max-number-of-products {
        font-size: 10pt;
        color: #939496;
        margin-bottom: 20px;
        padding-left: 3px;
    }

        .products .flex-sub-categories .flex-max-number-of-products .flex-count {
            font-weight: 600;
        }

    .products .flex-sub-categories a {
        font-size: 10pt;
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 8px;
        margin-bottom: 8px;
        border: 1px solid #dfdfdf;
        color: black;
        text-decoration: none;
        display: inline-block;
        background: white;
        border-radius: 4px;
        font-weight: 600;
    }

        .products .flex-sub-categories a:hover {
            border: 1px solid #dae2f0;
            color: #2766d9;
            background: #eef3fc;
        }







.products .products-list[data-flex-catalog-type="7"] .flex-item {
    margin-top: -1px;
}

    .products .products-list[data-flex-catalog-type="7"] .flex-item:first-child {
        border-top: 0px;
    }

    .products .products-list[data-flex-catalog-type="7"] .flex-item .flex-col1 .flex-manufacturer {
        margin-right: 4px;
    }




.products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories {
    border: 1px solid #dfdfdf;
    padding: 10px;
    background: #fdfdfd;
    margin-top: -1px;
    width: 100%;
    margin-right: -1px;
}

    .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item {
        cursor: pointer;
        display: block;
        border: 0px;
        font-size: 10pt;
        font-weight: 600;
        padding: 2px;
        width: auto;
        background: #fdfdfd url("/Plugins/FlexView/Images/FlexAllstarDisIntegrationCategoryLineIcon.png") repeat-y;
        background-position: left -2px top;
    }

        .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item:last-child {
            background: #fdfdfd;
        }

        .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item > span {
            padding-left: 26px;
            background: #fdfdfd url("/Plugins/FlexView/Images/FlexAllstarDisIntegrationCategoryExpandMiddleIcon.png") no-repeat;
            background-position: left -4px top -2px;
        }

        .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item:first-child > span {
            background: #fdfdfd url("/Plugins/FlexView/Images/FlexAllstarDisIntegrationCategoryExpandTopIcon.png") no-repeat;
            background-position: left -4px top -2px;
        }

        .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item:last-child > span {
            background: #fdfdfd url("/Plugins/FlexView/Images/FlexAllstarDisIntegrationCategoryExpandBottomIcon.png") no-repeat;
            background-position: left -4px top -2px;
        }

        .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item.flex-selected > span {
            color: #e02222;
            background: #fdfdfd url("/Plugins/FlexView/Images/FlexAllstarDisIntegrationCategoryCollapseMiddleIcon.png") no-repeat;
            background-position: left -4px top -2px;
        }

        .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item:first-child.flex-selected > span {
            background: #fdfdfd url("/Plugins/FlexView/Images/FlexAllstarDisIntegrationCategoryCollapseTopIcon.png") no-repeat;
            background-position: left -4px top -2px;
        }

        .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item:last-child.flex-selected > span {
            background: #fdfdfd url("/Plugins/FlexView/Images/FlexAllstarDisIntegrationCategoryCollapseBottomIcon.png") no-repeat;
            background-position: left -4px top -2px;
        }

        .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item > span > span.flex-count {
            color: #595959;
            font-weight: 300;
        }

        .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item .flex-disintegrated-products-list .flex-item {
            font-weight: 300;
            width: 1157px;
            margin-left: 26px;
        }

            .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item .flex-disintegrated-products-list .flex-item:first-child {
                border-top: 1px solid #dfdfdf;
                margin-top: 10px;
            }

            .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item .flex-disintegrated-products-list .flex-item:last-child {
                margin-bottom: 10px;
            }

.products .products-list .flex-item.tiles-view {
    flex: 0 0 29%;
    margin: 0 0 15px 0;
    width: auto;
}

.products .products-list[data-flex-catalog-type="1"] .flex-item.tiles-view {
    flex: 0 0 21%;
}

.products .products-list .flex-load-next {
}

.load-btns {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
}


@media only screen and (min-width: 1240px) {
    .products .flex-item {
        width: 928px;
    }

        .products .flex-item.tiles-view.flex-compare {
            width: 211px;
        }

    .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item .flex-disintegrated-products-list .flex-item {
        width: 1157px;
    }
}

.flex-aci-embedded #ACIIframe {
    width: 100%;
    border: 0px;
}

.flex-side-bar li a:before {
    font-family: "Font Awesome 5 Pro";
    padding-right: 18px;
    color: #e02222;
    float: left;
}

.flex-side-bar li:hover a:before {
    color: #fff;
}

.flex-side-bar li.flex-selected-permanent a:before {
    color: #fff;
}

.manage-users-button:before {
    content: "\f0c0";
}

.transport-methods-button:before {
    content: "\f0d1";
}

.payment-methods-button:before {
    content: "\f53a";
}

.customer-data-button:before {
    content: "\f0e3";
}

.personal-settings-button:before {
    content: "\f007";
}

.license-plates-management-button:before {
    content: "\f540";
}

.orders-button:before {
    content: "\f022";
}

.invoices-button:before {
    content: "\f15c";
}

.delivery-notes-button:before {
    content: "\f15c";
}

.reclamation-button:before {
    content: "\f31a";
}

.product-returns-button:before {
    content: "\f56e";
}

.downloads-button:before {
    content: "\f019";
}

.logout-button:before {
    content: "\f2f5";
}

/* ┌────────────────────┐ */
/* │ CATALOGTECDOC.ASPX │ */
/* └────────────────────┘ */

.flex-tecdoc #modelPageContainer {
    background: #FFFFFF;
}

.flex-tecdoc h1 {
    text-align: left;
    width: 855px;
}

.flex-tecdoc .flex-row-add-to-license-plate h1 {
    width: auto;
}

.flex-tecdoc .manufacturer-separator {
    display: flex;
    flex-direction: row;
}

    .flex-tecdoc .manufacturer-separator .line {
        display: flex;
        flex-grow: 1;
    }

        .flex-tecdoc .manufacturer-separator .line:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #dcdbe0;
            position: relative;
            top: 10px;
        }

    .flex-tecdoc .manufacturer-separator .title {
        padding-right: 1rem;
        padding-left: 1rem;
        font-weight: 400;
        font-size: 11px;
        color: #bababe;
        padding-top: 2px;
    }

.flex-tecdoc h1, .flex-laximo-manufacturers h1, .flex-universal-parts h1, .flex-service-data {
    display: inline-block;
    padding: 4px 0 10px 0;
    font-size: 24px;
    /*width: 100%;*/
}

    .flex-tecdoc .flex-header, .flex-service-data .flex-header {
        background: transparent;
        padding-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }

    .flex-tecdoc .flex-tabs .flex-header, .flex-service-data .flex-header {
        background: transparent;
        padding-bottom: 15px;
        display: block;
    }

        .flex-tecdoc .flex-header .flex-header-item, .flex-service-data .flex-header .flex-header-item {
            /*display: flex;*/
            flex-direction: column;
            justify-content: center;
        }

            .flex-tecdoc .flex-header .flex-header-item > p, .flex-service-data .flex-header .flex-header-item > p {
                margin: 5px 0;
            }

        .flex-tecdoc .flex-header .flex-title, .flex-service-data .flex-header .flex-title {
            font-size: 20pt;
            font-weight: 600;
        }

        .flex-tecdoc .flex-header span, .flex-service-data .flex-header span {
            display: inline-block;
            vertical-align: middle;
        }

        .flex-tecdoc .flex-header .flex-search, .flex-service-data .flex-header .flex-search, .flex-universal-parts .flex-header .flex-search {
            width: 355px;
            float: right;
            font-size: 0pt;
        }

            .flex-tecdoc .flex-header .flex-search input[type="text"],
            .flex-service-data .flex-header .flex-search input[type="text"],
            .flex-side-bar .tecdoc-category-search .flex-search input[type="text"] {
                width: 300px;
                border-right: 0px;
                vertical-align: middle;
                border-color: #7D7D7D;
                height: 26px;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
            }

.flex-side-bar .flex-tecdoc-construction-groups,
.flex-side-bar .categories {
    width: 260px;
    padding-right: 20px
}

.flex-side-bar .flex-search {
    display: flex;
    flex-direction: row;
    width: 260px;
    padding-bottom: 10px;
}

.flex-side-bar .tecdoc-category-search .flex-search input[type="text"] {
    width: 228px;
    height: 32px;
}

.flex-tecdoc .flex-header .flex-search input[type="button"],
.flex-service-data .flex-header .flex-search input[type="button"],
.flex-side-bar .tecdoc-category-search .flex-search input[type="button"] {
    border: 1px solid #7D7D7D;
    border-left: 0px;
    background: white url("/Plugins/FlexView/Images/Svg/search-glass.svg") center center no-repeat;
    background-size: 15px;
    width: 32px;
    vertical-align: middle;
    height: 36px;
    border-radius: 0px 4px 4px 0px;
}

.flex-side-bar .tecdoc-category-search .flex-search input[type="button"] {
    height: 32px;
}

.flex-tecdoc .flex-manufacturers-list .manufacturer-card-item {
    color: black;
    font-size: 7pt;
    font-weight: 400;
    cursor: pointer;
    max-width: 107px;
    list-style-type: none;
    text-align: center;
}

    .flex-tecdoc .flex-manufacturers-list .manufacturer-card-item > a > div {
        background-size: 70px;
        height: 60px;
        width: 107px;
    }

.flex-tecdoc .flex-manufacturers-list .flex-manufacturer-icons-list > ul {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 22px;
    margin: 30px 0 50px;
}

.flex-tecdoc .flex-manufacturers-list a.flex-item, .flex-service-data .flex-manufacturers-list a.flex-item {
    color: black;
    text-decoration: none;
    font-weight: 400;
}

    .flex-tecdoc .flex-manufacturers-list a.flex-item.more-box, .flex-service-data .flex-manufacturers-list a.flex-item.more-box {
        text-align: center;
        padding: 28px 0 26px 0;
        background-color: #ECEBF0;
        border-radius: 4px;
    }

.flex-tecdoc .flex-manufacturers-list .flex-manufacturer-name-list {
    padding-top: 30px;
    color: black;
    text-decoration: none;
    font-size: 11pt;
    font-weight: 600;
    grid-gap: 15px;
    column-count: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
    padding-left: 15px;
}

    .flex-tecdoc .flex-manufacturers-list .flex-manufacturer-name-list .flex-item-content {
        color: black;
        text-decoration: none;
        display: flex;
        padding: 5px 0;
        font-size: 13px;
    }

        .flex-tecdoc .flex-manufacturers-list .flex-manufacturer-name-list .flex-item-content:hover {
            color: #e02222;
        }

.flex-tecdoc .flex-manufacturers-list .manufacturer-card-item .flex-item:hover {
    color: #e02222;
}

.flex-tecdoc .flex-manufacturers-list a.flex-item:hover, .flex-service-data .flex-manufacturers-list a.flex-item:hover {
    color: #2766d9;
}



.flex-tecdoc .flex-manufacturers-list input[type="button"], .flex-service-data .flex-manufacturers-list input[type="button"] {
    display: block;
    margin: 40px auto 0;
    border: 1px solid #910000;
    background: transparent linear-gradient(#de2222, #c41919) repeat scroll 0% 0%;
    padding: 8px 12px;
    font-size: 11pt;
}

.flex-tecdoc .flex-manufacturers-list .flex-title, .flex-service-data .flex-manufacturers-list .flex-title {
    border-bottom: 1px solid #ebebeb;
    background: #fcfcfc;
    font-size: 13pt;
    font-weight: 600;
    color: #000;
    padding: 6px 12px;
    margin-top: 30px;
    margin-right: 30px;
}

    .flex-tecdoc .flex-manufacturers-list .flex-title:first-child, .flex-service-data .flex-manufacturers-list .flex-title:first-child {
        margin-top: 0px;
    }

.flex-tecdoc .flex-manufacturers-list, .flex-service-data .flex-manufacturers-list {
    background-color: #FFFFFF;
    padding: 30px 30px 30px 30px;
}

    .flex-tecdoc .flex-manufacturers-list .flex-item-container .flex-item-compact, .flex-service-data .flex-manufacturers-list .flex-item-container .flex-item-compact {
        color: #000;
        font-size: 10pt;
        font-weight: 300;
        border-bottom: 1px solid #ebebeb;
        padding: 8px 12px;
        display: inline-block;
        width: 230px;
        margin-right: 30px;
        text-decoration: none;
        animation-name: fly-in;
        animation-duration: 0.4s;
        transition: 0.2s;
    }


        .flex-tecdoc .flex-manufacturers-list .flex-item-container .flex-item-compact:hover, .flex-service-data .flex-manufacturers-list .flex-item-container .flex-item-compact:hover {
            color: white;
            background: #E02222;
        }

        .flex-tecdoc .flex-manufacturers-list .flex-item-container .flex-item-compact .flex-prefferation, .flex-service-data .flex-manufacturers-list .flex-item-container .flex-prefferation {
            display: block;
            float: right;
            width: 18px;
            height: 18px;
            background: url("/Plugins/FlexView/Images/FlexNotFavoriteIcon.png") center center no-repeat;
            margin: 0px;
            padding: 0px;
            border: 0px;
        }

            .flex-tecdoc .flex-manufacturers-list .flex-item-container .flex-item-compact .flex-prefferation.flex-priorized, .flex-tecdoc .flex-manufacturers-list .flex-item-container .flex-item-compact .flex-prefferation.flex-favorite, .flex-service-data .flex-manufacturers-list .flex-item-container .flex-item-compact .flex-prefferation.flex-priorized, .flex-service-data .flex-manufacturers-list .flex-item-container .flex-item-compact .flex-prefferation.flex-favorite {
                background: url("/Plugins/FlexView/Images/FlexFavoriteIcon.png") center center no-repeat;
            }



/* ┌─────────────────┐ */
/* │ CATALOGRMI.ASPX │ */
/* └─────────────────┘ */


.flex-year-filter #FlexRangeSlider {
    height: 5px;
}

.flex-year-filter .noUi-marker-horizontal.noUi-marker-large {
    height: 10px;
}


.flex-year-filter .noUi-value-horizontal.noUi-value-large {
    font-size: 10px;
}

.flex-year-filter .noUi-horizontal .noUi-handle {
    height: 18px;
    width: 18px;
    top: -7px;
    right: -9px;
    border-radius: 9px;
    padding: 4px;
    background: #D31E27;
    background-clip: content-box;
}


.flex-scroll-container .flex-scroll-content {
    margin: 10px -10px -10px 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}



.flex-universal-parts .flex-header .flex-search,
.flex-scroll-container .flex-search {
    float: right;
    font-size: 0pt;
}



.shortcuts > a.selected {
    border: 1px solid #ebebeb;
    z-index: 1;
    color: #000000 !important;
    background-color: #FFFFFF;
    transition: 0.4s;
}

    .shortcuts > a.selected > .name {
        color: #000000;
    }






/* MANUFACTURERS LOGOS */
.aston-martin-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/AstonMartin.png") center center no-repeat;
}

.alfa-romeo-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/AlfaRomeo.png") center center no-repeat;
}

.alpina-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Alpina.png") center center no-repeat;
}

.audi-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Audi.png") center center no-repeat;
}

.bmw-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/BMW.png") center center no-repeat;
}

.buick-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Buick.png") center center no-repeat;
    background-size: 50px;
}

.bugatti-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Bugatti.png") center center no-repeat;
    background-size: 50px;
}

.cadillac-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Cadillac.png") center center no-repeat;
    background-size: 50px;
}

.citroen-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Citroen.png") center center no-repeat;
}

.daewoo-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Daewoo.png") center center no-repeat;
}

.daihatsu-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Daihatsu.png") center center no-repeat;
}

.datsun-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Datsun.png") center center no-repeat;
    background-size: 50px;
}

.ds-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ds.png") center center no-repeat;
    background-size: 50px;
}

.ducati-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ducati.png") center center no-repeat;
    background-size: 50px;
}

.fiat-logo, .fiat-professional-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Fiat.png") center center no-repeat;
}

.ford-logo, .ford-europe-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ford.png") center center no-repeat;
}

.gmc-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/GMC.png") center center no-repeat;
    background-size: 50px;
}

.honda-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Honda.png") center center no-repeat;
}

.chrysler-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Chrysler.png") center center no-repeat;
}

.jaguar-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Jaguar.png") center center no-repeat;
}

.jeep-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Jeep.png") center center no-repeat;
}

.kia-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Kia.png") center center no-repeat;
}

.lada-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Lada.png") center center no-repeat;
}

.maybach-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Maybach.png") center center no-repeat;
    background-size: 50px;
}

.mazda-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Mazda.png") center center no-repeat;
}

.mercedes-benz-logo, .mercedes-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/MercedesBenz.png") center center no-repeat;
}

.mini-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Mini.png") center center no-repeat;
}

.mitsubishi-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Mitsubishi.png") center center no-repeat;
}

.nissan-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Nissan.png") center center no-repeat;
}

.opel-logo, .opel-vauxhall-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Opel.png") center center no-repeat;
}

.peugeot-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Peugeot.png") center center no-repeat;
}

.pontiac-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Pontiac.png") center center no-repeat;
    background-size: 50px;
}

.porsche-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Porsche.png") center center no-repeat;
}

.renault-logo, .renault-trucks-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Renault.png") center center no-repeat;
}

.rover-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Rover.png") center center no-repeat;
}

.saab-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Saab.png") center center no-repeat;
}

.saturn-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Saturn.png") center center no-repeat;
    background-size: 50px;
}

.seat-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Seat.png") center center no-repeat;
}

.skoda-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Skoda.png") center center no-repeat;
}

.smart-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Smart.png") center center no-repeat;
}

.suzuki-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Suzuki.png") center center no-repeat;
}

.toyota-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Toyota.png") center center no-repeat;
}

.vauxhall-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Vauxhall.png") center center no-repeat;
    background-size: 50px;
}

.volvo-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Volvo.png") center center no-repeat;
}

.vw-logo, .volkswagen-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/VW.png") center center no-repeat;
}

.dacia-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Dacia.png") center center no-repeat;
}

.harelyd-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Harelyd.png") center center no-repeat;
}

.hummer-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Hummer.png") center center no-repeat;
}

.hyundai-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Hyundai.png") center center no-repeat;
}

.chevrolet-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Chevrolet.png") center center no-repeat;
}

.infiniti-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Infinity.png") center center no-repeat;
}

.isuzu-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Isuzu.png") center center no-repeat;
}

.lancia-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Lancia.png") center center no-repeat;
}

.land-rover-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Landrover.png") center center no-repeat;
}

.lexus-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Lexus.png") center center no-repeat;
}

.subaru-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Subaru.png") center center no-repeat;
}

.tesla-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Tesla.png") center center no-repeat;
}

.abarth-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Abarth.png") center center no-repeat;
}

.dodge-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Dodge.png") center center no-repeat;
}


.gaz-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/GAZ.png") center center no-repeat;
}

.avia-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Avia.png") center center no-repeat;
}

.man-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Man.png") center center no-repeat;
}

.scania-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Scania.png") center center no-repeat;
}

.zetor {
    background: url("/Plugins/FlexView/Images/Manufacturers/Zetor.png") center center no-repeat;
}

.daf-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/DAF.png") center center no-repeat;
}

.iveco-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Iveco.png") center center no-repeat;
}

.ssangyong-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ssang.png") center center no-repeat;
}

.rolls-royce-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Rolls.png") center center no-repeat;
}

.ram-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/RAM.png") center center no-repeat;
}

.yamaha-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Yamaha.png") center center no-repeat;
    background-size: 50px;
}

.zinoro-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Zinoro.png") center center no-repeat;
    background-size: 50px;
}

/*Motorcycles LOGOs*/
.aprilia-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Aprilia-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.benelli-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Benelli-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.beta-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Beta-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.bmw-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/BMW-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.ducati-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ducati-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.honda-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Honda-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.jawa-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Jawa-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.kawasaki-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Kawasaki-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.ktm-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/KTM-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.kymco-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Kymco-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.peugeot-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Peugeot-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.piaggio-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Piaggio-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.suzuki-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Suzuki-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.sym-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/SYM-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.triumph-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Triumph-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.vespa-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Vespa-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.yamaha-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Yamaha-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.bentley-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Bentley.png") center center no-repeat;
    background-size: 50px;
}

.ferrari-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ferrari.png") center center no-repeat;
    background-size: 50px;
}

.lamborghini-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Lamborghini.png") center center no-repeat;
    background-size: 50px;
}

.tata-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Tata.png") center center no-repeat;
    background-size: 50px;
}

.ford-usa-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ford-usa.png") center center no-repeat;
    background-size: 50px;
}

/* MANUFACTURERS RMI LOGOS */

.manufacturer-card-item .aston-martin-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/AstonMartin.png") center center no-repeat;
}

.manufacturer-card-item .alfa-romeo-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/AlfaRomeo.png") center center no-repeat;
}

.manufacturer-card-item .audi-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Audi.png") center center no-repeat;
}

.manufacturer-card-item .bmw-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/BMW.png") center center no-repeat;
}

.manufacturer-card-item .buick-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Buick.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .cadillac-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Cadillac.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .citroen-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Citroen.png") center center no-repeat;
}

.manufacturer-card-item .daewoo-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Daewoo.png") center center no-repeat;
}

.manufacturer-card-item .daihatsu-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Daihatsu.png") center center no-repeat;
}

.manufacturer-card-item .datsun-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Datsun.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .fiat-logo, .fiat-professional-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Fiat.png") center center no-repeat;
}

.manufacturer-card-item .ford-logo, .ford-europe-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ford.png") center center no-repeat;
}

.manufacturer-card-item .gmc-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/GMC.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .honda-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Honda.png") center center no-repeat;
}

.manufacturer-card-item .chrysler-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Chrysler.png") center center no-repeat;
}

.manufacturer-card-item .jaguar-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Jaguar.png") center center no-repeat;
}

.manufacturer-card-item .jeep-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Jeep.png") center center no-repeat;
}

.manufacturer-card-item .kia-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Kia.png") center center no-repeat;
}

.manufacturer-card-item .lada-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Lada.png") center center no-repeat;
}

.manufacturer-card-item .maybach-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Maybach.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .mazda-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Mazda.png") center center no-repeat;
}

.manufacturer-card-item .mercedes-benz-logo, .mercedes-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/MercedesBenz.png") center center no-repeat;
}

.manufacturer-card-item .mini-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Mini.png") center center no-repeat;
}

.manufacturer-card-item .mitsubishi-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Mitsubishi.png") center center no-repeat;
}

.manufacturer-card-item .nissan-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Nissan.png") center center no-repeat;
}

.manufacturer-card-item .opel-logo, .opel-vauxhall-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Opel.png") center center no-repeat;
}

.manufacturer-card-item .peugeot-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Peugeot.png") center center no-repeat;
}

.manufacturer-card-item .pontiac-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Pontiac.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .porsche-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Porsche.png") center center no-repeat;
}

.manufacturer-card-item .renault-logo, .renault-trucks-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Renault.png") center center no-repeat;
}

.manufacturer-card-item .rover-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Rover.png") center center no-repeat;
}

.manufacturer-card-item .saab-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Saab.png") center center no-repeat;
}

.manufacturer-card-item .saturn-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Saturn.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .seat-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Seat.png") center center no-repeat;
}

.manufacturer-card-item .skoda-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Skoda.png") center center no-repeat;
}

.manufacturer-card-item .smart-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Smart.png") center center no-repeat;
}

.manufacturer-card-item .suzuki-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Suzuki.png") center center no-repeat;
}

.manufacturer-card-item .toyota-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Toyota.png") center center no-repeat;
}

.manufacturer-card-item .vauxhall-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Vauxhall.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .volvo-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Volvo.png") center center no-repeat;
}

.manufacturer-card-item .vw-logo, .volkswagen-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/VW.png") center center no-repeat;
}

.manufacturer-card-item .dacia-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Dacia.png") center center no-repeat;
}

.manufacturer-card-item .hummer-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Hummer.png") center center no-repeat;
}

.manufacturer-card-item .hyundai-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Hyundai.png") center center no-repeat;
}

.manufacturer-card-item .chevrolet-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Chevrolet.png") center center no-repeat;
}

.manufacturer-card-item .infiniti-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Infinity.png") center center no-repeat;
}

.manufacturer-card-item .isuzu-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Isuzu.png") center center no-repeat;
}

.manufacturer-card-item .lancia-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Lancia.png") center center no-repeat;
}

.manufacturer-card-item .land-rover-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Landrover.png") center center no-repeat;
}

.manufacturer-card-item .lexus-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Lexus.png") center center no-repeat;
}

.manufacturer-card-item .subaru-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Subaru.png") center center no-repeat;
}

.manufacturer-card-item .tesla-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Tesla.png") center center no-repeat;
}

.manufacturer-card-item .abarth-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Abarth.png") center center no-repeat;
}

.manufacturer-card-item .dodge-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Dodge.png") center center no-repeat;
}

.manufacturer-card-item .gaz-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/GAZ.png") center center no-repeat;
}

.manufacturer-card-item .daf-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/DAF.png") center center no-repeat;
}

.manufacturer-card-item .iveco-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Iveco.png") center center no-repeat;
}

.manufacturer-card-item .ssangyong-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ssang.png") center center no-repeat;
}

.manufacturer-card-item .rolls-royce-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Rolls.png") center center no-repeat;
}

.manufacturer-card-item .ram-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/RAM.png") center center no-repeat;
}

.manufacturer-card-item .zinoro-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Zinoro.png") center center no-repeat;
    background-size: 50px;
}

/*Motorcycles LOGOs*/
.manufacturer-card-item .aprilia-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Aprilia-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .benelli-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Benelli-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .beta-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Beta-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .bmw-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/BMW-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .ducati-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ducati-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .honda-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Honda-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .jawa-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Jawa-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .kawasaki-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Kawasaki-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .ktm-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/KTM-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .kymco-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Kymco-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .peugeot-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Peugeot-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .piaggio-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Piaggio-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .suzuki-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Suzuki-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .sym-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/SYM-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .triumph-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Triumph-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .vespa-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Vespa-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .yamaha-motorcycles-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Yamaha-motorcycles.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .bentley-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Bentley.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .ferrari-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ferrari.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .lamborghini-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Lamborghini.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .tata-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Tata.png") center center no-repeat;
    background-size: 50px;
}

.manufacturer-card-item .ford-usa-logo {
    background: url("/Plugins/FlexView/Images/Manufacturers/Ford-usa.png") center center no-repeat;
    background-size: 50px;
}


.flex-tecdoc .flex-tecdoc-models .flex-filter {
    padding: 30px 30px 0 30px;
}

    .flex-tecdoc .flex-tecdoc-models .flex-filter .button-model-filter {
        background-color: #F4F4F6;
        border-radius: 3px;
        border-color: transparent;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        height: 25px;
    }

    .flex-tecdoc .flex-tecdoc-models .flex-filter span {
        font-weight: 700;
        margin-right: 10px;
    }

.flex-tecdoc .flex-tecdoc-models .flex-filter {
}

    .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors {
    }

        .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors ul {
            columns: 5;
            -webkit-columns: 5;
            -moz-columns: 5;
            list-style: none;
            padding: 15px;
            border: 1px solid #EEEEEE;
        }

            .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors ul li {
                padding: 5px 0;
            }

        .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors h3 {
            margin-top: 15px;
            font-weight: 700;
            font-size: 11pt;
            padding-top: 15px;
        }

        .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors a {
            color: #000;
            font-weight: 400;
            background: transparent;
            border: 1px solid transparent;
            margin-left: 0px;
            text-decoration: none;
        }

            .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors a:hover {
                color: #E02222;
            }


    .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors-rmi {
    }

        .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors-rmi ul {
            columns: 15;
            -webkit-columns: 15;
            -moz-columns: 15;
            list-style: none;
        }

        .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors-rmi li {
            padding-bottom: 5px;
        }

        .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors-rmi h3 {
            margin-top: 15px;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 11pt;
        }

        .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors-rmi a {
            color: #2766D9;
            font-weight: 600;
            background: transparent;
            border: 1px solid transparent;
            margin-left: 0px;
            text-decoration: none;
        }

            .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors-rmi a:hover {
                text-decoration: underline;
            }


    .flex-tecdoc .flex-tecdoc-models .flex-filter input[type="button"] {
        color: black;
        font-weight: 600;
        font-size: 11pt;
        background: #fcfcfc;
        border: 1px solid #ebebeb;
        margin-left: 10px;
    }

        .flex-tecdoc .flex-tecdoc-models .flex-filter input[type="button"].flex-item {
            color: #000;
            font-weight: 400;
            background: transparent;
            border: 1px solid transparent;
            margin-left: 0px;
        }

            .flex-tecdoc .flex-tecdoc-models .flex-filter input[type="button"].flex-item:hover,
            .flex-tecdoc .flex-tecdoc-models .flex-filter input[type="button"].flex-item.flex-selected {
                color: white;
                background: #e02222;
            }

.tecdoc-engines-vehicle-image img {
    max-width: 400px;
}

.flex-tecdoc .flex-models-list {
    padding: 0px 30px 50px 30px;
    font-size: 0pt;
}

    .flex-tecdoc .flex-models-list .flex-title {
        border-bottom: 1px solid #ebebeb;
        background: #fcfcfc;
        font-size: 13pt;
        font-weight: 600;
        color: #000;
        padding: 6px 12px;
        margin-top: 30px;
        margin-right: 30px;
    }

    .flex-tecdoc .flex-models-list .flex-model {
        margin-top: 30px;
    }

        .flex-tecdoc .flex-models-list .flex-model:first-child {
            margin-top: 0px;
        }

    .flex-tecdoc .flex-models-list .flex-item-container {
        margin-right: -30px;
    }

        .flex-tecdoc .flex-models-list .flex-item-container .flex-item {
            color: #000;
            font-size: 11pt;
            font-weight: 400;
            border-bottom: 1px solid #ebebeb;
            padding: 8px 12px;
            display: inline-block;
            width: 515px;
            margin-right: 30px;
            text-decoration: none;
            transition: 0.2s;
        }

            .flex-tecdoc .flex-models-list .flex-item-container .flex-item:hover {
                color: white;
                background: #E02222;
            }

            .flex-tecdoc .flex-models-list .flex-item-container .flex-item .flex-date {
                color: black;
                float: right;
                font-size: 9pt;
                padding-top: 2px;
            }

            .flex-tecdoc .flex-models-list .flex-item-container .flex-item:hover .flex-date {
                color: white;
            }

.flex-engines-list {
    background: white;
    padding: 30px;
}

.flex-tecdoc .flex-engines-list .flex-title {
    border-bottom: 1px solid #ebebeb;
    background: #fcfcfc;
    font-size: 0pt;
    font-weight: 600;
    color: #000;
    padding: 6px 12px;
    margin-top: 30px;
    margin-right: 30px;
}

    .flex-tecdoc .flex-engines-list .flex-title .flex-name {
        display: inline-block;
        font-size: 13pt;
        width: 22%;
    }

    .flex-tecdoc .flex-engines-list .flex-title .flex-power {
        display: inline-block;
        color: black;
        font-weight: 600;
        font-size: 11pt;
        width: 16%;
    }

    .flex-tecdoc .flex-engines-list .flex-title .flex-fuel-type {
        display: inline-block;
        color: black;
        font-weight: 600;
        font-size: 11pt;
        width: 17%;
    }

    .flex-tecdoc .flex-engines-list .flex-title .flex-ccm {
        display: inline-block;
        color: black;
        font-weight: 600;
        font-size: 11pt;
        width: 9%;
    }

    .flex-tecdoc .flex-engines-list .flex-title .flex-codes {
        display: inline-block;
        color: black;
        font-weight: 600;
        font-size: 11pt;
        width: 20%;
    }

    .flex-tecdoc .flex-engines-list .flex-title .flex-manufactured {
        display: inline-block;
        color: black;
        font-weight: 600;
        font-size: 11pt;
        width: 16%;
    }

    .flex-tecdoc .flex-engines-list .flex-title:first-child {
        margin-top: 0px;
    }

.flex-tecdoc .flex-engines-list .flex-item-container {
    margin-right: -30px;
}

    .flex-tecdoc .flex-engines-list .flex-item-container .flex-item {
        color: #000;
        font-size: 0pt;
        font-weight: 600;
        border-bottom: 1px solid #ebebeb;
        padding: 8px 12px;
        display: block;
        margin-right: 30px;
        text-decoration: none;
        animation-name: fly-in;
        animation-duration: 0.3s;
        transition: 0.2s;
    }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item:hover {
            color: white;
            background: #E02222;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item .flex-name {
            display: inline-block;
            font-size: 11pt;
            font-weight: 400;
            width: 22%;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item:hover .flex-name {
            color: white;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item .flex-power {
            display: inline-block;
            color: black;
            font-size: 10pt;
            width: 16%;
            font-weight: 400;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item:hover .flex-power {
            color: white;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item .flex-fuel-type {
            display: inline-block;
            color: black;
            font-size: 10pt;
            width: 17%;
            font-weight: 400;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item:hover .flex-fuel-type {
            color: white;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item .flex-ccm {
            display: inline-block;
            color: black;
            font-size: 10pt;
            width: 9%;
            font-weight: 400;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item:hover .flex-ccm {
            color: white;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item .flex-codes {
            display: inline-block;
            color: black;
            font-size: 10pt;
            width: 20%;
            font-weight: 400;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item:hover .flex-codes {
            color: white;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item .flex-manufactured {
            display: inline-block;
            color: black;
            font-size: 10pt;
            width: 16%;
            font-weight: 300;
        }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item:hover .flex-manufactured {
            color: white;
        }








.flex-groups-container {
    display: table;
    font-size: 0pt;
    width: 100%;
    vertical-align: top;
}




.flex-side-navigation .categories .search-list {
    padding: 0;
    max-width: 260px;
    overflow-wrap: break-word;
}

.flex-construction-groups-search-list {
    padding: 50px;
    padding-top: 20px;
    font-size: 0pt;
}

    .flex-construction-groups-search-list .flex-title {
        border-bottom: 1px solid #ebebeb;
        background: #fcfcfc;
        font-size: 0pt;
        font-weight: 700;
        color: #2766D9;
        padding: 6px;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 30px;
        margin-right: 30px;
    }

        .flex-construction-groups-search-list .flex-title .flex-name {
            display: inline-block;
            color: black;
            font-weight: 400;
            font-size: 11pt;
            width: 100%;
        }

    .flex-construction-groups-search-list .flex-item-container {
        margin-right: -30px;
    }

        .flex-construction-groups-search-list .flex-item-container .flex-item {
            color: #E02222;
            font-size: 0pt;
            border-bottom: 1px solid #ebebeb;
            padding: 8px;
            padding-left: 12px;
            padding-right: 12px;
            display: block;
            margin-right: 30px;
            text-decoration: none;
            animation-name: fly-in;
            animation-duration: 0.4s;
            transition: 0.2s;
        }

            .flex-construction-groups-search-list .flex-item-container .flex-item:hover {
                color: white;
                background: #E02222;
            }

            .flex-construction-groups-search-list .flex-item-container .flex-item .flex-name {
                display: inline-block;
                color: black;
                font-size: 10pt;
                width: 100%;
            }

                .flex-construction-groups-search-list .flex-item-container .flex-item .flex-name .flex-highlight {
                    font-weight: 600;
                }

                .flex-construction-groups-search-list .flex-item-container .flex-item .flex-name .fas.fa-caret-right {
                    margin-left: 8px;
                    margin-right: 8px;
                    font-size: 8pt;
                    color: #5f5f5f;
                }


            .flex-construction-groups-search-list .flex-item-container .flex-item:hover .flex-name {
                color: white;
            }

                .flex-construction-groups-search-list .flex-item-container .flex-item:hover .flex-name .fas.fa-caret-right {
                    color: white;
                }








.flex-tecdoc .flex-vehicles-list {
    padding: 50px;
    font-size: 0pt;
}

    .flex-tecdoc .flex-vehicles-list .flex-title {
        border-bottom: 1px solid #ebebeb;
        background: #fcfcfc;
        font-size: 0pt;
        font-weight: 700;
        color: #2766D9;
        padding: 6px;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 30px;
        margin-right: 30px;
    }

        .flex-tecdoc .flex-vehicles-list .flex-title .flex-name {
            display: inline-block;
            color: black;
            font-weight: 400;
            font-size: 11pt;
            width: 21%;
        }

        .flex-tecdoc .flex-vehicles-list .flex-title .flex-engine {
            display: inline-block;
            color: black;
            font-weight: 400;
            font-size: 11pt;
            width: 19%;
        }

        .flex-tecdoc .flex-vehicles-list .flex-title .flex-power {
            display: inline-block;
            color: black;
            font-weight: 400;
            font-size: 11pt;
            width: 13%;
        }

        .flex-tecdoc .flex-vehicles-list .flex-title .flex-model-manufactured-from-to {
            display: inline-block;
            color: black;
            font-weight: 400;
            font-size: 11pt;
            width: 13%;
        }

        .flex-tecdoc .flex-vehicles-list .flex-title .flex-engine-manufactured-from-to {
            display: inline-block;
            color: black;
            font-weight: 400;
            font-size: 11pt;
            width: 13%;
        }

        .flex-tecdoc .flex-vehicles-list .flex-title .flex-construction-group {
            display: inline-block;
            color: black;
            font-weight: 400;
            font-size: 11pt;
            width: 21%;
        }

        .flex-tecdoc .flex-vehicles-list .flex-title:first-child {
            margin-top: 0px;
        }

    .flex-tecdoc .flex-vehicles-list .flex-item-container {
        margin-right: -30px;
    }

        .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item {
            color: #E02222;
            font-size: 0pt;
            border-bottom: 1px solid #ebebeb;
            padding: 8px;
            padding-left: 12px;
            padding-right: 12px;
            display: block;
            margin-right: 30px;
            text-decoration: none;
            animation-name: fly-in;
            animation-duration: 0.4s;
            transition: 0.2s;
        }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item:hover {
                color: white;
                background: #E02222;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item .flex-name {
                display: inline-block;
                color: black;
                font-size: 10pt;
                width: 21%;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item:hover .flex-name {
                color: white;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item .flex-engine {
                display: inline-block;
                color: black;
                font-size: 10pt;
                width: 19%;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item:hover .flex-engine {
                color: white;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item .flex-power {
                display: inline-block;
                color: black;
                font-size: 10pt;
                width: 13%;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item:hover .flex-power {
                color: white;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item .flex-model-manufactured-from-to {
                display: inline-block;
                color: black;
                font-size: 10pt;
                width: 13%;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item:hover .flex-model-manufactured-from-to {
                color: white;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item .flex-engine-manufactured-from-to {
                display: inline-block;
                color: black;
                font-size: 10pt;
                width: 13%;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item:hover .flex-engine-manufactured-from-to {
                color: white;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item .flex-construction-group {
                display: inline-block;
                color: black;
                font-size: 10pt;
                width: 21%;
            }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item:hover .flex-construction-group {
                color: white;
            }

















.flex-groups-container .flex-shortcuts .flex-shortcut span {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 126px;
    padding: 12px;
}

    .flex-groups-container .flex-shortcuts .flex-shortcut span.flex-folders-count {
        display: inline-block;
        font-size: 7pt;
        border: 0px;
        margin: 0px;
        padding: 0px;
        padding-top: 2px;
        padding-left: 8px;
        padding-right: 18px;
        vertical-align: top;
        color: #585858;
        width: auto;
        height: 15px;
        min-width: 7px;
        background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeFoldersCountIcon.png") no-repeat;
        background-position: right 8px top 5px;
        position: absolute;
        top: 12px;
        right: 12px;
        border-radius: 99px;
        text-align: center;
    }

    .flex-groups-container .flex-shortcuts .flex-shortcut span.flex-items-count {
        display: inline-block;
        font-size: 7pt;
        border: 0px;
        margin: 0px;
        padding: 0px;
        padding-top: 2px;
        padding-left: 8px;
        padding-right: 18px;
        vertical-align: top;
        color: #585858;
        width: auto;
        height: 15px;
        min-width: 7px;
        background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeProductsCountIcon.png") no-repeat;
        background-position: right 8px top 5px;
        position: absolute;
        top: 12px;
        right: 12px;
        border-radius: 99px;
        text-align: center;
    }

.flex-groups-container .flex-shortcuts .flex-shortcut:hover span.flex-folders-count {
    color: #585858;
    background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeFoldersCountIcon.png") no-repeat;
    background-position: right 8px top 5px;
}

.flex-groups-container .flex-shortcuts .flex-shortcut:hover span.flex-items-count {
    color: #585858;
    background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeProductsCountIcon.png") no-repeat;
    background-position: right 8px top 5px;
}

.flex-nodes {
    display: table-cell;
    font-size: 11pt;
    padding: 50px;
    padding-right: 25px;
    width: 315px;
    vertical-align: top;
}

    .flex-nodes .flex-node {
        display: block;
        cursor: pointer;
        font-size: 10pt;
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }

    .flex-nodes a.flex-node {
        color: #2766d9;
        text-decoration: none;
    }

    .flex-nodes .flex-node:first-child {
        border-top: 1px solid #eaeaea;
    }

    .flex-nodes .flex-node .flex-node {
        border: 1px solid #d0d0d0;
        border-top: 0px;
        background: #f2f2f2;
    }


        .flex-nodes .flex-node .flex-node span {
            padding-left: 25px;
            padding-right: 10px;
            background: url("/Plugins/FlexView/Images/FlexTreeCollapsedBulletLvl2.png") no-repeat;
            background-position: left 10px top 15px;
        }

        .flex-nodes .flex-node .flex-node .flex-node {
            border-top: 0px solid #d0d0d0;
            border-bottom: 0px;
            border-left: 0px;
            border-right: 0px;
        }

            .flex-nodes .flex-node .flex-node .flex-node span {
                padding-left: 40px;
                padding-right: 25px;
                background-position: left 25px top 15px;
            }

            .flex-nodes .flex-node .flex-node .flex-node .flex-node span {
                padding-left: 55px;
                padding-right: 40px;
                background-position: left 40px top 15px;
            }

            .flex-nodes .flex-node .flex-node .flex-node .flex-node .flex-node span {
                padding-left: 70px;
                padding-right: 55px;
                background-position: left 55px top 15px;
            }

            .flex-nodes .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node span {
                padding-left: 85px;
                padding-right: 70px;
                background-position: left 70px top 15px;
            }

            .flex-nodes .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node span {
                padding-left: 100px;
                padding-right: 85px;
                background-position: left 85px top 15px;
            }

            .flex-nodes .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node span {
                padding-left: 115px;
                padding-right: 100px;
                background-position: left 100px top 15px;
            }

            .flex-nodes .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node span {
                padding-left: 130px;
                padding-right: 115px;
                background-position: left 115px top 15px;
            }

    .flex-nodes .flex-node span {
        display: block;
        padding: 8px;
    }

    .flex-nodes > .flex-tree > .flex-node > span {
        background: url("/Plugins/FlexView/Images/FlexTreeCollapsedBulletLvl1.png") no-repeat;
        background-position: left 10px top 15px;
        padding-left: 25px;
    }

    .flex-nodes > .flex-tree .flex-node span {
        color: black;
    }

    .flex-nodes > .flex-tree > .flex-node.flex-selected {
        border-bottom: 0px;
    }

        .flex-nodes > .flex-tree > .flex-node.flex-selected > span {
            color: white;
            font-weight: 600;
            border: 1px solid #b10000;
            background: #e02222 url("/Plugins/FlexView/Images/FlexTreeExpandedBulletLvl1.png") no-repeat;
            background-position: left 10px top 15px;
        }

    .flex-nodes .flex-tree .flex-node.flex-selected .flex-node.flex-selected > span {
        font-weight: 600;
        background: url("/Plugins/FlexView/Images/FlexTreeExpandedBulletLvl2.png") no-repeat;
        background-position: left 10px top 15px;
    }

        .flex-nodes .flex-tree .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count, .flex-nodes .flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count, .flex-nodes .flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count, .flex-nodes .flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count, .flex-nodes .flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count, .flex-nodes .flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count {
            display: inline-block;
            font-size: 7pt;
            border: 0px;
            margin: 0px;
            padding: 0px;
            padding-top: 2px;
            padding-left: 8px;
            padding-right: 18px;
            vertical-align: top;
            color: #585858;
            width: auto;
            height: 15px;
            min-width: 7px;
            background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeFoldersCountIcon.png") no-repeat;
            background-position: right 8px top 5px;
            position: absolute;
            top: 9px;
            right: 10px;
            border-radius: 99px;
            text-align: center;
        }

.flex-tree .flex-node.flex-selected .flex-node.flex-selected div.flex-node.flex-selected > span {
    font-weight: 600;
    background-position: left 22px top 13px;
}

.flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected div.flex-node.flex-selected > span {
    background-position: left 40px top 15px;
}

.flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected div.flex-node.flex-selected > span {
    background-position: left 55px top 15px;
}

.flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected div.flex-node.flex-selected > span {
    background-position: left 70px top 15px;
}

.flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected div.flex-node.flex-selected > span {
    background-position: left 85px top 15px;
}

.flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected div.flex-node.flex-selected > span {
    background-position: left 100px top 15px;
}

.flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected div.flex-node.flex-selected > span {
    background-position: left 115px top 15px;
}

.flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected div.flex-node.flex-selected > span {
    background-position: left 130px top 15px;
}

.flex-tree .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected div.flex-node.flex-selected > span {
    background-position: left 145px top 15px;
}


.flex-nodes > .flex-tree > .flex-node > span.flex-folders-count, .flex-nodes > .flex-tree > .flex-node > .flex-node > span.flex-folders-count, .flex-nodes > .flex-tree > .flex-node > .flex-node > .flex-node > span.flex-folders-count, .flex-nodes > .flex-tree > .flex-node > .flex-node > .flex-node > .flex-node > span.flex-folders-count, .flex-nodes > .flex-tree > .flex-node > .flex-node > .flex-node > .flex-node > .flex-node > span.flex-folders-count, .flex-nodes > .flex-tree > .flex-node > .flex-node > .flex-node > .flex-node > .flex-node > .flex-node > span.flex-folders-count {
    display: inline-block;
    font-size: 7pt;
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 18px;
    vertical-align: top;
    color: #585858;
    width: auto;
    height: 15px;
    min-width: 7px;
    background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeFoldersCountIcon.png") no-repeat;
    background-position: right 8px top 5px;
    position: absolute;
    top: 9px;
    right: 10px;
    border-radius: 99px;
    text-align: center;
}

.flex-nodes > .flex-tree > .flex-node > span.flex-items-count, .flex-nodes > .flex-tree > .flex-node > .flex-node > span.flex-items-count, .flex-nodes > .flex-tree > .flex-node > .flex-node > .flex-node > span.flex-items-count, .flex-nodes > .flex-tree > .flex-node > .flex-node > .flex-node > .flex-node > span.flex-items-count, .flex-nodes > .flex-tree > .flex-node > .flex-node > .flex-node > .flex-node > .flex-node > span.flex-items-count, .flex-nodes > .flex-tree > .flex-node > .flex-node > .flex-node > .flex-node > .flex-node > .flex-node > span.flex-items-count {
    display: inline-block;
    font-size: 7pt;
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 18px;
    vertical-align: top;
    color: #585858;
    width: auto;
    height: 15px;
    min-width: 7px;
    background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeProductsCountIcon.png") no-repeat;
    background-position: right 8px top 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 99px;
    text-align: center;
}



.flex-tree:not([data-flex-dynamic="true"]) .flex-node .flex-node {
    display: none;
}



.flex-groups-container .flex-shortcuts {
    display: table-cell;
    padding: 50px;
    padding-left: 10px;
    vertical-align: top;
}

    .flex-groups-container .flex-shortcuts .flex-shortcut {
        cursor: pointer;
        position: relative;
        font-size: 9pt;
        display: inline-block;
        text-transform: uppercase;
        width: 150px;
        height: 150px;
        background: #fcfcfd;
        background-position: center center;
        border: 1px solid #ebebeb;
        margin-right: -1px;
        margin-bottom: -1px;
        text-align: center;
        vertical-align: top;
        transition: 0.2s;
    }

        .flex-groups-container .flex-shortcuts .flex-shortcut span {
            transition: 0.2s;
        }

        .flex-groups-container .flex-shortcuts .flex-shortcut > span {
            color: black;
        }

        .flex-groups-container .flex-shortcuts .flex-shortcut:hover, .flex-groups-container .flex-shortcuts .flex-shortcut.flex-selected {
            border: 1px solid #b40000;
            z-index: 995;
        }

        .flex-groups-container .flex-shortcuts .flex-shortcut.flex-selected {
            z-index: 996;
        }

            .flex-groups-container .flex-shortcuts .flex-shortcut:hover > span, .flex-groups-container .flex-shortcuts .flex-shortcut.flex-selected > span {
                color: white;
                background: #ce1f1f;
            }

                .flex-groups-container .flex-shortcuts .flex-shortcut.flex-selected > span.flex-folders-count, .flex-groups-container .flex-shortcuts .flex-shortcut.flex-selected > span.flex-items-count {
                    color: #585858;
                    background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeFoldersCountIcon.png") no-repeat;
                    background-position: right 8px top 5px;
                }

    .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container {
        display: block;
        position: absolute;
        top: 150px;
        right: -1px;
        z-index: 996;
        width: 303px;
    }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node {
            background: #f2f2f2;
            border: 1px solid #d0d0d0;
            border-top: 0px;
            position: relative;
        }

            .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node:first-child {
                border-top: 1px solid #d0d0d0;
            }

            .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node span {
                font-size: 10pt;
                position: static;
                text-transform: none;
                text-align: left;
                padding: 6px;
                padding-left: 22px;
                padding-right: 10px;
                width: auto;
                background: url("/Plugins/FlexView/Images/FlexTreeCollapsedBulletLvl2.png") no-repeat;
                background-position: left 10px top 13px;
                color: black;
            }

                .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node span.flex-folders-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node span.flex-folders-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node span.flex-folders-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node .flex-node span.flex-folders-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node .flex-node .flex-node span.flex-folders-count {
                    display: inline-block;
                    font-size: 7pt;
                    border: 0px;
                    margin: 0px;
                    padding: 0px;
                    padding-top: 2px;
                    padding-left: 8px;
                    padding-right: 18px;
                    vertical-align: top;
                    color: #585858;
                    width: auto;
                    height: 15px;
                    min-width: 7px;
                    background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeFoldersCountIcon.png") no-repeat;
                    background-position: right 8px top 5px;
                    position: absolute;
                    top: 9px;
                    right: 10px;
                    border-radius: 99px;
                    text-align: center;
                }

                .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node span.flex-items-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node span.flex-items-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node span.flex-items-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node .flex-node span.flex-items-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node .flex-node .flex-node span.flex-items-count {
                    display: inline-block;
                    font-size: 7pt;
                    border: 0px;
                    margin: 0px;
                    padding: 0px;
                    padding-top: 2px;
                    padding-left: 8px;
                    padding-right: 18px;
                    vertical-align: top;
                    color: #585858;
                    width: auto;
                    height: 15px;
                    min-width: 7px;
                    background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeProductsCountIcon.png") no-repeat;
                    background-position: right 8px top 5px;
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    border-radius: 99px;
                    text-align: center;
                }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container a.flex-node {
            display: block;
            color: #2766d9;
            text-decoration: none;
        }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected > span {
            background-image: url("/Plugins/FlexView/Images/FlexTreeExpandedBulletLvl2.png");
            font-weight: 600;
        }

            .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected > span.flex-folders-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node.flex-selected > span.flex-folders-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node.flex-selected > span.flex-folders-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node .flex-node.flex-selected > span.flex-folders-count, .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node .flex-node .flex-node.flex-selected > span.flex-folders-count {
                color: #585858;
                background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeFoldersCountIcon.png") no-repeat;
                background-position: right 8px top 5px;
            }

            .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected > span.flex-items-count {
                color: #585858;
                background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeProductsCountIcon.png") no-repeat;
                background-position: right 8px top 5px;
            }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node {
            border: 0px;
        }

            .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node span {
                padding-left: 34px;
                padding-right: 22px;
                background-position: left 22px top 13px;
            }

            .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node span {
                padding-left: 46px;
                padding-right: 34px;
                background-position: left 34px top 13px;
            }

            .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node .flex-node span {
                padding-left: 58px;
                padding-right: 46px;
                background-position: left 46px top 13px;
            }

            .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node .flex-node .flex-node span {
                padding-left: 70px;
                padding-right: 58px;
                background-position: left 58px top 13px;
            }

            .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node span {
                padding-left: 82px;
                padding-right: 70px;
                background-position: left 70px top 13px;
            }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected > span {
            background-position: left 22px top 13px;
        }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span {
            background-position: left 34px top 13px;
        }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span {
            background-position: left 46px top 13px;
        }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span {
            background-position: left 58px top 13px;
        }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span {
            background-position: left 70px top 13px;
        }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span {
            background-position: left 82px top 13px;
        }





        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count {
            background-position: right 8px top 5px;
        }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count {
            background-position: right 8px top 5px;
        }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count {
            background-position: right 8px top 5px;
        }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count {
            background-position: right 8px top 5px;
        }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count {
            background-position: right 8px top 5px;
        }

        .flex-groups-container .flex-shortcuts .flex-node .flex-tree-container .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count {
            background-position: right 8px top 5px;
        }

@media only screen and (min-width: 1240px) {

    .flex-tecdoc .flex-manufacturers-list .flex-item-container .flex-item-compact {
        display: inline-block;
        width: 230px;
    }

    .flex-tecdoc .flex-models-list .flex-item-container .flex-item {
        display: inline-block;
        width: 514px;
    }

    .flex-tecdoc .flex-groups-container .flex-nodes {
        width: 315px;
    }
}

.flex-tecdoc-vehicle-info-box {
    font-size: 10pt;
    width: 260px;
    background: #FFFFFF;
    border: 1px solid #dfdfdf;
    margin-bottom: 12px;
}

    .flex-tecdoc-vehicle-info-box .flex-title,
    .flex-tecdoc-vehicle-info-box .tec-rmi-container {
        color: #000000;
        font-weight: 700;
        padding: 10px 10px 0 10px;
    }

    .flex-tecdoc-vehicle-info-box .tec-rmi-container {
        margin-top: 10px;
        padding-top: 10px;
        display: flex;
    }

        .flex-tecdoc-vehicle-info-box .tec-rmi-container > a {
            text-decoration: none;
            color: white;
        }

    .flex-tecdoc-vehicle-info-box .flex-items {
        background: #FFFFFF;
        padding: 8px 0;
    }

        .flex-tecdoc-vehicle-info-box .flex-items .flex-item {
            padding: 4px;
            border-top: 1px dotted #adadad;
        }

        .flex-tecdoc-vehicle-info-box .flex-items .vehicle-image {
            padding: 0 10px;
            background-position: left 17px top;
        }

            .flex-tecdoc-vehicle-info-box .flex-items .vehicle-image img {
                width: 100%
            }

        .flex-tecdoc-vehicle-info-box .flex-items .flex-item:last-of-type {
            border-bottom: 1px dotted #adadad;
        }

        .flex-tecdoc-vehicle-info-box .flex-items .flex-item span {
            font-weight: 600;
        }

            .flex-tecdoc-vehicle-info-box .flex-items .flex-item span:after {
                content: ": ";
            }

.flex-side-navigation .categories div.shortcuts {
    display: none;
}

.categories.with-shortcuts .shortcuts .tree.main {
    display: none;
}

.tecdoc-category-search input,
.flex-side-navigation input {
    box-sizing: border-box;
}

.flex-side-navigation .flex-nodes {
    display: block;
    padding: 0px;
    width: auto;
}

    .flex-side-navigation .flex-nodes .flex-node {
        border: 0px;
        font-size: 10pt;
        background: #e4e4e4;
        position: relative;
    }

        .flex-side-navigation .flex-nodes .flex-node span {
            padding: 4px;
        }

    .flex-side-navigation .flex-nodes .flex-tree .flex-node > span.flex-folders-count, .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node > span.flex-folders-count, .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node > span.flex-folders-count, .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node .flex-node > span.flex-folders-count, .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node .flex-node .flex-node > span.flex-folders-count {
        display: inline-block;
        font-size: 7pt;
        border: 0px;
        margin: 0px;
        padding: 0px;
        padding-top: 2px;
        padding-left: 8px;
        padding-right: 18px;
        vertical-align: top;
        color: #585858;
        width: auto;
        height: 15px;
        min-width: 7px;
        background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeFoldersCountIcon.png") no-repeat;
        background-position: right 8px top 5px;
        position: absolute;
        top: 6px;
        right: 6px;
        border-radius: 99px;
        text-align: center;
    }

    .flex-side-navigation .flex-nodes .flex-tree .flex-node > span.flex-items-count, .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node > span.flex-items-count, .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node > span.flex-items-count, .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node .flex-node > span.flex-items-count, .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node .flex-node .flex-node > span.flex-items-count {
        display: inline-block;
        font-size: 7pt;
        border: 0px;
        margin: 0px;
        padding: 0px;
        padding-top: 2px;
        padding-left: 8px;
        padding-right: 18px;
        vertical-align: top;
        color: #585858;
        width: auto;
        height: 15px;
        min-width: 7px;
        background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeProductsCountIcon.png") no-repeat;
        background-position: right 8px top 5px;
        position: absolute;
        top: 6px;
        right: 6px;
        border-radius: 99px;
        text-align: center;
    }

    .flex-side-navigation .flex-nodes .flex-node span {
        padding-left: 25px;
        padding-right: 10px;
        background: url("/Plugins/FlexView/Images/FlexTreeCollapsedBulletLvl2.png") no-repeat;
        background-position: left 10px top 11px;
    }

    .flex-side-navigation .flex-nodes .flex-node .flex-node span {
        padding-left: 40px;
        padding-right: 25px;
        background-position: left 25px top 11px;
    }

    .flex-side-navigation .flex-nodes .flex-node.flex-selected {
        background: white;
    }

        .flex-side-navigation .flex-nodes .flex-node.flex-selected > span {
            background: url("/Plugins/FlexView/Images/FlexTreeExpandedBulletLvl2.png") no-repeat;
            background-position: left 10px top 11px;
            border: 0px;
            color: black;
        }

        .flex-side-navigation .flex-nodes .flex-node.flex-selected .flex-node.flex-selected > span {
            background: url("/Plugins/FlexView/Images/FlexTreeExpandedBulletLvl2.png") no-repeat;
            background-position: left 25px top 11px;
        }

            .flex-side-navigation .flex-nodes .flex-node.flex-selected > span.flex-folders-count, .flex-side-navigation .flex-nodes .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count, .flex-side-navigation .flex-nodes .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-folders-count {
                color: #585858;
                background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeFoldersCountIcon.png") no-repeat;
                background-position: right 8px top 5px;
                top: 6px;
                right: 6px;
            }

            .flex-side-navigation .flex-nodes .flex-node.flex-selected > span.flex-items-count, .flex-side-navigation .flex-nodes .flex-node.flex-selected .flex-node.flex-selected > span.flex-items-count, .flex-side-navigation .flex-nodes .flex-node.flex-selected .flex-node.flex-selected .flex-node.flex-selected > span.flex-items-count {
                color: #585858;
                background: #e7e7e7 url("/Plugins/FlexView/Images/FlexNodeProductsCountIcon.png") no-repeat;
                background-position: right 8px top 5px;
                top: 6px;
                right: 6px;
            }

    .flex-side-navigation .flex-nodes .flex-node .flex-node {
        background: white;
    }

    .flex-side-navigation .flex-nodes .flex-node div.flex-node > span {
        padding-left: 40px;
        padding-right: 25px;
        background-position: left 25px top 11px;
    }

    .flex-side-navigation .flex-nodes .flex-tree .flex-node div.flex-node.flex-selected > span {
        padding-left: 40px;
        padding-right: 25px;
        background-position: left 25px top 11px;
    }

    .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node > span {
        padding-left: 55px;
        padding-right: 40px;
        background-position: left 40px top 11px;
    }

    .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node div.flex-node.flex-selected > span:not(.flex-folders-count) {
        padding-left: 55px;
        padding-right: 40px;
        background-position: left 40px top 11px;
    }

    .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node div.flex-node.flex-selected > span:not(.flex-folders-count) {
        padding-left: 55px;
        padding-right: 40px;
        background-position: left 40px top 11px;
    }




    .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node .flex-node > span {
        padding-left: 70px;
        padding-right: 55px;
        background-position: left 55px top 11px;
    }





    .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node .flex-node .flex-node > span {
        padding-left: 100px;
        padding-right: 40px;
        background-position: left 85px top 11px;
    }

    .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node div.flex-node.flex-selected > span:not(.flex-folders-count) {
        padding-left: 85px;
        padding-right: 40px;
        background-position: left 70px top 11px;
    }

    .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node .flex-node .flex-node .flex-node > span {
        padding-left: 100px;
        padding-right: 40px;
        background-position: left 85px top 11px;
    }

    .flex-side-navigation .flex-nodes .flex-tree .flex-node .flex-node .flex-node .flex-node div.flex-node.flex-selected > span:not(.flex-folders-count) {
        padding-left: 100px;
        padding-right: 40px;
        background-position: left 100px top 11px;
        color: red;
    }







.flex-product-detail {
    border: 1px solid #e7e6e7;
    background: white;
    position: relative;
}

    .flex-product-detail .flex-general {
        display: table;
        width: 100%;
        border-bottom: 1px solid #e7e6e7;
    }

        .flex-product-detail .flex-general > div {
            border-bottom: 1px solid #e7e6e7;
        }

    .flex-product-detail .flex-product-flags {
        transform: none;
        top: 20px;
        flex-direction: column;
        grid-gap: 2px;
    }

    .flex-product-detail .flex-general .flex-images {
        padding: 20px;
        display: table-cell;
        width: 700px;
        vertical-align: top;
        position: relative;
    }

        .flex-product-detail .flex-general .flex-images .flex-image-wrapper {
            margin: 0 auto;
            max-width: 700px;
            position: relative;
        }

            .flex-product-detail .flex-general .flex-images .flex-image-wrapper iframe {
                width: 100%;
                height: 400px;
                border: 0;
            }

        .flex-product-detail .flex-general .flex-images img {
            max-width: 700px;
            max-height: 500px;
            display: block;
            margin: 0 auto;
        }

    .flex-product-detail .flex-cashback-bonus-icon {
        display: inline-block;
        background: url("/Plugins/FlexView/Images/FlexCashbackBonusIcon.png") left center no-repeat;
        margin-left: 20px;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 25px;
        padding-left: 32px;
        white-space: nowrap;
        color: #ce5b00;
        font-weight: 600;
        width: auto;
    }

    .flex-product-detail .flex-general .flex-images .flex-preview {
        position: relative;
        margin-top: 10px;
        font-size: 0pt;
    }

        .flex-product-detail .flex-general .flex-images .flex-preview .flex-item {
            cursor: pointer;
            display: inline-block;
            border: 1px solid #e7e6e7;
            padding: 5px;
            margin-right: 5px;
            margin-top: 10px;
            background: white;
            position: relative;
        }

            .flex-product-detail .flex-general .flex-images .flex-preview .flex-item:hover {
                border: 1px solid #cdcdcd;
            }

            .flex-product-detail .flex-general .flex-images .flex-preview .flex-item img {
                height: 60px;
            }

            .flex-product-detail .flex-general .flex-images .flex-preview .flex-item iframe {
                display: block;
                height: 60px;
                border: 0;
            }

            .flex-product-detail .flex-general .flex-images .flex-preview .flex-item .flag-3d {
                font-size: 12pt;
                font-weight: 600;
                color: white;
                position: absolute;
                top: 10px;
                left: 10px;
                text-shadow: 0px 0px 2px black;
            }

                .flex-product-detail .flex-general .flex-images .flex-preview .flex-item .flag-3d .fas.fa-sync-alt {
                    font-size: 12pt;
                }

    .flex-product-detail .flex-general .flex-images .flex-image-map-item {
        display: block;
        border: 1px dashed red;
        position: absolute;
    }


    .flex-product-detail .flex-general .flex-informations {
        padding: 0px;
        animation: none;
        display: table-cell;
        border-left: 1px solid #e7e6e7;
        vertical-align: top;
        width: 467px;
    }

        .flex-product-detail .flex-general .flex-informations > .flex-title {
            font-size: 20pt;
            line-height: 24pt;
            padding: 20px;
            border-bottom: 1px solid #e7e6e7;
        }

    .flex-product-detail h1 {
        display: block;
        width: auto;
        padding: 20px 10px;
        font-weight: 900;
        white-space: break-spaces;
        word-break: break-word;
    }

    .flex-product-detail .flex-general .flex-informations .short-description {
        padding: 10px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-basic-params {
        border-radius: 3px;
        background: #f1f0f3;
        margin: 0 10px;
        clear: both;
    }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params .flex-manufacturer {
            border-bottom: 1px dotted #dcdade;
        }


        .flex-product-detail .flex-general .flex-informations .flex-basic-params .flex-code {
            border-bottom: 1px dotted #dcdade;
        }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params .flex-tecdoc-number {
            border-bottom: 1px dotted #dcdade;
        }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params .flex-usage-numbers {
            border-bottom: 1px dotted #dcdade;
            height: fit-content;
            display: flex;
            flex-direction: row;
            align-items: stretch;
        }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params span.flex-link {
            cursor: pointer;
            text-decoration: underline;
            white-space: nowrap;
        }

            .flex-product-detail .flex-general .flex-informations .flex-basic-params span.flex-link:hover {
                text-decoration: none;
            }

    .flex-product-detail .flex-general .flex-informations .flex-stocks {
        border-bottom: 1px solid #e7e6e7;
        padding: 10px 10px 10px 8px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-prices {
        padding: 10px;
    }

        .flex-product-detail .flex-general .flex-informations .flex-prices .first-line {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

    .flex-product-detail .flex-general .flex-informations .flex-return-info-icon {
        display: inline-block;
        background: url("/Plugins/FlexView/Images/FlexReturnInformationsIcon.png") center center no-repeat;
        margin-top: 20px;
        margin-left: 20px;
        width: 20px;
        height: 20px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-delivery-time-item .flex-return-info-icon {
        margin-top: 0px;
        margin-left: 0px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-return-info .flex-title {
        font-size: 10pt;
        margin-bottom: 0px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-return-info {
        font-size: 9pt;
        margin-top: -5px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-prices .flex-price {
        font-size: 11pt;
        font-weight: 600;
    }

    .flex-product-detail .flex-general .flex-informations .flex-prices .flex-price-with-vat {
        color: #919191;
        font-size: 9pt;
        font-weight: 500;
    }

    .flex-product-detail .flex-general .flex-informations .flex-prices .flex-type {
        display: inline-block;
        width: 40%;
    }

    .flex-product-detail .flex-general .flex-informations .flex-no-price {
        padding: 20px;
        border-bottom: 1px solid #e7e6e7;
    }

    .flex-product-detail .flex-general .flex-informations .production-terminated-info {
        border: 1px solid #e02222;
        font-size: 10pt;
        display: block;
        padding: 6px 10px;
        font-weight: 600;
        color: #e02222;
        text-align: center;
        margin: 0 20px 20px 20px;
    }

        .flex-product-detail .flex-general .flex-informations .production-terminated-info .fas.fa-exclamation-triangle {
            margin-right: 3px;
        }

    .flex-product-detail .flex-product-compare {
        padding: 0px 10px;
        padding-bottom: 11px;
        border-top: 1px solid #e7e6e7;
        clear: both;
    }

        .flex-product-detail .flex-product-compare .flex-add-product-to-compare {
            background: transparent url("/Plugins/FlexView/Images/Svg/CompareProductIcon.svg") left center no-repeat;
            border: 0px;
            color: black;
            font-size: 9pt;
            padding-left: 20px;
            margin-top: 10px;
            padding-right: 0px;
        }

            .flex-product-detail .flex-product-compare .flex-add-product-to-compare:hover {
                text-decoration: underline;
            }

        .flex-product-detail .flex-product-compare .flex-remove-product-from-compare {
            background: transparent url("/Plugins/FlexView/Images/Svg/CompareProductIconSelected.svg") left center no-repeat;
            border: 0px;
            color: black;
            font-size: 9pt;
            padding-left: 20px;
            margin-top: 10px;
            padding-right: 0px;
        }

            .flex-product-detail .flex-product-compare .flex-remove-product-from-compare:hover {
                text-decoration: underline;
            }







    .flex-product-detail .flex-general .flex-informations .flex-surcharges {
        display: block;
        text-align: left;
        font-size: 8pt;
        color: #484848;
        margin-top: 10px;
    }

        .flex-product-detail .flex-general .flex-informations .flex-surcharges .flex-name {
            color: #488d34;
        }

            .flex-product-detail .flex-general .flex-informations .flex-surcharges .flex-name .flex-highlight {
                font-weight: 700;
                font-size: 9pt;
            }







    .flex-product-detail .flex-general .flex-informations .first-line .flex-add-to-basket {
        margin: 0;
    }

    .flex-product-detail .flex-general .flex-informations .flex-add-to-basket .flex-label {
        font-size: 11pt;
        vertical-align: top;
        display: inline-block;
        padding-top: 9px;
        margin-right: 10px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-add-to-basket .flex-add-to-basket-button {
        font-size: 11pt;
        width: auto;
        text-transform: uppercase;
        font-weight: 700;
        background-position: left 10px center;
        padding-left: 40px;
        padding-right: 10px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-basic-params {
        font-size: 11pt;
        line-height: 21pt;
    }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params .flex-label {
            display: inline-block;
            width: 40%;
            border-right: 1px dotted #dcdade;
            padding: 3px 10px;
            vertical-align: top;
        }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params .flex-tecdoc-number .flex-label {
            border-bottom: 0;
        }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params .flex-value {
            display: inline-block;
            width: 226px;
            padding: 3px 10px;
        }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params a.flex-value {
            text-decoration: inherit;
        }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params a span {
            align-items: center;
            display: flex;
        }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params a i {
            font-size: 8pt;
            padding-left: 3pt;
        }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params .flex-manufacturer .flex-value {
            display: inline-block;
            width: 226px;
            font-weight: 700;
            color: #e32323;
            padding: 3px 10px;
        }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params .flex-code .flex-value {
            display: inline-block;
            width: 226px;
            font-weight: 700;
            font-size: 11pt;
            margin: 0px;
            border: 0px;
            background: #f1f0f3;
            padding: 3px 10px;
            height: 28px;
        }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-name {
        margin: 0;
        display: inline-block;
        position: relative;
        font-size: 14px;
        vertical-align: top;
        padding: 3px 10px 3px 0;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-main-stock {
        border: 0px;
        margin-bottom: 5px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-other-stocks {
        border: 0px;
        margin-bottom: 0;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-distribution-stock {
        margin-top: 5px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-items-count {
        font-weight: 700;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-items-count {
        color: black;
        background: url("/Plugins/FlexView/Images/FlexOutOfStockIcon.png") left center no-repeat;
        padding-left: 18px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-name.flex-out-of-stock {
        color: black;
        background: none;
        padding-left: 0px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-name.flex-on-stock {
        color: black;
        background: none;
        padding-left: 0px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-wrapper {
        display: inline-block;
        width: 49%;
        position: relative;
        vertical-align: top;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-foreign-delivery-time {
        color: #7f7f7f;
        display: block;
        font-size: 10pt;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-items-count.flex-out-of-stock,
    .flex-item.replacement-view .flex-col2 .flex-stocks .flex-items-count.flex-out-of-stock {
        color: black;
        background: url(/Plugins/FlexView/Images/Svg/ShippingOutOfStockIcon.svg) left 10px top 5px no-repeat;
        border: 1px solid #df5454;
        background-color: #ffdada;
        font-size: 14px;
        font-weight: 600;
        padding: 2px 11px 3px 30px;
        border-radius: 3px;
        width: 63px;
        display: inline-block;
        margin-right: 5px;
        height: 19px;
    }

        .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-items-count.flex-out-of-stock .text-info,
        .flex-item.replacement-view .flex-col2 .flex-stocks .flex-items-count.flex-out-of-stock .text-info {
            font-size: 11px;
            margin-top: 2px;
            display: block;
        }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-items-count.flex-on-stock,
    .flex-item.replacement-view .flex-col2 .flex-stocks .flex-items-count.flex-on-stock,
    .flex-item.replacement-view .flex-col2 .flex-stocks .flex-items-count.flex-on-stock {
        color: black;
        background: url(/Plugins/FlexView/Images/Svg/ShippingOnStockIcon.svg) left 10px top 5px no-repeat;
        border: 1px solid #44b830;
        background-color: #dbfcd5;
        font-size: 14px;
        font-weight: 600;
        padding: 2px 11px 3px 30px;
        border-radius: 3px;
        width: 63px;
        display: inline-block;
        height: 19px;
        margin-right: 5px;
    }

        .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-items-count.flex-on-stock .text-info,
        .flex-item.replacement-view .flex-col2 .flex-stocks .flex-items-count.flex-on-stock .text-info,
        .flex-item.replacement-view .flex-col2 .flex-stocks .flex-items-count.flex-on-stock .text-info {
            font-size: 11px;
            margin-top: 2px;
            display: block;
        }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-button {
        cursor: pointer;
        display: inline-block;
        border: 1px solid #e8e8e8;
        background: url("/Plugins/FlexView/Images/FlexStockExpandIcon.png") no-repeat, linear-gradient(#fefefe, #f7f7f7);
        background-position: left 5px center;
        padding: 1px;
        padding-left: 18px;
        padding-right: 6px;
        text-transform: uppercase;
        font-size: 8pt;
        border-radius: 3px;
        vertical-align: top;
        margin-top: 1px;
        margin-left: 10px;
        display: none;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-inner-wrapper .flex-name {
        width: 100%;
    }









    .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item {
        font-size: 10pt;
        margin-bottom: 2px;
        clear: both;
        border-top: 1px solid #e7e6e7;
        padding: 0 10px;
    }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item:first-of-type {
            font-size: 10pt;
            margin-bottom: 2px;
            clear: both;
            border-top: 1px solid #e7e6e7;
            padding: 0 10px;
        }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .order-end-time {
            display: block;
            font-size: 11px;
            line-height: 9px;
            font-style: italic;
            font-weight: 400;
        }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .order-end-time .treshold {
                color: #0165e2;
                font-weight: 700;
            }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-bonus-search-container {
            margin-left: 10px;
        }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title {
            display: block;
            background: transparent;
            font-size: 10pt;
        }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title {
            display: block;
            font-size: 9pt;
            font-weight: 600;
        }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title > span {
                display: inline-block;
                vertical-align: middle;
            }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title > .return-icon {
                width: 18px;
                height: 16px;
            }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-return-info-icon {
            background: url("/Plugins/FlexView/Images/FlexReturnInformationsIcon.png") left center no-repeat;
            margin-left: 20px;
        }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-cashback-bonus-icon {
            background: url("/Plugins/FlexView/Images/FlexCashbackBonusIcon.png") left center no-repeat;
            display: block;
            margin-top: 15px;
            margin-left: 12px;
            padding-left: 32px;
            white-space: nowrap;
            color: #ce5b00;
            font-weight: 600;
        }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title span.flex-total-amount {
            padding-left: 55px;
            /*width: 42px;*/
            font-weight: 600;
            background: url("/Plugins/FlexView/Images/FlexDeliveryTimesOutOfStockIcon.png") left 32px center no-repeat;
            white-space: nowrap;
        }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title span.flex-total-amount.flex-total-amount-empty {
                background-position-x: center;
            }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title span.flex-total-amount.flex-on-stock {
                background: url("/Plugins/FlexView/Images/FlexDeliveryTimesOnStockIcon.png") left 32px center no-repeat;
            }

                .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title span.flex-total-amount.flex-on-stock.flex-total-amount-empty {
                    background-position-x: center;
                }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title span.flex-total-amount.flex-on-the-way {
                background: url("/Plugins/FlexView/Images/FlexDeliveryTimesOnTheWayIcon.png") left 20px center no-repeat;
            }




                .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title span.flex-total-amount.flex-on-the-way.flex-total-amount-empty {
                    background-position-x: center;
                }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title span.flex-delivery-to-time {
            padding-left: 24px;
        }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title span.flex-delivery-to-time.flex-green {
                background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesGreenIcon.svg") left top 50% no-repeat;
                background-size: 15px;
            }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title span.flex-delivery-to-time.flex-yellow {
                background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesYellowIcon.svg") left top 50% no-repeat;
                background-size: 15px;
            }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title span.flex-delivery-to-time.flex-orange {
                background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesOrangeIcon.svg") left top 50% no-repeat;
                background-size: 15px;
            }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-title span.flex-delivery-to-time.flex-red {
                background: url("/Plugins/FlexView/Images/Svg/FlexDeliveryTimesRedIcon.svg") left top 50% no-repeat;
                background-size: 15px;
            }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item > div {
            display: block;
            vertical-align: middle;
        }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-prices {
            white-space: nowrap;
            border: 0px;
            text-align: right;
        }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-prices div.flex-price {
                font-weight: 600;
                vertical-align: middle;
                font-size: 11pt;
                display: block;
            }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-prices div.flex-price-with-vat {
                color: #919191;
                vertical-align: middle;
                display: block;
                font-size: 9pt;
                margin-left: 8px;
                font-weight: 500;
            }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-prices div .flex-value {
                padding-right: 0px;
            }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-prices div .flex-currency {
                padding-left: 0px;
                padding-right: 0px;
            }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-prices div .flex-with-vat-label {
                padding-left: 0px;
            }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-amount-info .flex-total-amount.flex-on-stock {
            border: 1px solid #44b830;
            background-color: #dbfcd5;
            border-radius: 3px;
            color: black;
            font-weight: 600;
            font-size: 14px;
            width: 90px;
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 7px 11px 9px 3px;
            white-space: nowrap;
        }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-amount-info .flex-total-amount.flex-on-the-way {
            border: 1px solid #dbbe71;
            background-color: #fef0ca;
            border-radius: 3px;
            color: black;
            font-weight: 600;
            font-size: 14px;
            width: 90px;
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 7px 11px 9px 3px;
            white-space: nowrap;
        }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-amount-info .flex-total-amount.flex-not-on-the-way {
            border: 1px solid #df5454;
            background-color: #ffdada;
            border-radius: 3px;
            color: black;
            font-weight: 600;
            font-size: 14px;
            width: 90px;
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 7px 11px 9px 3px;
            white-space: nowrap;
        }

            .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-amount-info .flex-total-amount.flex-not-on-the-way .box-container {
                background: url(/Plugins/FlexView/Images/Svg/ShippingOutOfStockIcon.svg) left 6px top 4px no-repeat;
            }







    .flex-product-detail .buy-with-bonus-points-item {
        font-size: 10pt;
        clear: both;
        padding: 10px;
        border-top: 1px solid #e7e6e7;
    }

        .flex-product-detail .buy-with-bonus-points-item .points-wrapper {
            margin-top: 10px;
        }

        .flex-product-detail .buy-with-bonus-points-item .basket-container {
            float: right;
        }

        .flex-product-detail .buy-with-bonus-points-item .title-wrapper {
            display: block;
            background: #fbfbfb;
            font-size: 10pt;
        }

            .flex-product-detail .buy-with-bonus-points-item .title-wrapper > span,
            .flex-product-detail .buy-with-bonus-points-item .title-wrapper > div {
                display: inline-block;
                vertical-align: middle;
                padding: 12px;
            }

        .flex-product-detail .buy-with-bonus-points-item span.flex-total-amount {
            border: 1px solid #df5454;
            background-color: #ffdada;
            border-radius: 3px;
            color: #000;
            font-weight: 600;
            font-size: 14px;
            width: 60px;
            display: inline-block;
            padding: 8px 11px 8px 30px;
            white-space: nowrap;
        }

            .flex-product-detail .buy-with-bonus-points-item span.flex-total-amount.flex-on-stock {
                border: 1px solid #44b830;
                background-color: #dbfcd5;
                border-radius: 3px;
                color: #000;
                font-weight: 600;
                font-size: 14px;
                width: 60px;
                display: inline-block;
                padding: 8px 11px 8px 30px;
                white-space: nowrap;
            }

        .flex-product-detail .buy-with-bonus-points-item .points-wrapper .points {
            background: url("/Plugins/FlexView/Images/Svg/BuyWithPointIcon.svg") center right no-repeat;
            background-size: auto;
            background-size: 16px;
            padding-right: 20px;
            font-weight: 600;
        }

    .flex-product-detail .flex-general .flex-informations .buy-with-bonus-points-item .flex-prices {
        display: inline-block;
        white-space: nowrap;
        border: 0;
        text-align: right;
        vertical-align: middle;
        padding: 10px;
        padding-top: 0;
    }

        .flex-product-detail .flex-general .flex-informations .buy-with-bonus-points-item .flex-prices .flex-price {
            font-weight: 600;
            vertical-align: middle;
            font-size: 11pt;
            display: block;
        }

        .flex-product-detail .flex-general .flex-informations .buy-with-bonus-points-item .flex-prices .flex-price-with-vat {
            color: #919191;
            vertical-align: middle;
            display: block;
            font-size: 11pt;
            font-size: 9pt;
        }

    .flex-product-detail .flex-general .flex-informations .buy-with-bonus-points-item .flex-add-to-basket {
        padding-bottom: 6px;
        display: inline-block;
        vertical-align: middle;
    }

        .flex-product-detail .flex-general .flex-informations .buy-with-bonus-points-item .flex-add-to-basket input[type="text"] {
            font-size: 9pt;
            width: 30px;
            height: 35px;
            padding-left: 8px;
            padding-right: 8px;
        }

        .flex-product-detail .flex-general .flex-informations .buy-with-bonus-points-item .flex-add-to-basket .flex-spinner {
            width: 20px;
        }

            .flex-product-detail .flex-general .flex-informations .buy-with-bonus-points-item .flex-add-to-basket .flex-spinner .flex-spinner-increment-button {
                height: 17px;
                width: 20px;
            }

            .flex-product-detail .flex-general .flex-informations .buy-with-bonus-points-item .flex-add-to-basket .flex-spinner .flex-spinner-decrement-button {
                height: 17px;
                width: 20px;
            }

        .flex-product-detail .flex-general .flex-informations .buy-with-bonus-points-item .flex-add-to-basket .flex-add-to-basket-button {
            height: 37px;
            width: 45px;
            margin-left: -1px;
        }

        .flex-product-detail .flex-general .flex-informations .buy-with-bonus-points-item .flex-add-to-basket .flex-remove-from-basket {
            width: 15px;
            height: 31px;
        }






    .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-surcharge-icon {
        background: url("/Plugins/FlexView/Images/Svg/Surcharge.svg") left center no-repeat;
        padding-left: 18px;
        font-weight: 600;
        font-size: 9pt;
        margin-left: 10px;
    }






    .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item > div.flex-add-to-basket {
        padding-top: 10px;
        padding-bottom: 6px;
        padding-right: 6px;
        text-align: right;
        float: right;
        min-width: 160px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket input[type="text"] {
        font-size: 9pt;
        width: 30px;
        height: 35px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-spinner {
        width: 20px;
    }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-spinner .flex-spinner-increment-button {
            height: 17px;
            width: 20px;
        }

        .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-spinner .flex-spinner-decrement-button {
            height: 17px;
            width: 20px;
        }

    .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-add-to-basket-button {
        height: 37px;
        width: 45px;
        margin-left: -1px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-remove-from-basket {
        width: 15px;
        height: 37px;
    }









    .flex-product-detail .flex-general .flex-tabs .flex-header {
        border-bottom: 1px solid #e7e6e7;
        padding: 20px;
        padding-bottom: 0px;
        justify-content: normal;
        display: flex;
        grid-gap: 3px;
    }

        .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab {
            cursor: pointer;
            display: inline-block;
            border: 1px solid #e7e6e7;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            padding: 10px;
            margin-bottom: -1px;
            background: linear-gradient(#fafbff, #e8edf0);
            text-transform: uppercase;
            font-size: 10pt;
            color: #2766d9;
        }

            .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-selected {
                border-bottom: 1px solid white;
            }

    .flex-product-detail .flex-general .flex-tabs .flex-content .flex-product-informations iframe {
        width: 50% !important;
        display: block !important;
        margin: 0 auto !important;
        height: 300px !important;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-description .flex-description-icon:before {
        content: "\f249";
        font-size: 13pt;
        padding-right: 10px;
        color: #6390E2;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-description.flex-selected {
        background: #fff;
        color: black;
        font-weight: 700;
    }

        .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-description.flex-selected .flex-description-icon:before {
            color: #838383;
        }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-params .flex-parameters-icon:before {
        content: "\f61c";
        font-size: 13pt;
        padding-right: 10px;
        color: #6390E2;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-params.flex-selected .flex-parameters-icon:before {
        color: #838383;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-params.flex-selected {
        background: #fff;
        color: black;
        font-weight: 700;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-informations {
        width: auto;
    }

        .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-informations .flex-informations-icon:before {
            content: "\f30f";
            font-size: 13pt;
            padding-right: 10px;
            color: #6390E2;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-informations.flex-selected {
            background: #fff;
            color: black;
            font-weight: 700;
        }

            .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-informations.flex-selected .flex-informations-icon:before {
                color: #838383;
            }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-replacements .flex-replacements-icon:before {
        content: "\f362";
        font-size: 13pt;
        padding-right: 10px;
        color: #6390E2;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-replacements.flex-selected .flex-replacements-icon:before {
        color: #838383;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-replacements.flex-selected {
        background: #fff;
        color: black;
        font-weight: 700;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-downloads .flex-downloads-icon:before {
        content: "\f56d";
        font-size: 13pt;
        padding-right: 10px;
        color: #6390E2;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-downloads.flex-selected {
        border-bottom: 1px solid white;
        color: black;
        font-weight: 700;
        background: white;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-applications .flex-applications-icon:before {
        content: "\f1b9";
        font-size: 13pt;
        padding-right: 10px;
        color: #6390E2;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-applications.flex-selected {
        background: #fff;
        color: black;
        font-weight: 700;
    }

        .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-applications.flex-selected .flex-applications-icon:before {
            color: #838383;
        }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-downloads.flex-selected .flex-downloads-icon:before {
        color: #838383;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-oe-numbers .flex-oenumbers-icon:before {
        content: "\f0cb";
        font-size: 13pt;
        padding-right: 10px;
        color: #6390E2;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-oe-numbers.flex-selected {
        background: #fff;
        color: black;
        font-weight: 700;
    }

        .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-oe-numbers.flex-selected .flex-oenumbers-icon:before {
            color: #838383;
        }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-parts-list .flex-parts-list-icon:before {
        content: "\f78a";
        font-size: 13pt;
        padding-right: 10px;
        color: #6390E2;
    }

    .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-parts-list.flex-selected {
        background: #fff;
        color: black;
        font-weight: 700;
    }

        .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-parts-list.flex-selected .flex-parts-list-icon:before {
            color: #838383;
        }

    .flex-product-detail .flex-general .flex-tabs .flex-content {
        display: block;
        padding: 20px;
        box-sizing: border-box;
    }

        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-product-informations h2 {
            border-bottom: 1px solid #e7e6e7;
            color: #000;
            margin-top: 10px;
            margin-bottom: 10px;
            white-space: break-spaces;
            word-break: break-word;
            font-size: 11pt;
            line-height: normal;
            padding: 15px 10px;
            font-weight: 600;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-product-informations .flex-car-applications-list {
            margin-top: 10px;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-product-informations .flex-oe-numbers-list {
            margin-top: 10px;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-product-informations .flex-oe-numbers-list {
            margin-top: 10px;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-product-informations .flex-attributes table {
            margin: 20px 0;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-product-informations .flex-attributes tr:first-child td {
            border-top: 0px;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-product-informations .flex-attributes tr:last-child td {
            border-bottom: 0px;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-content p {
            padding: 0px 10px 10px 10px;
        }

            .flex-product-detail .flex-general .flex-tabs .flex-content p:last-child {
                margin: 0px;
            }

        .flex-product-detail .flex-general .flex-tabs .flex-content br {
            display: block;
            margin: 5px 0px;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-content b, .flex-product-detail .flex-general .flex-tabs .flex-content strong {
            font-weight: 600;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-oe-numbers-list {
            box-sizing: border-box;
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 30px;
            row-gap: 7px;
        }

            .flex-product-detail .flex-general .flex-tabs .flex-content .flex-oe-numbers-list a.flex-item {
                display: flex;
                justify-content: space-between;
                color: #2b2b2b;
                text-decoration: none;
                border-bottom: 1px solid #e7e6e7;
                padding: 2px 5px;
            }

                .flex-product-detail .flex-general .flex-tabs .flex-content .flex-oe-numbers-list a.flex-item:hover {
                    border-bottom: 1px solid #a8a8a8;
                }



.hazard-images-container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    align-items: start;
    justify-content: left;
}

    .hazard-images-container > img {
        width: 80px;
        height: 80px;
        margin: 10px 20px 10px 0;
    }

.flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-hazards.flex-selected {
    background: #fff;
    color: black;
    font-weight: 700;
}




.flex-product-detail .flex-general .flex-tabs .flex-content .flex-attributes td {
    padding: 8px;
    border-bottom: 1px dotted #d8d8d8;
    font-size: 11pt;
    font-weight: 600;
    padding-left: 14px;
    padding-right: 14px;
}

.flex-product-detail .flex-general .flex-tabs .flex-content .flex-attributes tr:first-child td {
    border-top: 1px dotted #d8d8d8;
}

.flex-product-detail .flex-general .flex-tabs .flex-content .flex-attributes tr td:first-child {
    border-right: 1px dotted #d8d8d8;
    width: 50%;
    font-weight: 300;
}










.flex-product-detail .flex-downloads-list a, .flex-product-detail .replacements-list > div {
    color: black;
    text-decoration: none;
    border-top: 1px dotted #d8d8d8;
    display: table;
    width: 100%;
    animation-duration: 0.3s;
    transition: 0.2s;
}

.flex-product-detail .replacements-list a {
    color: black;
    text-decoration: none;
    animation-duration: 0.3s;
    transition: 0.2s;
}

.flex-product-detail .flex-downloads-list a:hover {
    background: #FFF;
    border-top: 1px dotted transparent;
}

.flex-product-detail .replacements-list a:hover .flex-name {
    text-decoration: underline;
}

.flex-product-detail .flex-downloads-list a:last-child, .flex-product-detail .replacements-list a:last-child {
    border-bottom: 1px dotted #d8d8d8;
}

    .flex-product-detail .flex-downloads-list a:last-child:hover, .flex-product-detail .replacements-list a:last-child:hover {
        border-bottom: 1px dotted transparent;
    }

.flex-product-detail .flex-downloads-list a > span, .flex-product-detail .replacements-list a > span {
    display: table-cell;
    padding: 8px 10px;
}

.flex-product-detail .flex-general .flex-tabs .flex-content .flex-oe-numbers-list a span.flex-number {
    font-weight: 600;
}

.flex-product-detail .flex-general .flex-tabs .flex-content .flex-downloads-list a span.flex-name {
    width: 50%;
    font-weight: 600;
}

.flex-product-detail .flex-general .flex-tabs .flex-content .flex-downloads-list a span.flex-name {
    width: 70%;
    font-weight: 600;
}

.flex-product-detail .flex-applications-list .applications-manufacturers,
.flex-product-detail .flex-applications-list .manufacturers-group-conteiner,
.flex-product-detail .flex-applications-list .applications-model-list {
    width: 100%;
    display: flex;
}

.flex-product-detail .flex-applications-list .applications-manufacturers {
    gap: 2px;
    flex-direction: column;
}

.flex-product-detail .flex-applications-list .manufacturers-group-conteiner {
    column-gap: 4px;
    row-gap: 2px;
    flex-wrap: wrap;
}

.flex-product-detail .flex-applications-list .manufacturer-card-item {
    width: 24%;
    width: calc(25% - 3px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e7e6e7;
    border-radius: 4px;
    padding: 0 5px;
    cursor: pointer;
    transition: all 150ms;
}

    .flex-product-detail .flex-applications-list .manufacturer-card-item:hover {
        border: 2px solid #a8a8a8;
    }

    .flex-product-detail .flex-applications-list .manufacturer-card-item.selected {
        background-color: #e7f6ff;
    }

    .flex-product-detail .flex-applications-list .manufacturer-card-item .manufacturer-name {
        width: 80%;
        font-weight: 600;
        text-transform: uppercase;
        color: #002c59;
        padding-left: 25px;
    }

    .flex-product-detail .flex-applications-list .manufacturer-card-item > div {
        background-size: contain;
        width: 20%;
        height: 55px;
    }


.flex-product-detail .flex-applications-list .applications-model-list {
    flex-direction: column;
    gap: 5px;
    padding: 3px 0px;
}

.flex-product-detail .flex-applications-list .applications-model-item {
    width: 100%;
    display: grid;
    grid-template-columns: 0.8fr 1.4fr 0.8fr;
    padding: 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    border: 1px solid #e7e6e7;
    border-radius: 4px;
    cursor: pointer;
    transition: all 150ms;
}

    .flex-product-detail .flex-applications-list .applications-model-item.selected {
        background: #f1f0f3;
    }

    .flex-product-detail .flex-applications-list .applications-model-item:hover {
        border: 1px solid #a8a8a8;
    }

    .flex-product-detail .flex-applications-list .applications-model-item .name {
        font-weight: 600;
    }

    .flex-product-detail .flex-applications-list .applications-model-item .constraction-date {
        text-align: right;
    }

.flex-product-detail .flex-applications-list .applications-engine-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 7px;
    column-gap: 25px;
    padding: 3px;
}

.flex-product-detail .flex-applications-list .applications-engine-item {
    display: flex;
    padding: 2px;
}

    .flex-product-detail .flex-applications-list .applications-engine-item a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        text-decoration: none;
        color: #2b2b2b;
        border-bottom: 1px solid #e7e6e7;
        padding: 2px 5px;
    }

        .flex-product-detail .flex-applications-list .applications-engine-item a:hover {
            border-bottom: 2px solid #a8a8a8;
            padding-bottom: 1px;
        }


.flex-amount-info .points-wrapper .points {
    font-weight: 600;
}

.flex-tabs .flex-content a.flex-item.replacement-view:hover {
    background: none;
    border-top: 1px dotted #d8d8d8;
}

    .flex-tabs .flex-content a.flex-item.replacement-view:hover:last-child {
        border-bottom: 1px dotted #d8d8d8;
    }

a.flex-item.replacement-view .flex-col1 {
    color: black !important;
}








.flex-item.replacement-view .flex-col1 {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
}

.flex-item.replacement-view .flex-col1 {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
    flex: 50;
}

    .flex-item.replacement-view .flex-col1 span {
        padding: 0px;
    }

    .flex-item.replacement-view .flex-col1 .flex-manufacturer {
        color: #e02222;
        font-size: 10pt;
        font-weight: 700;
    }

    .flex-item.replacement-view .flex-col1 .flex-code {
        font-size: 10pt;
    }

    .flex-item.replacement-view .flex-col1 .flex-source {
        display: inline-block;
        font-size: 9pt;
        color: white;
        background: #e02222;
        border-radius: 999px;
        padding-left: 6px;
        padding-right: 6px;
        text-align: center;
    }

    .flex-item.replacement-view .flex-col1 .flex-rank {
        display: inline-block;
        font-size: 9pt;
        color: white;
        background: #fe8f00;
        border-radius: 999px;
        padding-left: 6px;
        padding-right: 6px;
        text-align: center;
        float: right;
    }

        .flex-item.replacement-view .flex-col1 .flex-rank span {
            font-weight: 600;
        }

    .flex-item.replacement-view .flex-col1 .flex-name {
        display: block;
        color: #2766d9;
        font-size: 12pt;
        font-weight: 400;
        margin-top: 4px;
        font-weight: bold;
    }



    .flex-item.replacement-view .flex-col1 span.flex-name {
        display: block;
    }

    .flex-item.replacement-view .flex-col1 span.flex-cashback-bonus-icon {
        background: url(/Plugins/FlexView/Images/FlexCashbackBonusIcon.png) left center no-repeat;
        display: block;
        margin-top: 15px;
        margin-left: 12px;
        padding-left: 32px;
        white-space: nowrap;
        color: #ce5b00;
        font-weight: 600;
        float: right;
        clear: both;
    }

    .flex-item.replacement-view .flex-col1 span.flex-manufacturer {
        display: inline-block;
        width: auto;
    }

    .flex-item.replacement-view .flex-col1 span.flex-code {
        display: inline-block;
        width: auto;
        font-weight: 600;
        color: #000;
    }

    .flex-item.replacement-view .flex-col1 .flex-tecdoc-number span.flex-name {
        display: inline-block;
    }

.flex-item.replacement-view .flex-col2 {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
    white-space: nowrap;
    width: 265px;
    flex: 25;
}

.flex-item.replacement-view .flex-col3 {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 10px 15px 15px;
    width: 1%;
    min-width: 160px;
    text-align: right;
    flex: 12;
}

.flex-item.replacement-view .flex-col4 {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    width: 182px;
    white-space: nowrap;
}












.flex-item.replacement-view .flex-col3 .flex-prices {
    white-space: nowrap;
}

    .flex-item.replacement-view .flex-col3 .flex-prices .flex-price {
        display: block;
        color: black;
        font-weight: 700;
        font-size: 16pt;
    }

    .flex-item.replacement-view .flex-col3 .flex-prices .flex-price-with-vat {
        font-size: 10pt;
        color: #484848;
    }

    .flex-item.replacement-view .flex-col3 .flex-prices .flex-surcharges {
        display: block;
        text-align: left;
        font-size: 8pt;
        color: #484848;
        margin-top: 5px;
    }

        .flex-item.replacement-view .flex-col3 .flex-prices .flex-surcharges .flex-name {
            color: #488d34;
            display: block;
            text-align: center;
        }

        .flex-item.replacement-view .flex-col3 .flex-prices .flex-surcharges .flex-surcharge-price {
            display: block;
            text-align: center;
        }

        .flex-item.replacement-view .flex-col3 .flex-prices .flex-surcharges .flex-name .flex-highlight {
            font-weight: 700;
            font-size: 9pt;
        }

.flex-item.replacement-view .flex-col3 .flex-return-info-icon {
    display: inline-block;
    background: url(/Plugins/FlexView/Images/FlexReturnInformationsIcon.png) center center no-repeat;
    margin-left: 20px;
    width: 20px;
    height: 20px;
}

.flex-item.replacement-view .flex-col3 .flex-no-price {
    font-size: 10pt;
    color: black;
}

    .flex-item.replacement-view .flex-col3 .flex-no-price .flex-phone-number {
        font-weight: 600;
    }


.system-replacements {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.replacements, system-replacements {
    border-bottom: 1px solid #dfdfdf;
}

    .replacements .flex-item.replacement-view, .system-replacements .flex-item.replacement-view {
        margin: 0;
        border-top: 0;
        border-bottom: 1px solid #dfdfdf;
    }

        .replacements .flex-item.replacement-view:last-of-type, .system-replacements .flex-item.replacement-view:last-of-type {
            border-bottom: 0;
        }

    .replacements a.flex-item:hover, .system-replacements a.flex-item:hover {
        text-decoration: none;
        background: white;
        border-top: 0;
        border-bottom: 1px solid #dfdfdf;
    }

.flex-catalog-search {
    animation-name: fly-in-soft;
    animation-duration: 0.4s;
}


@media only screen and (min-width: 1240px) {
    .flex-catalog-search .products .flex-item {
        width: 1209px;
    }

        .flex-catalog-search .products .flex-item.tiles-view {
            width: 199px;
        }
}

.flex-action-detail {
    animation-name: fly-in-soft;
    animation-duration: 0.4s;
}







@media only screen and (min-width: 1240px) {
    .flex-action-detail .products .flex-item,
    .paints-varnishes .products .flex-item {
        width: 1209px;
    }

        .flex-action-detail .products .flex-item.tiles-view,
        .paints-varnishes .products .flex-item.tiles-view {
            width: 202px;
        }
}

.flex-product-detail .no-item-found {
    text-align: center;
    padding: 20px;
    font-weight: 700;
}

.flex-search-history {
    font-size: 10pt;
    background: #e4e4e4;
}

    .flex-search-history .flex-title {
        color: white;
        padding: 8px;
        padding-left: 35px;
        font-weight: 600;
        background: #e02222 url("/Plugins/FlexView/Images/FlexHistoryIcon.png") no-repeat;
        background-position: left 10px center;
    }

    .flex-search-history .flex-items .flex-no-items-found {
        display: block;
        text-align: center;
        padding: 8px;
    }

    .flex-search-history .flex-items a {
        display: block;
        text-decoration: none;
        color: black;
        padding: 8px;
    }

        .flex-search-history .flex-items a:hover {
            background: #d5d5d5;
        }

    .flex-search-history .flex-items .flex-type {
        font-size: 9pt;
        display: inline-block;
        text-align: center;
        background: #585858;
        color: white;
        border-radius: 99px;
        min-width: 18px;
        margin-right: 6px;
    }

    .flex-search-history .flex-items .flex-date {
        color: #e02222;
    }

    .flex-search-history .flex-items .flex-name {
        display: block;
    }












.flex-contact-form {
    border: 1px solid #e7e6e7;
    background: white;
    margin-top: 10px;
    width: 100%;
}

    .flex-contact-form .flex-title {
        color: #e02222;
        text-align: center;
        font-size: 16pt;
        font-weight: 500;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .flex-contact-form .flex-description {
        width: 80%;
        font-size: initial;
        margin: 0 auto;
        text-align: center;
    }

    .flex-contact-form .flex-form {
        background: white;
        padding: 0px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 40px;
        width: 598px;
        clear: both;
    }

        .flex-contact-form .flex-form span {
            display: inline-block;
            width: 80px;
            text-align: right;
            margin-right: 5px;
            font-size: 10pt;
        }

        .flex-contact-form .flex-form input[type="text"] {
            width: 200px;
        }

        .flex-contact-form .flex-form textarea {
            width: 498px;
            height: 180px;
            resize: vertical;
        }

        .flex-contact-form .flex-form .flex-name {
            display: inline-block;
            margin-bottom: 20px;
        }

        .flex-contact-form .flex-form .flex-phone {
            display: inline-block;
            margin-bottom: 20px;
        }

        .flex-contact-form .flex-form .flex-email {
            display: inline-block;
            margin-bottom: 20px;
        }

        .flex-contact-form .flex-form .flex-message span {
            vertical-align: top;
        }




        .flex-contact-form .flex-form .flex-button {
            text-align: right;
        }

        .flex-contact-form .flex-form input[type="button"] {
            text-align: center;
            color: white;
            border: 0px;
            background: #e02222;
            margin-top: 20px;
            margin-right: 1px;
            text-transform: uppercase;
            width: 100px;
        }










/* ┌────────────────────────────┐ */
/* │ CATALOGUNIVERSALPARTS.ASPX │ */
/* └────────────────────────────┘ */

.flex-universal-parts {
    animation-name: fly-in-soft;
    animation-duration: 0.3s;
}

    .flex-universal-parts .flex-header {
        background: #fcfcfc;
        padding: 40px;
        border-bottom: 1px solid #e1e1e1;
    }

        .flex-universal-parts .flex-header .flex-title {
            font-size: 20pt;
            font-weight: 600;
        }

        .flex-universal-parts .flex-header span {
            display: inline-block;
            vertical-align: middle;
        }

        .flex-universal-parts .flex-header .flex-search {
            float: right;
            font-size: 0pt;
        }

            .flex-universal-parts .flex-header .flex-search input[type="text"] {
                width: 300px;
                height: 21px;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                border-right: 0px;
                vertical-align: middle;
            }

            .flex-universal-parts .flex-header .flex-search input[type="button"] {
                border: 1px solid #B5B5B5;
                border-left: 0px;
                background: white url("/Plugins/FlexView/Images/FlexContextSearchButtonIcon.png") center center no-repeat;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px;
                width: 32px;
                height: 31px;
                vertical-align: middle;
            }

    .flex-universal-parts .content-header h1 {
        padding-top: 10px;
    }





.flex-order-process, .flex-articles, .flex-registration {
    border: 1px solid #e7e6e7;
    background: white;
}





.flex-breadcrumb-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: inherit;
    margin: 0 auto;
    padding-bottom: 5px;
}

.flex-breadcrumb-bar {
    display: inline-block;
    /*border: 1px solid #c9c9c9;*/
    border-radius: 3px;
    /*background: linear-gradient(#dedede, #d5d5d5);*/
    background: transparent;
    font-size: 0pt;
    vertical-align: top;
}

    .flex-breadcrumb-bar a:first-child {
        font-size: 0px;
        background-size: 14px;
    }

#dashedBreadCrumb {
    font-weight: 600;
    font-size: 15px;
}

.flex-breadcrumb-bar a, .flex-breadcrumb-bar span {
    display: inline-block;
    color: #656565;
    font-weight: 400;
    padding: 5px 4px 5px;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: bottom;
    overflow: hidden;
    max-width: fit-content;
    white-space: nowrap;
    text-overflow: initial;
}

    .flex-breadcrumb-bar a:hover {
        color: #e02222;
    }

    .flex-breadcrumb-bar a:first-child:after {
        display: none;
    }

    .flex-breadcrumb-bar a:after {
        color: #7D7D7D;
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        margin-left: 0px;
        text-decoration: none;
        padding-left: 10px;
        padding-right: 2px;
        font-size: 15px !important;
    }

    .flex-breadcrumb-bar span:after {
        color: #7D7D7D;
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        margin-left: 0px;
        text-decoration: none;
        padding-left: 10px;
        padding-right: 2px;
        font-size: 15px !important;
    }

    .flex-breadcrumb-bar a:first-child {
        width: 8px;
        max-width: 8px;
        height: 18px;
        background: url("/Plugins/FlexView/Images/Svg/house-solid.svg") center center no-repeat;
        background-size: 14px;
    }

    .flex-breadcrumb-bar span:last-child {
        border-right: 0px;
        color: #A8A8A8
    }

        .flex-breadcrumb-bar span:last-child:after {
            content: "";
        }

/*.flex-breadcrumb-bar a:first-child:hover {*/
/*    background: url("/Plugins/FlexView/Images/FlexBreadcrumbHomeIconHover.png") center center no-repeat;*/
/*}*/

.share {
    display: inline-block;
    float: right;
}

    .share .share-popup-button {
        display: block;
        color: #656565;
        text-decoration: none;
        padding: 5px 10px 5px 29px;
        margin-left: 10px;
        font-size: 10pt;
        font-weight: 400;
        vertical-align: top;
        border: none;
        border-radius: 3px;
        background: url("/Plugins/FlexView/Images/Svg/share.svg") 9px center no-repeat;
        background-size: 14px;
    }

    .share .share-form-container, .flex-manage-users .share-form-container {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0px;
        left: 0px;
        z-index: 99998;
        background-color: rgba(255, 255, 255, 0.8);
    }

.flex-manage-users .share-popup-button {
    float: right;
    margin-right: 10px;
}

.share .share-form, .flex-manage-users .share-form {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    position: fixed;
    width: 400px;
    border: 1px solid #d3d3d3;
    background: #fafafb;
    padding: 40px;
    z-index: 99999;
}

    .share .share-form input[type="text"], .flex-manage-users .share-form input[type="text"] {
        display: block;
        width: 385px;
    }

    .share .share-form textarea, .flex-manage-users .share-form textarea {
        display: block;
        width: 385px;
        height: 140px;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        resize: vertical;
    }

    .share .share-form span, .flex-manage-users .share-form span {
        display: block;
        font-size: 10pt;
        margin-bottom: 5px;
    }

        .share .share-form span:nth-child(n+3), .flex-manage-users .share-form span:nth-child(n+3) {
            margin-top: 15px;
        }

        .share .share-form span.title, .flex-manage-users .share-form span.title {
            font-size: 13pt;
            margin-bottom: 30px;
            padding-left: 24px;
            background: url("/Plugins/FlexView/Images/FlexSharePageIcon.png") left center no-repeat;
        }


    .share .share-form .close-popup-button, .flex-manage-users .share-form .close-popup-button {
        position: absolute;
        top: 10px;
        right: 10px;
        background: transparent url("/Plugins/FlexView/Images/FlexPopupCloseButtonIcon.png") center center no-repeat;
        width: 30px;
        height: 30px;
        border: 0px;
    }

    .share .share-form .share-button, .flex-manage-users .share-form .share-button {
        display: block;
        width: 200px;
        margin: 0 auto;
        margin-top: 30px;
        text-transform: uppercase;
        border: 1px solid #404040;
        background: linear-gradient(#565656, #505050);
        padding-bottom: 5px;
    }




.flex-license-plate-informations .flex-form input.flex-remove-button {
    background: linear-gradient(#676767, #505050);
    border: 1px solid black;
}

.flex-row-add-to-license-plate {
    display: flex;
    float: right;
    grid-gap: 15px;
    align-items: center;
}

.flex-add-to-license-plate .flex-add-to-license-plate-popup-button {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 2px 11px 3px 11px;
    letter-spacing: -0.5px;
    font-weight: 600;
    font-size: 10pt;
    vertical-align: top;
    border: none;
    text-wrap: wrap;
    border-radius: 3px;
    background: #E0E0E0;
}

.flex-add-to-license-plate .add-to-license-plate-popup-plus-button {
    background: url(/Plugins/FlexView/Images/Svg/PlusSolid.svg) center center no-repeat;
    background-position-x: 8px;
    background-color: #E0E0E0;
    background-size: 11px;
    display: inline-block;
    vertical-align: bottom;
    border: none;
    color: #000;
    border-radius: 3px;
    padding: 2px 11px 3px 28px;
    letter-spacing: -0.5px;
    font-weight: 600;
    width: auto;
    margin-left: 4px;
}

.flex-add-to-license-plate .flex-add-to-license-plate-form-container {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99998;
    background-color: rgba(255, 255, 255, 0.8);
}

.flex-add-to-license-plate .flex-add-to-license-plate-form {
    display: none;
    position: fixed;
    width: 400px;
    border: 1px solid #d3d3d3;
    background: #fafafb;
    padding: 40px;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

    .flex-add-to-license-plate .flex-add-to-license-plate-form input[type="text"] {
        display: block;
        width: 385px;
    }

    .flex-add-to-license-plate .flex-add-to-license-plate-form textarea {
        display: block;
        width: 385px;
        height: 140px;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        resize: vertical;
    }

    .flex-add-to-license-plate .flex-add-to-license-plate-form span {
        display: block;
        font-size: 10pt;
        margin-bottom: 5px;
    }

        .flex-add-to-license-plate .flex-add-to-license-plate-form span.flex-title {
            font-size: 13pt;
            margin-bottom: 30px;
            padding-left: 24px;
            background: url("/Plugins/FlexView/Images/FlexAddToLicensePlateIcon.png") left center no-repeat;
        }

        .flex-add-to-license-plate .flex-add-to-license-plate-form span.flex-vin {
            margin-top: 15px;
        }

        .flex-add-to-license-plate .flex-add-to-license-plate-form span.flex-owner {
            margin-top: 15px;
        }

        .flex-add-to-license-plate .flex-add-to-license-plate-form span.flex-note {
            margin-top: 15px;
        }

.flex-spz .flex-drop-down {
    background: white;
    border-radius: 3px;
}

    .flex-spz .flex-drop-down dt span.flex-drop-down-link {
        padding: 1px 24px 2px 8px;
        color: black;
        font-weight: 900;
        letter-spacing: -.3px;
    }

.flex-add-to-license-plate .flex-add-to-license-plate-form .flex-close-popup-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent url("/Plugins/FlexView/Images/FlexPopupCloseButtonIcon.png") center center no-repeat;
    width: 30px;
    height: 30px;
    border: 0px;
}

.flex-add-to-license-plate .flex-add-to-license-plate-form .flex-add-button {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    text-transform: uppercase;
    border: 1px solid #404040;
    background: linear-gradient(#565656, #505050);
    padding-bottom: 5px;
}













.flex-overdue-invoices-modal-popup .flex-overdue-invoices-container {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99998;
    background-color: rgba(255, 255, 255, 0.8);
}

.flex-overdue-invoices-modal-popup .flex-overdue-invoices {
    display: none;
    position: fixed;
    width: 400px;
    border: 1px solid #d3d3d3;
    background: #fafafb;
    padding: 40px;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

    .flex-overdue-invoices-modal-popup .flex-overdue-invoices span {
        display: block;
        font-size: 10pt;
        margin-bottom: 5px;
    }

        .flex-overdue-invoices-modal-popup .flex-overdue-invoices span.flex-title {
            font-size: 13pt;
            margin-bottom: 30px;
            padding-left: 24px;
            background: url("/Plugins/FlexView/Images/FlexPopupInfoIcon.png") left center no-repeat;
        }

        .flex-overdue-invoices-modal-popup .flex-overdue-invoices span.flex-text {
            display: block;
            text-align: center;
        }

    .flex-overdue-invoices-modal-popup .flex-overdue-invoices .flex-close-popup-button {
        position: absolute;
        top: 10px;
        right: 10px;
        background: transparent url("/Plugins/FlexView/Images/FlexPopupCloseButtonIcon.png") center center no-repeat;
        width: 30px;
        height: 30px;
        border: 0px;
    }

    .flex-overdue-invoices-modal-popup .flex-overdue-invoices .flex-go-to-invoices-button {
        display: block;
        width: 200px;
        margin: 0 auto;
        margin-top: 30px;
        text-transform: uppercase;
        border: 1px solid #404040;
        background: linear-gradient(#565656, #505050);
        padding-bottom: 5px;
    }







.flex-custom-modal-popup .flex-custom-popup-container {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99998;
    background-color: rgba(255, 255, 255, 0.8);
}

.flex-custom-modal-popup .flex-custom-popup {
    display: none;
    position: fixed;
    width: min-content;
    min-width: 200px;
    border: 1px solid #d3d3d3;
    background: #fafafb;
    padding: 40px;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

    .flex-custom-modal-popup .flex-custom-popup .custom-popup-wrapper {
        /*width:auto;*/
        overflow: auto;
    }

    .flex-custom-modal-popup .flex-custom-popup .flex-close-popup-button {
        position: absolute;
        top: 10px;
        right: 10px;
        background: transparent url("/Plugins/FlexView/Images/FlexPopupCloseButtonIcon.png") center center no-repeat;
        width: 30px;
        height: 30px;
        border: 0px;
    }

.merge-accounts-popup-container {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99998;
    background-color: rgba(255, 255, 255, 0.8);
}

.merge-accounts-popup {
    display: none;
    position: fixed;
    width: 400px;
    border: 1px solid #d3d3d3;
    background: #fafafb;
    padding: 40px;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

    .merge-accounts-popup .close-popup-button {
        position: absolute;
        top: 10px;
        right: 10px;
        background: transparent url("/Plugins/FlexView/Images/FlexPopupCloseButtonIcon.png") center center no-repeat;
        width: 30px;
        height: 30px;
        border: 0px;
    }

    .merge-accounts-popup #OriginalAccountPassword {
        display: block;
        margin: 20px 0 10px 0;
        width: 100%;
        box-sizing: border-box;
    }

    .merge-accounts-popup .merge-button {
        display: block;
        width: 100%;
    }














.flex-basket-selector {
    display: inline-block;
    float: right;
    font-size: 0pt;
}

    .flex-basket-selector .flex-drop-down {
        border-radius: 0px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background: white;
        font-size: 10pt;
        width: 300px;
    }

        .flex-basket-selector .flex-drop-down.flex-non-removable {
            border-radius: 3px;
        }

        .flex-basket-selector .flex-drop-down dt span.flex-drop-down-link {
            padding-top: 5px;
            padding-bottom: 6px;
            padding-left: 8px;
            padding-right: 24px;
        }

    .flex-basket-selector .flex-remove-basket-button {
        display: inline-block;
        font-size: 10pt;
        color: #535353;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 6px;
        padding-left: 28px;
        padding-right: 12px;
        font-size: 10pt;
        font-weight: 400;
        vertical-align: top;
        border: 1px solid #c9c9c9;
        border-radius: 3px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-left: -1px;
        background: url("/Plugins/FlexView/Images/FlexRemoveBasketIcon.png") 10px center no-repeat, linear-gradient(#dedede, #d5d5d5);
    }

    .flex-basket-selector .flex-add-new-basket {
        display: none;
        position: relative;
    }

        .flex-basket-selector .flex-add-new-basket #BasketAddNewBasket {
            width: 340px;
            padding-top: 5px;
            padding-bottom: 4px;
            padding-right: 60px;
            border-radius: 3px;
        }

        .flex-basket-selector .flex-add-new-basket #BasketAddNewBasketConfirm {
            position: absolute;
            top: 1px;
            right: 1px;
            width: 26px;
            height: 32px;
            padding-right: 26px;
            background: transparent url("/Plugins/FlexView/Images/FlexAddNewBasketConfirmIcon.png") center 11px no-repeat;
            border: 0px;
            border-radius: 0px;
        }

        .flex-basket-selector .flex-add-new-basket #BasketAddNewBasketCancel {
            position: absolute;
            top: 1px;
            right: 35px;
            width: 26px;
            height: 32px;
            background: transparent url("/Plugins/FlexView/Images/FlexAddNewBasketCancelIcon.png") center center no-repeat;
            border: 0px;
            border-radius: 0px;
        }

.flex-row {
    flex-direction: row;
    flex-wrap: nowrap;
}

.flex-transfer-basket {
    display: none;
    position: relative;
}

.flex-basket-selector .flex-transfer-basket .flex-drop-down {
    width: 290px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-right: 60px;
    border-radius: 3px;
    height: 21px;
}

.flex-basket-selector .flex-transfer-basket #TransferBasketConfirm {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 26px;
    height: 32px;
    padding-right: 26px;
    background: transparent url("/Plugins/FlexView/Images/FlexAddNewBasketConfirmIcon.png") center 11px no-repeat;
    border: 0px;
    border-radius: 0px;
}

.flex-basket-selector .flex-transfer-basket #TransferBasketCancel {
    position: absolute;
    right: 35px;
    width: 26px;
    height: 32px;
    background: transparent url("/Plugins/FlexView/Images/FlexAddNewBasketCancelIcon.png") center center no-repeat;
    border: 0px;
    border-radius: 0px;
}


.flex-baskets-select .flex-transfer-basket #TransferBasketCancelSummary {
    align-self: center;
    margin-bottom: 14px;
    background: transparent url("/Plugins/FlexView/Images/FlexAddNewBasketCancelIcon.png") center center no-repeat;
    border: 0px;
    border-radius: 0px;
}

.flex-basket-selector .flex-transfer-basket .flex-drop-down dd .flex-collapsible > ul > li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.flex-baskets-select .flex-transfer-basket .flex-drop-down {
    width: 260px;
}


.flex-basket-selector .flex-transfer-basket .flex-drop-down-link {
    padding-top: initial !important;
    padding-bottom: initial !important;
}

.flex-basket-selector .flex-transfer-basket .flex-drop-down dd .flex-collapsible {
    top: 7px !important;
}













.flex-return-search-result-items #ReturnFormProducts_FlexDropDown.flex-drop-down {
    padding-right: 5px;
    width: auto;
}

    .flex-return-search-result-items #ReturnFormProducts_FlexDropDown.flex-drop-down .flex-drop-down-link {
        width: 675px !important;
    }

.flex-return-search-result-items .flex-return-part-controls {
    width: 967px;
}




.flex-carousel-actions .flex-carousel {
    width: 1210px;
    margin-bottom: 30px;
}

.flex-carousel-actions {
    width: 1210px;
    margin: 0 auto;
    /* margin-bottom:30px;*/
}

    .flex-carousel-actions .flex-carousel > .flex-title {
        display: inline-block;
        font-size: 18pt;
        padding-left: 45px;
        color: #2766d9;
        background: url("/Plugins/FlexView/Images/FlexActionCarouselBullet.png") left center no-repeat;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .flex-carousel-actions .flex-carousel > .flex-left-button {
        cursor: pointer;
        background: url("/Plugins/FlexView/Images/FlexActionCarouselLeftButton.png") no-repeat;
        width: 23px;
        height: 23px;
        float: right;
        margin-right: 5px;
        margin-top: 25px;
    }

        .flex-carousel-actions .flex-carousel > .flex-left-button:hover {
            background: url("/Plugins/FlexView/Images/FlexActionCarouselLeftButtonHover.png") no-repeat;
        }

    .flex-carousel-actions .flex-carousel > .flex-right-button {
        cursor: pointer;
        background: url("/Plugins/FlexView/Images/FlexActionCarouselRightButton.png") no-repeat;
        width: 23px;
        height: 23px;
        float: right;
        margin-top: 25px;
    }

        .flex-carousel-actions .flex-carousel > .flex-right-button:hover {
            background: url("/Plugins/FlexView/Images/FlexActionCarouselRightButtonHover.png") no-repeat;
        }

.flex-carousel .products .products-list {
    display: block;
}

.flex-carousel-actions .flex-carousel .load-btns {
    min-height: 0px;
}

.flex-carousel-actions .flex-carousel .products > .flex-inner-wrapper {
    font-size: 0pt;
    white-space: nowrap;
    font-size: 0px;
    overflow: hidden;
}

.flex-carousel-actions .flex-carousel .products .flex-inner-wrapper .flex-item {
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: normal;
    background: white;
    /*padding: 14px;*/
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #ededed;
    text-decoration: none;
    font-size: 11pt;
    width: 263px;
    height: 525px;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 0px;
    color: black;
}


/*.flex-order-process .flex-basket */

.flex-spz .flex-drop-down-link .flex-text {
    white-space: nowrap;
}

.flex-spz .flex-drop-down dd .flex-collapsible {
    width: auto;
}




.phone-wrapper {
    width: 445px;
}

    .phone-wrapper .flag {
        width: 16px;
        height: 17px;
        margin-right: 4px;
        display: inline-block;
        background-size: contain;
        vertical-align: text-bottom;
        background-repeat: no-repeat;
    }

    .phone-wrapper .flex-phone, .phone-wrapper .flex-delivery-phone {
        width: 150px;
        display: inline-block;
        font-size: 10pt;
        text-align: right;
        padding-right: 10px;
        padding-top: 5px;
    }

    .phone-wrapper .flex-delivery-phone {
        width: 150px;
    }

.flex-registration-form.subordinated-customer .phone-wrapper .flex-phone {
    width: 100px;
}

.phone-wrapper .flex-drop-down {
    width: 130px;
}

.flex-order-form .flex-form .flex-row .phone-wrapper .flex-drop-down dt span.flex-drop-down-link {
    width: 130px;
}

#OrderFormPhone {
    width: 124px;
}



ul.flex-radio-buttons li .fas, ul.flex-radio-buttons li .far {
    font-size: 25px;
    vertical-align: middle;
    margin: 14px;
}

.flex-basket-delivery-time .flex-form .flex-row > span {
    width: 230px;
}

.flex-note-informations .flex-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .flex-note-informations .flex-form .flex-additional-basket-message {
        font-style: italic;
        font-size: 14px;
        font-weight: 300;
    }

        .flex-note-informations .flex-form .flex-additional-basket-message .flex-additional-basket-number {
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
            color: black;
        }


.flex-checkbox-common {
    display: block;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flex-checkbox-common-border {
    border-bottom: 1px dashed #ebebeb;
    border-right: 1px solid #ebebeb;
}

.flex-checkbox-common input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 10px;
    left: 9px;
    height: 13px;
    width: 13px;
    background-color: white;
    border: 1px solid #b6b6b6;
    border-radius: 2px;
}

.checkmark-products {
    top: 3px;
    left: 15px;
}

.flex-terms-conditions .flex-form .flex-row {
    padding-left: 25px;
}

.checkmark-manufacturer-item {
    height: 16px;
    width: 16px;
}

.checkmark-products-manufacturer-filter-item {
    top: -9px;
    left: 5px;
}

.checkmark-products-params-filter {
    top: -1px;
    left: 0;
}

.checkmark-products-params-filter-item {
    top: -2px;
    left: 0;
}

.checkmark-order-billing {
    top: 0;
    left: -22px;
}

.checkmark-order-VAT {
    top: 5px;
    left: 95px;
}

.checkmark-registration-VAT {
    top: 1px;
    left: 75px;
}

.checkmark-order-separateOnSingleDocument {
    top: 2px;
    left: -22px;
}

.checkmark-registration-separateOnSingleDocument {
    top: 2px;
    left: 0;
}


.flex-checkbox-common input:disabled ~ .checkmark,
.flex-checkbox-common input:checked:disabled ~ .checkmark,
.flex-checkbox-common:hover input:disabled ~ .checkmark {
    background-color: #EFEFEF;
    cursor: default;
}

.flex-checkbox-common:hover input ~ .checkmark {
    background-color: #696969;
}

.flex-checkbox-common input:checked ~ .checkmark {
    background-color: #696969;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.flex-checkbox-common input:checked ~ .checkmark:after {
    display: block;
}

.flex-checkbox-common .checkmark:after {
    left: 4px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flex-checkbox-common .checkmark-manufacturer-item:after {
    left: 5px;
    width: 5px;
    height: 9px;
    top: 1px
}




table .price-align {
    text-align: right;
}

table.flex-summary .price-align {
    width: 90px;
}

table .icon-order-state-orange {
    color: orange;
}

table .icon-order-state-green {
    color: green;
}

.flex-orders-list table td a {
    color: black;
}

    .flex-orders-list table td a:hover {
        color: #E02525;
    }



.flex-registration .flex-progress {
    display: none;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9) url(/Plugins/FlexView/Images/FlexLoadingSmall.gif) center center no-repeat;
}

.flex-registration .flex-form {
    margin: 25px;
}

.flex-registration-form > .flex-form, .flex-registration-form div > .flex-form {
    margin-top: 10px;
}

.flex-registration-form .warning {
    text-align: center;
    color: red;
}

.flex-registration-form .flex-form input[type="text"], .flex-registration-form .flex-form input[type="password"], .flex-registration-form .flex-form input[type="email"], .flex-registration-form .flex-form input[type="tel"] {
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    width: 260px;
}

.flex-registration-form > .flex-title, .flex-registration-form div > .flex-title {
    display: inline-block;
    font-size: 14pt;
    padding-left: 25px;
}

.flex-registration-form > .flex-lost-password {
    display: inline-block;
    color: #e02222;
    font-size: 10pt;
    text-decoration: none;
    background: url("/Plugins/FlexView/Images/LostPasswordIcon.png") left center no-repeat;
    padding: 2px;
    padding-left: 24px;
    float: right;
    margin-right: 25px;
}

    .flex-registration-form > .flex-lost-password:hover {
        text-decoration: underline;
    }

.flex-registration-form .flex-form .flex-row {
    margin-bottom: 15px;
}

    .flex-registration-form .flex-form .flex-row:last-child {
        margin-bottom: 0px;
    }

    .flex-registration-form .flex-form .flex-row > span {
        display: inline-block;
        font-size: 10pt;
        text-align: right;
        padding-right: 10px;
        padding-top: 5px;
        width: 230px;
    }

    .flex-registration-form .flex-form .flex-row .flex-SAP,
    .flex-order-form .flex-form .flex-row .flex-SAP {
        width: fit-content;
        padding: 6px 5px;
    }

    .flex-registration-form .flex-form .flex-row .flex-multi-box > span {
        font-size: 10pt;
        padding-left: 30px;
    }

    .flex-registration-form .flex-form .flex-row > span.flex-username {
        width: 200px;
    }

    .flex-registration-form .flex-form .flex-row > span.flex-password {
        width: 60px;
    }

    .flex-registration-form .flex-form .flex-row > input[type="button"] {
        background: linear-gradient(#565656, #4f4f4f);
        border: 1px solid #404040;
        text-transform: uppercase;
        margin-left: 20px;
        width: 120px;
    }

    .flex-registration-form .flex-form .flex-row > * {
        vertical-align: top;
    }

    .flex-registration-form .flex-form .flex-row > .flex-login-error {
        display: block;
        color: #e02222;
        text-align: center;
    }




.flex-registration-form .flex-title:first-child {
    margin-top: 25px;
}


.flex-registration-form .flex-form .flex-row > span.flex-last-name {
    width: 150px;
}

.flex-registration-form .flex-form .flex-row > span.flex-phone {
    width: 150px;
}


.flex-registration-form .flex-form .flex-row > span.flex-city {
    width: 150px;
}

.flex-registration-form .flex-form .flex-row > #RegistrationFormZIPCode,
.flex-registration-form .flex-form .flex-row > #RegistrationFormSAP {
    width: 86px;
}

.flex-registration-form .flex-form .flex-row > .not-required#RegistrationFormSAP {
    width: 97px;
}

.flex-order-form .flex-form .flex-row > #RegistrationFormSAP {
    width: 93px;
}

.flex-registration-form .flex-form .flex-row > span.flex-state {
    width: 324px;
}

.flex-registration-form .flex-form .flex-row > span.flex-state-SAP,
.flex-order-form .flex-form .flex-row > span.flex-state-SAP {
    width: 151px;
}

#OrderFormDeliveryPhone {
    width: 124px;
}

#RegistrationFormPhone {
    width: 124px;
}

.flex-registration-form .flex-form .flex-row .phone-wrapper .flex-drop-down dt span.flex-drop-down-link {
    width: 130px;
}

.flex-registration-form.subordinated-customer .flex-form .flex-row .phone-wrapper .flex-drop-down dt span.flex-drop-down-link {
    width: 130px;
}

.flex-registration-form .flex-form .flex-row .flex-drop-down dt span.flex-drop-down-link {
    width: 276px;
}

.flex-registration-form .flex-form .flex-row > span.flex-ic {
    width: 150px;
}

.flex-registration-form .flex-form .flex-row > #RegistrationFormIC {
    width: 260px;
}

.flex-registration-form .flex-form .flex-row > span.flex-icdph {
    width: 150px;
}

.flex-order-form .flex-form .flex-row > span.flex-icdph {
    width: 676px;
}

.flex-registration-form .flex-form .flex-row > #RegistrationFormICDPH {
    width: 260px;
}

.flex-order-form .flex-form .flex-row > #RegistrationFormICDPH {
    width: 97px;
}

.flex-registration-form .flex-form .flex-row > span.flex-dic {
    width: 230px;
}

.flex-registration-form .flex-form .flex-row.icdph {
    margin-left: 168px;
}

.flex-registration-form .flex-form .flex-row > #RegistrationFormDIC {
    width: 260px;
}



.flex-registration-form .flex-form .flex-register-informations {
    display: none;
}


.flex-registration-form .flex-form .flex-row > span.flex-register-password-confirm {
    width: 150px;
}




.flex-registration-form.subordinated-customer .phone-wrapper {
    width: 393px;
}




@-moz-keyframes shadowPulse {
    0% {
        box-shadow: 0px 0px 10px 0px #e02222;
    }

    50% {
        box-shadow: 0px 0px 5px 0px hsla(0, 0%, 0%, 0);
    }
}

@-webkit-keyframes shadowPulse {
    0% {
        box-shadow: 0px 0px 10px 0px #e02222;
    }

    50% {
        box-shadow: 0px 0px 5px 0px hsla(0, 0%, 0%, 0);
    }
}

@keyframes shadowPulse {
    0% {
        box-shadow: 0px 0px 10px 0px #e02222;
    }

    50% {
        box-shadow: 0px 0px 5px 0px hsla(0, 0%, 0%, 0);
    }
}

*[data-flex-mandatory="true"][data-flex-empty="true"],
*[data-invalid="true"] {
    border: 1px solid #ff2222 !important;
    animation-name: shadowPulse;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

    *[data-flex-mandatory="true"][data-flex-empty="true"] + dl.flex-drop-down {
        border: 1px solid #ff2222 !important;
        animation-name: shadowPulse;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
        animation-timing-function: linear;
    }

.flex-registration-form .flex-form .flex-row > .flex-terms-and-conditions-panel, .flex-order-form .flex-form .flex-row > .flex-terms-and-conditions-panel {
    width: 99%;
    max-height: 250px;
    resize: vertical;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: 'Nunito Sans', Swap, sans-serif;
    font-weight: 400;
    font-size: 11pt;
    outline: none;
    border: 1px solid #b5b5b5;
    padding: 4px;
    overflow: hidden;
    overflow-y: scroll;
}

.flex-registration-form .flex-form .flex-row > div {
    display: inline-block;
}

    .flex-registration-form .flex-form .flex-row > div > .flex-row {
        display: block;
        margin-bottom: 5px;
    }

        .flex-registration-form .flex-form .flex-row > div > .flex-row:last-child {
            margin-bottom: 0px;
        }

        .flex-registration-form .flex-form .flex-row > div > .flex-row > span {
            padding-top: 2px;
        }

            .flex-registration-form .flex-form .flex-row > div > .flex-row > span.flex-checkbox-toogle-text {
                display: block;
                text-align: left;
                padding-top: 0px;
            }

        .flex-registration-form .flex-form .flex-row > div > .flex-row > .flex-checkbox {
            vertical-align: middle;
        }

.flex-registration-form .flex-form .flex-checkbox {
    width: 13px;
    height: 13px;
    background: url("/Plugins/FlexView/Images/FlexCheckboxSmallIcons.png") left 0px no-repeat;
}

.flex-order-form .flex-form .flex-checkbox#IsPayerOfVAT_FlexCheckbox {
    margin-left: 0px;
}

.flex-registration-form .flex-form .flex-checkbox-toogle-text#IsPayerOfVAT_FlexCheckboxToogleText,
.flex-order-form .flex-form .flex-checkbox-toogle-text#IsPayerOfVAT_FlexCheckboxToogleText {
    width: 170px;
    text-align: left;
}

.flex-registration-form .flex-form .flex-checkbox:hover {
    background: url("/Plugins/FlexView/Images/FlexCheckboxSmallIcons.png") left -13px no-repeat;
}

.flex-registration-form .flex-form .flex-checkbox.flex-selected {
    background: url("/Plugins/FlexView/Images/FlexCheckboxSmallIcons.png") left -26px no-repeat;
}

    .flex-registration-form .flex-form .flex-checkbox.flex-selected:hover {
        background: url("/Plugins/FlexView/Images/FlexCheckboxSmallIcons.png") left -39px no-repeat;
    }



.flex-registration-form .flex-form .flex-row > textarea {
    width: 706px;
    height: 100px;
    resize: vertical;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
}



.flex-registration-form .flex-delivery-informations {
    display: none;
}

.flex-registration-form .flex-form .flex-row > span.flex-transport-method,
.flex-registration-form .flex-form .flex-row > span.flex-personal-pick-branch,
.flex-registration-form .flex-form .flex-row > span.flex-login,
.flex-registration-form .flex-form .flex-row > span.flex-delivery-branches,
.flex-registration-form .flex-form .flex-row > span.flex-delivery-name,
.flex-registration-form .flex-form .flex-row > span.flex-delivery-street,
.flex-registration-form .flex-form .flex-row > span.flex-delivery-zip-code,
.flex-registration-form .flex-form .flex-row > span.flex-terms-and-conditions,
.flex-registration-form .flex-form .flex-row > span.flex-send-confirmation-email,
.flex-registration-form .flex-form .flex-row > span.products-not-on-stock {
    width: 230px;
}

.flex-registration-form .flex-form .flex-row > span.flex-delivery-first-name-last-name,
.flex-registration-form .flex-form .flex-row > span.flex-delivery-city,
.flex-registration-form .flex-form .flex-row > span.flex-payment,
.flex-registration-form .flex-form .flex-row > span.flex-stock {
    width: 150px;
}

.flex-registration-form .flex-form .flex-row > #OrderFormDeliveryZIPCode {
    width: 97px;
}

.flex-registration-form .flex-form .flex-row > span.flex-delivery-state {
    width: 313px;
}

.flex-registration-controls {
    margin: 25px;
    text-align: right;
}

    .flex-registration-controls .flex-create-registration {
        text-transform: uppercase;
        font-size: 10pt;
        color: white;
        text-decoration: none;
        border-radius: 3px;
        padding: 4px;
        padding-left: 10px;
        padding-right: 30px;
        border: 1px solid #ca1f1f;
        background: url(/Plugins/FlexView/Images/FlexCreateOrderIcon.png) no-repeat, linear-gradient(#e02222, #ca1f1f);
        background-position: right 10px center;
    }

    .flex-registration-controls .flex-save-changes {
        text-transform: uppercase;
        font-size: 10pt;
        color: white;
        text-decoration: none;
        border-radius: 3px;
        padding: 4px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #ca1f1f;
        background: linear-gradient(#e02222, #ca1f1f);
    }











.products .flex-product-compare .flex-add-product-to-compare {
    background: transparent url("/Plugins/FlexView/Images/Svg/CompareProductIcon.svg") left center no-repeat;
    border: 0px;
    color: black;
    font-size: 9pt;
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 0px;
    height: 27px;
}

    .products .flex-product-compare .flex-add-product-to-compare:hover {
        text-decoration: underline;
    }

.products .flex-col1 .flex-product-compare .flex-add-product-to-compare {
    float: right;
    margin-top: 0;
    margin-right: 0;
}

.products .flex-col2 .flex-product-compare .flex-add-product-to-compare {
    float: right;
    margin-top: 0;
    margin-right: 5px;
}

.products .flex-product-compare .flex-remove-product-from-compare {
    background: transparent url("/Plugins/FlexView/Images/Svg/CompareProductIconSelected.svg") left center no-repeat;
    border: 0px;
    color: black;
    font-size: 9pt;
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 0px;
}

    .products .flex-product-compare .flex-remove-product-from-compare:hover {
        text-decoration: underline;
    }

.products .flex-col1 .flex-product-compare .flex-remove-product-from-compare {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
}

.products .flex-col2 .flex-product-compare .flex-remove-product-from-compare {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
}


.products .flex-header-container {
    padding: 0 10px;
    display: flex;
    flex-direction: row;
}

    .products .flex-header-container > h2:first-child {
        flex: 2
    }

    .products .flex-header-container .replacements-block {
        display: flex;
        justify-content: right;
        flex: 1;
    }

.products .productDescriptionContainer .flex-header-container {
    padding-left: 0;
}

.products .productDescriptionContainer .superseder-product-info{
    font-size: 9pt;
}
.products .productDescriptionContainer .superseder-product-info .link {
    font-weight: 900;
}

.flex-item .flex-column.show-replacements {
    float: right;
}



.flex-item .show-replacements button {
    color: black;
    background: #ececec;
    border: 0;
    margin-right: 16px;
    margin-top: 16px;
    padding: 8pt 16pt 8pt 16pt;
}

.products .show-replacements .show-replacements-button {
    background: transparent url("/Plugins/FlexView/Images/Svg/ProductReplaceIcon.svg") left 2px center no-repeat;
    border: 0;
    color: black;
    font-size: 9pt;
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 0;
    height: 27px;
}

    .products .show-replacements .show-replacements-button.selected {
        background: transparent url("/Plugins/FlexView/Images/Svg/ProductReplaceIconSelected.svg") left 2px center no-repeat;
    }

    .products .show-replacements .show-replacements-button:hover {
        text-decoration: underline;
    }

.products .flex-col2 .show-replacements .show-replacements-button, .products .flex-col1 .show-replacements .show-replacements-button {
    background-position: left center;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 10px;
    padding-left: 20px;
    float: right;
}








#ErrorPage .flex-content a {
    display: block;
    color: white;
    background-color: red;
    padding: 17px 30px;
    border-radius: 31px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0px 1px 1px #6F6F6F;
}






/* TODO: Responsive */
/*@media only screen and (min-width: 990px) {
    .flex-sale .products .flex-item {
        width: 958px;
    }

        .flex-sale .products .flex-item.tiles-view {
            width: 200px;
        }
}*/

@media only screen and (min-width: 1240px) {
    .flex-sale .products .flex-item {
        width: 1209px;
    }

        .flex-sale .products .flex-item.tiles-view {
            width: 202px;
        }
}

@media only screen and (min-width: 989px) and (max-width: 1240px) {
    .flex-sale .products .flex-item,
    .flex-action-detail .products .flex-item,
    .paints-varnishes .products .flex-item,
    .flex-catalog-search .products .flex-item,
    .products .flex-product-wrapper,
    .products .flex-item {
        width: 100%;
    }
}

.flex-compare-bar {
    position: fixed;
    background: #e02222;
    font-size: 0pt;
    color: white;
    z-index: 10001;
}

    .flex-compare-bar.bottom-right {
        bottom: 0px;
        right: 20px;
    }

    .flex-compare-bar.bottom-left {
        bottom: 0px;
        left: 20px;
    }

    .flex-compare-bar.side-left {
        bottom: 70%;
        left: -178px;
    }

        .flex-compare-bar.side-left:hover {
            left: 0px;
            transition: all 0.5s ease;
        }


    .flex-compare-bar .products-to-compare {
        padding: 15px;
        padding-right: 55px;
        background: url("/Plugins/FlexView/Images/FlexCompareIcon.png") no-repeat;
        background-position: right 25px center;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        font-size: 9pt;
        color: white;
    }

    .flex-compare-bar .close {
        background: #4a5154;
        height: 15px;
        width: 17px;
        position: absolute;
        right: -8px;
        top: -7px;
        border-radius: 100%;
        padding: 2px;
        z-index: 10;
        font-size: 9pt;
    }

        .flex-compare-bar .close:hover {
            cursor: pointer;
        }

        .flex-compare-bar .close i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .flex-compare-bar .flex-icon {
        background: #b50b0b url("/Plugins/FlexView/Images/FlexCompareArrowUpIcon.png") center center no-repeat;
        width: 47px;
        height: 47px;
        display: inline-block;
        vertical-align: bottom;
    }

    .flex-compare-bar .flex-count {
        display: block;
        font-size: 8pt;
        background: #4a5154;
        border-radius: 99px;
        position: absolute;
        top: 11px;
        right: 13px;
        min-width: 16px;
        text-align: center;
    }














.flex-order-send-success {
    margin: 25px;
    padding: 25px;
    border: 1px solid #37a600;
    color: #37a600;
    text-align: center;
}

.flex-order-payment-gateway {
    margin: 50px;
    padding: 25px;
    border: 1px solid #e4aa1e;
    color: #e4aa1e;
    text-align: center;
}

.flex-order-payment-gateway-status {
    margin: 50px;
    padding: 25px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
}

.flex-order-send-error {
    margin: 25px;
    padding: 25px;
    border: 1px solid #e02222;
    color: #e02222;
    text-align: center;
}

.flex-order-send > .warning {
    margin: 25px;
    text-align: center;
}

.flex-order-send > .warning h2 {
    font-weight: 700;
    font-size: 12pt;
}

.flex-order-send > .warning p {
    font-weight: 300;
    font-size: 12pt;
}

.flex-order-send > .warning button {
    background: #e02222;
}

.flex-order-send .btn-red {
    cursor: pointer;
    font-size: 10pt;
    color: #fff;
    background: #d72020;
    text-decoration: none;
    border-radius: 3px;
    padding: 4px 8px;
}


.flex-articles {
    animation-name: fly-in-soft;
    animation-duration: 0.4s;
    padding: 50px;
    overflow: auto;
}

    .flex-articles img {
        display: inline-block;
    }






/* ┌───────────────┐ */
/* │ DateTimeInput │ */
/* └───────────────┘ */
:where(.legacy) input[type=datetime] {
    width: 75px;
}

.ui-icon {
    width: 30px;
    height: 40px;
}

.ui-widget {
    font-family: 'Nunito Sans', Swap, sans-serif;
    font-weight: 400;
}

.ui-widget-header .ui-icon {
    background: transparent url(./Images/FlexWhiteDatePickerRightArrow.png) center;
    background-size: 40px;
}

.ui-datepicker {
    padding: 0px;
    width: auto;
}

.ui-datepicker-title {
    color: white;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #e32323;
    padding: 12px;
}

.ui-widget.ui-widget-content {
    border: 0px solid #D6DBE0;
    box-shadow: #b7b7b7 0px 0px 10px;
}

.ui-widget-header {
    background: #e32323;
    border: 0px solid;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-datepicker .ui-datepicker-prev {
    background: transparent url(./Images/FlexWhiteDatePickerLeftArrow.png) center;
    background-size: 40px;
    cursor: pointer;
    top: 14px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    background: transparent url(./Images/FlexWhiteDatePickerRightArrow.png) center;
    background-size: 40px;
    cursor: pointer;
    top: 12px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
    background: transparent url(./Images/FlexWhiteDatePickerLeftArrow.png) center;
    background-size: 40px;
    border: 0px solid;
}

.ui-datepicker .ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
    background: transparent url(./Images/FlexWhiteDatePickerRightArrow.png) center;
    background-size: 40px;
    border: 0px solid;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker td {
    padding: 0px;
}

.ui-datepicker th {
    font-weight: 300;
}

.ui-datepicker table thead tr {
    border-bottom: 1px solid #d6dbe0;
}

.ui-datepicker table tbody tr td .ui-state-default {
    text-align: center;
    height: 26px;
    width: 27px;
    line-height: 26px;
}

td.ui-datepicker-current-day .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #e32323;
    color: white;
    border: 0px solid;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid;
    background: none;
}

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
        background: #ea6c6c;
    }

.flex-header-table .flex-search {
    margin-top: -12px;
}

.flex-aci-manufacturers {
    border: 1px solid #e7e6e7;
    background: white;
}

.flex-aci {
    animation-name: fly-in-soft;
    animation-duration: 0.4s;
}

    .flex-aci .flex-header {
        background: #fcfcfc;
        padding: 40px;
        border-bottom: 1px solid #e1e1e1;
    }

        .flex-aci .flex-header .flex-title {
            font-size: 20pt;
            font-weight: 600;
        }

        .flex-aci .flex-header span {
            display: inline-block;
            vertical-align: middle;
        }

        .flex-aci .flex-header .flex-search {
            float: right;
            font-size: 0pt;
        }

            .flex-aci .flex-header .flex-search input[type="text"] {
                width: 300px;
                height: 21px;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                border-right: 0px;
                vertical-align: middle;
            }

            .flex-aci .flex-header .flex-search input[type="button"] {
                border: 1px solid #B5B5B5;
                border-left: 0px;
                background: white url("/Plugins/FlexView/Images/FlexContextSearchButtonIcon.png") center center no-repeat;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px;
                width: 32px;
                height: 31px;
                vertical-align: middle;
            }

    .flex-aci .flex-manufacturers-list {
        padding: 50px;
        font-size: 0pt;
    }

        .flex-aci .flex-manufacturers-list a.flex-item {
            display: inline-block;
            width: 289px;
            padding: 20px;
            padding-left: 60px;
            padding-right: 20px;
            color: black;
            text-decoration: none;
            font-size: 11pt;
            font-weight: 600;
        }

            .flex-aci .flex-manufacturers-list a.flex-item:hover {
                color: #2766d9;
            }



        .flex-aci .flex-manufacturers-list input[type="button"] {
            display: block;
            margin: 0 auto;
            margin-top: 40px;
            border: 1px solid #910000;
            background: transparent linear-gradient(#de2222, #c41919) repeat scroll 0% 0%;
            padding: 8px;
            padding-left: 12px;
            padding-right: 12px;
            font-size: 11pt;
        }

        .flex-aci .flex-manufacturers-list .flex-title {
            border-bottom: 1px solid #ebebeb;
            background: #fcfcfc;
            font-size: 13pt;
            font-weight: 700;
            color: #2766D9;
            padding: 6px;
            padding-left: 12px;
            padding-right: 12px;
            margin-top: 30px;
            margin-right: 30px;
        }

            .flex-aci .flex-manufacturers-list .flex-title:first-child {
                margin-top: 0px;
            }

        .flex-aci .flex-manufacturers-list .flex-item-container {
            margin-right: -30px;
        }

            .flex-aci .flex-manufacturers-list .flex-item-container .flex-item-compact {
                color: #E02222;
                font-size: 10pt;
                font-weight: 400;
                border-bottom: 1px solid #ebebeb;
                padding: 8px;
                padding-left: 12px;
                padding-right: 12px;
                display: inline-block;
                width: 230px;
                margin-right: 30px;
                text-decoration: none;
                animation-name: fly-in;
                animation-duration: 0.4s;
                transition: 0.2s;
            }


                .flex-aci .flex-manufacturers-list .flex-item-container .flex-item-compact:hover {
                    color: white;
                    background: #E02222;
                }

                .flex-aci .flex-manufacturers-list .flex-item-container .flex-item-compact .flex-prefferation {
                    display: block;
                    float: right;
                    width: 18px;
                    height: 18px;
                    background: url("/Plugins/FlexView/Images/FlexNotFavoriteIcon.png") center center no-repeat;
                    margin: 0px;
                    padding: 0px;
                    border: 0px;
                }

                    .flex-aci .flex-manufacturers-list .flex-item-container .flex-item-compact .flex-prefferation.flex-priorized, .flex-aci .flex-manufacturers-list .flex-item-container .flex-item-compact .flex-prefferation.flex-favorite {
                        background: url("/Plugins/FlexView/Images/FlexFavoriteIcon.png") center center no-repeat;
                    }

.flex-header-table .flex-search {
    margin-top: -12px;
}


tr.flex-with-note td {
    border-bottom: 1px dashed #d3d3d3;
}

td.flex-note {
    font-size: 9pt;
}

    td.flex-note .flex-name {
        font-weight: 600;
        margin-right: 10px;
    }



tr.invoice-paid {
    background-color: rgba(154, 205, 50, 0.2);
}

.noUi-target {
    box-shadow: none;
    border-radius: 3px;
    background: linear-gradient(#d9dadc, #e8e9eb);
    border: 0px;
}

.noUi-horizontal {
    height: 8px;
}

    .noUi-horizontal .noUi-handle {
        cursor: pointer;
        width: 24px;
        height: 24px;
        top: -8px;
        left: -12px;
        box-shadow: none;
        background: url("/Plugins/FlexView/Images/FlexRangeSliderHandleIcon.png") center center no-repeat, linear-gradient(#ffffff, #f4f4f4);
    }

.noUi-handle::after, .noUi-handle::before {
    background: none;
}

.noUi-connect {
    background: linear-gradient(#b5b5b7, #cacbcd);
    border-radius: 3px;
    box-shadow: none;
}




.flex-panel-wide {
    order: 10;
}

.flex-header-container {
    order: 20;
}

.flex-main-menu {
    order: 30;
}

.flex-breadcrumb-bar-container {
    order: 40;
}

.flex-login-container {
    order: 50;
}

.flex-slideshow-container {
    order: 60;
}

.flex-reverse-tecdoc-tree-container {
    order: 70;
}

.flex-custom-article-container {
    order: 80;
}

.flex-selected-categories-container {
    order: 90;
}

.flex-container.custom-html-section-container {
    order: 95;
    margin: 0 auto;
    max-width: 1210px;
}
@media only screen and (max-width: 989px) {
    .flex-container.custom-html-section-container {
        padding: 10px 20px;
    }
}

.flex-content-container {
    order: 100;
}

.flex-text-actions-container {
    order: 130;
}

.flex-actions-container {
    order: 140;
}

.flex-footer-container {
    order: 150;
}

.widget_oem_catalog {
    width: 1210px;
    overflow-x: auto;
}

@media print {
    .flex-side-bar {
        display: none;
    }

    .flex-footer-wide {
        color: #9f9f9f;
        background: #282828;
        padding: 30px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 10pt;
        display: none;
    }

    .flex-breadcrumb-bar {
        display: none;
    }

    .flex-container {
        display: none;
    }

    .flex-content-container {
        display: block;
    }

    .flex-informations .flex-export {
        display: none;
    }

    .flex-compare-bar {
        display: none;
    }

    .flex-order-recap .flex-tabs {
        display: none;
    }

    .flex-order-process {
        border: 0px;
    }

    .flex-order-controls {
        display: none;
    }
}

.item-list-header-content-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clipboard-button {
    background: url("/Plugins/FlexView/Images/Svg/CopyToClipboard-light.svg") center center no-repeat !important;
    cursor: pointer;
    margin-left: 5px !important;
    font-size: 0pt;
    vertical-align: top;
    border: none !important;
    align-self: end;
}

    .clipboard-button:hover {
        background: url("/Plugins/FlexView/Images/Svg/CopyToClipboard-solid.svg") center center no-repeat !important;
        cursor: pointer;
        margin-left: 5px !important;
        font-size: 10pt;
        vertical-align: top;
        border: none !important;
        align-self: end;
    }



.mounting-side-filter-container {
    display: flex;
    flex-direction: column;
}

.mounting-side-filter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 15px;
}

.mounting-side-filter-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin: 5px 0 10px 0;
    padding: 0 1px;
    box-sizing: border-box;
}

.remove-mounting-side-filter {
    display: flex;
    align-items: end;
}

.remove-mounting-side-filter-button {
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}

    .remove-mounting-side-filter-button .cancel {
        height: fit-content;
        display: flex;
        line-height: 12pt;
        font-size: 23pt;
        font-weight: 400;
        padding-left: 7px;
    }

.mounting-side-group {
    position: relative;
    width: 15%;
    min-height: 60px;
    display: flex;
    background-color: #fff;
    border: 1px solid #d8e2f1;
    border-radius: 4px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
}

    .mounting-side-group.selected-border {
        outline: 2px solid #c4ccd8;
        outline-offset: -4px;
    }

    .mounting-side-group.filter-disabled {
        cursor: default;
    }

.filter-disabled .mounting-side-content {
    opacity: 0.4;
}


.mounting-side-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-left: 33px;
}

    .mounting-side-content.group-side-front {
        background-image: url("/Plugins/FlexView/Images/MountingSide/FrontAxis.png");
    }

    .mounting-side-content.group-side-rear {
        background-image: url("/Plugins/FlexView/Images/MountingSide/BackAxis.png");
    }

    .mounting-side-content.group-side-front-right {
        background-image: url("/Plugins/FlexView/Images/MountingSide/FrontRight.png");
    }

    .mounting-side-content.group-side-front-left {
        background-image: url("/Plugins/FlexView/Images/MountingSide/FrontLeft.png");
    }

    .mounting-side-content.group-side-rear-right {
        background-image: url("/Plugins/FlexView/Images/MountingSide/BackRight.png");
    }

    .mounting-side-content.group-side-rear-left {
        background-image: url("/Plugins/FlexView/Images/MountingSide/BackLeft.png");
    }

    .mounting-side-content span {
        text-transform: uppercase;
        font-family: Calibri, sans-serif;
    }

        .mounting-side-content span.warning {
            color: #E02222;
        }

.mounting-side-checkbox-position {
    position: absolute;
}

    .mounting-side-checkbox-position .flex-checkbox-common {
        display: none !important;
    }

.tecdoc-outage {
    position: fixed;
    bottom: 0;
    border: 1px solid #f0a600;
    border-radius: 4px;
    background: #ffe5a6;
    padding: 10px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

    .tecdoc-outage .warning {
        color: #e02322;
        text-transform: uppercase;
    }

        .tecdoc-outage .warning:before {
            font-family: "Font Awesome 5 Pro";
            content: "\f071";
            padding-right: 4px;
        }


.other-vehicle-informations {
    display: flex;
    column-gap: 1em;
}

.rmi-redirect-button {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 2px 11px 3px 11px;
    letter-spacing: -0.5px;
    font-weight: 600;
    font-size: 10pt;
    vertical-align: top;
    border: none;
    text-wrap: wrap;
    border-radius: 3px;
    background: #E0E0E0;
}

/* Mobile device */
@keyframes flex-toast-show-mobile {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 1690px) {
    .flex-custom-modal-popup .flex-custom-popup-container:not([data-is-visible-on-mobile="true"]) {
        display: none !important;
    }

    .flex-custom-modal-popup .flex-custom-popup:not([data-is-visible-on-mobile="true"]) {
        display: none !important;
    }
}


@media only screen and (max-width: 989px) {

    .flex-product-hazard-information {
        padding: 5px 10px;
    }

    /*.container-wrapper {
        display: block;
    }

    .content-container {
        width: auto;
    }*/

    .flex-panel-wide .flex-menu ul {
        display: none;
    }

    .side-container {
        display: none;
    }

    .flex-reclamation-process .input-dates .date-from,
    .flex-reclamation-process .input-dates .date-to,
    .flex-informations .input-dates .date-from,
    .flex-informations .input-dates .date-to {
        flex: 0 50%;
    }

    .flex-orders-list .table .table-item.issued,
    .flex-orders-list .table .table-item.type {
        display: none;
    }

    .flex-orders-list .order-container .mobile-info {
        display: block !important;
        padding-top: 15px;
    }

        .flex-orders-list .order-container .mobile-info ul {
            display: flex;
            gap: 35px;
            padding: 0;
            margin: 0;
            list-style-position: inside;
        }

    .flex-orders-list .order-container .footer-mobile ul {
        margin: 0;
    }

    ul li::marker {
        margin-right: 10px;
    }

    .input-with-icon {
        min-width: 160px;
    }

    .flex-billing-informations .flex-multi-box {
        padding-left: 0;
    }

    .flex-checkbox-common {
        padding-left: 10px;
    }

    .checkmark {
        left: 0;
    }

    .flex-registration-form .checkmark-order-billing {
        left: 0px;
        top: 1px;
    }

    .flex-order-process .flex-basket .show-retail-prices-controls .checkmark {
        top: 1px;
        left: 175px;
    }

    .products .flex-filter .flex-extended .flex-manufacturers .flex-content .flex-checkbox-toogle-text {
        padding-left: 15px;
    }

    .flex-basket-items .flex-checkbox-common-border {
        border: none;
    }

    .flex-basket-items .checkmark {
        top: 2px
    }

    .flex-terms-conditions .flex-form .flex-row {
        padding-left: 0;
    }

    *[data-flex-mobile-hide="true"] {
        display: none !important;
    }

    *[data-flex-mobile-only="true"] {
        display: block;
    }

    *[attr-text]:before {
        content: attr(attr-text);
    }

    *[attr-text-after]:after {
        content: attr(attr-text-after);
    }

    .flex-surcharge-container-product-detail {
        position: relative;
        float: right;
        right: 90px;
        top: -53px;
    }

    .flex-dock-left {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .flex-dock-right {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        text-align: right;
        margin-right: 10px;
        /*  display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;*/
    }


    .flex-bottom-margin-delimiter {
    }

    .flex-dock-right {
        right: 0;
    }


    .flex-screen-detection {
        float: right;
    }

    .flex-smart-search, .flex-panel-wide {
        padding: 10px;
    }

        .flex-smart-search .flex-smart-search-input {
            width: 100%;
        }

    .flex-breadcrumb-bar a::after {
        display: none;
    }

    .flex-carousel-actions {
        width: 100%;
    }

    .flex-text-actions {
        width: 100%;
    }

    .flex-content-container .content {
        width: 100%;
    }

    .flex-content-container .promo-codes .content {
        width: auto;
    }

    .flex-selected-categories {
        width: 100%;
    }

    .flex-custom-article {
        width: 100%;
    }

    .flex-slideshow-container .content {
        width: 100%;
    }

    .flex-reverse-tecdoc-tree-container .content {
        width: 100%;
    }

    .flex-main-menu .flex-menu {
        width: 100%;
    }

    .flex-table {
        width: 100%;
    }

    .flex-container {
        width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .flex-slider {
        width: 100%;
    }

    /* .flex-container.flex-header-container {
            -ms-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        .flex-container.flex-main-menu {
            -ms-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        .flex-container.flex-small-bottom-delimiter.flex-breadcrumb-bar-container {
            -ms-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
        }*/
    .flex-bottom-delimiter {
        margin-bottom: 10px !important;
    }

    /* .flex-container.flex-bottom-delimiter.flex-text-actions-container {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }*/

    /*.flex-container.flex-bottom-delimiter.flex-actions-container {
        -ms-flex: 0;
        -webkit-flex: 0;
        flex: 0;
    }*/

    /* .flex-container.flex-bottom-delimiter.flex-slideshow-container {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .flex-container.flex-bottom-delimiter.flex-selected-categories-container {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }*/

    .flex-main-content {
        overflow: auto;
    }

    .flex-perex {
        padding: 0 10px;
        width: inherit;
    }

    .flex-menu ul li {
        border-right: 0px;
        display: block;
        box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
    }

        .flex-menu ul li a, .flex-menu ul li span {
            padding-top: 16px;
            padding-bottom: 16px;
        }

        .flex-menu ul li ul {
            position: relative;
            border-bottom: 1px solid black;
            padding-top: 0px;
            top: 0px;
        }

            .flex-menu ul li ul li a {
                text-align: center;
            }

    .flex-menu .flex-menu-button {
    }

    .flex-top-panel-container .flex-menu ul.flex-menu-compact {
        margin-top: 63px !important;
        max-height: none;
        white-space: normal;
        width: 100%;
        height: 100%;
    }

    ul.flex-radio-buttons li .flex-radio {
        width: 20px;
    }

    .flex-top-panel-container .flex-menu .flex-close-menu-button {
        background-color: rgb(244, 244, 244) !important;
    }

    .flex-panel-wide .flex-redirect-to-older-version-button {
        display: none;
    }

    .flex-panel-wide .flex-menu {
        display: inline-block;
        vertical-align: middle;
        width: 39px;
    }

        .flex-panel-wide .flex-menu .flex-menu-button {
            margin: 0px;
        }

    .flex-main-menu .flex-menu {
        position: relative;
        margin-bottom: 5px;
    }

        .flex-main-menu .flex-menu ul {
            display: none;
        }

            .flex-main-menu .flex-menu ul li ul {
            }

        .flex-main-menu .flex-menu .flex-menu-button {
            padding-top: 16px;
            padding-bottom: 16px;
            color: white;
            display: block;
            text-decoration: none;
            font-weight: 700;
            font-size: 10pt;
            text-transform: uppercase;
            padding: 20px;
            box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
            background: #e02222;
        }


        .flex-main-menu .flex-menu .flex-close-menu-button {
            display: block;
            width: 28px;
            height: 28px;
            background: url("/Plugins/FlexView/Images/FlexDownArrowMobileIcon.png") center center no-repeat;
            position: absolute;
            top: 16px;
            right: 14px;
            background-size: 20px;
        }

            .flex-main-menu .flex-menu .flex-close-menu-button.selected {
                display: block;
                width: 28px;
                height: 28px;
                background: url("/Plugins/FlexView/Images/FlexUpArrowMobileIcon.png") center center no-repeat;
                position: absolute;
                top: 16px;
                background-size: 20px;
            }

        .flex-main-menu .flex-menu ul.flex-menu-compact {
            background: white;
            margin: 0px;
            position: absolute;
            z-index: 9997;
            left: 0px;
            top: 58px;
            padding-top: 0px;
            padding-bottom: 0px;
            border-bottom: 1px solid #cccccc;
        }

            .flex-main-menu .flex-menu ul.flex-menu-compact li {
                display: block;
            }

    .flex-menu ul.flex-menu-compact li span, .flex-menu ul.flex-menu-compact li a {
        text-align: left;
        padding: 13px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .flex-top-panel-container .flex-menu ul.flex-menu-compact li a, .flex-menu ul.flex-menu-compact li span {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .flex-main-menu .flex-menu ul.flex-menu-compact li a {
        padding: 13px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .flex-main-menu .flex-menu ul.flex-menu-compact li ul {
        position: relative;
        border: 0px;
        display: block;
        padding-bottom: 0px;
    }

    /*.flex-main-menu .flex-menu ul.flex-menu-compact li ul li a, .flex-main-menu .flex-menu ul.flex-menu-compact li ul li span {
            padding-left: 40px;
        }*/

    .flex-main-menu .flex-menu ul.flex-menu-compact li a.flex-selected {
        background-color: #e02222;
        text-decoration: underline;
    }

    .flex-main-menu .flex-menu ul.flex-menu-compact li span.flex-selected {
        background-color: #e02222;
        text-decoration: underline;
    }

    .flex-main-menu .flex-menu ul.flex-menu-compact li ul li a.flex-selected {
        background-color: #e02222;
        text-decoration: underline;
    }

    .flex-basket-mobile-button {
        display: inline-block;
        vertical-align: middle;
    }

    .flex-main-menu .flex-menu ul li span {
        cursor: default;
    }

    .flex-basket-full {
        width: 39px;
        background-image: url("/Plugins/FlexView/Images/FlexBasketMobileIconFull.png");
    }

    .flex-logo {
        display: block;
        margin: 30px auto;
    }

    .flex-search {
        margin-bottom: 30px;
    }

        .flex-search .flex-search-input input[type="text"] {
            width: 220px;
            border-radius: 5px;
        }

        .flex-search span {
            padding-left: 0px;
        }

    .flex-login-mobile-button {
        display: inline-block;
        vertical-align: middle;
        width: 39px;
    }

    .flex-login-form {
        display: none;
    }

    .flex-panel-wide .flex-dashboard-button {
        display: none;
    }

    .flex-user-menu {
        display: none !important;
    }

    .flex-header-table {
        display: block;
        height: auto;
    }

        .flex-header-table .column-1 {
            display: block;
            width: auto;
        }

        .flex-header-table .column-2 {
            display: block;
        }

    .flex-basket-summary {
        display: none;
    }

    .flex-logo-mobile {
        display: block;
        margin-left: 10px;
    }

    .flex-logo {
        display: none;
    }

    .flex-header-table .flex-search {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .flex-toast-info {
        top: 0px;
        left: 0px;
        right: 0px;
        animation: flex-toast-show-mobile 0.6s ease-in-out;
        border: 0px;
        border-bottom: 1px solid #d7e1fd;
        text-align: center;
    }

    .flex-toast-error {
        top: 0px;
        left: 0px;
        right: 0px;
        animation: flex-toast-show-mobile 0.6s ease-in-out;
        border: 0px;
        border-bottom: 1px solid #f8c7c7;
        text-align: center;
    }

    .flex-compare-bar {
        display: none;
    }

    .flex-overdue-invoices-modal-popup {
        display: none;
    }

    .flex-footer-wide {
    }

        .flex-footer-wide .flex-container {
            width: auto;
        }

        .flex-footer-wide .flex-footer-main-menu {
            width: 100%;
            margin-bottom: 30px;
        }

        .flex-footer-wide .flex-title {
            margin-bottom: 0px;
            display: inline-block;
        }

        .flex-footer-wide .flex-footer-main-menu .flex-footer-main-menu-box {
            display: none;
        }

        .flex-footer-wide .flex-footer-main-menu .flex-footer-legal-info {
            width: 100%;
        }

            .flex-footer-wide .flex-footer-main-menu .flex-footer-legal-info > span.flex-legal-info {
                margin-bottom: 10px;
            }


        .flex-footer-wide .flex-footer-other-links-menu {
            width: 100%;
        }

        .flex-footer-wide .flex-footer-other-links > span {
            margin: 0 0 10px 0;
        }

        .flex-footer-wide .flex-footer-other-links {
            margin-bottom: 30px;
        }

        .flex-footer-wide .flex-footer-custom-menu {
            width: 100%;
            margin-bottom: 30px;
        }

            .flex-footer-wide .flex-footer-custom-menu > span {
                margin-bottom: 10px;
            }

        .flex-footer-wide .flex-footer-user-menu {
            width: 100%;
            margin-bottom: 30px;
        }

            .flex-footer-wide .flex-footer-user-menu > span {
                margin-bottom: 10px;
            }

        .flex-footer-wide .flex-footer-recommended-links {
            display: block;
            text-align: left;
            margin-right: 0px;
            margin-bottom: 30px;
            width: 100%;
        }

            .flex-footer-wide .flex-footer-recommended-links > span {
                margin-bottom: 10px;
            }

        .flex-footer-wide ul li {
            background: none;
            padding-left: 0px;
            padding-top: 6px;
            line-height: 20pt;
        }

            .flex-footer-wide ul li:first-child {
                background: none;
            }

    .flex-quick-contacts {
        float: none;
        text-align: left;
        width: 100%;
    }

        .flex-quick-contacts .flex-branch .flex-vat-number .flex-title {
            margin: 0;
        }

    .flex-footer-wide.flex-highlight.flex-social-container .flex-container {
        padding: 0px;
    }

    .flex-footer-wide.flex-highlight .flex-newsletter {
        display: block;
        text-align: left;
    }

        .flex-footer-wide.flex-highlight .flex-newsletter span {
            margin-right: 0px;
            margin-bottom: 10px;
        }

        .flex-footer-wide.flex-highlight .flex-newsletter .flex-progress {
            display: none;
        }

        .flex-footer-wide.flex-highlight .flex-newsletter input[type="text"] {
            width: 100%;
            padding-right: 0px;
            box-sizing: border-box;
        }

    .flex-footer-wide.flex-highlight .flex-social-links {
        float: left;
    }

    .flex-footer-wide.flex-license #EETInformationLabel {
        margin-top: 10px;
        text-align: left;
    }

    .flex-footer-wide.flex-license {
        text-align: left;
    }
        .flex-footer-wide.flex-license a.flex-nextis-logo {
            display: block;
            width: 138px;
        }

        .flex-footer-wide.flex-license .flex-nextis-credentials {
            display: block;
        }

        .flex-footer-wide.flex-license a {
            margin-right: 0px;
        }

            .flex-footer-wide.flex-license a.flex-tecalliance-logo,
            .flex-footer-wide.flex-license a.tecrmi {
                background-repeat: no-repeat;
                width: 140px;
                height: 40px;
            }

        .flex-footer-wide.flex-license #TecDocDisclaimerLabel {
            display: block;
            text-align: left;
            float: none;
            width: auto;
            line-height: 12pt;
        }

    .flex-breadcrumb-bar {
        display: inline-block;
        background: none;
        border: 0px;
    }

        .flex-breadcrumb-bar a:first-of-type {
            font-size: 10pt;
            background: none;
            width: auto;
        }

            .flex-breadcrumb-bar a:first-of-type:hover {
                background: none;
            }

        .flex-breadcrumb-bar > span {
            display: none;
        }

        .flex-breadcrumb-bar a {
            display: none;
        }

            .flex-breadcrumb-bar a:last-of-type {
                display: block;
                max-width: none;
                border-right: 0px;
                padding-left: 30px;
                background: url("/Plugins/FlexView/Images/BreadcrumbsBackMobileIcon.png") no-repeat;
                background-position: left 10px center;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .flex-breadcrumb-bar a:last-of-type:hover {
                    background: url("/Plugins/FlexView/Images/BreadcrumbsBackMobileIconHover.png") no-repeat;
                    background-position: left 10px center;
                }

    .flex-small-bottom-delimiter {
        margin-bottom: 0px !important;
    }

    .bottom-separator {
        right: 0;
    }

    .tecdoc-numbers, .tecdoc-engines {
        padding: 0 15px 0 5px;
    }

    .flex-product-detail .replacement-view .tecdoc-numbers {
        padding: unset;
    }

    .flex-product-detail .flex-general .flex-informations .flex-stocks .flex-items-count.flex-out-of-stock,
    .flex-item.replacement-view .flex-col2 .flex-stocks .flex-items-count.flex-out-of-stock {
        margin-right: unset;
    }

    .tecdoc-warnings {
        padding-left: 15px;
    }


    .flex-tecdoc .flex-header .flex-search {
        display: none;
    }

    .flex-tecdoc .flex-header {
        color: black;
        border: 0px;
    }

    .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors h3 {
        margin-top: 0;
    }

    .flex-tecdoc h1, .flex-universal-parts h1, .flex-service-data h1 {
        width: inherit;
        padding: 0 10px;
    }

    .flex-row-add-to-license-plate {
        display: block;
    }

    .flex-add-to-license-plate {
        position: relative;
        top: -115px;
        width: fit-content;
        margin: 0 auto;
        float: right;
    }

    .flex-tecdoc .flex-header .flex-title {
        font-size: 11pt;
        font-weight: 300;
    }

    .flex-tecdoc .flex-vehicles-list {
        padding: 10px;
    }

        .flex-tecdoc .flex-vehicles-list .flex-item-container {
            margin-right: 0px;
        }

        .flex-tecdoc .flex-vehicles-list .flex-title {
            display: flex;
            flex-wrap: wrap;
            padding: 0px;
            margin: 0px;
        }

            .flex-tecdoc .flex-vehicles-list .flex-title span {
                flex: 0 0 33%;
            }

        .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item {
            display: flex;
            flex-wrap: wrap;
            padding: 4px;
            margin: 10px 0;
            border-bottom: 0px;
        }

            .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item:nth-of-type(2n) {
                background: #ebebeb;
            }

        .flex-tecdoc .flex-vehicles-list .flex-item span {
            flex: 0 0 33%;
        }

    .flex-tecdoc-manufacturers, .flex-tecdoc-models, .flex-tecdoc-engines, .flex-tecdoc-construction-groups, .flex-tecdoc-vehicles {
        border: 0px;
    }

    .flex-tecdoc .flex-vehicles-list .flex-title .flex-name {
        font-weight: 600;
    }

    .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item .flex-name {
        font-weight: 600;
    }

    .flex-tecdoc .flex-vehicles-list .flex-title .flex-engine {
        font-weight: 600;
    }

    .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item .flex-engine {
        font-weight: 600;
    }

    .flex-tecdoc .flex-vehicles-list .flex-title .flex-power {
        font-weight: 600;
    }

    .flex-tecdoc .flex-vehicles-list .flex-item-container .flex-item .flex-power {
        font-weight: 600;
    }

    .flex-tecdoc .flex-tecdoc-models .flex-filter {
        padding: 0px;
        margin: 0 10px;
    }

        .flex-tecdoc .flex-tecdoc-models .flex-filter span {
            display: none;
        }

    .flex-tecdoc .flex-tecdoc-models input {
        display: none;
    }

    .flex-tecdoc .flex-manufacturers-list .flex-manufacturer-name-list {
        column-count: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }

    .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .flex-tecdoc .flex-tecdoc-models .flex-filter .anchors li {
        margin: 5px 0;
    }

    .flex-tecdoc .flex-models-list {
        padding: 0px;
    }

        .flex-tecdoc .flex-models-list .flex-item-container .flex-item {
            display: block;
            width: auto;
            margin-right: 0px;
        }

            .flex-tecdoc .flex-models-list .flex-item-container .flex-item .flex-date {
                display: block;
                float: none;
            }

        .flex-tecdoc .flex-models-list .flex-title {
            margin-right: 0px;
        }

        .flex-tecdoc .flex-models-list .flex-item-container {
            margin: 0px;
        }

    .flex-tecdoc .flex-engines-list {
        padding: 0px;
    }

    .flex-tecdoc .flex-manufacturers-list {
        padding: 20px 10px;
    }

        .flex-tecdoc .flex-manufacturers-list .flex-item-container .flex-item-compact {
            margin-right: 0px;
            width: auto;
            display: block;
        }

    .flex-content-container {
        display: block;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

        .flex-content-container .flex-content {
            display: block;
        }

    .flex-tecdoc .flex-manufacturers-list a.flex-item {
        display: block;
        width: auto;
        margin: 0 auto;
    }


        .flex-tecdoc .flex-manufacturers-list a.flex-item.more-box {
            padding: 30px 30px 26px 30px;
        }


    .flex-tecdoc .flex-manufacturers-list .flex-title {
        margin-right: 0px;
    }

    .flex-groups-container {
        padding-top: 10px;
    }

        .flex-groups-container .flex-nodes {
            padding: 0px;
        }

        .flex-groups-container .flex-shortcuts {
            display: none;
        }

    .flex-universal-parts .flex-header .flex-search {
        display: none;
    }

    .flex-universal-parts .flex-header {
        border: 0px;
        /*background: #ce171f;*/
        padding: 0px;
    }

    .flex-universal-parts h1 {
        padding: 10px 10px 5px 10px;
    }

    .flex-universal-parts .flex-header .flex-title {
        font-size: 11pt;
        font-weight: 300;
    }

    .flex-laximo-manufacturers .flex-header .flex-search {
        display: none;
    }

    .flex-laximo-manufacturers .flex-header {
        color: white;
        border: 0px;
        background: #ce171f;
        padding: 10px;
    }

        .flex-laximo-manufacturers .flex-header .flex-title {
            font-size: 11pt;
            font-weight: 300;
        }

    .flex-laximo-manufacturers, .flex-laximo-vehicles, .flex-laximo-models, .flex-laximo-vehicle-detail, .flex-laximo-unit-groups, .flex-laximo-unit, .flex-order-process, .flex-articles, .flex-registration, .flex-reclamation-process, .flex-return-process {
        border: 0px solid #e7e6e7;
    }

    .flex-laximo .flex-manufacturers-list {
        padding: 20px;
    }

    .flex-laximo-models .flex-header .flex-search {
        display: none;
    }

    .flex-laximo-models .flex-header {
        color: white;
        border: 0px;
        /*background: #ce171f;*/
        padding: 10px;
    }

        .flex-laximo-models .flex-header .flex-title {
            font-size: 11pt;
            font-weight: 300;
        }

    .flex-laximo .flex-models-list {
        padding: 10px;
        margin: 0px;
    }

        .flex-laximo .flex-models-list table {
            width: 100%;
        }

            .flex-laximo .flex-models-list table tr td:first-of-type {
                width: 1%;
            }

            .flex-laximo .flex-models-list table tr td.flex-clear-value {
                width: 1%;
            }

        .flex-laximo .flex-models-list .flex-drop-down {
            width: 100%;
            box-sizing: border-box;
        }

    .flex-drop-down dt {
        display: block;
    }

    .flex-laximo .flex-models-list .flex-drop-down dt span.flex-drop-down-link {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    .flex-laximo .flex-models-list .flex-button {
        width: 100%;
        box-sizing: border-box;
    }

    .flex-laximo .flex-models-list input[type="text"] {
        width: 100%;
        box-sizing: border-box;
    }

    .flex-laximo .products .products-list {
        width: 100%;
    }

    .flex-content-container .flex-content .flex-login-form {
        display: block;
        margin-right: 0px;
    }

        .flex-content-container .flex-content .flex-login-form .flex-form input {
            width: 100%;
            display: block;
            box-sizing: border-box;
        }

            .flex-content-container .flex-content .flex-login-form .flex-form input[type="text"] {
                margin-bottom: 10px;
                padding: 5px 3px;
            }

            .flex-content-container .flex-content .flex-login-form .flex-form input[type="password"] {
                margin-bottom: 10px;
                padding: 5px 3px;
            }

            .flex-content-container .flex-content .flex-login-form .flex-form input[type="button"] {
                margin-top: 20px;
                margin-bottom: 20px;
                padding-top: 12px;
                padding-bottom: 12px;
                font-size: 11pt;
            }

        .flex-content-container .flex-content .flex-login-form .flex-form span {
            display: block;
            margin-bottom: 10px;
        }

        .flex-content-container .flex-content .flex-login-form .flex-header {
            color: white;
            border: 0px;
            background: #ce171f;
            padding: 10px;
        }

            .flex-content-container .flex-content .flex-login-form .flex-header .flex-title {
                font-size: 11pt;
                font-weight: 300;
            }

        .flex-content-container .flex-content .flex-login-form .flex-form a {
            display: block;
            font-size: 10pt;
            text-decoration: none;
            padding: 2px;
            padding-left: 24px;
            margin-top: 3px;
            margin-left: 2px;
        }

            .flex-content-container .flex-content .flex-login-form .flex-form a:hover {
                text-decoration: underline;
            }

        .flex-content-container .flex-content .flex-login-form .flex-form span.flex-login-form-lost-password-button {
            cursor: pointer;
            color: #e02222;
            background: url("/Plugins/FlexView/Images/LostPasswordIcon.png") left center no-repeat;
            margin-top: 12px;
            display: block;
            font-size: 10pt;
            text-decoration: none;
            padding: 2px;
            padding-top: 1px;
            padding-left: 24px;
            margin-left: 2px;
        }

            .flex-content-container .flex-content .flex-login-form .flex-form span.flex-login-form-lost-password-button:hover {
                text-decoration: underline;
            }

        .flex-content-container .flex-content .flex-login-form .flex-form a.flex-login-form-new-registration-button {
            color: #27669d;
            background: url("/Plugins/FlexView/Images/RegisterIcon.png") 1px center no-repeat;
        }

        .flex-content-container .flex-content .flex-login-form .flex-form span.flex-back-to-login-button {
            cursor: pointer;
            color: #e02222;
            background: url("/Plugins/FlexView/Images/BackToLoginIcon.png") left center no-repeat;
            margin-top: 12px;
            display: block;
            font-size: 10pt;
            text-decoration: none;
            padding: 2px;
            padding-top: 1px;
            padding-left: 24px;
            margin-left: 2px;
        }

            .flex-content-container .flex-content .flex-login-form .flex-form span.flex-back-to-login-button:hover {
                text-decoration: underline;
            }

        .flex-content-container .flex-content .flex-login-form > .flex-wrapper {
            overflow: hidden;
            box-sizing: border-box;
            white-space: nowrap;
            font-size: 0pt;
        }

        .flex-content-container .flex-content .flex-login-form .flex-wrapper .flex-form {
            font-size: 11pt;
            box-sizing: border-box;
            display: inline-block;
            width: 100%;
            vertical-align: top;
            padding: 10px;
        }

    .flex-login-form .flex-error-label {
        white-space: normal;
    }

    .flex-custom-modal-popup .flex-custom-popup-container:not([data-is-visible-on-mobile="true"]) {
        display: none !important;
    }

    .flex-custom-modal-popup .flex-custom-popup:not([data-is-visible-on-mobile="true"]) {
        display: none !important;
    }

    .flex-cookies-statement .flex-container {
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex-cookies-statement .flex-text-part {
        padding-left: 5px;
        padding-right: 5px;
        -moz-order: 1;
        -webkit-order: 1;
        order: 1;
        -ms-flex: auto;
        -webkit-flex: auto;
        flex: auto;
    }

    .flex-cookies-statement .flex-button-part {
        display: block;
        padding: 5px;
        -moz-order: 2;
        -webkit-order: 2;
        order: 2;
        -ms-flex: auto;
        -webkit-flex: auto;
        flex: auto;
    }

        .flex-cookies-statement .flex-button-part input[type="button"] {
            float: none;
            width: 100%;
            display: block;
            margin: 0 auto;
        }

    .flex-container.flex-content-container.flex-bottom-delimiter {
        width: 100%;
    }

    .flex-container.flex-top-panel-container .flex-dock-left {
        /* margin-left: 10px;*/
    }

    .flex-container.flex-top-panel-container .flex-dock-right {
        /*margin-right: 10px;*/
    }

    .flex-content-container .flex-content .flex-menu .flex-header {
        color: black;
        border: 0px;
        /*background: #ce171f;*/
        padding: 10px;
    }

        .flex-content-container .flex-content .flex-menu .flex-header .flex-title {
            font-size: 11pt;
            font-weight: 300;
        }

    .flex-content-container .flex-content .flex-menu .flex-form {
        padding: 0px;
    }

    .flex-content-container .flex-content .flex-menu ul li {
        background: white;
        box-shadow: none;
        border-bottom: 1px solid #eaeaea;
        text-transform: none;
    }

        .flex-content-container .flex-content .flex-menu ul li a {
            text-transform: none;
            text-align: left;
            color: black;
            font-weight: 300;
            padding: 8px;
            /*background: url("/Plugins/FlexView/Images/FlexTreeCollapsedBulletLvl1.png") no-repeat;*/
            background-position: left 10px top 15px;
            padding-left: 25px;
        }

    .flex-registration .flex-form {
        padding: 20px 10px;
        margin: 10px 0;
    }

    .flex-registration-form .flex-form .flex-row > span {
        display: block;
        text-align: left;
        padding: 0px;
        margin-bottom: 6px;
    }

    .flex-registration-form .flex-form input[type="text"], .flex-registration-form .flex-form .flex-row > #RegistrationFormZIPCode, .flex-registration-form .flex-form input[type="email"], .flex-registration-form .flex-form input[type="tel"], .flex-registration-form .flex-form input[type="password"] {
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .flex-registration-form .flex-form .flex-row .flex-drop-down dt span.flex-drop-down-link {
        width: 100%;
    }

    .flex-registration-form .phone-wrapper .flex-phone, .flex-registration-form .phone-wrapper .flex-delivery-phone {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0;
        margin-bottom: 6px;
    }

    .flex-registration-form .phone-wrapper {
        width: 100%;
    }

    .phone-wrapper #RegistrationFormPhone, .phone-wrapper #OrderFormDeliveryPhone {
        margin-top: 6px;
        width: 100%;
    }

    .flex-form .phone-wrapper .flex-drop-down {
        width: 130px;
    }

    .flex-registration-form .flex-form .flex-row .flex-multi-box.billing-info {
        margin-left: 0px;
        padding-left: 0px;
    }

    .flex-registration-form .flex-form .flex-row > div > .flex-row {
        margin-left: 0px;
    }

        .flex-registration-form .flex-form .flex-row > div > .flex-row > span.flex-checkbox-toogle-text {
            display: inline-block;
            margin-left: 25px;
        }

    .flex-side-bar {
        display: none;
    }

    .flex-registration-form .flex-form .flex-row > .flex-terms-and-conditions-panel, .flex-order-form .flex-form .flex-row > .flex-terms-and-conditions-panel {
        width: auto;
    }

    .flex-content .flex-informations {
        padding: 0px;
    }

    div.flex-content-container {
        padding: 0px;
        border: 0px;
    }

    .flex-half-collapsed-box .flex-item {
        display: block;
    }

    .flex-informations .flex-filter-bar input[type="text"].flex-name {
        width: 160px;
    }

    .flex-form .flex-drop-down dt span.flex-drop-down-link {
        width: 100%;
        color: black;
        box-sizing: border-box;
        display: block;
    }

    .flex-form .flex-drop-down {
        width: 100%;
        box-sizing: border-box;
    }

    .flex-form input[type="text"], .flex-form input[type="password"] {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }



    .flex-informations span.flex-title:first-of-type {
        margin-top: 0px;
    }

    .flex-basket-items {
        margin: 0px;
        padding-bottom: 15px;
        padding-top: 5px;
    }

        .flex-basket-items .flex-items {
            font-size: 11pt;
        }

            .flex-basket-items .flex-items:nth-last-child(2) {
                margin-bottom: 0px;
            }

            .flex-basket-items .flex-items .flex-header {
                display: none;
            }

        .flex-basket-items > .flex-title {
            margin-top: 10px;
            margin-left: 10px;
        }

        .flex-basket-items .flex-items .flex-item {
            display: block;
            margin-bottom: 0px;
            padding: 10px 10px;
            border-top: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
        }

            .flex-basket-items .flex-items .flex-item .flex-remove-from-basket .flex-spinner {
                display: none;
            }

            .flex-basket-items .flex-items .flex-item > span {
                border: 0px;
                padding: 0px;
                white-space: normal;
            }

    .flex-last-items {
        display: none;
    }

    .flex-basket-items .flex-items .flex-item > span.flex-name {
        display: block;
        font-size: 12pt;
        font-weight: 700;
        width: auto;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .flex-basket-items .flex-items .flex-item > span.flex-code a {
        margin-left: 25px;
        margin-right: 8px;
    }

    .flex-basket-items .flex-items .flex-item > span .flex-checkbox {
        width: 13px;
        height: 13px;
        /*background: url("/Plugins/FlexView/Images/FlexCheckboxSmallIcons.png") left 0px no-repeat;*/
        margin-top: 3px;
    }

    .flex-basket-items .flex-items .flex-item > span.flex-amount {
        margin-top: 14px;
        padding: 0px;
    }

    .flex-basket-items .flex-items .flex-item-details > span.flex-return-informations {
        border: 0px;
        padding: 0px 0px 0px 40px;
        background: url("/Plugins/FlexView/Images/FlexReturnInformationsIcon.png") left 10px center no-repeat;
    }

    .flex-basket-items .flex-items .flex-item-details > :last-child {
        border: 0px;
    }

    .flex-basket-items .flex-items .flex-item.flex-with-details > span {
        border: 0px;
    }

    .flex-basket-items .flex-items .flex-item > span > .flex-label {
        display: inline-block;
        margin-right: 8px;
    }

    .flex-mobile-basket-item-even {
        background: #fbfbfb;
    }

    .flex-mobile-basket-item-content {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row wrap;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .flex-mobile-basket-item-information {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        display: inline-block;
        margin-bottom: 15px;
    }

    .flex-basket-items .flex-items .flex-mobile-basket-item-content .flex-discount {
        display: inline-block;
        width: auto;
        background: #2766D9;
        color: white;
        padding: 1px 5px !important;
        border-radius: 3px;
        font-size: 9pt;
    }

    .flex-basket-items .flex-items .flex-mobile-basket-item-price {
    }

    .flex-basket-items .flex-items .flex-mobile-basket-item-content span.flex-price-total {
        font-weight: 700;
        display: block;
        width: auto;
    }

    .flex-basket-items .flex-items .flex-mobile-basket-item-content span.flex-price-total-with-vat {
        display: block;
        width: auto;
        font-weight: 600;
    }

    .flex-basket-items .flex-items .flex-mobile-basket-item-price {
        margin-right: 10px;
    }

    .flex-basket-items .flex-items .flex-mobile-basket-item-content .flex-amount {
        width: 89px;
    }

        .flex-basket-items .flex-items .flex-mobile-basket-item-content .flex-amount .flex-basket-spinner {
            margin-top: 2px;
        }

    .flex-basket-items .flex-items .flex-item .flex-remove-from-basket input[type="text"] {
        width: 40px;
        height: 35px;
    }

    .flex-basket-items .flex-items .flex-item .flex-remove-from-basket .flex-remove-from-basket-button {
        height: 37px;
        width: 37px;
        background-position: center center;
    }

        .flex-basket-items .flex-items .flex-item .flex-remove-from-basket .flex-remove-from-basket-button:hover {
            background-position: center center;
        }

    .flex-basket-items .flex-items .flex-mobile-basket-item-content .flex-item-details {
        margin-top: 15px;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .flex-basket-items .flex-items .flex-surcharge {
        font-size: 10pt;
    }

    .flex-basket-items .flex-items .flex-item-details > div .flex-surcharge .flex-surcharge-price .price {
        font-weight: 600;
    }

    .flex-basket-items .flex-items .flex-item-details > div {
        background: url(/Plugins/FlexView/Images/FlexDeliveryTimesSurchargeIcon.png) left 10px center no-repeat;
        padding-left: 40px;
    }

    .flex-basket .flex-items .delivery-time {
        padding-left: 10px;
    }

    .promo-codes .title {
        margin: 15px !important;
    }

    .purchase-rewards-title,
    .flex-order-process .flex-quick-items-add-title {
        margin-left: 15px !important;
    }

    .conditional-items .items {
        margin: 15px !important;
    }

    .flex-order-form div.flex-payment-methods-wrapper > .flex-form .flex-row {
        padding: 0;
    }

    .flex-order-form .flex-form .flex-checkbox {
        position: relative;
        top: 3px;
    }

    .flex-order-form .flex-form .flex-row > #OrderFormICDPHWrapper span.flex-icdph {
        width: auto;
    }

    .flex-order-form .flex-form .flex-row > #OrderFormICDPHWrapper {
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

        .flex-order-form .flex-form .flex-row > #OrderFormICDPHWrapper #OrderFormICDPH {
            width: 100%;
        }

    .flex-order-form .flex-form .flex-row.icdph {
        margin-left: 0px;
    }

    .flex-registration-form .flex-form .flex-row.icdph {
        margin-left: 0px;
    }

    .flex-registration-form .flex-form #IsPayerOfVAT_FlexCheckboxToogleText {
        margin-left: 23px;
    }

    .flex-registration-form .flex-form .flex-row > #RegistrationFormIC {
        width: 100%;
    }

    .flex-registration-form .flex-form .flex-row > #RegistrationFormICDPH {
        width: 100%;
    }

    .flex-basket-items .flex-surcharge.item .name {
        width: 100%;
    }

    .flex-basket-items.flex-order-recap .flex-surcharge.item .name {
        width: 100%;
    }

    .flex-basket-items .flex-surcharge.item .flex-surcharge-price .price {
        width: 100%;
    }

    .flex-basket-items.flex-order-recap .flex-surcharge.item .flex-surcharge-price .price {
        width: 100%;
    }

    .flex-basket-total.flex-items {
        background: #F5F9FF;
    }

    .flex-order-process .flex-tabs {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border: 0px;
        margin: 0px;
        padding: 0px;
        border-top: 1px solid #E0E0E1;
    }

        .flex-order-process .flex-tabs > span.flex-disabled {
            border-bottom: 1px solid #E0E0E1;
        }

        .flex-order-process .flex-tabs > span, .flex-order-process .flex-tabs > a {
            color: white;
            border: 0px;
            background: #ce171f;
            padding: 10px;
            margin: 0px;
            flex-basis: 100%;
            border-right: 1px solid #a60209;
        }

            .flex-order-process .flex-tabs > span:last-child, .flex-order-process .flex-tabs > a:last-child {
                border-right: 0px;
            }

        .flex-order-process .flex-tabs > span {
            color: black;
            background: white;
            border-right: 1px solid #E0E0E1;
        }

            .flex-order-process .flex-tabs > span > span {
                display: none;
            }

        .flex-order-process .flex-tabs > a > span {
            display: none;
        }

    .flex-basket-selector {
        display: block;
        float: none;
        padding: 8px;
        padding-top: 0px;
    }

        .flex-basket-selector .flex-drop-down dt span.flex-drop-down-link {
            width: 100%;
            color: black;
            box-sizing: border-box;
            display: block;
        }

        .flex-basket-selector .flex-drop-down {
            width: 100%;
        }

        .flex-basket-selector .flex-add-new-basket #BasketAddNewBasket {
            width: 140px;
        }

    .flex-order-process .flex-basket .flex-form {
        margin: 0px;
        margin-top: 0px;
        padding: 10px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
    }

    .flex-quick-basket-add {
        border-bottom: 0px;
    }

    .flex-quick-basket-add-input {
        display: inline-flex;
        width: 100%;
    }

    .flex-quick-basket-add > span {
        display: block;
        margin-bottom: 8px;
    }

    .flex-quick-basket-add input[type="button"] {
        height: 35px;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    .flex-quick-basket-add input[type="text"] {
        height: 35px;
        -ms-flex: 80% 0 0;
        -webkit-flex: 80% 0 0;
        flex: 80% 0 0;
        margin-right: 5px;
    }

    .flex-quick-basket-add {
        padding-bottom: 5px;
    }

    .flex-basket-import .flex-basket-import-form .flex-file-upload-button {
        float: none;
        display: block;
    }

        .flex-basket-import .flex-basket-import-form .flex-file-upload-button > .flex-progress {
            display: none;
        }

    .flex-basket-import .flex-basket-import-form > span {
        display: block;
        margin-bottom: 8px;
    }

    .flex-basket-import .flex-drop-down {
        margin: 0px;
        margin-bottom: 8px;
    }

    .flex-basket-import .flex-file-upload {
        margin-bottom: 8px;
    }

    .flex-basket-controls {
        padding-bottom: 25px;
        margin-left: 10px;
        margin-right: 10px;
    }

        .flex-basket-controls .flex-clear-basket {
            display: block;
            width: 100%;
            text-align: left;
            padding-left: 10px;
            margin-bottom: 8px;
            background-position: right 26px center;
        }

        .flex-basket-controls .flex-create-order {
            display: block;
            text-align: left;
            padding-left: 10px;
        }


    .flex-basket-items .flex-basket-total.flex-items .flex-item > span.flex-title {
        display: block;
        width: auto;
        text-align: left;
        margin-bottom: 0px;
    }

    .flex-basket-items .flex-items .flex-item .flex-price > .flex-price-total {
        font-weight: 600;
    }

    .flex-basket-items .flex-basket-total.flex-items .flex-item > span.flex-without-vat {
        display: block;
        font-size: 13pt;
        width: auto;
    }

    .flex-basket-items .flex-basket-total.flex-items .flex-item > span.flex-with-vat {
        display: block;
        font-size: 13pt;
        width: auto;
    }

    .flex-order-form .flex-form .flex-checkbox-toogle-text {
        margin-left: 15px;
        padding-left: 5px;
    }

    .flex-order-form .flex-form .flex-row > span {
        display: block;
        text-align: left;
        padding: 0px;
        margin-bottom: 6px;
    }

    .flex-order-form .flex-form .flex-row .flex-separate-on-single-document {
        padding: 3px 0;
    }

    .flex-order-form .flex-drop-down,
    .flex-order-form .flex-form input[type="text"],
    .flex-order-form .flex-form input[type="password"],
    .flex-order-form .flex-form input[type="email"],
    .flex-order-form .flex-form input[type="tel"] {
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .flex-order-form .flex-form .flex-row {
        margin-bottom: 0px;
        width: 100%;
    }

    .flex-order-process > .flex-order-form > .flex-title, .flex-order-form div > .flex-title, .flex-order-recap > .flex-title {
        margin-top: 25px;
        margin-left: 0px;
        margin-right: 0px;
        border-left: 0px;
        border-right: 0px;
    }

    .flex-order-form .flex-form, .flex-order-process .flex-form, .flex-order-form div > .flex-form {
        margin-left: 0px;
        margin-right: 0px;
        border-left: 0px;
        border-right: 0px;
        padding: 20px 10px;
    }

        .flex-order-form .flex-form .flex-row .flex-drop-down dt span.flex-drop-down-link {
            width: 100%;
            color: black;
            box-sizing: border-box;
            display: block;
        }

        .flex-order-form .flex-form .flex-row .flex-drop-down {
            width: 100%;
            box-sizing: border-box;
        }

        .flex-order-form .flex-form .flex-row > div > .flex-row {
            margin-left: 0px;
        }

            .flex-order-form .flex-form .flex-row > div > .flex-row > span.flex-checkbox-toogle-text {
                display: inline-block;
                margin-left: 25px;
            }

        .flex-order-form .flex-form .flex-row > textarea {
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

    .flex-order-process .flex-order-controls {
        padding-bottom: 25px;
        margin-left: 10px;
        margin-right: 10px;
    }

        .flex-order-process .flex-order-controls .flex-back-to-basket {
            display: block;
            text-align: left;
            padding-left: 10px;
            margin-bottom: 8px;
            background-position: right 26px center;
        }

        .flex-order-process .flex-order-controls .flex-continue-in-order {
            display: block;
            text-align: left;
            padding-left: 10px;
        }

    .flex-order-form .flex-form .flex-checkbox-toogle-text#IsPayerOfVAT_FlexCheckboxToogleText {
        width: auto;
        margin-left: 25px;
    }

    .flex-order-recap .flex-form .flex-row > .flex-value-wide {
        width: 100%;
    }

    .flex-order-recap .flex-form .flex-row > .flex-name {
        text-align: left;
        font-size: 11pt;
        width: 100%;
    }

    .flex-catalog-search h1 {
        margin: 0 10px;
    }

    .flex-item .flex-prices .flex-price {
        font-size: 11pt;
    }

    .products .flex-item.catalog-view .flex-col3 {
        border-left: none;
    }

    .products .flex-item.catalog-view .flex-col2 {
        padding: 10px 0 0 0;
    }

        .products .flex-item.catalog-view .flex-col2 > h2 {
            padding: 0 15px;
        }

        .products .flex-item.catalog-view .flex-col2 .tecdoc-warnings {
            padding: 0 15px;
        }

    .products .flex-item .flex-attributes {
        padding: 0 15px;
    }

    .products .flex-item .flex-col2 p {
        padding: 0 5px;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-price {
        font-weight: 700;
    }

    .flex-item .flex-prices .flex-price-with-vat {
        font-size: 11pt;
        font-weight: 300;
    }


    .flex-product-detail .flex-general {
        display: block;
    }

        .flex-product-detail .flex-general .flex-images {
            display: block;
            width: auto;
            padding-bottom: 40px;
        }

    .flex-product-detail {
        border: 0px;
    }

        .flex-product-detail .flex-general .flex-images .flex-preview .flex-item img {
            height: 40px;
        }

        .flex-product-detail .flex-general .flex-informations .flex-basic-params .flex-label {
            width: 24%;
        }


        .flex-product-detail .flex-general .flex-informations > .flex-title {
            padding-top: 10px;
        }

        .flex-product-detail .flex-general .flex-informations {
            display: block;
            border-left: 0px;
            width: auto;
        }

            .flex-product-detail .flex-general .flex-informations .flex-basic-params .flex-code .flex-value {
                width: 160px;
            }

        .flex-product-detail .flex-general .flex-tabs .flex-header {
            display: block;
            padding: 0px;
            border-bottom: 0px;
        }

            .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab {
                display: block;
                border: 0px;
                border-bottom: 1px solid #e7e6e7;
                border-radius: 0px;
                margin-bottom: 0px;
            }

                .flex-product-detail .flex-general .flex-tabs .flex-header .flex-tab.flex-selected {
                    border-bottom: 1px solid #e7e6e7;
                }

        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-oe-numbers-list a:first-child,
        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-downloads-list a:first-child {
            border-top: none;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-oe-numbers-list a:last-child,
        .flex-product-detail .flex-general .flex-tabs .flex-content .flex-downloads-list a:last-child {
            border-bottom: none;
        }

        .flex-product-detail .flex-general .flex-tabs .flex-content {
            padding: 0px;
        }

            .flex-product-detail .flex-general .flex-tabs .flex-content .flex-product-informations {
                padding: 0;
            }

                .flex-product-detail .flex-general .flex-tabs .flex-content .flex-product-informations iframe {
                    width: 100% !important;
                    height: auto !important;
                }

                .flex-product-detail .flex-general .flex-tabs .flex-content .flex-product-informations img {
                    max-width: 100%;
                    width: 100%;
                }

            .flex-product-detail .flex-general .flex-tabs .flex-content .flex-attributes tr:first-child td {
                border-top: 0px;
            }

            .flex-product-detail .flex-general .flex-tabs .flex-content .flex-attributes tr:last-child td {
                border-bottom: 0px;
            }



        .flex-product-detail .flex-item.replacement-view .flex-col1 {
            display: block;
            padding-bottom: 0px;
        }

        .flex-product-detail .flex-item.replacement-view .flex-col2 {
            display: block;
            width: auto;
            padding-bottom: 0px;
        }

        .flex-product-detail .flex-item.replacement-view .flex-col1 .flex-rank {
            margin-top: 2px;
        }

        .flex-product-detail .flex-item {
            display: block;
            text-align: left;
        }

            .flex-product-detail .flex-item.replacement-view .flex-col3 .flex-prices .flex-price {
                font-size: 14pt;
                text-align: left;
            }

            .flex-product-detail .flex-item.replacement-view .flex-col4 {
                display: block;
                width: auto;
            }

            .flex-product-detail .flex-item.replacement-view .flex-col3 {
                display: flex;
                text-align: center;
                flex-direction: row;
                justify-content: space-between;
                width: auto;
                padding-right: 15px;
            }

    .flex-add-to-basket {
        /*padding: 0 10px 0 0;*/
        text-align: right;
    }

    .flex-carousel .flex-add-to-basket {
        text-align: center;
    }

    .flex-add-to-basket input[type="text"] {
        height: 35px !important;
    }

    .flex-add-to-basket .flex-add-to-basket-button {
        height: 37px !important;
        background-position: center center !important;
        width: 47px !important;
    }

    .flex-add-to-basket .flex-remove-from-basket {
        width: 41px !important;
        height: 37px !important;
        margin-left: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }

    .flex-add-to-basket .flex-spinner {
        display: none;
        width: 65px;
    }

        .flex-add-to-basket .flex-spinner .flex-spinner-increment-button {
            display: inline-block;
            height: 35px;
            width: 32px;
            border-right: 1px solid #cdcdcd;
        }

        .flex-add-to-basket .flex-spinner .flex-spinner-decrement-button {
            display: inline-block;
            height: 35px;
            width: 32px;
            border-top: 1px solid #cdcdcd;
        }


    .flex-carousel-actions .flex-carousel .products .flex-inner-wrapper .flex-item {
        width: 100%;
        box-sizing: border-box;
    }

    .products p {
        padding: 0 10px 15px 10px;
    }



    .products .manufacturer-code {
        display: block;
    }

    .products .flex-item.list-view .flex-col1 {
        width: 100%;
    }

    .products .flex-filter .flex-extended.other-parameters {
        border-left: 0;
        border-right: 0;
    }

    .products .flex-filter .flex-extended .flex-manufacturers .flex-content > div.flex-controls,
    .products .flex-filter .flex-extended .flex-parameters .flex-content > div.flex-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 5px;
    }

        .products .flex-filter .flex-extended .flex-parameters .flex-controls .flex-remove-all-filters,
        .products .flex-filter .flex-extended .flex-parameters .flex-controls .flex-filtrate,
        .products .flex-filter .flex-extended .flex-manufacturers .flex-controls .flex-remove-manufacturer-filters,
        .products .flex-filter .flex-extended .flex-manufacturers .flex-content > div.flex-controls .flex-filtrate {
            width: 100%;
        }


    .products .flex-filter .flex-extended .flex-parameters .flex-content div > .flex-title {
        display: block;
    }

    .products .flex-filter .flex-extended .flex-parameters .flex-content .flex-attributes-wrapper {
        width: 100%;
        border-left: 0;
        display: inline-block;
        border: none;
    }

    .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes {
        width: 100%;
    }

    .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attribute-values-container {
        width: 100%;
    }

    .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes > span.flex-title.flex-selected {
        border-right: 1px solid #dbe3f0;
    }

    .products .flex-filter .flex-extended .flex-parameters .flex-content .flex-title {
        margin-right: 0;
    }

    .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attribute-values-container > div {
        border-left: 0;
        border-right: 1px solid #dbe3f0;
        min-height: unset !important;
    }

    .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes > span.flex-title:first-of-type {
        border-top: 1px solid #dbe3f0;
    }

    .products .flex-filter .flex-extended .flex-parameters > .flex-title .flex-tags .flex-item {
        display: none;
    }

    .products .flex-filter .flex-extended {
        grid-gap: unset;
    }

    .products .flex-filter .flex-manufacturers {
        border-radius: 0;
        border-bottom: 0;
    }

    .products .flex-filter .flex-extended .flex-parameters {
        border-radius: 0;
    }

    .products .flex-filter {
        margin-bottom: 15px;
    }

    .products .flex-item {
        display: block;
        border: 1px none #ebebeb;
        border-top-style: solid;
        margin-top: 0px;
    }

        .products .flex-item:last-child {
            border-bottom: 1px solid #dfdfdf;
        }

        .products .flex-item:last-child {
            border-bottom: 1px solid #dfdfdf;
        }

        .products .flex-item .flex-toogle-collapse-button {
            padding-bottom: 15px;
        }

    .delivery-view {
        padding: 0 15px;
    }

    .products .flex-item.flex-col2 p {
        padding: 5px 15px 0 5px !important;
    }

    .products .flex-item.list-view p {
        padding: 5px 0 0 0 !important;
    }

    .products .read-more {
        margin: 0 10px;
    }

    .products .product-description {
        margin: 0 10px;
    }

        .products .product-description .read-more {
            margin: 0px;
        }

    .products .flex-item.list-view {
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 0 20px 0;
    }

        .products .flex-item.list-view .item {
            padding: 5px 10px 0 0;
        }

    .products .products-list .breakdown-container,
    .flex-catalog-search .products .products-list {
        display: block !important;
        width: 100% !important;
    }

    .flex-carousel .products .products-list {
        width: 100%;
    }

    .products .flex-item:first-child {
        border: 0;
    }

    .products .flex-item.list-view .flex-col1 {
        display: flex;
        flex-direction: column;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        min-width: 0;
        border: none;
    }

    .flex-stocks div .flex-name {
        font-weight: 500;
    }

    .products .products-list .flex-stocks div .flex-items-count.flex-out-of-stock {
        margin-right: 0;
    }


    .products .flex-item.list-view .flex-col2 {
        display: block;
        -ms-flex: 100%;
        -webkit-flex: 100%;
        flex: 100%;
        border-right: 0px;
        width: auto;
        padding-bottom: 0px;
        clear: both;
        border-left: none;
    }

        .products .flex-item.list-view .flex-col2 .flex-stocks {
            width: 100%;
        }

    .products .flex-item.list-view .flex-col3 {
        display: block;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        width: 100%;
        padding: 0px;
        padding-bottom: 15px;
        border-right: 0px;
    }

    .products .flex-item.list-view .flex-col4 {
        display: block;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 0px;
        padding-bottom: 15px;
    }

    .products .flex-product-compare {
        text-align: center;
        /*-ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;*/
    }

        .products .flex-product-compare .flex-add-product-to-compare {
            margin: 10px 0;
        }

    .products .flex-item.catalog-view {
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

        .products .flex-item.catalog-view .flex-col1 {
            display: block;
            border-right: 0px;
            width: auto;
            padding: 15px 0px;
            -ms-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
        }

            .products .flex-item.catalog-view .flex-col1 .flex-image-wrapper {
                width: auto;
            }

    .products .flex-item.list-view .flex-col1 .flex-tecdoc-numbers > span {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0px;
        padding-right: 0px;
        border-left: 0px;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex: auto;
        -webkit-flex: auto;
        flex: auto;
        -webkit-align-items: center;
        align-items: center;
        grid-gap: 15px;
        padding: 15px;
    }


    .products .flex-item.list-view .tecdoc-numbers {
        margin-top: 4px;
        padding: 0;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item:last-child {
        margin-bottom: 3px;
        padding-bottom: 10px;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item span.flex-total-amount {
        width: auto;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0px;
        padding-top: 10px;
    }

        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item span.flex-total-amount .flex-total-amount-text {
            display: inline-block;
        }



        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item span.flex-total-amount.flex-on-the-way {
            color: #dfc303;
            font-size: 13pt;
            font-weight: bold;
            background: none left 0px top 20px;
        }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item span.flex-total-amount {
        padding-left: unset;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item span.flex-delivery-to-time.flex-green {
        background: none;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: unset;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item span.flex-delivery-to-time.flex-yellow .flex-delivery-to-time-text {
        color: #3ba805;
        font-weight: bold;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item span.flex-delivery-to-time.flex-yellow {
        background: none;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0px;
        font-weight: bold;
    }

        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item span.flex-delivery-to-time.flex-yellow .flex-delivery-to-time-text {
            color: #dfc303;
        }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item span.flex-delivery-to-time {
        background: none;
        padding-left: 0px;
    }

        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item span.flex-delivery-to-time.flex-red {
            background: none;
            color: #e04209;
        }


    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item > div.flex-surcharges-content {
        text-align: left;
        padding: 0px;
        width: 100%;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .flex-prices {
        -ms-flex: auto;
        -webkit-flex: auto;
        flex: auto;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .flex-surcharges-content .flex-surcharge {
        margin: 0 10px;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .flex-surcharges-content .flex-surcharges .flex-name {
        color: #488D34;
        font-size: 10pt;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .flex-surcharge-icon {
        font-weight: 500;
        font-size: 10pt;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-surcharge-icon {
        background: none;
        padding: 5px 0 0 0;
        margin: 0px 10px;
    }

    .flex-products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item > div {
        padding: 0px;
    }


    .products .flex-item.catalog-view .flex-col2 {
        display: block;
        /*padding-bottom: 0px;*/
        border: 0px;
        padding: 0;
        margin: 0px;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .delivery-time-container {
            padding-bottom: 0;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-surcharges-content .flex-surcharges .flex-name {
            color: #488D34;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-surcharges-content .flex-surcharge {
            margin: 0 10px;
        }


        .products .flex-item.catalog-view .flex-col2 h2.flex-product-name {
            font-size: 12pt;
            font-weight: bold;
            margin: 0 10px;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-manufacturer {
            margin: 0 10px;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-description {
            margin: 0 10px;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-tecdoc-numbers {
            margin: 0 10px;
        }

    .products .flex-item.list-view .flex-col1 h2.flex-product-name {
        font-size: 12pt;
        display: block;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        font-weight: bold;
        padding-right: 10px;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 0 15px 0;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        grid-gap: 15px;
        justify-content: left;
    }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item > span {
            padding: 5px 0 0 0;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item:last-child {
            padding-bottom: 10px;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-add-to-basket .flex-add-to-basket-button {
            border-top-right-radius: 3px !important;
            border-bottom-right-radius: 3px !important;
        }

        /*.products .flex-item.catalog-view .flex-col2 .flex-delivery-times:nth-child(odd) {
        background: red;
    }*/

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item span.flex-total-amount {
            width: auto;
            -ms-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
            padding: 0px;
            padding-top: 10px;
        }

            .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item span.flex-total-amount .flex-total-amount-text {
                display: inline-block;
            }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item span {
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time {
            -ms-flex: 0 0 90%;
            -webkit-flex: 0 0 90%;
            flex: 0 0 90%;
            overflow: visible;
            white-space: normal;
            font-weight: bold;
            padding: 0px;
            padding-bottom: 10px;
            margin: 0px;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .total-amount-text {
            margin-left: 10px;
            display: inline-block;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .total-amount-value {
            margin: 0px;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div .flex-delivery-to-time-text {
            margin: 0 10px;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-green {
            background: none;
            color: #3ba805;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-yellow {
            background: none;
            color: #dfc303;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-red {
            background: none;
            color: #e04209;
        }

        .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount {
            /*background: none;*/
            color: #e04209;
            font-size: 13pt;
            height: 26px;
            font-weight: bold;
            flex: 0 0 26px;
            display: flex;
            align-items: center;
            white-space: nowrap;
        }

    .products .flex-item.list-view .flex-col-info {
        margin: 0 10px;
    }



    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time {
        -ms-flex: 0 0 90%;
        -webkit-flex: 0 0 90%;
        flex: 0 0 90%;
        padding: 0px;
    }

        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time .flex-delivery-to-time-text {
            margin: 0 10px 4px 10px;
        }

        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-green {
            background: none;
            color: #3ba805;
            font-weight: bold;
        }

        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-yellow {
            background: none;
            color: #dfc303;
            font-weight: bold;
        }

        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-delivery-to-time.flex-red {
            background: none;
            color: #e04209;
            font-weight: bold;
        }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount {
        /* -ms-flex: auto;
        -webkit-flex: auto;
        flex: auto;*/
        /*background: none;*/
        font-weight: bold;
        color: #e04209;
        flex: 0 0 26px;
        -ms-flex: 0 0 26px;
        -webkit-flex: 0 0 26px;
        height: 26px;
        display: flex;
        align-items: center;
        padding: 1px 15px;
    }


        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount .flex-total-amount-text {
            margin-left: 10px;
        }

        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-stock > span {
            /*background: none;*/
        }

        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-the-way > span {
            /*background: none;*/
        }

        .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-the-way > span {
            /*background: none;*/
        }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-price {
        text-align: left;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item div.flex-price-with-vat {
        text-align: left;
        font-weight: 300;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-stock {
        /* background: none;*/
        font-size: 14px;
        font-weight: bold;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-total-amount.flex-on-the-way {
        /*background: none;*/
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap;
        display: flex;
        align-items: center;
        /* background-position: left 0px top 20px;*/
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item > div.flex-add-to-basket {
        -ms-flex: auto;
        -webkit-flex: auto;
        flex: auto;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item > .flex-return-info-icon {
        padding: 0px;
        -ms-flex: auto;
        -webkit-flex: auto;
        flex: auto;
        margin: 0;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-prices {
        -ms-flex: auto;
        -webkit-flex: auto;
        flex: auto;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-surcharges-content {
        display: none;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .products .flex-item.catalog-view .flex-col3 {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0px;
        width: auto;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .products .flex-item.catalog-view .flex-col3 .flex-remove-from-basket-container {
            width: 100%;
        }

        .products .flex-item.catalog-view .flex-col3 .remove-button-content {
            justify-content: right;
        }

        .products .flex-item.catalog-view .flex-col3 .flex-stocks {
            padding-top: 10px;
            -ms-flex: auto;
            -webkit-flex: auto;
            flex: auto;
            -ms-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        .products .flex-item.catalog-view .flex-col3 .flex-prices {
            text-align: center;
            -ms-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        .products .flex-item.catalog-view .flex-col3 .flex-stocks div {
            padding-left: 0px;
            margin: 2px 10px 0 10px;
        }

        .products .flex-item.catalog-view .flex-col3 .flex-add-to-basket {
            margin-bottom: 15px;
            text-align: center;
            -ms-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
        }

    .products .flex-item.catalog-view .flex-col2 .flex-cashback-bonus-icon {
        -ms-flex: 1 1 50%;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%;
        margin-left: 12px;
        padding-left: 32px;
    }


    .products .head-content {
        border-left: 0;
        border-right: 0;
    }


    .products .flex-filter .flex-manufacturers,
    .products .flex-filter .flex-extended .flex-parameters {
        border-right: none;
        border-left: none;
    }

    .products .flex-filter .flex-drop-down {
        width: 100%;
    }

        .products .flex-filter .flex-drop-down .flex-drop-down-link {
            padding: 5px 24px 6px 8px;
            display: block;
        }

    .products .flex-filter .flex-general {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        background: none;
        padding: 10px 15px;
        border: none;
        grid-gap: 10px;
    }

        .products .flex-filter .flex-general .flex-view-modes {
            display: flex;
            grid-gap: 15px;
            justify-content: right;
        }

            .products .flex-filter .flex-general .flex-view-modes input[type="button"] {
                height: fit-content;
                width: fit-content;
            }

                .products .flex-filter .flex-general .flex-view-modes input[type="button"].flex-list-view-mode {
                    border-top-right-radius: 2px;
                    border-bottom-right-radius: 2px;
                }

                .products .flex-filter .flex-general .flex-view-modes input[type="button"].flex-tiles-view-mode {
                    display: none;
                }

    .products .flex-product-wrapper {
        border-top: 1px solid #dfdfdf;
        margin-top: 0px;
    }

        .products .flex-product-wrapper:first-child {
            border-top: 0px;
        }

    @media only screen and (min-width: 989px) and (max-width: 1240px) {
        .products .flex-product-wrapper{
            width: 100%;
        }
    }

    .flex-informations .flex-params {
        padding-left: 20px;
        padding-right: 20px;
    }

    .products .flex-filter .flex-general span.flex-sorting {
        display: block;
    }

    .products .flex-filter .flex-general .flex-sorting-container {
        display: block;
        margin-bottom: 6px;
        margin-left: 0px;
    }

    .products .flex-filter .flex-general .flex-on-stock-only-container {
        display: flex;
        margin-bottom: 6px;
        flex: 1;
        height: auto;
        line-height: normal;
        order: 3;
    }

    .products .flex-filter .flex-general span.flex-on-stock-only {
        margin-left: 10px;
        order: 2;
    }

    .products .flex-filter .flex-general #OnStockOnly_FlexCheckbox {
        order: 1;
    }

    .products .flex-filter .flex-general .flex-purchase-price-priorized {
        display: block;
        margin-bottom: 0px;
        margin-top: 7px;
        margin-left: 0px;
        -ms-flex: 0 0 70%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        line-height: normal;
        height: auto;
        order: 5;
    }

    .flex-informations .flex-switch-price-remove-basket-block {
        padding: 10px;
    }

    .remove-button-content .remove-from-basket-button {
        padding: 0 0 0 15px;
    }

    .flex-content .flex-informations .flex-purchase-price-priorized {
        padding: 0;
    }

    .remove-button-content {
        padding: 5px 15px 0 0;
    }

    /*.products .flex-filter .flex-general .flex-purchase-price-priorized .flex-checkbox-false-text, */
    /*.flex-content .flex-informations .flex-purchase-price-priorized .flex-checkbox-false-text {*/
    /*    padding-right: 5px;*/
    /*}*/

    /*.products .flex-filter .flex-general .flex-purchase-price-priorized .flex-checkbox-true-text,*/
    /*.flex-content .flex-informations .flex-purchase-price-priorized .flex-checkbox-true-text {*/
    /*    padding-left: 5px;*/
    /*}*/

    .products .flex-filter .flex-general .flex-sorting-container {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        order: 2;
    }

    .products .flex-filter .flex-general .flex-view-modes {
        font-size: 0pt;
        margin-top: 1px;
        margin-left: 0px;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        line-height: 50px;
        text-align: right;
        order: 4;
    }

    .products .flex-filter .flex-general .flex-product-count {
        height: auto;
        line-height: normal;
        white-space: nowrap;
        margin-left: 0px;
        -ms-flex: 0 0 30%;
        -webkit-flex: 0 0 30%;
        order: 1;
    }

        .products .flex-filter .flex-general .flex-product-count .flex-product-count-value {
            vertical-align: sub;
        }


    /*MOUNTING SIDE*/

    .products .flex-filter .mounting-side .car {
        position: absolute;
        right: 86px;
    }

        .products .flex-filter .mounting-side .car .item {
            width: 43px;
            height: 25px;
            position: absolute;
            background-size: 43px !important;
        }

            .products .flex-filter .mounting-side .car .item:hover {
                cursor: pointer;
            }

        .products .flex-filter .mounting-side .car .front-right {
            background: url("/Plugins/FlexView/Images/MountingSide/pp_normal.png") center center no-repeat;
            top: 0;
            left: 0;
        }

            .products .flex-filter .mounting-side .car .front-right:hover {
                background-image: url("/Plugins/FlexView/Images/MountingSide/pp_selected.png");
            }

            .products .flex-filter .mounting-side .car .front-right.selected {
                background-image: url("/Plugins/FlexView/Images/MountingSide/pp_selected.png");
            }

            .products .flex-filter .mounting-side .car .front-right.part-selected {
                background-image: url("/Plugins/FlexView/Images/MountingSide/pp_part_selected.png");
            }

                .products .flex-filter .mounting-side .car .front-right.part-selected:hover {
                    background-image: url("/Plugins/FlexView/Images/MountingSide/pp_selected.png");
                }

            .products .flex-filter .mounting-side .car .front-right.not-selectable {
                cursor: default;
                background-image: url("/Plugins/FlexView/Images/MountingSide/pp_not_selectable.png");
            }

                .products .flex-filter .mounting-side .car .front-right.not-selectable:hover {
                    cursor: default;
                    background-image: url("/Plugins/FlexView/Images/MountingSide/pp_not_selectable.png");
                }

        .products .flex-filter .mounting-side .car .rear-right {
            background: url("/Plugins/FlexView/Images/MountingSide/pz_normal.png") center center no-repeat;
            top: 0;
            left: 43px;
        }

            .products .flex-filter .mounting-side .car .rear-right:hover {
                background-image: url("/Plugins/FlexView/Images/MountingSide/pz_selected.png");
            }

            .products .flex-filter .mounting-side .car .rear-right.selected {
                background-image: url("/Plugins/FlexView/Images/MountingSide/pz_selected.png");
            }

            .products .flex-filter .mounting-side .car .rear-right.part-selected {
                background-image: url("/Plugins/FlexView/Images/MountingSide/pz_part_selected.png");
            }

                .products .flex-filter .mounting-side .car .rear-right.part-selected:hover {
                    background-image: url("/Plugins/FlexView/Images/MountingSide/pz_selected.png");
                }

            .products .flex-filter .mounting-side .car .rear-right.not-selectable {
                cursor: default;
                background-image: url("/Plugins/FlexView/Images/MountingSide/pz_not_selectable.png");
            }

                .products .flex-filter .mounting-side .car .rear-right.not-selectable:hover {
                    cursor: default;
                    background-image: url("/Plugins/FlexView/Images/MountingSide/pz_not_selectable.png");
                }


        .products .flex-filter .mounting-side .car .front-left {
            background: url("/Plugins/FlexView/Images/MountingSide/lp_normal.png") center center no-repeat;
            left: 0;
            top: 25px;
        }

            .products .flex-filter .mounting-side .car .front-left:hover {
                background-image: url("/Plugins/FlexView/Images/MountingSide/lp_selected.png");
            }

            .products .flex-filter .mounting-side .car .front-left.selected {
                background-image: url("/Plugins/FlexView/Images/MountingSide/lp_selected.png");
            }

            .products .flex-filter .mounting-side .car .front-left.part-selected {
                background-image: url("/Plugins/FlexView/Images/MountingSide/lp_part_selected.png");
            }

                .products .flex-filter .mounting-side .car .front-left.part-selected:hover {
                    background-image: url("/Plugins/FlexView/Images/MountingSide/lp_selected.png");
                }

            .products .flex-filter .mounting-side .car .front-left.not-selectable {
                cursor: default;
                background-image: url("/Plugins/FlexView/Images/MountingSide/lp_not_selectable.png");
            }

                .products .flex-filter .mounting-side .car .front-left.not-selectable:hover {
                    cursor: default;
                    background-image: url("/Plugins/FlexView/Images/MountingSide/lp_not_selectable.png");
                }

        .products .flex-filter .mounting-side .car .rear-left {
            background: url("/Plugins/FlexView/Images/MountingSide/lz_normal.png") center center no-repeat;
            top: 25px;
            left: 43px;
        }

            .products .flex-filter .mounting-side .car .rear-left:hover {
                background-image: url("/Plugins/FlexView/Images/MountingSide/lz_selected.png");
            }

            .products .flex-filter .mounting-side .car .rear-left.selected {
                background-image: url("/Plugins/FlexView/Images/MountingSide/lz_selected.png");
            }

            .products .flex-filter .mounting-side .car .rear-left.part-selected {
                background-image: url("/Plugins/FlexView/Images/MountingSide/lz_part_selected.png");
            }

                .products .flex-filter .mounting-side .car .rear-left.part-selected:hover {
                    background-image: url("/Plugins/FlexView/Images/MountingSide/lz_selected.png");
                }

            .products .flex-filter .mounting-side .car .rear-left.not-selectable {
                cursor: default;
                background-image: url("/Plugins/FlexView/Images/MountingSide/lz_not_selectable.png");
            }

                .products .flex-filter .mounting-side .car .rear-left.not-selectable:hover {
                    cursor: default;
                    background-image: url("/Plugins/FlexView/Images/MountingSide/lz_not_selectable.png");
                }


    /*END*/

    .flex-product-detail .flex-general .flex-images img {
        max-width: 100%;
    }



    .products .flex-disintegrated-products-list .flex-product-wrapper {
        padding-left: 26px;
        border: 0px;
    }

    .products .products-list {
        width: 100%;
    }

    .products .flex-product-wrapper {
        width: 100%;
    }

    .products .products-list[data-flex-catalog-type="7"] .flex-disintegration-categories > .flex-item .flex-disintegrated-products-list .flex-item {
        margin: 0px;
        width: 100%;
        box-sizing: border-box;
    }

    .products .products-list .flex-load-next {
        width: auto;
    }

    .products .products-list .flex-show-hidden-groups {
        width: 100%;
    }

    .flex-laximo .flex-vehicles-list {
        padding: 0px;
    }

        .flex-laximo .flex-vehicles-list .flex-title .flex-name,
        .flex-laximo .flex-vehicles-list .flex-title .flex-engine,
        .flex-laximo .flex-vehicles-list .flex-title .flex-color,
        .flex-laximo .flex-vehicles-list .flex-title .flex-gearbox,
        .flex-laximo .flex-vehicles-list .flex-title .flex-interior-color,
        .flex-laximo .flex-vehicles-list .flex-title .flex-manufactured-year,
        .flex-laximo .flex-vehicles-list .flex-title .flex-target-region,
        .flex-laximo .flex-vehicles-list .flex-title .flex-model,
        .flex-laximo .flex-vehicles-list .flex-title .flex-vehicle-date,
        .flex-laximo .flex-vehicles-list .flex-title .flex-engine-code {
            display: block;
        }

        .flex-laximo .flex-vehicles-list .flex-item-container .flex-item .flex-name,
        .flex-laximo .flex-vehicles-list .flex-item-container .flex-item .flex-engine,
        .flex-laximo .flex-vehicles-list .flex-item-container .flex-item .flex-button,
        .flex-laximo .flex-vehicles-list .flex-item-container .flex-item .flex-color,
        .flex-laximo .flex-vehicles-list .flex-item-container .flex-item .flex-gearbox,
        .flex-laximo .flex-vehicles-list .flex-item-container .flex-item .flex-interior-color,
        .flex-laximo .flex-vehicles-list .flex-item-container .flex-item .flex-engine-code,
        .flex-laximo .flex-vehicles-list .flex-item-container .flex-item .flex-target-region,
        .flex-laximo .flex-vehicles-list .flex-item-container .flex-item .flex-vehicle-date {
            display: block;
        }



    .flex-laximo .flex-unit {
        display: block;
        text-align: center;
    }

    .flex-laximo .flex-groups-list > a.flex-title {
        margin-right: 0;
    }

    .flex-laximo .flex-unit .flex-image-part {
        display: block;
        margin: 0 auto;
    }

    .flex-laximo .flex-unit .flex-oe-list {
        display: block;
        text-align: left;
        padding: 0px;
    }

        .flex-laximo .flex-unit .flex-oe-list .flex-title {
            margin-right: 0;
        }

        .flex-laximo .flex-unit .flex-oe-list .flex-item {
            margin-right: 0;
        }

            .flex-laximo .flex-unit .flex-oe-list .flex-item span {
                vertical-align: top;
            }

    .flex-smart-search {
        display: flex;
        flex-direction: column;
        grid-gap: 5px;
    }

        .flex-smart-search .flex-smart-search-spz-input {
            display: block;
            height: 42px;
        }

            .flex-smart-search .flex-smart-search-spz-input dl {
                width: 69px;
            }

        .flex-smart-search .search_box {
            height: 42px;
        }

            .flex-smart-search .search_box .search_field {
                width: 100%;
            }

                .flex-smart-search .search_box .search_field input {
                    width: 100%;
                }

    .flex-laximo .flex-header .flex-search {
        display: none;
    }

    .flex-laximo .flex-header {
        color: #000000;
        border: 0px;
        /*background: #ce171f;*/
        padding: 10px;
    }

        .flex-laximo .flex-header .flex-title {
            font-size: 11pt;
            font-weight: 300;
        }

    .flex-laximo .flex-vehicles-list, .flex-laximo .flex-oe-list {
        padding: 30px;
    }

    .flex-laximo .flex-laximo-unit .ImagePart .ViewportWrapper {
        width: 604px;
    }

    .flex-return-info {
        padding: 10px !important;
    }

        .flex-return-info .flex-title {
            margin: 0px !important;
        }

    .flex-contact-form {
        padding: 0px;
        border: 0px;
    }

        .flex-contact-form .flex-form {
            width: 100%;
        }

            .flex-contact-form .flex-form input[type="text"] {
                width: 100%;
            }

            .flex-contact-form .flex-form span {
                display: block;
                text-align: left;
            }

        .flex-contact-form .flex-title {
            text-align: left;
            font-size: 14pt;
            padding: 0 10px;
        }

        .flex-contact-form .flex-form .flex-name {
            display: block;
            text-align: left;
            padding: 0 10px;
        }

        .flex-contact-form .flex-form .flex-phone {
            width: auto;
            display: block;
            text-align: left;
            padding: 0 10px;
        }

        .flex-contact-form .flex-form .flex-email {
            width: auto;
            display: block;
            text-align: left;
            padding: 0 10px;
        }

        .flex-contact-form .flex-description {
            width: auto;
            display: block;
            text-align: left;
            font-size: 11pt;
            padding: 0 10px;
        }

        .flex-contact-form .flex-message {
            padding: 0 10px;
        }

        .flex-contact-form .flex-button {
            padding: 0 10px;
        }

        .flex-contact-form .flex-form textarea {
            width: 100%;
            box-sizing: border-box;
            padding: 0 10px;
        }

        .flex-contact-form .flex-form input[type="button"] {
            height: 35px;
            width: 100%;
        }

    .flex-select-vehicle-wizard {
        display: none;
    }

    .flex-order-process > .flex-order-form > .flex-title.flex-order-form-sub-title, .flex-order-form div > .flex-title.flex-order-form-sub-title {
        margin-top: 0px;
    }

    .flex-order-form > .flex-lost-password {
        display: inline-block;
        float: none;
        margin: 0px 0px 15px 10px;
    }

    .flex-order-form .agreements {
        display: inline-block;
        float: right;
        margin-right: 10px;
    }

    .flex-order-form .flex-form .flex-row > input[type="button"] {
        display: block;
        width: 100%;
        margin: 0px;
        margin-top: 20px;
    }

    .flex-order-form .flex-form .phone-wrapper {
        width: 100%;
    }

        .flex-order-form .flex-form .phone-wrapper .flex-phone, .flex-order-form .flex-form .phone-wrapper .flex-delivery-phone {
            display: block;
            width: 100%;
            text-align: left;
            padding: 0;
            margin-bottom: 6px;
        }

    .flex-order-form .flex-form .flex-row .phone-wrapper .flex-drop-down {
        width: 130px;
    }

    #OrderFormPhone {
        width: 100%;
        margin-top: 6px;
    }

    .flex-order-form .flex-form .flex-row .login-controls {
        display: block;
        width: 100%;
    }

        .flex-order-form .flex-form .flex-row .login-controls input[type="button"] {
            display: block;
            width: 100%;
            margin: 0;
        }

            .flex-order-form .flex-form .flex-row .login-controls input[type="button"].google-login-button {
                width: auto;
                width: 100%;
                margin: 10px 0 0 0;
            }

    .flex-order-form .flex-first-order-method input[type="button"] {
        display: block;
        width: 100%;
        margin: 0px;
    }

        .flex-order-form .flex-first-order-method input[type="button"]#OrderFormOneTimeRegistrationButton {
            display: block;
            width: 100%;
            margin-top: 10px;
        }

    .flex-order-form .flex-register-informations .flex-form .flex-row > input[type="button"] {
        display: block;
        width: 100%;
        margin: 0px;
        margin-top: 20px;
    }

    .flex-order-form .flex-transport-methods-wrapper, .flex-order-form .flex-payment-methods-wrapper {
        width: 100%;
        display: block;
    }

    .flex-order-recap .flex-form .flex-row {
        margin: 0px;
    }

        .flex-order-recap .flex-form .flex-row .flex-value {
            margin-bottom: 10px;
        }

    .flex-tecdoc .flex-engines-list .flex-title {
        margin: 0px;
    }

    .flex-tecdoc .flex-engines-list .flex-item-container {
        margin: 0px;
    }

        .flex-tecdoc .flex-engines-list .flex-item-container .flex-item {
            margin: 0px;
        }



    .flex-add-to-license-plate .flex-add-to-license-plate-popup-button {
        display: none;
    }

    .flex-add-to-license-plate .add-to-license-plate-popup-plus-button {
        display: none;
    }

    .flex-content .flex-informations .flex-purchase-price-priorized .flex-switch-price-content {
        width: auto;
    }

    .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item > div.flex-add-to-basket {
        float: none;
        padding-left: 15px;
        margin-top: 10px;
    }

    .flex-product-detail h1 {
        display: block;
        font-weight: 900;
        white-space: break-spaces;
        padding-bottom: 15px;
    }

    .flex-personal-settings-detail table {
        width: auto;
    }

    .flex-personal-settings-detail .flex-form td.flex-name {
        text-align: left;
    }

    .flex-personal-settings-detail .flex-form td {
        display: block;
        width: 100%;
    }

    .flex-carousel-actions .flex-carousel {
        width: auto;
    }

        .flex-carousel-actions .flex-carousel .products > .flex-inner-wrapper {
            /*width: 100vw;*/
        }

    .flex-text-actions .flex-item {
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex-text-actions .flex-image {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

        .flex-text-actions .flex-image img {
            max-width: 100%;
        }

    .flex-text-actions .flex-text {
        padding: 0 10px;
    }

    .flex-laximo .flex-laximo-models .models-list {
        margin: 0 auto;
        padding: 20px;
        display: table;
    }

        .flex-laximo .flex-laximo-models .models-list .model-picker-wrapper {
            display: block;
        }

        .flex-laximo .flex-laximo-models .models-list .model-image-wrapper {
            display: block;
            padding-left: 0px;
            margin-top: 20px;
        }

    .flex-laximo .flex-laximo-models .model-picker {
        display: block;
    }

        .flex-laximo .flex-laximo-models .model-picker .parameter {
            display: block;
        }

            .flex-laximo .flex-laximo-models .model-picker .parameter .name {
                display: block;
                text-align: left;
                padding-right: 0px;
                padding-bottom: 5px;
            }

            .flex-laximo .flex-laximo-models .model-picker .parameter .value {
                display: block;
                padding-bottom: 10px;
            }

        .flex-laximo .flex-laximo-models .model-picker .button {
            margin-top: 15px;
        }

    .flex-laximo .vehicle-informations {
        padding: 50px;
        padding-top: 30px;
        display: block;
    }

        .flex-laximo .vehicle-informations .attribute {
            display: block;
            border-bottom: 1px dotted #d8d8d8;
        }

            .flex-laximo .vehicle-informations .attribute .name {
                display: block;
                border-right: 0px;
                border-bottom: 0px;
                width: auto;
                padding-bottom: 0px;
            }

            .flex-laximo .vehicle-informations .attribute .value {
                display: block;
                border-bottom: 0px;
            }

            .flex-laximo .vehicle-informations .attribute:last-of-type {
                border-bottom: 0px;
            }

    .flex-laximo .flex-laximo-unit .ImagePart {
        display: block;
        padding: 0;
        margin: 0;
    }

    .flex-laximo .flex-laximo-unit .flex-oe-part {
        display: block;
        padding-right: 0;
        margin: 0;
    }

        .flex-laximo .flex-laximo-unit .flex-oe-part .flex-oe-part-table {
            padding: 0px;
            margin: 0px;
        }

    .widget_oem_catalog {
        overflow-x: auto !important;
        width: auto;
    }

    .levam-embedded {
        width: 100vw;
    }

    .products .show-replacements .show-replacements-button {
        display: none;
    }

    .share .share-popup-button {
        top: 0px !important;
        left: 0px !important;
        margin: 5px 10px 5px 0;
        padding-left: 15px;
        padding-right: 15px;
        background-size: 10px;
        background-position: 10px;
    }



    .share .share-form, .flex-manage-users .share-form {
        padding: 20px 0px;
        width: 100%;
    }

        .share .share-form span, .flex-manage-users .share-form span {
            margin: 0 10px;
            padding: 4px 0;
        }

        .share .share-form .input-container, .flex-manage-users .share-form .input-container {
            margin: 0 10px;
        }

        .share .share-form input[type="text"], .flex-manage-users .share-form input[type="text"] {
            width: 100%;
            padding: 4px 0;
        }

        .share .share-form textarea, .flex-manage-users .share-form textarea {
            width: 100%;
            padding: 4px 0;
        }

    .flex-footer-wide.flex-highlight .flex-newsletter input[type="button"] {
        margin: 10px 0 0 0;
        background: #e32323;
        padding: 6px;
        width: 100%;
    }

    .products .flex-filter .flex-extended {
        border: none;
    }

        .products .flex-filter .flex-extended .flex-parameters .flex-content > div > .flex-attributes-wrapper > .flex-attributes > span.flex-title > input.flex-remove-filter {
            right: 0;
        }

    .flex-product-detail .flex-general .flex-tabs .flex-content .flex-oe-numbers-list a, .flex-product-detail .flex-general .flex-tabs .flex-content .flex-downloads-list a.flex-item, .flex-product-detail .flex-general .flex-tabs .flex-content .replacements-list a.flex-item {
        display: table;
    }

    .flex-order-process .flex-basket .show-retail-prices-controls {
        margin-top: 15px;
    }

    .flex-license-plates .flex-filter-bar .flex-row.float-right {
        float: none;
    }

    .flex-product-detail .flex-applications-list .table .column {
        display: block;
        padding: 8px 0px;
    }

    .flex-product-detail .flex-general .flex-informations .flex-delivery-times .flex-delivery-time-item .flex-amount-info {
        padding-left: 0;
    }

    .flex-product-detail .flex-applications-list .table .column:before {
        font-weight: 500;
    }

    .flex-product-detail .flex-applications-list .column:nth-child(1) {
        width: 25%;
        display: inline-block;
        padding-right: 5px;
        padding-left: 10px;
        vertical-align: super;
    }

    .table .header, .table .row {
        align-items: center;
        grid-gap: 5px;
    }

    .flex-product-detail .flex-applications-list .table .header .column:nth-child(2), .flex-product-detail .flex-applications-list .table .header .column:nth-child(3), .flex-product-detail .flex-applications-list .table .header .column:nth-child(4) {
        display: none;
    }

    .flex-product-detail .flex-applications-list .column:nth-child(1) {
        width: 100%;
    }

    .flex-product-detail .flex-applications-list .column:nth-child(2) {
        width: 100%;
    }

    .flex-product-detail .flex-applications-list .column:nth-child(3) {
        width: 100%;
    }

    .flex-product-detail .flex-applications-list .column:nth-child(4) {
        width: 60%;
        padding-right: 15px;
    }


    .flex-content-container .flex-login-container .flex-menu ul li a {
        margin: 0;
        background: white;
        padding: 15px 40px;
        font-size: 12pt;
    }

    .progress-bar .progress-bar-content {
        width: 100%
    }

    .progress-bar .allowedShipping {
        font-size: 15px;
    }

    .products .flex-item .flex-delivery-times {
        margin-bottom: 0;
    }

        .products .flex-item .flex-delivery-times .wrapper {
            padding-top: 0;
        }

    .flex-amount-info {
        grid-gap: 10px;
    }

    .flex-on-stock {
        margin-right: 0;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div.flex-price-with-vat,
    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .buy-with-bonus-points-item div.flex-price-with-vat {
        text-align: left;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item > div {
        width: 100%;
        padding: 0 15px;
    }

    .flex-on-the-way {
        margin-right: 0;
    }

    .flex-product-detail .flex-general .flex-informations .flex-add-to-basket {
        margin: 10px 0;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-surcharge-search-container .flex-surcharge-icon {
        background: url("/Plugins/FlexView/Images/Svg/Surcharge.svg") left top 5px no-repeat;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item .flex-surcharge-icon {
        margin: 0;
    }

    .products .flex-item.catalog-view .flex-col2 .flex-delivery-times .flex-delivery-time-item div .flex-delivery-to-time-text {
        margin: 0;
    }

    .flex-not-on-the-way {
        margin-right: 0;
    }

    .products .flex-item.catalog-view .flex-col1 .flex-image-wrapper {
        width: auto;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item > div {
        width: 100%;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item .basket-container {
        flex-direction: row;
    }

    .products .flex-item.list-view .flex-col1 .flex-delivery-times .flex-delivery-time-item:first-child {
        margin-top: 5px;
    }

    .products .flex-item .flex-delivery-times .toogle-collapse-button {
        padding: 15px;
    }

    .products .flex-item.list-view {
        padding-bottom: 0;
    }

        .products .flex-item.list-view h2 {
            clear: none;
            display: block;
        }

    .products h2 a {
        display: block;
    }

    .flex-tecdoc .flex-manufacturers-list .flex-manufacturer-icons-list > ul {
        justify-content: space-around;
        grid-gap: 0px;
    }

    .flex-tecdoc .flex-header {
        padding-bottom: 10px;
    }

    .flex-tecdoc .flex-header, .flex-service-data .flex-header {
        padding-bottom: 0px;
    }

        .flex-tecdoc .flex-header .flex-header-item, .flex-service-data .flex-header .flex-header-item {
            margin-bottom: 10px;
        }

    .products .flex-filter .flex-extended .flex-manufacturers .flex-content .flex-values > div {
        width: 100%;
    }

    .products .flex-filter .flex-extended .flex-parameters .flex-content .flex-generic-article {
        margin-right: 0;
    }


    .flex-tecrmi-manufacturers, .flex-tecrmi-models, .flex-tecrmi-engines, .flex-tecrmi-construction-groups, .flex-tecrmi-vehicles {
        border: 0px;
    }

    .flex-tecrmi h1, .flex-universal-parts h1, .flex-service-data h1 {
        width: 100%;
    }

    .flex-tecrmi h1 {
        padding: 10px 10px 5px 10px;
    }

    .flex-tecrmi .flex-header .flex-search {
        display: none;
    }

    .flex-tecrmi .flex-item-container, .flex-service-data .flex-item-container {
        grid-template-columns: 120px 120px;
        justify-content: center;
        text-align: center;
    }

    .flex-tecrmi .flex-manufacturers-list, .flex-service-data .flex-manufacturers-list {
        display: grid;
        grid-gap: 30px;
        justify-content: center;
        grid-template-columns: 115px 115px;
    }

    .mounting-side-filter {
        row-gap: 10px;
    }

    .mounting-side-filter-container {
        margin-bottom: 5px;
    }

    .flex-product-detail .flex-applications-list .applications-manufacturers {
        padding: 5px 10px;
    }

    .flex-product-detail .flex-applications-list .manufacturer-card-item {
        width: 49%;
        width: calc(50% - 2px);
    }

        .flex-product-detail .flex-applications-list .manufacturer-card-item > div {
            width: 25%;
            height: 45px;
        }

    .flex-product-detail .flex-applications-list .applications-model-list {
        padding: 3px 0px;
    }

    .flex-product-detail .flex-applications-list .applications-model-item .constraction-date,
    .flex-product-detail .flex-applications-list .applications-engine-list {
        display: flex;
        flex-direction: column;
    }



    .flex-product-detail .flex-applications-list .applications-engine-item {
        width: 100%;
    }
}
/* END max-width: 989px */




@media only screen and (min-width: 989px) {
    *[data-flex-mobile-only="true"] {
        display: none !important;
    }
}


@media only screen and (max-width: 768px) {
    .input-icons i {
        position: absolute;
    }

    input.flex-date-from,
    input.flex-date-to {
        border-radius: 5px;
        border: 1px solid darkgrey;
    }

    :where(.legacy) input[type="text"],
    input[type="button"].btn-show,
    input[type="button"].btn-pending-only {
        height: 36px;
    }

    .flex-orders .order-container .footer-desktop {
        display: none;
    }

    .flex-orders .order-container .footer-mobile {
        display: block !important;
    }

    .flex-orders-list .order-container .mobile-info .li-item,
    .flex-orders-list .order-container .footer-mobile .li-item {
        position: relative;
        left: -8px;
    }

    .flex-reclamation-process div.input-dates,
    .flex-informations div.input-dates,
    .flex-filter-bar .search-bar {
        width: 100%;
    }

    .flex-reclamation-process .flex-filter-bar,
    .flex-informations .flex-filter-bar {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

        .flex-reclamation-process .flex-filter-bar > div {
            flex-direction: column;
        }

    .flex-filter-bar .search-bar {
        width: 100%;
    }

    .mounting-side-group {
        width: 30%;
        height: 45px;
        min-height: 45px;
    }
}

@media only screen and (max-width: 770px) {

    .flex-laximo .flex-laximo-unit .ImagePart .ViewportWrapper {
        width: 708px;
    }
}

@media only screen and (max-width: 515px) {
    .flex-tecdoc .flex-manufacturers-list .flex-manufacturer-name-list {
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .flex-laximo .flex-laximo-unit .ImagePart .ViewportWrapper {
        width: 315px;
    }
}

@media only screen and (max-width: 430px) {

    .flex-laximo .flex-laximo-unit .ImagePart .ViewportWrapper {
        width: 365px;
        height: 450px;
    }
}

@media only screen and (max-width: 380px) {

    .flex-laximo .flex-vehicles-list, .flex-laximo .flex-oe-list {
        padding: 15px;
    }

    .flex-laximo .flex-laximo-unit .ImagePart .ViewportWrapper {
        width: 345px;
        height: 400px;
    }
}

@media only screen and (max-width: 325px) {

    .flex-laximo .flex-vehicles-list, .flex-laximo .flex-oe-list {
        padding: 15px;
    }

    .flex-laximo .flex-laximo-unit .ImagePart .ViewportWrapper {
        width: 280px;
        height: 300px;
    }
}

@media only screen and (max-width: 1024px) {
    
    .flex-footer-wide.flex-highlight .flex-newsletter input[type="button"].unsubscribe {
        margin-left: 0;
        text-decoration: none;
        background: #4a4848;
        color: white;
    }

    .flex-footer-wide.flex-highlight .flex-newsletter input[type="button"].subscribe {
        background: #c61814;
        margin-left: 0;
        padding: 12px;
    }

    .flex-footer-wide.flex-highlight .flex-newsletter input[type="text"] {
        height: 42px;
    }

    .flex-footer-wide.flex-license .flex-nextis-credentials #NextisVersionLabel, .flex-footer-wide.flex-license .flex-nextis-credentials #NextisCopyrightLabel {
        display: block;
    }

    .flex-footer-wide .flex-container.footer-license {
        flex-wrap: wrap;
        gap: 30px 20px;
    }

    .flex-footer-wide.flex-license .flex-nextis-credentials {
        margin-right: unset !important;
    }
}

/* Computer */
@media only screen and (min-width: 1240px) {
    .flex-container {
        width: 1210px;
    }

    .flex-search .flex-search-input input[type="text"] {
        width: 400px;
    }

    .flex-carousel-actions .flex-carousel .flex-inner-wrapper .flex-item {
        width: 204px;
    }
}

.flex-user-menu {
    display: inline-block;
    margin-right: 2px;
    vertical-align: top;
    position: relative;
    /*min-width: 200px;*/
    overflow: inherit;
    padding-right: 10px;
}

.flex-login-form span > i {
    font-size: 11pt;
    padding-right: 7px;
    vertical-align: middle;
}


.flex-user-menu > span,
.refund-percent-status span {
    cursor: pointer;
    font-size: 10pt;
    display: block;
    padding: 14px 5px 0 11px;
    height: 36px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: relative;
    z-index: 998;
    background: transparent; /*Změna z hodnoty white*/
}
.refund-percent-status span{
    font-weight: 700;
}
.flex-user-menu > span{
    font-weight: 600;
    height: 51px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    padding: 0;
}

        .flex-user-menu > span:before {
            display: inline-block;
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            content: "\f007";
            padding: 0 6px 0 0;
            font-size: 11pt;
            vertical-align: middle;
        }
        .flex-user-menu > span > span { 
            /* Osetreni dlouheho nazvu firmy a nahrazení tremi tecky na konci nazvu */
            display: inline-block;
            max-width: 200px;
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis;
            vertical-align: middle;
        }

    .flex-user-menu span.flex-selected {
        cursor: default;
    }

    .flex-user-menu > div {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 997;
        background: white;
        box-sizing: border-box;
        font-size: 10pt;
        margin-top: 8px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
        border-radius: 6px;
    }
flex-user-menu > div a { /*Dodano pro honzu*/
    background: none !important;
    padding: 2px 0px !important;
}

.flex-user-menu .top-user-menu {
    text-align: left;
    min-width: 200px;
}

.flex-user-menu .general-informations {
    background: #f9f9f9;
    padding: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .flex-user-menu .customer {
        background: #ffe1e1;
        padding: 10px;
    }

    .flex-user-menu .customer .id {
        font-weight: 700;
        display: block;
    }

    .flex-user-menu .branch {
        padding: 10px;
        border-bottom: 1px solid #e8e8e8;
    }

    .flex-user-menu .branch .title {
        display: block;
        font-weight: 700;
    }

    .flex-user-menu .address {
        padding: 10px 10px 0 10px;
    }

    .flex-user-menu .address span {
        display: block;
        padding-left: 18px;
    }

        .flex-user-menu .address .street:before {
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            content: "\f3c5";
            padding: 0 8px 0 0;
            color: #e32323;
        }

        .flex-user-menu .address .street {
            padding: 0;
        }

    .flex-user-menu .account, .flex-user-menu .documents {
        margin: 10px;
        padding: 10px 10px 18px 10px;
        border-bottom: 1px solid #f4f4f4;
    }

        .flex-user-menu .account .title, .flex-user-menu .documents .title {
            display: block;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 8pt;
            margin-bottom: 10px;
        }

    .flex-user-menu a {
        display: block;
        color: black;
        text-decoration: none;
        padding: 2px 0;
    }

    .flex-user-menu a:hover {
        color: #e32323;
    }

        .flex-user-menu a:before {
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            content: "\f0da";
            padding: 0 7px 0 0;
            color: #e32323;
            vertical-align: middle;
            font-size: 6pt;
        }

    .flex-user-menu .logout {
        margin: 10px;
        padding: 10px;
        text-align: center;
    }

        .flex-user-menu .logout input {
            border: 0px;
            border-radius: 99px;
            font-size: 9pt;
            padding: 5px 20px 5px 32px;
            background: #e32323 url("/Plugins/FlexView/Images/LogoutButtonIcon.svg") left 18px center no-repeat;
            background-size: 8px;
        }

@media only screen and (max-width: 989px) {
    .flex-user-menu > span {
        display: none;
    }
}
/* Basic */
.p-0 { padding: 0px !important; }
.p-4 { padding: 4px; }
.p-10 { padding: 10px; }
.pl-sm { padding-left: 4px; }
.pl-md { padding-left: 8px; }
.ml-sm { margin-left: 4px; }
.mr-sm { margin-right: 4px; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.float-left { float: left; }
.float-right { float: right; }
.d-block { display: block !important; }
.d-none { display: none !important; } 
.o-hidden { overflow: hidden !important; }


.btn-close {
    cursor: pointer;
    margin: 2px;
    margin-left: 10px;
    font-size: 0;
    width: 28px;
    border-radius: 5px;
    border: 1px solid #ca1f1f;
    height: 25px;
    vertical-align: top;
    background: url(/Plugins/FlexView/Images/FlexRemoveIcon.png) center 6px no-repeat,linear-gradient(#e02222,#ca1f1f);
}

/* Colors */
.txt-blue { color: #2766d9; }

/* Icons */
.fa {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    /*color: #525252;*/
}

span.fa:hover {
    color: #41ab6b;
    cursor: pointer;
}


/* Checkboxes */
.checkbox-small {
    width: 13px;
    height: 13px;
}


/* Grid layout */
.wrapper-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
}

/* Facebook iframe widget */
/*.fb_iframe_widget {
    display: inline-block !important;
    position: fixed !important;
    top: 50% !important;
    padding-left: 20px !important;
}
*/
    /*.fb_iframe_widget iframe {
        width: 120px !important;
    }*/



.dropdown {
    position: relative;
    display: inline-block;
    opacity: 1 !important;
}

.sticky-items .dropdown-content {
    right: 0;
    top: 65px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 201px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.show {
    display: block;
}

/* Mobile version */
@media only screen and (max-width: 989px) {
    .wrapper-2 {
        display: grid;
        grid-template-columns: 1fr;
        padding: 5px;
    }

    /*.fb_iframe_widget {
        display: none !important;
    }*/
}

.flex-modal-popup .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    background-color: rgba(255,255,255,.8);
}

.flex-modal-popup .container {
    display: none;
    position: fixed;
    width: 400px;
    border: 1px solid #d3d3d3;
    background: #fafafb;
    padding: 40px;
    top: 0;
    left: 0;
    z-index: 99999;
}

    .flex-modal-popup .container .close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: transparent url("/Plugins/FlexView/Images/FlexPopupCloseButtonIcon.png") center center no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }

    .flex-modal-popup .container .title {
        display: block;
        font-size: 13pt;
        margin-bottom: 30px;
        padding-left: 24px;
        background: url("/Plugins/FlexView/Images/FlexPopupInfoIcon.png") left top 5px no-repeat;
    }

    .flex-modal-popup .container .content {
        text-align: center;
        font-size: 10pt;
        margin-bottom: 30px;
    }

.flex-modal-popup .controls input, .flex-modal-popup .controls a {
    display: block;
    width: 180px;
    margin: 0 auto;
    text-transform: uppercase;
    border: 1px solid #404040;
    background: linear-gradient(#565656,#505050);
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 10pt;
}



.popup-textedit-container {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    border: 1px solid #ccc;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99999;
}
.popup-textedit {
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    padding: 20px;
    max-width: 80%;
    width: 300px;
    text-align: center;
}
.popup-textedit input[type="text"] {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.popup-textedit button {
    padding: 8px 15px;
    cursor: pointer;
    font-size: 10pt;
    color: white;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 3px;
    background: linear-gradient(#676767, #505050);
}


.form-title {
    display: block;
    font-size: 14pt;
    padding-bottom: 10px;
}

.form {
    display: block;
    font-size: 10pt;
    background: #fafafb;
    padding: 20px 16% 20px 20px;
    font-size: 0;
    margin-bottom: 20px;
}

.form:last-of-type {
    margin-bottom: 0;
}

    .form input, .form textarea {
        box-sizing: border-box;
    }

        .form input[type="text"]:disabled {
            background: #f2f2f2;
        }

        .form textarea {
            height: 82px;
        }

.form-row {
    display: block;
    margin-bottom: 10px;
}

    .form-row:last-of-type {
        margin-bottom: 0;
    }

    .form-key {
        font-size: 10pt;
        display: inline-block;
        vertical-align: top;
        width: calc(26% - 10px);
        margin-right: 10px;
        padding-top: 6px;
        text-align: right;
    }

        .form-key:nth-of-type(2) {
            width: calc(20% - 10px);
        }

    .form-value {
        font-size: 10pt;
        display: inline-block;
        width: calc(27% - 10px);
        margin-right: 10px;
        box-sizing: border-box;
    }

        .form-value:last-child {
            margin-right: 0;
            width: 27%;
        }

        .form-value.full-width {
            width: 74%;
            margin-right: 0;
        }

.form-controls {
    text-align: right;
}

    .form-controls * {
        margin-right: 5px;
    }

    .form-controls *:last-child {
        margin: 0;
    }

    .form-controls a.button {
        padding: 6px 12px 6px 32px;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 10pt;
        color: #fff;
        border-radius: 3px;
        text-decoration: none;
        border: 1px solid #525252;
        background: url("/Plugins/FlexView/Images/FlexBackToBasketIcon.png") no-repeat, linear-gradient(#666,#525252);
        background-position: left 12px center;
    }

    .form-controls input[type="button"] {
        padding: 6px 12px 6px 12px;
        text-transform: uppercase;
    }

        .form-controls input[type="button"].submit {
            text-decoration: none;
            padding-right: 32px;
            border: 1px solid #ca1f1f;
            background: url("/Plugins/FlexView/Images/FlexCreateOrderIcon.png") no-repeat, linear-gradient(#e02222, #ca1f1f);
            background-position: right 12px center;
        }


input[type="text"]:disabled {
    background: #efefef;
}

.flex-drop-down.flex-disabled {
    background: #efefef;
}

/* Mobile version */
@media only screen and (max-width: 989px) {
    .form {
        padding: 20px;
    }

    .form-row {
        margin: 0;
    }

    .form-key {
        display: block;
        vertical-align: top;
        width: 100%;
        padding: 0 0 4px 0;
        margin: 0;
        text-align: left;
    }

        .form-key:nth-of-type(2) {
            width: 100%;
        }

    .form-value {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .form-row:last-of-type .form-value:last-of-type {
        margin: 0;
    }

        .form-value:nth-of-type(2) {
            width: 100%;
        }

        .form-value.full-width {
            width: 100%;
        }

    .form-controls input[type="button"] {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .form-controls input[type="button"]:last-of-type {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }
}

div.transport-deadline-countdown {
    text-align: center;
}

    div.transport-deadline-countdown span.transport-deadline-countdown-timer {
        text-align: center;
        font-weight: bold;
    }


dl[id$="PersonalSettings_DeliveryTimeViews_FlexDropDown"] span:not([data-value="-1"]) span.flex-text {
    font-weight: 600;
}

.fa-file-plus:before {
    color: #525252;
}


.content-header {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.flex-universal-parts .content-header{
    flex-direction: row;
    justify-content: space-between;
}


    .content-header h1 {
        display: inline-block;
        padding: 0 0 0 0 ;
    }

    .content-header .search {
        display: flex;
        align-items: center;
        width: auto;
    }

    .search-and-tools {
        display: flex;
        align-items: center;
        gap: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .special-tools-renting {
        font-size: 16px;    
        font-weight: bold;
        color: #656565;
        text-decoration: none;
        white-space: nowrap;
    }
    
    .special-tools-renting:hover {
        color: #e02222;
    }
    
    .special-tools-renting i {
        padding: 0 7px 0 5px;
        font-family: "Font Awesome 5 Pro";
    }
    
.flex-universal-parts .content-header .search {
    width: auto;
}

.content-header .search input[type="text"] {
    width: 250px;
    height: 22px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 0;
    vertical-align: middle;
}

        .content-header .search input[type="button"] {
            border: 1px solid #000;
            border-left: 0 rgb(181, 181, 181);
            background: #fff url("/Plugins/FlexView/Images/Svg/search-glass.svg") center center no-repeat;
            background-size: 15px;
            border-radius: 0 3px 3px 0;
            width: 32px;
            height: 32px;
            vertical-align: middle;
        }



@media only screen and (min-width: 1025px) {
    .refund-percent-status > span {
        display: flex;
        padding: 4px 18px 0 2px;
    }

        .refund-percent-status > span::before {
            content: url("/Plugins/FlexView/Images/Svg/refund-status-icon.svg");
            padding: 11px 0 0 4px;
            width: 24px;
            height: auto;
        }


    .sticky-header-active {
        padding-top: 240px;
    }
    
    .sticky-header {
        position: fixed;
        top: 0;
        background-color: white;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        animation: slide-down 0.7s;
    }
        .sticky-header .flex-basket-items-count {
            display: none;
        }

        .sticky-hidden {
            visibility: hidden;
            position: absolute;
            max-height: 0;
        }


    .sticky-top-header {
        width: 100%;
        z-index: 1001;
        background-color: #f4f5f6;
        box-shadow: 3px 3px 5px 6px #ccc;
        -moz-box-shadow: 3px 3px 5px 6px #ccc;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    }

    .sticky-main-menu {
        position: fixed;
        width: 100%;
        z-index: 1000;
        background-color: #2e3a51;
        top: 104px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .sticky-top-header .flex-header-table {
        height: 121px;
    }

    .flex-container.flex-main-menu.sticky-main-menu .flex-menu {
        margin-bottom: 0;
    }

    .user-owner-contact {
        margin: auto;
    }

    .flex-panel-wide .user-owner-contact span {
        color: #6f6f6f;
        font-weight: 300;
        font-size: 10pt;
        padding: 16px;
        text-align: center;
        background: white;
        border: 0px;
    }
}

/* Mobile devices */
@media only screen and (max-width: 989px) {
    .content-header {
        border: 0;
        padding: 0 15px 15px 15px;
    }

    .content-header .search {
        display: none;
    }

    .special-tools-renting i {
        padding: 5px 7px 0 0 !important;
    }
}


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    font-size: 10pt;
}

    .cookie-consent.setted {
        display: none;
    }

.basic-cookie-bar {
    background: white;
    border-radius: 3px;
    border-top: 1px solid #d6d6d6;
    padding: 20px;
    margin: 0 auto;
}

.cookie-consent .basic-dialog {
    width: 1210px;
    margin: 0 auto;
}

.cookie-consent .title {
    font-size: 13pt;
    font-weight: 600;
    margin-bottom: 10px;
}

.cookie-consent .content {
    margin-bottom: 15px;
}

    .cookie-consent .content .details {
        display: none;
        padding-top: 10px;
    }

        .cookie-consent .content .details .flex-checkbox-toogle-text {
            font-size: 11pt;
            font-weight: 600;
            padding: 5px 0 5px 36px;
        }

        .cookie-consent .content .details .description {
            padding: 5px 0 10px 36px;
        }

.cookie-consent .controls {
    text-align: right;
}

    .cookie-consent .controls a {
        color: #2766d9;
        margin-right: 10px;
        text-decoration: none;
    }

        .cookie-consent .controls a:hover {
            text-decoration: underline;
        }

    .cookie-consent .controls button {
        color: white;
        cursor: pointer;
        padding: 10px 20px;
        background: #a2a2a2;
        border: 0px;
        border-radius: 3px;
        min-width: 160px;
    }

        .cookie-consent .controls button.highlighted {
            background: #5fb16c;
            font-weight: 600;
            margin: 0 0 0 8px;
        }



.advanced-cookie-bar {
    position: relative;
}

    .advanced-cookie-bar * {
        box-sizing: border-box;
        color: #2e2a2a;
    }

.cookie-additional-selection,
.cookie-basic-selection {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
    border-top: 1px solid #c4c4c4;
    padding: 20px 25px;
}

    .cookie-additional-selection .cookie-content,
    .cookie-basic-selection .cookie-content {
        display: grid;
        grid-template-columns: 55% 42%;
        column-gap: 25px;
    }

    .cookie-additional-selection .cookie-navigation,
    .cookie-basic-selection .cookie-navigation {
        display: flex;
        column-gap: 10px;
        align-items: center;
        justify-content: end;
    }

.advanced-cookie-bar .cookie-title {
    margin-bottom: 10px;
}

.advanced-cookie-bar .short-description-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
}

.advanced-cookie-bar .link-navigation {
    width: fit-content;
    color: #3461b8;
}

.advanced-cookie-bar button {
    border-radius: 0;
    padding: 10px 16px;
    cursor: pointer;
}

.advanced-cookie-bar .primary-cookie-button {
    font-weight: 600;
    background: #ef751b;
    color: aliceblue;
    border: none;
    border-radius: 4px;
}

.advanced-cookie-bar .secondary-cookie-button {
    font-weight: 600;
    border: 1px solid #918f8f;
    background-color: #fffbf2;
    border-radius: 4px;
}

.advanced-cookie-bar .additional-text {
    font-weight: 400;
    font-size: 9pt;
}

.cookie-custom-selection {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 67%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
    border-left: 1px solid #c4c4c4;
    padding: 35px 25px;
}

    .cookie-custom-selection .infomation-title {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .cookie-custom-selection .long-description,
    .custom-cookies-title {
        margin-bottom: 25px;
    }

    .cookie-custom-selection .cookie-content {
        display: flex;
        flex-direction: column;
        margin-bottom: 35px;
    }

    .cookie-custom-selection .long-description {
        text-align: justify;
    }

    .cookie-custom-selection .additional-information {
        display: flex;
        flex-direction: column;
    }

        .cookie-custom-selection .additional-information .infromation-link {
            color: #2e2a2a;
        }

    .cookie-custom-selection .link-navigation,
    .cookie-custom-selection .selection-title {
        margin-bottom: 15px;
    }

    .advanced-cookie-bar .button-title,
    .cookie-custom-selection .selection-title {
        font-weight: 600;
    }

    .cookie-custom-selection .cookies-selection {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .cookie-custom-selection .cookie-navigation {
        display: flex;
        column-gap: 10px;
        margin-top: auto;
        margin-bottom: 0;
    }

    .cookie-custom-selection .custom-cookies-selector {
        display: flex;
        flex-direction: column;
        column-gap: 15px;
    }

    .cookie-custom-selection .custom-cookies-checkbox {
        display: flex;
        align-items: center;
        column-gap: 15px;
        margin-bottom: 5px;
    }

        .cookie-custom-selection .custom-cookies-checkbox input {
            position: relative;
            width: 20px;
            height: 20px;
            min-width: 20px;
            min-height: 20px;
            appearance: none;
        }

            .cookie-custom-selection .custom-cookies-checkbox input::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #fff;
                border: 1px solid black;
                box-shadow: 0 0 1px 0px black inset;
            }

            .cookie-custom-selection .custom-cookies-checkbox input:hover:before {
                background-color: #efefef;
                box-shadow: 0 0 2px 0px black inset;
            }

            .cookie-custom-selection .custom-cookies-checkbox input:checked::after {
                content: '';
                position: absolute;
                top: 20%;
                left: 22%;
                width: 55%;
                height: 35%;
                background-color: transparent;
                border-bottom: 2px solid #2e2a2a;
                border-left: 2px solid #2e2a2a;
                transform: rotate(-50deg);
            }

            .cookie-custom-selection .custom-cookies-checkbox input[disabled]::after {
                opacity: 0.4
            }

            .cookie-custom-selection .custom-cookies-checkbox input[disabled]::before {
                background-color: #efefef;
                box-shadow: 0 0 2px 0px black inset;
                opacity: 0.4;
                pointer-events: none;
            }

        .cookie-custom-selection .custom-cookies-checkbox .title {
            font-size: 12pt;
            font-weight: 600;
            color: #e57726;
            margin-bottom: 3px;
        }

    .cookie-custom-selection .custom-cookies-checkbox-description {
        padding-left: 35px;
    }

.advanced-cookie-bar .additional-cookie-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 20px;
    align-items: center;
}

.advanced-cookie-bar .additional-cookie-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.advanced-cookie-bar .gdpr-navigation {
    font-weight: 600;
    color: #3461b8;
}

.reject-cookies-modal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #706e6ead;
    z-index: 10000;
}

    .reject-cookies-modal .modal-dialog {
        width: 450px;
        height: 210px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #f3f3f3;
        border: 2px solid #c4c4c4;
        border-radius: 4px;
        padding: 20px
    }

    .reject-cookies-modal .modal-title {
        text-align: center;
    }

    .reject-cookies-modal .modal-navigation {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }


@media only screen and (max-width: 1600px) {
    .cookie-additional-selection .cookie-content, .cookie-basic-selection .cookie-content {
        grid-template-columns: 46% 51%;
    }

    .cookie-custom-selection {
        left: 57%;
    }
}

/* Mobile version */
@media only screen and (max-width: 1280px) {
    .cookie-additional-selection .cookie-content,
    .cookie-basic-selection .cookie-content,
    .cookie-additional-selection .cookie-navigation,
    .cookie-basic-selection .cookie-navigation,
    .cookie-custom-selection .cookie-navigation {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .cookie-navigation button {
        width: 100%;
    }

    .cookie-custom-selection {
        left: 15px;
        right: 15px;
        bottom: 15px;
        height: calc(100vh - 30px);
        border: 1px solid #d6d6d6;
    }

    .cookie-additional-selection, .cookie-basic-selection {
        bottom: 15px;
    }
}


@media only screen and (max-width: 989px) {
    .cookie-consent {
        font-size: 9pt;
    }

        .cookie-consent .controls a {
            margin-right: 7px;
        }

        .cookie-consent .controls button {
            min-width: auto;
            padding: 8px 10px;
        }

            .cookie-consent .controls button.highlighted {
                margin: 0 0 0 4px;
            }

        .basic-cookie-bar .basic-dialog {
            width: 100%;
        }

    .reject-cookies-modal .modal-dialog {
        width: 95vw;
    }
}

.consent-modal {
    position: fixed;
    display: flex;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.consent-modal.hidden {
    display: none !important;
}

.consent-modal-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: auto;
    min-width: 300px;
    max-width: 425px;
    max-height: 80vh;
    overflow-y: auto;
}

.consent-modal-header h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.consent-modal-body p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.consent-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}

.consent-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consent-modal-button {
    background: none;
    padding: 10px 16px;
    border-radius: 6px;
    border: none;
}

#decline-consent {
    background-color: #e5e5e5;
    color: #000000;
    font-weight: bold;

}

#accept-consent {
    background-color: #ff7f50;
    color: #ffffff;
}

@media screen and (max-width: 500px) {
    .consent-modal-content {
        width: 100%;
        max-width: 500px;
        border-radius: 0;
    }
}
@media only screen and (max-width: 989px) {
    .media-desktop-only {
        display: none;
    }
}

@media only screen and (min-width: 990px) {
    .media-mobile-only {
        display: none;
    }
}


.menu-item.dropdown {
    vertical-align: middle;
}

.menu-item.dropdown .dropdown-button {
    margin: 0 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    display: flex;
    gap: 0 0.4rem;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

@media only screen and (max-width: 989px) {
    .menu-item.dropdown .dropdown-button {
        border: 1px solid #d5d5d5;
        height: 40px;
        width: 40px;
        border-radius: 10%;
        background: #f4f4f4;
        margin: 0;
        padding: 0;
    }
}


.menu-item.dropdown .dropdown-button i {
    color: #e02222;
    font-size: 11pt;
}


.menu-item.dropdown .dropdown-options {
    position: absolute;
    margin-top: 8px;
    padding: 20px;
    background-color: white;
    min-width: 280px;
    /*border: 1px solid #e11a1a;*/
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1004;
    border-radius: 6px;
    text-align: left;
    right: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;

}

@media only screen and (max-width: 989px) {
    .menu-item.dropdown .dropdown-options {
        margin-top: 18px;
        min-width: 75vw;
    }
}

.menu-item.dropdown .dropdown-options.hidden {
    display: none;
}

.menu-item.dropdown .dropdown-options .header {
    font-size: 108%;
    margin: 3px;
    font-weight: 600;
}


.menu-item.dropdown .dropdown-options .items {
    display: flex;
    flex-wrap: wrap;
}

.menu-item.dropdown .dropdown-options .items .item {
    margin: 4px;
    padding: 2px 8px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;

}

@media only screen and (max-width: 989px) {
    .menu-item.dropdown .dropdown-options .items .item {
        padding: 8px 18px;
    }
}

.menu-item.dropdown .dropdown-options .items a {
    color: inherit;
    text-decoration: inherit;
}

.menu-item.dropdown .dropdown-options .items button {
    background: inherit;
    color: inherit;
}

.menu-item.dropdown .dropdown-options .items .item:hover {
    border: 1px solid #CC2A28;
}

.menu-item.dropdown .dropdown-options .items .item {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item.dropdown .dropdown-options .items .item.selected {
    border: 2px solid #D97978;
}

