#header {
    position: fixed;
    z-index: 999;
    background: white;
    right: 0px;
    left: 0px;
    -webkit-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
    -moz-box-shadow: -2px 2px 45px -20px rgba(0,0,0,.3);
    box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
}

#header .mobile {
    display: flex;
}
#wrapper {
    padding-top: 160px;
}
#header .mobile .subelements {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .mobile .rightelements {
    display: flex;
    align-items: center;
}

#header .mobile .rightelements .item {
    padding-right: 15px;
}

#header .mobile .rightelements .item#_mobile_wihslist {
    height: 25px;
    position: relative;
    padding: 0px 20px 0px 0px;
}

#header .mobile .rightelements .item#_mobile_wihslist .wishlistCount {
    top: -7px;
}

#header .mobile  div#_mobile_wihslist .wishlistCount {
    position: absolute;
}
div#_mobile_search input {
    /* display: none; */
}
div#_mobile_logo h1 {
    margin-bottom: 0px;
}
#header #_desktop_logo .logo{
    max-width: 220px;
}

/*block customer signin end*/
span.cart-products-count {
    position: absolute;
    background: lightgrey;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    right: -14px;
    top: -10px;
    text-align: center;
    font-size: 11px;
}
header .blockcart {
    position: relative;
}
#header .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}
#header .header-top-right > *:not(.lateral-popup) {
    padding: 0px 0px 0px 15px;
}

#header .header-top-right > div#_desktop_cart:not(.lateral-popup) {
    padding-left: 20px;
}

.info_top_contanct svg {
    width: 16px;
    height: 17px;
    margin-right: 3px;
}


.header-top-container {
    padding: 15px 15px 10px;
    max-width: 1390px;
}
#header div#_desktop_search {
    max-width: 430px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: 0;
    padding-top: 3px;
}
header .user-info .customername{
    vertical-align: middle;
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 7px;
}

header .user-info .account {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.language-selector.dropdown.js-dropdown button {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0px;
    text-transform: uppercase;
    display: block!important;
}
.language-selector.dropdown.js-dropdown button img {
    width: 20px;
    height: 20px;
}



.extrapadding {
    padding-left: 15px;
    padding-right: 0px
}
div#ecommbanners_displayBanner p {
    font-size: 13px;
}


div#_desktop_logo {
    text-align: center;
    /* padding-top: 15px; */
    margin-top: 4px;
    width: 100%;
    margin-bottom: 0px;
}

.header-top-left {
    display: flex;
    gap: 15px;
    align-items: center;
}



div#ecommbanners_displayBanner {
    background: black;
}

div#ecommbanners_displayBanner p {
    color: white;
}

.currency-selector button {
    border: none;
    background: transparent;
    padding: 0px;
}
@media(min-width: 992px){
    .cookiesplus-info, .cookiesplus-finalities {
        width: calc(100% - 450px)!important;
    }

    .cookiesplus-actions {
        width: 450px!Important;
    }
}


button.cookiesplus-btn.cookiesplus-more-information, button.cookiesplus-btn.cookiesplus-reject, button.cookiesplus-btn.cookiesplus-accept {
    border-radius: 0px!important;
}




/*media querys*/
@media(max-width: 1199px){
    div#_desktop_info_top_contanct, #_desktop_language_selector, #_desktop_language_selector span.material-icons.expand-more, #_desktop_currency_selector, #_desktop_currency_selector .expand-more {
    font-size: 13px;
    }
}
@media(max-width: 991px){
    header .user-info .customername{
        display: none
    }
    #search_widget form {
    max-width: 695px;
    margin: 0 auto;
}
    #search_widget form input{
    padding: 0px 10px;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
}
    body.displaybannershow div#_mobile_search .search-widgets{
        top: 85px;
        border-top: 1px solid #ededed;
    }
    div#ecommbanners_displayBanner {
        /* display: none; */
    }
    /*header .header-top-right, header #_desktop_logo{*/
    /*    display: none!important;*/
    /*}*/
    header .header-top-center{
        width: 100%
    }
    header#header {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100vw;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    header#header {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100vw;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        /* -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 15%); */
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        /* box-shadow: 0 1px 2px rgb(0 0 0 / 15%); */
    }
    #wrapper {
        padding-top: 58px;
    }
    #header .header-nav {
        max-height: initial;
        border-bottom: none;
        padding: 3px 0px;
    }
    #header .header-top{
        padding: 0px
    }
    #header .header-nav .user-info{
        margin: 0px
    }

    .user-info .islogged {display: none}
    #header .top-logo img {
        width: auto;
        max-height: 31px;
        margin-top: -2px;
    }
    .header-top-container{
        padding: 0px
    }
    body:not(#index) #wrapper {
        padding-top: 100px;
    }
    body.displaybannershow #wrapper {
        padding-top: 125px!important;
    }
    body.displaybannershow:not(#index) #wrapper {
        padding-top: 125px!important;
    }
    body:not(#index) #content-wrapper {
        width: 100%;
        padding-top: 10px;
    }

    body.page-customer-account #content-wrapper {
        padding: 15px;
    }

    header .language-selector-wrapper .dropdown-menu {
        /* display: none; */
        right: 0px;
        width: 86px!important;
        left: initial;
        min-width: 40px;
        max-width: 85px;
    }
    #header .mobile .rightelements .item {
        padding-right: 20px;
    }
    #header .mobile .rightelements .item:last-child{
        padding-right: 10px;
    }
    /*#header .mobile .rightelements .item#_mobile_wihslist{*/
    /*    padding-right: 25px*/
    /*}*/
}
/*end media querys*/



.mobilelangauge.link.hidden-md-up {
    display: none;
}

body#manufacturer:not([class*="manufacturer-id-"]) #left-column {
    display: none;
}
body#manufacturer:not([class*="manufacturer-id-"]) #content-wrapper{
    width: 100%
}

body#supplier:not([class*="supplier-id-"]) #left-column {
    display: none;
}

body#supplier:not([class*="supplier-id-"]) #content-wrapper {
    width: 100%;
}

#ecommbanners_displayBanner .owl-carousel img {
    width: 21px;
    display: inline-block;
    filter: invert(100%);
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

#ecommbanners_displayBanner .owl-carousel a {
    color: white;
    line-height: 33px;
}

.x-mot-background-success {
    background-color: lightgrey!important;
}

span.x-mot-cart__products-count{
    background-color: lightgrey!important;
}

div#_mobile_logo {
    margin-top: 3px;
}