#header {
    position: relative;
    z-index: 999;
    background: white;
}

#header .header-banner {
    background: #177E5F;
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 5px;
}

#header .header-banner a.mx-2 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
    color: white;
}

#header .header-banner .col-md-3:first-child .d-flex {
    padding-left: 15px;
}

#header .header-banner .col-md-3:last-child .d-flex {
    padding-right: 15px;
}

#header .header-banner i.fa,
#header .header-banner i.material-icons {
    color: white;
    font-size: 17px;
}

#header .header-banner span.mx-2 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

#header .mobile .subelements {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .mobile .rightelements {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

#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: 180px;
}

/*block customer signin end*/
span.subtitle_link {
    position: absolute;
    background: #D70035;
    border-radius: 10px;
    height: 19px;
    width: 53px;
    left: 14px;
    top: -6px;
    text-align: center;
    font-size: 11px;
    color: white;
}

span.cart-products-count{
    position: absolute;
    background: #D70035;
    border-radius: 10px;
    height: 20px;
    width: 53px;
    left: 0;
    top: 25px;
    text-align: center;
    font-size: 11px;
    color: white;
}
header .blockcart {
    position: relative;
    padding-right: 30px;
}
#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 20px;
}


.header-top-container {
    padding: 15px 15px;
}
#header div#_desktop_search {
    /*max-width: 430px;*/
    margin: 0 auto;
}
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;
}



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

/*media querys*/
@media(max-width: 991px){
    /*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-top{
        padding: 0px
    }
    #header .header-nav .user-info{
        margin: 0px
    }

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

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

    header .language-selector-wrapper {
        display: none;
    }
    #header .mobile .rightelements .item {
        padding-right: 10px;
    }

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

@media (max-width: 767px) {
    #header .header-banner .text-center{
        display: none;
    }

    /* Make text-start and text-end appear on the same line in mobile */
    #header .header-banner .row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #header .header-banner .col-md-3.col-xs-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Adjust the content inside the columns */
    #header .header-banner .d-flex {
        font-size: 12px;
    }

    body.displaybannershow:not(#index) #wrapper {
        padding-top: 140px !important;
    }
}

@media (max-width: 380px) {
    #header .header-banner .d-flex {
        font-size: 11px;
    }
}
/*end media querys*/

.mobile-left-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
