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

#header .mobile {
    display: flex;
        padding: 5px 23px;
}
#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;
}
.empty_cart {
    color: #7a7a7a;
    font-size: 16px;
}
#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#header.fixed-header .container_search.open {
    top: 61px;
}
#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: 288px;
    height: auto;
}
#header div#_desktop_cart {
    padding-right: 17px;
    position: relative;
}
/*block customer signin end*/
span.cart-products-count {
    /* font-family: "ITC Avant Garde Gothic Pro"; */
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: black;
        position: absolute;
    bottom: -8px;
    right: 0px;
}

#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: 100%;
    position: relative;
    padding: 10px 32px 10px 32px;
}
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;
}
.container_search {
    display: none;
    width: 100%;
    position: absolute;
    top: 102px;
    background: white;
    z-index: 10;
}
.header-top-container .row {
    align-items: center;
}

.header-top-container {
    padding: 15px 30px 0px 30px;
}
.container_search.open {
    display: block;
}
div#_desktop_logo {
    text-align: center;
}
.blockcart img {
    width: auto;
    height: auto;
}
#_desktop_user_info img {
    margin-right: 5px;
}
.user-info a span {
    /* font-family: "ITC Avant Garde Gothic Pro"; */
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.005em;
    color: #000000;
}
div#content_search button.close {
    position: absolute;
    right: 26px;
    top: 20px;
    background: none;
    border: none;
    font-size: 28px;
        display: none;
}
div#ecommgeopopup-modal {
    background: rgb(0 0 0 / 90%);
}
ul.ets_solo_social {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 7px;
}
ul.ets_solo_social .ets_solo_social_item {
    display: block;
    width: 100%;
    max-width: 195px;
}
ul.ets_solo_social .ets_solo_social_btn {
    height: 43px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 43px;
    text-align: center;
    color: #000000;
    padding: 0px;
    background: white;
    border: 1px solid black;
    border-radius: 0px;
    width: 100%;
    max-width: 195px;
    text-transform: uppercase;
    margin: 0px;
    background-color: white !important;
}
ul.ets_solo_social .ets_solo_social_btn:hover {
    background: black !important;
    color: white !important;
}
ul.ets_solo_social .ets_solo_social_btn.medium i {
    display: none;
}
/*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%);
        height: auto !important;
    }
    #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-container{
        padding: 0px
    }
    body:not(#index) #wrapper {
        padding-top: 100px;
    }
    body.displaybannershow #wrapper {
        padding-top: 99px!important;
    }
    body.displaybannershow:not(#index) #wrapper {
        padding-top: 92px!important;
    }
    body:not(#index) #content-wrapper {
        width: 100%;
        padding-top: 10px;
    }

    body.page-customer-account #content-wrapper {
        padding: 15px;
    }
	header .user-info .customername {
    	display: none;
	}
    header .language-selector-wrapper {
        display: none;
    }
    #header .mobile .rightelements .item {
        padding-right: 0px;
    }
    span.cart-products-count {
    	display:none;
    }
    #header .mobile .leftelements, #header .mobile .rightelements {
    	display: flex;
    	align-items: center;
    	gap: 20px;
    	margin-bottom: 0px;
	}
    /*#header .mobile .rightelements .item#_mobile_wihslist{*/
    /*    padding-right: 25px*/
    /*}*/
}
@media(max-width:767px) {
	body.displaybannershow #wrapper {
        padding-top: 78px !important;
    }
     #header .top-logo {
        max-width: calc(100% - 150px);
    }
}
/*end media querys*/

