.article-card .article-more a {
    font-family: Montserrat, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}


.collapsing-overflow-x-visible.collapsing {
    overflow: visible !important;
}


.compatibility-wrapper-font-size {
    font-size: 1rem;
}

.compatibility-wrapper ol {
    padding-left: 2rem !important;
}

div.gm-style-iw {
    border-radius: 0 !important;
    padding: 40px !important;

}

@media (max-width: 767.98px) {
    div.gm-style-iw {
        padding: 0 !important;
        padding-top: 40px !important;
        max-width: calc(100vw - 60px) !important;
    }

    .business-partner .data {
        font-size: 12px;
    }

    .business-partner .address {
        font-size: 14px;
    }

    .business-partner .name {
        font-size: 18px;
    }

    #agents-infowindow {
        padding: 20px;
    }

    #agents-infowindow h5 {
        font-size: 0.8rem;
    }

}

.gm-style-iw > button {
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 10px 10px;*/
    /*border: none;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*top: 5px;*/
    /*right: 5px;*/
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    background-color: #232323 !important;
    cursor: pointer !important;
    z-index: 10;
    opacity: 1 !important;
}

.gm-style-iw > button::before {
    position: absolute !important;
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    background: url(https://www.drutex.eu/static/layout2021/images/btn-close.svg) center center no-repeat !important;
    background-size: 18px !important;
    opacity: 1 !important;
    transition: opacity 0.2s !important;
    content: "" !important;
}

.gm-style-iw > button:hover::before {
    opacity: 0.6;
    transition: opacity 0.3s;
}

.gm-style-iw > button > img {
    display: none !important;
}

.compatibility-wrapper textarea, .compatibility-wrapper input {
    -webkit-appearance: revert;
}

input[type='file'].form-control {
    padding-top: 25px;
    padding-left: 35px;
    height: 75px;
}

.lg-prev:after {
    display: none;
}

.lg-next:before {
    display: none;
}

.lg-outer .lg-pager-thumb-cont {
    display: none !important;
}

.gallery-button:hover {
    background-color: #323232;
}

.lg-next, .lg-prev {
    background-color: transparent;
}

.gallery-indicators button {
    position: relative;
    width: auto !important;
    height: auto !important;
    font-family: "Montserrat";
    font-size: 26px;
    color: #A7A7A7;
    font-weight: 300;
    line-height: 110%;
    padding: 0px !important;
    padding-top: 13px !important;
    margin: 5px 15px !important;
    text-indent: 0px !important;
    background: none !important;
    border: none !important;
    opacity: 1 !important;
    transition: all 0.3s;
}


.gallery-indicators .lg-pager-active {
    color: #FED141 !important;
}

.gallery-indicators button.lg-pager-active::before {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #FED141;
    opacity: 1;
    content: "";
    transition: all 0.3s;
}

div.gallery-indicators {
    justify-content: flex-start !important;
    /*padding: 0px 90px 0px 90px !important;*/
    margin: 0px -15px !important;
    z-index: 15;
    display: block;
}

div.gallery-indicators-container {
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 0px 90px 40px 90px !important;
    margin-top: 25px;
}

.lg-outer .lg-object {
    max-height: calc(100vh - 170px);
}

.lg-sub-html {
    margin-bottom: 50px;
}

.scale {
    transition: filter 0.3s, transform 0.3s;
}

.scale:hover {
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
    .gallery-st .gallery-item {
        width: 100% !important;
    }
}

@media (max-width: 1199.98px) {
    .simple-cards-container .simple-card:hover {
        transform: none !important;
    }
}


/*region product color */

.color-name-shadow {
    text-shadow: 1px 1px 2px #333;
}

.product-color-version .color-sample {
    line-height: unset;
}

.color-text {
    line-height: normal;
    position: relative;
    top: 50%;
    margin-top: -20px;
}

.color-text .small {
    font-size: 13px;
}

.info-cloud-box .info-cloud {
    visibility: hidden;
    width: 200px;
    color: #fff;
    text-align: center;
    padding: 15px 18px;
    background-color: #272727;
    position: absolute;
    z-index: 1;
    margin-left: -60px;
    margin-top: 90px;
    font-size: larger;
}

.info-cloud > small {
    font-size: smaller;
}

.info-cloud-box .info-cloud::before {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #272727 transparent;
    content: '';
}

.info-cloud-box:hover .info-cloud {
    visibility: visible;
}


/*region sprites */

DIV.container-sprited-presenter-image DIV.product-img {
    width: 214px;
    height: 393px;
    padding: 0
}

DIV.container-sprited-presenter-image DIV.product-img IMG#color-presenter-image {
    width: 214px;
    height: 393px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_1 {
    background-position-x: 0px;
    background-position-y: 0px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_2 {
    background-position-x: -231px;
    background-position-y: 0px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_3 {
    background-position-x: -462px;
    background-position-y: 0px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_4 {
    background-position-x: -693px;
    background-position-y: 0px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_5 {
    background-position-x: -924px;
    background-position-y: 0px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_6 {
    background-position-x: -1155px;
    background-position-y: 0px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_7 {
    background-position-x: -1386px;
    background-position-y: 0px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_8 {
    background-position-x: 0px;
    background-position-y: -406px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_9 {
    background-position-x: -231px;
    background-position-y: -406px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_10 {
    background-position-x: -462px;
    background-position-y: -406px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_11 {
    background-position-x: -693px;
    background-position-y: -406px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_12 {
    background-position-x: -924px;
    background-position-y: -406px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_13 {
    background-position-x: -1155px;
    background-position-y: -406px
}

DIV.container-sprited-presenter-image DIV.product-img.sprite_214_393.sprite_v_14 {
    background-position-x: -1386px;
    background-position-y: -406px
}

UL.slides-sprited-presenter-image LI.slide A {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

A.sprite_214_393 {
    display: block;
    width: 214px;
    height: 393px;
    margin-left: auto;
    margin-right: auto
}

A.sprite_214_393.sprite_v_1 {
    background-position-x: 0px;
    background-position-y: 0px
}

A.sprite_214_393.sprite_v_2 {
    background-position-x: -231px;
    background-position-y: 0px
}

A.sprite_214_393.sprite_v_3 {
    background-position-x: -462px;
    background-position-y: 0px
}

A.sprite_214_393.sprite_v_4 {
    background-position-x: -693px;
    background-position-y: 0px
}

A.sprite_214_393.sprite_v_5 {
    background-position-x: -924px;
    background-position-y: 0px
}

A.sprite_214_393.sprite_v_6 {
    background-position-x: -1155px;
    background-position-y: 0px
}

A.sprite_214_393.sprite_v_7 {
    background-position-x: -1386px;
    background-position-y: 0px
}

A.sprite_214_393.sprite_v_8 {
    background-position-x: 0px;
    background-position-y: -406px
}

A.sprite_214_393.sprite_v_9 {
    background-position-x: -231px;
    background-position-y: -406px
}

A.sprite_214_393.sprite_v_10 {
    background-position-x: -462px;
    background-position-y: -406px
}

A.sprite_214_393.sprite_v_11 {
    background-position-x: -693px;
    background-position-y: -406px
}

A.sprite_214_393.sprite_v_12 {
    background-position-x: -924px;
    background-position-y: -406px
}

A.sprite_214_393.sprite_v_13 {
    background-position-x: -1155px;
    background-position-y: -406px
}

A.sprite_214_393.sprite_v_14 {
    background-position-x: -1386px;
    background-position-y: -406px
}

/*endregion*/

/*endregion*/


.scrollbar-padding-fix > .menu-content {
    padding-right: 15px !important;
}


/*#region cookies*/
#cookies-info {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px 25px 0px 25px;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 400;
}

#cookies-info .info-text {
    /*font-family: "Open Sans";*/
    font-size: 1.1em;
    color: #fff;
    line-height: 140%;
    font-weight: 400;
}

#cookies-info .info-text .info-title {
    font-size: 1.3em;
}

.btn-bdr-xs-yellow {
    border-color: #ffda48;
}

button.btn-bdr-xs-yellow, button.btn-bdr-xs-red, button.btn-bdr-xs-gray, button.btn-bdr-xs-light-gray, button.btn-bdr-xs-dark-gray {
    background-color: transparent;
}

#cookies-info .info-text a {
    color: #fff;
    text-decoration: underline;
}

#cookies-info .btn-col button {
    color: #fff;
    margin: 15px 0px;
}

/*endregion*/


#cookies-info .btn-st {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}

.product-version .product img {
    width: 130%;
}

.product-version .collapse:not(.show) {
    display: none;
}

.admin-bar {
    background-color: black;
    color: white;
    position: fixed;
    bottom: 0;
    z-index: 10001;
    width: 100%;
    padding: 8px;
}

.admin-href {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
}


.carousel-multiple-items .carousel-item {
    margin-right: 0;
    flex: 0 0 25%;
    display: block;
}

.carousel-multiple-items .carousel-inner {
    display: flex;
    width: calc(100% + 20px);
}


.carousel-multiple-items .gallery-item {
    width: 100%;
    margin-right: 20px;
}

.carousel-multiple-items {
    overflow: hidden;
}

.module-header-secondary .module-header-title {
    color: transparent;
}

.module-header-secondary.header-dark .module-header-title {
    color: transparent;
}


.lg-sub-html .text {
    font-weight: 600;
    font-size: 16px;
}


.lg-sub-html .subtext {
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .animated-slider div {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: center center no-repeat;
        background-size: cover;
    }
}

.animated-slider, .slider-service-manual {
    height: 100%;
    width: 100%;
    cursor: url(../images/mouse_l_00000.png), auto;
}

@-webkit-keyframes cursor-slider-left {
    0% {
        cursor: url(../images/mouse_l_00000.png), auto;
    }
    33% {
        cursor: url(../images/mouse_l_00001.png), auto;
    }
    66% {
        cursor: url(../images/mouse_l_00002.png), auto;
    }
    100% {
        cursor: url(../images/mouse_l_00003.png), auto;
    }
}

@keyframes cursor-slider-left {
    0% {
        cursor: url(../images/mouse_l_00000.png), auto;
    }
    33% {
        cursor: url(../images/mouse_l_00001.png), auto;
    }
    66% {
        cursor: url(../images/mouse_l_00002.png), auto;
    }
    100% {
        cursor: url(../images/mouse_l_00003.png), auto;
    }
}


@-webkit-keyframes cursor-slider-right {
    0% {
        cursor: url(../images/mouse_r_00000.png), auto;
    }
    33% {
        cursor: url(../images/mouse_r_00001.png), auto;
    }
    66% {
        cursor: url(../images/mouse_r_00002.png), auto;
    }
    100% {
        cursor: url(../images/mouse_r_00003.png), auto;
    }
}

@keyframes cursor-slider-right {
    0% {
        cursor: url(../images/mouse_r_00000.png), auto;
    }
    33% {
        cursor: url(../images/mouse_r_00001.png), auto;
    }
    66% {
        cursor: url(../images/mouse_r_00002.png), auto;
    }
    100% {
        cursor: url(../images/mouse_r_00003.png), auto;
    }
}


.animated-slider.moving-left, .slider-service-manual.moving-left {
    height: 100%;
    width: 100%;
    cursor: url(../images/mouse_l_00000.png), auto;
    -webkit-animation: cursor-slider-left 400ms infinite;
    animation: cursor-slider-left 400ms infinite;
}

.animated-slider.moving-right, .slider-service-manual.moving-right {
    height: 100%;
    width: 100%;
    cursor: url(../images/mouse_r_00000.png), auto;
    -webkit-animation: cursor-slider-right 400ms infinite;
    animation: cursor-slider-right 400ms infinite;
}

.lg-share {
    display: none !important;
}

.slider-loading {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.65;
}

.addon-color-text {
    display: inline-flex;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.color-palette-addon {
    display: inline-flex;
}

.info-cloud-box .info-cloud-addons {
    margin-left: -88px;
    margin-top: 27px;
}

.module-header-secondary.header-dark .module-header-title {
    color: white !important;
}

/*.slider-right-box.loader-small::before, .slider-right-box.loader-medium::before, .slider-right-box.loader-large::before {*/
/*    right: 32vw;*/
/*}*/


.lg-outer .lg-has-video .lg-video-object.lg-youtube {
    visibility: visible;
}

@media (min-width: 1200px) {
    .slider-top.slider-s2 .carousel-inner .carousel-item .slider-right-box {
        width: calc(100% - 32vw);
    }
}

.product-color-version img {
    width: auto;
    max-height: inherit;
    max-width: 100%;
}

.product-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffffd4;
    opacity: 0;
}

.product-loader img {
    position: relative;
    top: calc(50% - 24px);
}

.map-wrapper-banner .modal-body {
    padding: 0 0 0.5rem;
}

.map-wrapper-banner .business-partner .label:not(.name) {
    margin-bottom: 0.75em;
}

.map-wrapper-banner .business-partner .label.name {
    margin-bottom: 0;
}


.map-wrapper-banner .business-partner .address {
    margin-bottom: 0.9em;
}

.map-wrapper-banner .business-partner .data {
    margin-bottom: 0.5em;
}

.map-wrapper-banner .business-partner .name {
    font-size: unset;
    margin-bottom: 10px;
}

.map-wrapper-banner .business-partner .address {
    font-size: unset;
}

.map-wrapper-banner .business-partner .data {
    font-size: 12px;
}

.map-wrapper-banner .modal-body > .container-fluid {
    padding: 0 1.5rem 0;
}

ul.site-map > li:not(:last-child)::after {
    position: relative;
    left: -20px;
    width: 100%;
    height: 1px;
    background-color: #DADADA;
    content: "";
    display: block;
    top: 8px;
}


.language-panel .lang-menu div {
    display: block;
    margin: 8px 0;
}

.language-panel .lang-menu li {
    display: block;
    margin: 0;
}

div.lang-menu > div {
    text-align: center;
}

.lang-menu ul {
    display: inline-block;
    max-width: 120px;
    text-align: left;
}


section.mobile-product-parameters {
    background-color: #1E1E1E;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 32px;
}

.mobile-product-parameters > div > div:first-child {
    color: #E6DAB5;
    font-size: 20px;
    font-weight: lighter;
    padding-top: 24px;
    line-height: 24px;
}

.mobile-product-parameters > div > div:last-child {
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-top: 8px;
}


div#map-legend {
    background-color: #dfdfdf;
    text-align: center;
    z-index: 10;
    position: absolute;
    width: 100%;
    box-shadow: 1px 10px 20px 0px #0000008c;
    transition: all 0.4s ease;
    display: none;
}

.map-legend-title {
    font-family: "Montserrat";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 26px;
    display: inline-block;
}

.map-legend-item {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 14px;
    margin: 0 10px;
}

.map-legend-item > img {
    margin: 0 5px;
}

.map-legend-close {
    display: inline-block;
    top: -3px;
    margin-left: 24px;
    position: relative;
    padding: 10px;
    opacity: 0.3;
}

.map-legend-close:hover {
    opacity: 1;
}

.map-legend-show {
    text-align: center;
    position: absolute;
    z-index: 9;
    background-color: #dfdfdf;
    padding: 10px;
    width: 50px;
    left: calc(50% - 25px);
}

.slide-up {
    transform: translateY(calc(-100% - 20px));
}

.map-legend-show:hover {
    background-color: #c9c9c9;
}

@media (max-width: 767.98px) {
    div#map-legend {
        text-align: left;
        padding-bottom: 4px;
    }

    .map-legend-title {
        display: block;
        margin: 16px;
    }

    .map-legend-item {
        display: block;
        margin: 5px;
    }

    .map-legend-close {
        display: block;
        top: calc(50% - 8px);
        right: 10px;
        position: absolute;
        height: 16px;
    }

}

.business-partner .label:not(.name) {
    display: inline-block;
    padding: 2px 4px;
    font-weight: 500;
    margin-bottom: 20px;
}

.business-partner .label.name {
    margin-bottom: unset;
    border-bottom: unset;
}


div.map-show-photos {
    left: 6px;
    position: relative;
    top: 8px;
}

.top-gallery-container {
    position: fixed;
    top: calc(-100vh + 60px);
    background-color: black;
    left: 0;
    display: block;
    width: 100%;
    height: 68px;
    z-index: 15000000;
}

.gallery-dealer-name {
    font-weight: bold;
    font-size: 32px;
    font-family: 'Montserrat';
}

.gallery-dealer-label {
    color: #d8b88e;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 24px;
}


.modal-dark .modal-content {
    background: linear-gradient(180deg, #eab54d, #eee4a9);
    border: 0;
}

.modal-dark .modal-content .modal-inner-content {
    background: black;
    background-clip: content-box; /* !importanté */
    width: auto;
    padding: 3px;
    color: white;
}

.modal-dark .new-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    border: none;
    background-color: #eab54d;
    z-index: 10;
    font-family: Montserrat;
    font-size: 18px;
    padding: 14px 20px;
    color: #26221f;
    text-transform: uppercase;
    font-weight: 500;
}

.modal .modal-content .modal-body.modal-body-full-size {
    margin: 0;
    padding: 0;
}

.modal-dark .href-button {
    height: 40px;
    width: 400px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 200px);
    background-color: #eab54d;
    font-family: Montserrat;
    font-size: 18px;
    color: #26221f;
    text-transform: uppercase;
    padding: 14px 20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.modal-dark .href-button.href-button-small {
    bottom: 0;
}

.modal-dark .btn-movie-play:before {
    background: #eab54d;
}

@media (max-width: 1399.98px) {
    .modal.modal-dark .modal-content {
        min-height: unset;
    }

    .modal.modal-dark .modal-dialog {
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 767.98px) {
    .modal-dark .new-label {
        height: 2rem;
        padding: 0.7rem 1rem;
        font-size: 0.8rem;
    }

    .modal-dark .href-button {
        height: 2rem;
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
        width: 300px;
        left: calc(50% - 150px);
        bottom: -15px;

    }
}

.new-menu-item {
    background-color: #FED141;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat";
    font-size: 12px;
    padding: 0 6px;
    margin-left: 2px;
    margin-right: 2px;
}


.header-bar .btn-menu-custom {
    position: relative;
    display: block;
    height: 35px;
    font-family: "Montserrat";
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 34px;
    background-size: 35px 35px;
    margin-left: 50px;
    padding-left: 55px;
    border: none;
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .header-bar .btn-menu-custom {
        display: none;
    }

    .menu-mobile-hide {
        display: none;
    }
}

@media (min-width: 1199.98px) {
    .menu-desktop-hide {
        display: none;
    }
}


.spoken-language-icon {
    max-height: 18px;
    margin: 0 8px;
}

.drx-header {
    top: 0;
}

.drx-header .language-panel {
    top: 80px;
}

.drx-header-m {
    top: 0;
    height: 65px;
}

.drx-header-m .drx-menus-container {
    top: 65px;
}

.drx-btn-show-lang.drx-btn-menu-toggle-lang {
    background: url(https://www.drutex.eu/static/layout2021/images/hide-menu-ico.svg) center center no-repeat;
    background-size: 22px 22px;
    width: 50px;
    height: 40px;
    border: 1px solid #3E3E3E;
    color: transparent;
}

.drx-lang-panel .language-panel {
    background: #191919;
}


@media (min-width: 768px) and (max-width: 1199.98px) {
    .language-show .drx-lang-panel .language-panel {
        left: 0 !important;
        transition: left 0.4s ease;
    }

    .drx-lang-panel .language-panel {
        left: -40vw !important;
        padding-left: 0 !important;
        transition: left 0.4s ease;
    }

    .drx-btn-show-lang {
        transition: none !important;
    }
}

@media (max-width: 767.98px) {
    .drx-lang-panel .language-panel {
        transition: left 0.4s ease;
        left: -100vw !important;
    }

    .language-show .drx-lang-panel .language-panel {
        left: 0 !important;
        transition: left 0.4s ease;
    }

    .drx-btn-show-lang {
        transition: none !important;
    }
}

.drx-active-item {
    border-bottom: #F5CB4D 1px solid;
}
.drx-header .drx-menu-box .drx-submenu .drx-menu-item.drx-active-item a {
    color: #F5CB4D !important;
}

.drx-active-top a::after {
    width: 100% !important;
}