/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Roboto-Thin.ttf');
}w
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/Roboto-ThinItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/Roboto-LightItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/Roboto-RegularItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/Roboto-MediumItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/Roboto-BoldItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Roboto-Black.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/Roboto-BlackItalic.ttf');
}

:root {
    --engine-blue: #1842C4;
    --engine-blue-dark: #071846;
    --engine-orange: #FF9600;
    --engine-grey: #EAEBEC;
    --engine-black: #010001;
    --engine-white: #ffffff;
    --engine-green: #5bc35b;
    --engine-font-familly: Arial;
    --engine-orange-hover: #e08521;
}

body{
    font-family: var(--engine-font-familly);
}

#module-rncconfigurator-PageConfigurator #content {
    position: relative;
    /*max-width: 452px;*/
    /*margin: 0 auto;*/
}

/*HEADER*/
#header .engine-header-nav {
    border-bottom: 2px solid #E0E1E2;
    max-height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 80px;
}

#header .logo {
    max-width: 49%;
}

#header .header-top {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E0E1E2;
}

#wrapper {
    background: var(--engine-white);
    box-shadow: none;
    /*padding-top: 1.563rem;*/
    padding-top: 0;
}

#header .engine-header-nav .right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}

#header .engine-header-nav .search-widget {
    /*margin-top: .2rem;*/
}

#header .engine-header-nav .user-info {
    margin-left: 2.5rem;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}

#header .engine-header-nav .user-info > a{
    margin-right: 10px;
}

#header .engine-header-nav .blockcart {
    /*background: #f1f1f1;*/
    height: 3rem;
    padding: 0.4rem;
    margin-left: .0625rem;
    text-align: center;
    white-space: nowrap;
}

#header .engine-header-nav .engine-cart-badge {
    position: absolute;
    top: -0.6rem;
    left: 1.3rem;
    display: block;
    border-radius: 50%;
    background: var(--engine-black);
    width: 25px;
    height: 25px;
    line-height: 1.6rem;
    text-align: center;
    color: var(--engine-orange);
    /*padding: 0.2rem;*/
    font-weight: bold;
    font-size: 12px;
}

#header .engine-header-nav .engine-cart-total {
    font-weight: bold;
    line-height: 15px;
    /*margin-left: 5px;*/
}

#header .engine-header-nav .engine-cart-total, #header .engine-material-icons.engine-cart-orange {
    color: var(--engine-orange);
}

#header .engine-header-nav .blockcart .engine-shopping-cart-block-total{
    display: inline-grid; margin-left: 10px;
}

#header .engine-header-nav .blockcart .engine-shopping-cart-block-total .engine-shopping-cart-block-label-total{
    font-weight: bold; font-size: 11px;padding-left:4px
}

@media (max-width: 767px) {

    #header {
        background: #ffffff;
    }

    #header .header-top {
        border-bottom: none;
        background-color: #ffffff;
    }

    #header .engine-header-nav {
        border: none;
    }

    #header .engine-header-nav .top-logo {
        line-height: 50px;
        vertical-align: middle;
        width: auto;
        float: left;
        padding-top: 5px;
        padding-bottom: 5px;
        /*margin: 0 auto;*/
    }

    #header .engine-header-nav .top-logo a img {
        max-height: 40px;
        max-width: 100%;
    }

    #header .engine-header-nav .user-info {
        text-align: left;
        margin-left: 0;
        /*padding-top: 10px;*/
    }

    #header .engine-header-nav .engine-material-icons {
        font-size: 50px;
    }

    #header .engine-header-nav .engine-material-icons.shopping-cart {
        font-size: 43px;
        padding-top: 5px;
    }

    #header .engine-header-nav .engine-cart-badge {
        position: absolute;
        top: 0rem;
        left: 1.3rem;
        display: block;
        border-radius: 50%;
        background: var(--engine-black);
        width: 25px;
        height: 25px;
        line-height: 1.6rem;
        text-align: center;
        color: var(--engine-orange);
        /*padding: 0.2rem;*/
        font-weight: bold;
        font-size: 10px;
    }

    #header .engine-header-nav .mobile {
        padding-left: 15px;
        padding-right: 15px;
    }

    #menu-icon .material-icons {
        font-size: 4em;
        color: black;
        cursor: pointer;
    }

    #header .engine-header-nav .blockcart .engine-shopping-cart-block-total{
        margin-left: 5px;
        padding-top: 0.7em;
    }

    #header .engine-header-nav .blockcart .engine-shopping-cart-block-total .engine-shopping-cart-block-label-total{
        font-size: 12px;
        color: black;
    }

    .header-top .search-widget form input[type=text] {
        background-color: var(--engine-grey);
        border-radius: 25px;
        background-color: var(--engine-grey);
        color: var(--engine-black);
        border: none !important;
        border: 2px solid var(--engine-grey) !important;
    }

    #_mobile_user_info{
        /*padding-top: 7px;*/
        /*margin-top: 10px;*/
    }

    #_mobile_user_info .user-info > a {
        margin-right: 0px !important;
    }

}

#header .engine-material-icons {
    font-size: 40px;
}

#header .engine-header-nav #_desktop_contact_link #contact-link {
    margin-top: .9375rem;
}

.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: .5rem;
    right: .125rem;
    color: #7a7a7a;
}

input.engine-input-search{
    border-radius: 25px;
    background-color: var(--engine-grey);
    color: var(--engine-black);
    border: none !important;
    border: 2px solid var(--engine-grey) !important;
}

.search-widget form input[type=text]:focus {
    border-radius: 25px !important;
    -moz-outline-radius: 20px !important;
    background: #fff !important;
    color: var(--engine-black) !important;
    border: 2px solid var(--engine-orange) !important;
    outline: none !important;
}

.search-widget form button[type=submit] .search:hover{
    color: var(--engine-orange) !important;
}

.search-widget form input[type=text]:focus+button .search {
    color: var(--engine-orange) !important;
}




.align-items-center {
    display: flex;
    align-items: center;  /*Aligns vertically center */
    justify-content: center; /*Aligns horizontally center */
}

.block-container {
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid #FB9526;
}

.block-container-table-title {
    display: flex;
    background-color: #FB9526;
    color: #1D47C1;
    align-content: center;
    justify-content: center; /*Aligns horizontally center */
    padding: 10px;
    font-size: 1.5em;
}

.thead-dark {
    background-color: #1D47C1;
    color: white;
}

.space-top {
    margin-top: 40px;
}

.engine-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}

@media (min-width: 576px) {
    .justify-content-xs-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (min-width: 768px) {
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (min-width: 992px) {
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (min-width: 1200px) {
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.engine-select-form-group {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}


.engine-select-form-group > .engine-select-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.engine-select-form-group > div:nth-child(1){
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.engine-select-form-group > div:nth-child(2){
    -webkit-box-flex: 2;
    -webkit-flex: 2 50%;
    -ms-flex: 2 50%;
    flex: 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}


.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

@media (min-width: 768px) {
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.table td {
    color: #1D47C1;
}

.engine-bg-blue{
    background-color: #1842C4;
    color: white;
    /*text-align: center;*/
    font-size: 2.6rem;
    font-weight: bold;
    min-height: 20rem;
    text-align: left;
    line-height: 3rem;
}

.engine-bg-orange{
    background-color: #FB9526;
    color: white;
}

.engine-bg-orange label{
    color: white;
    font-weight: bold;
}



@media (min-width: 1200px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.engine-select-md{
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance: none;
    border: none;
    border-radius: 0px;
}

.engine-select-form {
    position: relative;
    /*Don't really need this just for demo styling*/
}

.engine-select-form:after{
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: var(--engine-white);
    top: 24px;
    right: 29px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
.engine-select-md::-ms-expand {
    display: none;
}

.engine-select-blue{
    color: white;
    background-color: #1842C4;
    padding: 10px;
}

.engine-bg-blue-dark{
    background-color: #071846;
    color: white;
}

.engine-bg-blue-dark li a,
.engine-bg-blue-dark a,
.engine-bg-blue-dark p,
.engine-bg-blue-dark p a,
.engine-bg-blue-dark #block_myaccount_infos .myaccount-title a,
.engine-bg-blue-dark .block-contact .block-contact-title,
.linklist .blockcms-title a{
    color: white;
}


.engine-configurator-blue-block-text{
    background: var(--engine-blue);
    color: var(--engine-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


#result{
    width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
}

table{
    width: 100%;
    /*margin: 3em 0;*/
}

table.engine-configurator-table-element {
    border: 2px solid var(--engine-orange);
}

table.engine-configurator-table-element thead{
    background-color: var(--engine-blue);
    color: var(--engine-white);
}

table.engine-configurator-table-element thead th{
    height: 55px;
    text-align: center;
    font-weight: lighter;
}

table.engine-configurator-table-element thead.engine-configurator-table-element-title{
    background-color: var(--engine-orange);
    color: var(--engine-blue);
    font-size: 28px;
}

table.engine-configurator-table-element tbody{
    padding-top: 15px;
    padding-bottom: 15px;
}

table.engine-configurator-table-element tbody tr{
    text-align: center;
    height: 55px;
    color: var(--engine-blue);
}

.engine-green-color{
    color: var(--engine-green);
    font-weight: bold;
}

.engine-button-submit-orange{
    font-weight: bold;
    color: var(--engine-white);
    background-color: var(--engine-orange);
    width: 100%;
}

/*PRODUCT LIST MINIATURE*/
.engine-product-miniature{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .8125rem;
    flex-direction: column;
}

.engine-thumbnail-container{
    position: relative;
    margin-bottom: 1.563rem;
    height: 318px;
    width: 250px;
    background: #fff;
    /*box-shadow: 2px 2px 8px 0 rgb(0 0 0/.2);*/
}

/************ START PRODUCT LIST BUTTON ADD TO CART *************/
div.engine-block-button-add-to-cart {
    padding-top: 10px;
    width: 100%;
}

div.engine-block-button-add-to-cart form {
    width: 100%;
}

div.engine-block-button-add-to-cart form button {
    width: 100%;
    background-color: var(--engine-orange);
}

div.engine-block-button-add-to-cart form button:hover {
    background-color: var(--engine-orange-hover);
}
/************ END PRODUCT LIST BUTTON ADD TO CART *************/

/************ START BANNER BELOW MENU *************/
div.engine-container-grey-banner-cells {
    /*background-color: var(--engine-grey);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: initial;
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-right: 0px;
}

ul.engine-grey-banner-cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 50px;
    padding-bottom: inherit;
    margin-bottom: inherit;
    color: var(--engine-orange);
    font-weight: bold;
}

ul.engine-grey-banner-cells li.items {
    padding-left: 15px;
    padding-right: 15px;
}

ul.engine-grey-banner-cells li.items.alink {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    background-color: var(--engine-orange);
    cursor: pointer;
}

ul.engine-grey-banner-cells li.items.alink:hover {
    background-color: var(--engine-orange-hover);
}

ul.engine-grey-banner-cells li.items.alink a.engine-color-white, #header a.engine-color-white {
    height: 100%;
    align-items: center;
    align-content: center;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--engine-white);
    font-family: var(--engine-font-familly);
    font-weight: bold;
}
/************ END BANNER BELOW MENU *************/

/************ START HOMEPAGE CATEGORIES GRID *************/
/*ul.engine-home-grid-cat {*/
/*    display: grid;*/
/*    gap: 2rem;*/
/*    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));*/
/*    grid-auto-rows: 225px;*/
/*}*/

ul.engine-home-grid-cat {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(35ch, 1fr));
    grid-auto-rows: 225px;
}

ul.engine-home-grid-cat li.engine-item-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--engine-blue-dark);
    font-size: 3rem;
    color: #fff;
    box-shadow: inset 0 0 0 100vmax rgba(8, 25, 69, 0.6);
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 300ms;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

ul.engine-home-grid-cat li.engine-item-card:hover{
    box-shadow: inset 0 0 0 100vmax rgba(236, 151, 46, 0.9);
}


ul.engine-home-grid-cat li.engine-item-card a.engine-item-card-link{
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-family: Arial;
    font-weight: bolder;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0; left: 0;
}

ul.engine-home-grid-cat li.engine-item-card a.engine-item-card-link:hover {
    /*color: var(--engine-blue-dark);*/
    /*transition: all 300ms;*/
}

ul.engine-home-grid-cat li.engine-item-card a.engine-item-card-link span.engine-item-card-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    text-align: center;
    flex-direction: column;
}

ul.engine-home-grid-cat li.engine-item-card a.engine-item-card-link .engine-title-litle-bottom{
    position: absolute;
    height: auto;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    bottom: 10%;
    font-size: 14px;
    font-weight: normal;
}

ul.engine-home-grid-cat li.engine-item-card.first-card.row-2 {
    grid-row: span 2 / auto;
}
ul.engine-home-grid-cat li.engine-item-card.first-card.row-3 {
    grid-row: span 3 / auto;
}
ul.engine-home-grid-cat li.engine-item-card.first-card.row-4 {
    grid-row: span 4 / auto;
}
ul.engine-home-grid-cat li.engine-item-card.first-card.column-2 {
    grid-column: span 2 / auto;
}
ul.engine-home-grid-cat li.engine-item-card.first-card.column-3 {
    grid-column: span 3 / auto;
}
ul.engine-home-grid-cat li.engine-item-card.first-card.column-4 {
    grid-column: span 4 / auto;
}

div.engine-item-first-card-body{
    width: 100%; height: 100%; background-color: #fff; color: var(--engine-orange);border: 3px solid var(--engine-orange)
}

div.engine-item-first-card-body-header{
    display: flex; height: 50%; font-size: 38px; font-weight: bold; line-height: 44px; text-align: left; padding: 22px;
}

div.engine-item-first-card-body-header-title{
    display: flex; height: 100%; align-items: flex-end;
}

div.engine-item-first-card-body-footer{
    display: flex; height: 50%; width: 100%; padding: 22px;
}

div.engine-item-first-card-body-footer-left{
    display: flex; width: 100%; align-items: flex-end;
}

div.engine-item-first-card-body-footer-left img{
    width: auto;
    object-fit: none;
}

div.engine-item-first-card-body-footer-right{
    align-self: flex-end;
}

div.engine-item-card-title{
    display: flex;align-items: center;align-content: center;text-align: center;font-size: 1.3rem;line-height: 1.5rem;font-family: Arial;font-weight: bold;padding: 0 2.6rem;letter-spacing: -0.5px;
}

div.engine-item-card-title img.picto{
    height: 3.6rem;
    margin-right: 2rem;
}

div.engine-item-card-title img.picto-cadis{
    height: 5rem;
    margin-right: .3rem;
}

div.engine-item-card-text-bottom{
    display: block;position: absolute;width: 100%;text-align: center;bottom: 1.2rem;font-size: 0.9rem;
}


@media screen and (min-width: 600px) {
    .card-tall {
        grid-row: span 2 / auto;
    }

    .card-wide {
        grid-column: span 2 / auto;
    }
}
/************ END HOMEPAGE CATEGORIES GRID *************/

/************ START HOMEPAGE ABOUT US *************/
div.engine-homepage-aboutus{
    margin-bottom: 30px;
    /*padding: 30px;*/
    width: 100%;
    min-height: 220px;
}

div.engine-homepage-aboutus p{
    margin: 0;
    padding: 0;
    color: var(--engine-black);
    font-size: 24px;
    line-height: 27px;
    position: absolute;
    left:0;
    right:0;
    width: 100%;
    background-color: var(--engine-orange);
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}
/************ END HOMEPAGE ABOUT US *************/

/************ START HOMEPAGE REENGAGEMENT *************/
.engine-reengage table{
    border-collapse: separate;
    height: 48px;
    padding: 0 14px;
}

.engine-reengage table td{
    height: 302px;
    width: 45%;
    padding-right: 20px;
    position: relative;
}

.engine-reengage table tr td:nth-child(2){
    padding-right: 0px;
    padding-left: 20px;
}

.engine-reengage table tr td a{
    width: 100%;
    height: 100%;
    color: var(--engine-white);
    background-color: var(--engine-orange);
    font-size: 46px;
    font-weight: bold;
    margin:0px;
    padding: 20px;
    line-height: 45px;
    display: block;
}

.engine-reengage table tr td:nth-child(2) a{
    background-color: var(--engine-white);
    color: var(--engine-orange);
    border: 2px solid var(--engine-orange);
    padding-top: 17%;
}

.engine-reengage table tr td div{
    position:  absolute;
    height: 4px;
    border-top: 4px solid var(--engine-white);
    width: 70%;
    bottom: 20%;
    right: 20px;
}

.engine-reengage table tr td:nth-child(2) div{
    border-top: 4px solid var(--engine-orange);
    width: 70%;
    top: 20%;
    left: 20px;
}
/************ END HOMEPAGE REENGAGEMENT *************/

/************ HOMEPAGE SERVICE CLIENT *************/
.engine-clearfix{
    content: "";
    display: table;
    clear: both;
}

div.engine-service-client-card {
    height: 100%;
    /*height: auto;*/
    /*display: block;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*background-color: var(--engine-blue);*/
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    /*content: "";*/
    /*display: table;*/
    /*clear: both;*/
}

div.engine-service-client-card-container {
    background-color: var(--engine-blue);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.engine-service-client-card-container-side h3 {
    text-decoration: underline;
    margin: 0 0 0px;
    font-size: 25px;
}
.engine-service-client-card-container-side h1 {
    font-weight: 600;
    font-size: 43px;
    margin: 0 0 0px;
}
span.tel{
    font-weight: bold;
    font-size: 2.1rem;
}
.engine-service-client-card-container-side p {
    font-weight: 300;
    line-height: 30px;
    font-size: 23px;
    /*margin: 0 0 30px 0;*/
    color: var(--engine-orange);
}
div.engine-service-client-card-container-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
div.engine-service-client-card-container-side {
    /*margin: 60px 45px 55px;*/
    color: var(--engine-orange);
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 30px 30px;
    min-height: 350px;
}

@media screen and (min-width: 991px) {
    div.engine-service-client-card-container {
        flex-direction: row;
        width: 100%;
    }
    div.engine-service-client-card-container-image{
        height: auto;
        min-height: 523px;
        min-width: 100px;
    }
    div.engine-service-client-card-container-side {
        /*margin: 30px 30px;*/
        /*max-width: 350px;*/
        /*height: 100%;*/
        /*max-height: 522px;*/
        display: inline-flex;
        flex-direction: column;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding: 0px 30px;
    }
}
@media screen and (min-width: 1024px) {
    div.engine-service-client-card-container {
        max-width: 1200px;
        width:100%;
    }
}
/************ END HOMEPAGE SERVICE CLIENT *************/

/************ START BLOCK REASSURANCE OVERRIDE *************/
.blockreassurance .block-icon, .blockreassurance .block-icon img, .blockreassurance .block-icon svg {
    height: 20%;
    content-visibility: auto;
    width: 100%;
}

.blockreassurance .block-title {
    font-weight: bold;
    content-visibility: hidden !important;
    display: none !important;
}
/************ END BLOCK REASSURANCE OVERRIDE *************/

.everblock img{
    width: 100%;
    object-fit: contain;
}

/************ START CATEGORY PAGE BLOCK LINK TO CONFIGURATOR *************/
.engine-card-category-link{
    height: auto;
    display: block;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background-color: var(--engine-blue);
    margin: 15px 15px;
    clear: both;
}
.engine-card-category-link-container{
    background-color: var(--engine-blue);
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-text-justify: distribute;
    padding: 0 15px;
}
.engine-card-category-link-container-title{
    text-align: center; min-width: 25%; padding: 30px; color: var(--engine-white);
}
.engine-card-category-link-container-title h1{
    font-size: 2.375rem; font-family: Arial black, Arial, sans-serif;
}
.engine-card-category-link-container-image{
    min-width: 75%; padding: 30px;
}
.engine-card-category-link-container-image img{
    width: 100%; margin-bottom: 15px;
}
.engine-card-category-link-container-image a{
    width: 100%;
    color: var(--engine-white) !important;
    box-shadow: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    -o-box-shadow: inherit;
}

.col-md-1 .engine-card-category-link-container, .col-md-2 .engine-card-category-link-container, .col-md-3 .engine-card-category-link-container, .col-md-4 .engine-card-category-link-container, .col-md-5 .engine-card-category-link-container, .col-md-6 .engine-card-category-link-container{
    flex-direction: column;
}
/************ END CATEGORY PAGE BLOCK LINK TO CONFIGURATOR *************/

/************ START PRODUCT SIDE INFO *************/
.engine-product-info-stock {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.engine-product-info-stock span.engine-product-info-stock-instock{
    font-weight: bold;
    border: 1px solid var(--engine-green);
    display: block;
    text-align: center;
    padding: 8px 21px;
    color: var(--engine-green);
    text-transform: uppercase;
    font-size: 1.2rem;
}

.engine-product-info-stock-livraison{
    width: 70%;
}

.engine-product-info-stock-livraison p{
    margin:0;
}

.product-container h1, .product-container .h1{
    color: #5B5C5D;
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
}

.product-description p{
    margin: 0;
}

.product-engine-side{
    margin-bottom: 1.5rem;
}
.product-engine-side .product-reference label, .product-engine-side .product-condition label{
    margin: 0;
}
/************ END PRODUCT SIDE INFO *************/

#footer .footer-container .right-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tooltip-out-of-stock{
    cursor: pointer;
}

/************ START ACCORDION *************/
.engine-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #F7F8F9;
    padding: 1.3rem 1.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: left;
    border: 0;
}

.engine-accordion-button:hover{
    cursor: pointer;
    background-color: #f1f1f1;
    transition: background-color .25s linear;
}

.engine-accordion-container{
    padding: 1.5rem
}

.engine-accordion-container.tab-ft{
    padding: 1.5rem 1rem;
}

.engine-accordion-container ul{
    list-style: "- ";
    padding-left: .75rem;
}

.engine-accordion-container > dl.data-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.engine-accordion-container > dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    font-weight: 400;
    background: #f1f1f1;
    padding: .625rem;
    margin-right: .625rem;
    min-height: 2.5rem;
    word-break: normal;
    /*text-transform: capitalize;*/
    margin-bottom: .5rem;
}

.engine-accordion-container > dl.data-sheet dd.value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    font-weight: 400;
    background: #f1f1f1;
    padding: .625rem;
    margin-right: .625rem;
    min-height: 2.5rem;
    word-break: normal;
    /*text-transform: capitalize;*/
    margin-bottom: .5rem;
}


.engine-accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235B5C5D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(
            -180deg
    );
}

.engine-accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235B5C5D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.engine-product-details{
    margin-bottom: 5rem;
}

.engine-configurator-details{
    /*margin: 2rem 0 1rem 0;*/
}
/************ END ACCORDION *************/

/************ START LOADER *************/
.engine-configurator-loader-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(25, 25, 25, 0.5);
    z-index: 100
}

.engine-configurator-loader-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.engine-configurator-loader-overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.engine-configurator-loader-overlay .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.1);
    /*border-color: var(--engine-blue);*/
    border-top-color: var(--engine-blue);
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}
/************ END LOADER *************/

div.engine-home-tab-text{
    display: block;
    width: 100%;
    padding: 0 15px;
}

div.modal-crossselling{
    width: 100%;
    padding: 1rem 2rem;
    border-bottom: 1px solid var(--engine-grey);
    display: flex;
    align-content: flex-start;
    align-items: center;
}

.product-accessories{
    margin-top: 4rem;
}

.engine-custom-checkoutsummarytop {
    padding: 1.25rem 1.25rem;
}

.engine-custom-checkoutsummarytop .card-block {
    padding: 0;
}

.engine-custom-checkoutsummarytop hr#freelivery_remaining_hr{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: none;
}

.engine-custom-checkoutsummarytop .cart-summary-line{
    display: grid;
    align-items: center;
    align-content: center;
}

.engine-custom-checkoutsummarytop .cart-summary-line span.label{
    color: var(--engine-white);
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}


.engine-custom-checkoutsummarytop .cart-summary-line span.value{
    color: var(--engine-white);
    font-size: 1rem;
    text-align: center;
    padding: 0 0 0 0.5rem;
    float: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.engine-social-sharing{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.engine-social-sharing ul {
    margin-bottom: 0;
}

.engine-social-sharing li{
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--engine-orange);
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: .25rem .2rem;
    cursor: pointer;
    margin-left: .5rem;
}

.engine-social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}

.engine-social-sharing li a:hover {
    color: var(--engine-orange);
}

.engine-social-sharing .facebook.icon-gray:hover {
    background-image: url(../css/facebook_bengine.svg);
}
.engine-social-sharing .facebook.icon-gray {
    background-image: url(../css/facebook_white.svg);
}

.engine-social-sharing .twitter.icon-gray:hover {
    background-image: url(../css/twitter_bengine.svg);
}

.engine-social-sharing .twitter.icon-gray {
    background-image: url(../css/twitter_white.svg);
}

.engine-social-sharing .pinterest.icon-gray:hover {
    background-image: url(../css/pinterest_bengine.svg);
}

.engine-social-sharing .pinterest.icon-gray {
    background-image: url(../css/pinterest_white.svg);
}

.engine-social-sharing .linkedin.icon-gray:hover {
    background-image: url(../css/linkedin_bengine.svg);
}

.engine-social-sharing .linkedin.icon-gray {
    background-image: url(../css/linkedin_white.svg);
}

.display-hidden{
    display: none;
}

.separator{
    width: 100%; border-bottom:2px solid #EAEBEC; margin-top: 3px;
}

#header .engine-header-nav .search-widget {
    /*margin-top: .2rem;*/
    max-width: 670px;
}

.search-widget form input[type=text] {
    border: none;
    padding: 10px 23px 10px 39px;
    min-width: 350px;
    /*min-height: 5px;*/
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25);
}

.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    top: 0.5rem;
    right: 1.1rem;
    color: #7a7a7a;
    font-size: 30px;
}

.engine-warranty-block{
    width: 100%;
    display: inline-flex;
    align-items: flex-end;
    justify-content: space-around;
    margin-bottom: 45px;
    padding-top: 26px;
}

.engine-warranty-block img{
    min-width: 150px;
}

a.link-block-orange {
    background-color: var(--engine-orange);
    color: var(--engine-white);
    padding:30px;
    font-size:44px;
    font-weight:bold;
    line-height:3rem;
    letter-spacing:-2px;
    max-width:100%;
    display: block;
    text-decoration: none;
    min-height: 265px;
}

a.link-block-white {
    background-color: var(--engine-white);
    color: var(--engine-orange);
    padding:30px;
    font-size:44px;
    font-weight:bold;
    line-height:3rem;
    letter-spacing:-2px;
    max-width:100%;
    border: 2px solid var(--engine-orange);
    display: block;
    text-decoration: none;
    height: 100%;
}

a.link-block-orange span {
    display: block;
    max-width: 550px;
}

a.link-block-white span {
    display: block;
    max-width: 240px;
    position: absolute;
    top: 25%;
}

div.orange-line-block-orange {
    content: ' ';
    position: absolute;
    border-top: 5px solid var(--engine-orange);
    top: 73px;
    width: 25%;
    left: 15px;
}

div.white-line-block-orange {
    content: ' ';
    position: absolute;
    border-top: 5px solid var(--engine-white);
    bottom: 75px;
    width: 80%;
    right: 0px;
}

.tel-footer {
    font-size: 2.1rem;
    font-weight: bold;
}

.logo-footer {
    text-align: left;
}

.logo-footer img{
    width: 250px;
}

.pb-xs-3, .pb-md-3, .pb-sm-3, .pb-lg-3, pb-xl-3, pb-xxl-3 {
    padding-bottom: 0rem;
}

.engine-card-category-forward-configurator {
    min-height: 200px;
    height: 537px;
    background-color: var(--engine-blue);
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 45px;
}

.engine-card-category-forward-configurator .engine-block-left {
    height: 100%;
}

.engine-card-category-forward-configurator .engine-block-left-inside {
    position: absolute;
    text-align: center;
}

.engine-card-category-forward-configurator .engine-block-left-inside h1 {
    font-family: Arial black, Arial, sans-serif;
    color: var(--engine-white);
}

.engine-card-category-forward-configurator .engine-block-left-inside .engine-logo-garantie {
    position: absolute;
}

.engine-card-category-forward-configurator .engine-block-middle-inside a{
    font-size: 1.8rem;
    padding: 1rem 2rem;
    width: 100%;
    margin-top: 15px;
}

.engine-card-category-forward-configurator .engine-block-right {
    position: relative;
    height: 100%;
}

.engine-card-category-forward-configurator .engine-block-right a {
    position: absolute;
    width: 100%;
}

@media (max-width: 768px) {
    .pb-xs-3 {
        padding-bottom: 3rem;
    }

    div.engine-homepage-aboutus p {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
        position: relative;
        margin-bottom: 0;
        height: 410px;
        width: 190px;
        background: #fff;
        /*box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)*/
    }

    #products .product, .page-index #products .product, .page-index .featured-products .product, .page-index .product-accessories .product, .page-index .product-miniature .product, .page-search #products .product, .page-search .featured-products .product, .page-search .product-accessories .product, .page-search .product-miniature .product {
        width: 0%;
        min-width: 195px;
        margin-right: 0px;
        margin-left: 0px;
    }

    #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
        position: absolute;
        z-index: 3;
        background: #fff;
        width: 190px;
        bottom: 0;
        height: 160px;
    }

    #products .product-title a, .product-description .product-price-and-shipping span.price{
        font-size: 1.2rem !important;
        font-weight: bold;
        font-family: 'Arial black', 'Arial';
        letter-spacing: -1px;
    }

    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
        text-transform: none;
        font-size: 1rem;
    }

    #products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail, .product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail {
        height: calc(100% - 160px);
    }

    div.engine-block-button-add-to-cart form button.add-to-cart {
        font-size: 13px;
    }

    div.engine-block-button-add-to-cart form button.add-to-cart > i {
        display: none;
        visibility: hidden;
    }

    section.featured-products.clearfix{
        content: none;
    }

    .row:after {
        content: none;
    }
}

@media (min-width: 10px) {
    div.orange-line-block-orange {
        top: 43px;
        left: 0;
    }

    div.orange-line-block-orange, div.white-line-block-orange {
        width: 60%;
    }

    .px-xs-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .py-xl-3 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .pb-xs-2 {
        padding-bottom: 2rem;
    }

    .pr-xs-0 {
        padding-right: 0;
    }

    .pl-xs-0 {
        padding-left: 0;
    }

    .pl-md-0 {
        padding-left: 0;
    }

    .pr-md-0 {
        padding-right: 0;
    }

    .logo-footer{
        text-align: center;
    }

    .logo-footer img{
        width: 70%;
    }

    .tel-footer {
        font-size: 1.8rem;
        padding-top: 69px;
    }

    .engine-social-sharing {
        padding-top: 40px;
    }

    .engine_newsletter {
        padding-top: 30px;
    }

    .text-sm-center {
        padding-bottom: 70px;
    }

    .engine-card-category-forward-configurator {
        height: 282px;
    }

    .engine-card-category-forward-configurator .engine-block-middle-inside a{
        font-size: 1rem;
        text-transform: none;
        padding: 0.5rem;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside {
        bottom: 0;
        left: 0;
        transform: none;
        padding: 0;
        top: inherit;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside img{
        margin-top: 30px;
        width: 90%;
        height: auto;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside h1 {
        font-size: 1.5rem;
    }

    .display-inline-flex {
        /*flex-direction: column;*/
        /*min-height: 680px;*/
    }

    a.link-block-white {
        min-height: 291px;
    }
}

@media (max-width: 450px) {
    .engine-card-category-forward-configurator .engine-block-middle-inside {
        padding: 0;
    }
}

@media (min-width: 420px) {
    .engine-card-category-forward-configurator {
        height: auto;
    }
}

@media (min-width: 768px) {

    #engine_home_aboutus.collapse{
        display: block !important;
    }

    #engine_home_aboutus.fade{
        opacity: 1;
    }

    #engine_home_aboutus.collapse{
        overflow: inherit !important;
    }

    a.link-block-orange span {
        font-size: 34px;
    }

    a.link-block-white span {
        font-size: 34px;
    }

    div.orange-line-block-orange {
        left: 15px;
    }

    div.white-line-block-orange {
        right: 15px;
    }

    .px-xs-0 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pr-xs-0 {
        padding-right: 15px;
    }

    .pl-xs-0 {
        padding-left: 15px;
    }

    .pl-md-0 {
        padding-left: 0;
    }

    .pr-md-0 {
        padding-right: 0;
    }

    .pl-md-15 {
        padding-left: 15px !important;
    }

    .pr-md-15 {
        padding-right: 15px !important;
    }

    .logo-footer {
        text-align: left;
    }

    .logo-footer img{
        width: 250px;
    }

    .tel-footer {
        font-size: 2.1rem;
        font-weight: bold;
        padding-top: 0px;
    }

    .engine-social-sharing {
        padding-top: 0;
    }

    .engine-card-category-forward-configurator {
        height: 330px;
    }

    .engine-card-category-forward-configurator .engine-block-middle-inside a{
        font-size: 1rem;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside {
        bottom: 0;
        left: 0;
        transform: none;
        padding: 0;
        top: inherit;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside img{
        margin-top: 30px;
        width: 90%;
        height: auto;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 991px) {
    .engine-select-form-group > div:nth-child(1){
        flex: 100%;
        max-width: 100%;
    }

    .engine-select-form-group > div:nth-child(2){
        flex: 100%;
        max-width: 100%;
    }

    .engine-select-form-group {
        width: 100%;
    }

    .engine-bg-blue{
        font-size: 1.5rem;
        min-height: 8rem;
        text-align: center;
    }
}

@media (min-width: 992px) {
    a.link-block-orange span, a.link-block-white span {
        font-size: 44px;
    }

    a.link-block-orange, a.link-block-white {
        min-height: 100%;
    }

    .notonpage a.link-block-orange, a.link-block-white {
        min-height: 300px;
    }

    div.orange-line-block-orange {
        top: 55px;
        left: 15px;
    }

    div.white-line-block-orange {
        bottom: 55px;
        right: 15px;
    }

    a.link-block-white span {
        top: 27%;
    }

    .pb-xs-2 {
        padding-bottom: 0rem;
    }

    .logo-footer {
        text-align: left;
    }

    .logo-footer img{
        width: 250px;
    }

    .tel-footer {
        font-size: 2.1rem;
        font-weight: bold;
        padding-top: 0px;
    }

    .engine-social-sharing {
        padding-top: 0;
    }

    .engine-card-category-forward-configurator {
        height: 420px;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside {
        bottom: 0;
        left: 0;
        transform: none;
        padding: 0;
        top: inherit;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside img{
        margin-top: 25px;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside h1 {
        font-size: 1.8rem;
    }

    .engine-card-category-forward-configurator .engine-block-middle-inside a{
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) {

    div.engine-homepage-aboutus{
        position: absolute;
        left: 0px;
        right: 0px;
    }

    ul.engine-home-grid-cat li.engine-item-card.first-card.row-2 {
        grid-row: span 2 / auto;
    }

    .search-widget form input[type=text] {
        width: 370px;
        /*height: 51px;*/
    }

    .search-widget form button[type=submit] {
        position: absolute;
        background: none;
        border: none;
        top: 0.5rem;
        right: 1.1rem;
        color: #7a7a7a;
        /*font-size: 30px;*/
    }

    .search-widget form .material-icons.search {
        font-size: 24px;
        font-weight: 900;
        color: black;
    }

    div.container-engine-homepage-aboutus {
        min-height: 131px;
        margin-bottom: 30px;
    }

    div.engine-homepage-aboutus {
        margin-bottom: 30px;
        /* padding: 30px; */
        width: 100%;
        min-height: 131px;
    }

    div.engine-homepage-aboutus p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    div.engine-container-banner-below-menu{
        width: 100%;
        height: 50px;
        background: linear-gradient(90deg, var(--engine-grey) 70%, var(--engine-orange) 30%);
    }

    .logo-footer {
        text-align: left;
    }

    .logo-footer img{
        width: 158px;
    }

    .tel-footer {
        font-size: 1.5rem;
        font-weight: bold;
        padding-top: 0px;
    }

    .engine-social-sharing {
        padding-top: 0;
    }

    .engine-social-sharing{
        justify-content: center;
    }

    .engine-test-number-article div.product:nth-last-child(-n+4) {
        display: block;
    }

    #products .product:nth-child(1), .featured-products .product:nth-child(1), .product-accessories .product:nth-child(1), .product-miniature .product:nth-child(1), .page-search #products .product:nth-child(1), .page-search .featured-products .product:nth-child(1), .page-search .product-accessories .product:nth-child(1), .page-search .product-miniature .product:nth-child(1) {
        margin-left: 0px !important;
    }

    #products .product:nth-child(4n), .featured-products .product:nth-child(4n), .product-accessories .product:nth-child(4n), .product-miniature .product:nth-child(4n), .page-search #products .product:nth-child(4n), .page-search .featured-products .product:nth-child(4n), .page-search .product-accessories .product:nth-child(4n), .page-search .product-miniature .product:nth-child(4n) {
        margin-right: 0rem !important;
    }

    #products .product:nth-child(5n), .featured-products .product:nth-child(5n), .product-accessories .product:nth-child(5n), .product-miniature .product:nth-child(5n), .page-search #products .product:nth-child(5n), .page-search .featured-products .product:nth-child(5n), .page-search .product-accessories .product:nth-child(5n), .page-search .product-miniature .product:nth-child(5n) {
        margin-left: 0rem !important;
    }

    #products .product, .featured-products .product, .product-accessories .product, .product-miniature .product, .page-search #products .product, .page-search .featured-products .product, .page-search .product-accessories .product, .page-search .product-miniature .product {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }

    .engine-card-category-forward-configurator {
        height: 485px;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside {
        bottom: 0;
        left: 0;
        transform: none;
        padding: 0;
        top: inherit;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside img{
        margin-top: 45px;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside h1 {
        font-size: 2rem;
    }
}

@media (max-width: 1919px) {
    .hidden-xxl-down {
        display: none !important
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1920px;
        max-width: 100%
    }

    #header .engine-header-nav {
        max-height: 110px;
        padding-top: 15px;
    }

    #header .engine-header-nav .right-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: space-between;
        min-height: 83px;
        align-items: center;
    }

    .search-widget form input[type=text] {
        width: 670px;
        height: 51px;
    }

    .search-widget form .material-icons.search {
        font-size: 34px;
        font-weight: 900;
        color: black;
    }

    ul.engine-home-grid-cat li.engine-item-card.first-card.row-2 {
        grid-row: span 3 / auto;
    }

    ul.engine-home-grid-cat li.engine-item-card:nth-last-child(-n+2) {
        grid-column: span 2 / auto;
    }

    .col-xxl-3 {
        float: left;
        width: 25%;
    }

    .col-xxl-6 {
        float: left;
        width: 50%;
        /*padding: 0;*/
        margin-bottom: 1.5rem;
    }

    .col-xxl-9 {
        float: left;
        width: 75%;
        /*padding: 0;*/
        margin-bottom: 1.5rem;
    }

    .col-xxl-12 {
        float: left;
        width: 100%;
    }

    .h-xxl-50 {
        height: 50%;
    }

    .h-xxl-100 {
        height: 100%;
    }

    .engine-h-xxl-600 {
        height: 523px;
    }

    .pb-xxl-2 {
        padding-bottom: 1.5rem !important;
    }

    .pt-xxl-2 {
        padding-top: 1.5rem !important;
    }

    .py-xl-3 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pl-xxl-0 {
        padding-left: 0 !important;
    }

    .pr-xxl-0 {
        padding-right: 0 !important;
    }

    .pl-md-0 {
        padding-left: 15px;
    }

    .pr-md-0 {
        padding-right: 15px;
    }

    .notonpage a.link-block-orange, a.link-block-white {
        min-height: 100% !important;
    }

    a.link-block-orange, a.link-block-white {
        height: 100% !important;
    }

    .pr-xxl-15 {
        padding-right: 15px !important;
    }

    .mb-xxl-3 {
        margin-bottom: 3em;
    }

    .pl-xxl-3 {
        padding-left: 3rem;
    }

    .logo-footer {
        text-align: left;
    }

    .logo-footer img{
        width: 250px;
    }

    .tel-footer {
        font-size: 2.1rem;
        font-weight: bold;
        padding-top: 0px;
    }

    .engine-social-sharing {
        padding-top: 0;
        justify-content: flex-start;
    }

    .col-xxl-3 {
        float: left;
        width: 25%;
    }

    .col-xxl-4 {
        float: left;
        width: 33.33333%;
    }

    .engine-test-number-article div.product:nth-last-child(-n+2) {
        display: block;
    }

    #products .product:nth-child(1), .featured-products .product:nth-child(1), .product-accessories .product:nth-child(1), .product-miniature .product:nth-child(1), .page-search #products .product:nth-child(1), .page-search .featured-products .product:nth-child(1), .page-search .product-accessories .product:nth-child(1), .page-search .product-miniature .product:nth-child(1){
        margin-left: 0px !important;
    }

    /*#products .product:nth-child(7), .featured-products .product:nth-child(7), .product-accessories .product:nth-child(7), .product-miniature .product:nth-child(7), .page-search #products .product:nth-child(7), .page-search .featured-products .product:nth-child(7), .page-search .product-accessories .product:nth-child(7), .page-search .product-miniature .product:nth-child(7){*/
    /*    margin-left: 15px !important;*/
    /*}*/

    #products .product:nth-child(4n), .featured-products .product:nth-child(4n), .product-accessories .product:nth-child(4n), .product-miniature .product:nth-child(4n), .page-search #products .product:nth-child(4n), .page-search .featured-products .product:nth-child(4n), .page-search .product-accessories .product:nth-child(4n), .page-search .product-miniature .product:nth-child(4n) {
        margin-right: 24px !important;
    }

    #products .product:nth-child(5n), .featured-products .product:nth-child(5n), .product-accessories .product:nth-child(5n), .product-miniature .product:nth-child(5n), .page-search #products .product:nth-child(5n), .page-search .featured-products .product:nth-child(5n), .page-search .product-accessories .product:nth-child(5n), .page-search .product-miniature .product:nth-child(5n) {
        margin-left: 24px !important;
    }

    /*#products .product:nth-child(5n+1), .featured-products .product:nth-child(5n+1), .product-accessories .product:nth-child(5n+1), .product-miniature .product:nth-child(5n+1), .page-search #products .product:nth-child(5n+1), .page-search .featured-products .product:nth-child(5n+1), .page-search .product-accessories .product:nth-child(5n+1), .page-search .product-miniature .product:nth-child(5n+1) {*/
    /*    margin-right: 0px !important;*/
    /*}*/

    #products .product:nth-child(6n), .featured-products .product:nth-child(6n), .product-accessories .product:nth-child(6n), .product-miniature .product:nth-child(6n), .page-search #products .product:nth-child(6n), .page-search .featured-products .product:nth-child(6n), .page-search .product-accessories .product:nth-child(6n), .page-search .product-miniature .product:nth-child(6n) {
        margin-right: 0rem !important;
    }

    #products .product:nth-child(6n+1), .featured-products .product:nth-child(6n+1), .product-accessories .product:nth-child(6n+1), .product-miniature .product:nth-child(6n+1), .page-search #products .product:nth-child(6n+1), .page-search .featured-products .product:nth-child(6n+1), .page-search .product-accessories .product:nth-child(6n+1), .page-search .product-miniature .product:nth-child(6n+1) {
        margin-left: 0rem !important;
    }

    /*#products .product:nth-child(7n), .featured-products .product:nth-child(7n), .product-accessories .product:nth-child(7n), .product-miniature .product:nth-child(7n), .page-search #products .product:nth-child(7n), .page-search .featured-products .product:nth-child(7n), .page-search .product-accessories .product:nth-child(7n), .page-search .product-miniature .product:nth-child(7n) {*/
    /*    margin-left: 0px !important;*/
    /*    background-color: red;*/
    /*}*/

    #products .product, .featured-products .product, .product-accessories .product, .product-miniature .product, .page-search #products .product, .page-search .featured-products .product, .page-search .product-accessories .product, .page-search .product-miniature .product {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }

    .hidden-xxl-up {
        display: none !important;
    }

    .engine-card-category-forward-configurator {
        min-height: 200px;
        height: 536px;
        background-color: var(--engine-blue);
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
    }

    .engine-card-category-forward-configurator .engine-block-left {
        height: 100%;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside {
        padding: 30px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        bottom: inherit;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside h1 {
        font-size: 2.375rem;
    }

    .engine-card-category-forward-configurator .engine-block-left-inside .engine-logo-garantie {
        bottom: 0;
        width: 50%;
        transform: translateX(-50%);
    }

    /*.engine-card-category-forward-configurator .engine-block-middle-inside {*/
    /*    padding-left: 15px;*/
    /*    padding-right: 15px;*/
    /*}*/

    .engine-card-category-forward-configurator .engine-block-right a {
        bottom: 0;
        left: 0;
        font-size: 1.8rem;
        padding: 2rem 2rem;
    }
}

.engine_newsletter.block_newsletter{
    background: none;
}

.engine_newsletter.block_newsletter p.h4.text-uppercase.block-contact-title {
    margin-bottom: 0px;
}

.engine_newsletter.block_newsletter .custom-checkbox input[type=checkbox] + span {
    border: solid 2px var(--engine-white);
}

.custom-checkbox input[type=checkbox] + span .checkbox-checked {
    /*color: white;*/
}

.engine_newsletter.block_newsletter input.inemail{
    background-color: var(--engine-blue-dark);
    color: var(--engine-white);
    border: solid 2px var(--engine-white);
    padding: 13px 21px;
    width: 100%;
    font-size: 16px;
}

.engine_newsletter.block_newsletter input.submitemailok{
    background-color: var(--engine-blue-dark);
    color: var(--engine-white);
    border: solid 2px var(--engine-white);
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.engine_newsletter.block_newsletter .block_newsletter_alert {
    width: 100%;
}

.engine-test-number-article .product:nth-last-child(-n+2) {
    display: block;
}


.truncate-text {
    --max-lines: 2;
    position: relative;
    max-height: calc(1.4rem * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem; /* space for ellipsis */
}
.truncate-text::before {
    position: absolute;
    content: "...";
    /*   inset-block-end: 0;
      inset-inline-end: 0; */
    bottom: 0;
    right: 0;
}
.truncate-text::after {
    content: "";
    position: absolute;
    /*   inset-inline-end: 0; */
    right: 0;
    width: 1rem;
    height: 1rem;
    background: white;
}

td.qty {
    min-width: 110px;
}

.engine-distributer-container{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.engine-distributer-container h2{
    margin:0;
    padding:0;
}

@media (min-width: 10px){
    .engine-distributer-container h2{
        font-size: 2.4vw;
    }

    .product-accessories .h5{
        font-family: 'Roboto';
        color: var(--engine-orange);
        font-size: 24px;
        text-align: center;
    }

    .engine-product-info-stock span.engine-product-info-stock-instock {
        font-weight: bold;
        border: 1px solid var(--engine-green);
        display: block;
        text-align: center;
        padding: 3px 10px;
        color: var(--engine-green);
        text-transform: uppercase;
        font-size: 1rem;
    }
}

@media (min-width: 1200px){
    .engine-distributer-container h2{
        font-size: 1.9rem;
    }
}

@media (max-width: 575px) {
    .blockreassurance .block-icon {
        margin: 0px !important;
    }
}

@media (min-width: 768px) {
    .product-accessories .h5{
        text-align: left;
    }
}


@media (min-width: 1200px) {
    .product-accessories .h5{
        font-family: 'Roboto';
        color: var(--engine-orange);
        font-size: 27px;
        text-align: left;
    }

    .engine-product-info-stock span.engine-product-info-stock-instock {
        font-weight: bold;
        border: 1px solid var(--engine-green);
        display: block;
        text-align: center;
        padding: 8px 21px;
        color: var(--engine-green);
        text-transform: uppercase;
        font-size: 1.2rem;
    }
}

@media (min-width: 1920px) {

    .blockreassurance {
        padding-top: 10px;
        text-align: center;
        width: 70%;
        margin: 0 auto;
        float: inherit;
    }

    .blockreassurance .block-icon, .blockreassurance .block-icon img, .blockreassurance .block-icon svg {
        height: 20%;
        content-visibility: auto;
        width: 90%;
    }
}

#cms .img-form{
    width: 100%;
}

/*.col-xxl-12 {*/
/*    float: left;*/
/*    width: 100%;*/
/*}*/

/*.col-xxl-6 {*/
/*    float: left;*/
/*    width: 50%*/
/*}*/

.engine-orange-text {
    color: var(--engine-orange) !important;
}

.display-inline-flex {
    display: inline-flex;
    flex-wrap: wrap;
}

@media (min-width: 766px) {
    a.link-block-white {
         min-height: 100%;
    }
}

.hidden{
    display: none;
}