#header {
    position: relative;
    z-index: 999;
    background: white;
        height: auto !important;
}

#header .mobile {
    display: flex;
    align-items: center;
}
#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 10px 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: 190px;
}

/*block customer signin end*/
span.cart-products-count {
    position: absolute;
    height: 20px;
    width: 20px;
    right: -2px;
    top: -4px;
    text-align: center;
    font-size: 11px;
    color: var(--color3);
}
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 12px;
}

.header-top-container {
    padding: 18px 40px 2px 40px;
    border-radius: 50px;
    background: white;
    box-shadow: 0 0 1px #ffffff, 0px 0 12px rgba(109, 32, 119, .12);
    margin-top: 15px;
}
#index .header-top {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
}
#header div#_desktop_search {
    max-width: 500px;
    margin: 0 auto;
}


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;
}
div#_desktop_logo {
    display: flex;
    align-items: center;
    gap: 15px;
}
.icon_name {
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
        margin-top: 3px;
}
div#_desktop_moto img, div#_desktop_garage img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.container.header-top-container > .row {
    align-items: center;
}
header .user-info > .account {
    flex-direction: column;
}
div#_desktop_moto {
    max-width: 65px;
}
.nologged .header-top-container {
    padding: 18px 40px 18px 40px;
}
.myaccountlateral .ets_solo_social_wrapper.lgp.mobile {
    flex-direction: column;
}
.myaccountlateral .ets_solo_or span {
    background: none;
    font-size: 14px;
}
@media(max-width:1199px) {
	
    .icon_name {
    	display: none;
	}
	.presta-nav1-wishlist-btn .wishlistCount {
		display:none;
	}
	span.cart-products-count {
    	right: -14px;
    	top: -2px;
	}
	span.text_menu {
    	display: none;
	}
}
/*media querys*/
@media(max-width: 991px){
	body#index.displaybannershow #wrapper {
    	padding-top: 0px !important;
	}
    /*header .header-top-right, header #_desktop_logo{*/
    /*    display: none!important;*/
    /*}*/
    header .header-top-center{
        width: 100%
    }
    header#header .header-nav{
        position: fixed;
        left: 0px;
        background: white;
        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 0 1px #ffffff, 0px 0 12px rgba(109, 32, 119, .12);
        -moz-box-shadow: 0 0 1px #ffffff, 0px 0 12px rgba(109, 32, 119, .12);
        box-shadow: 0 0 1px #ffffff, 0px 0 12px rgba(109, 32, 119, .12);
        border-radius: 50px;
        max-width: calc(100% - 6px);
        margin: 10px auto 0px;
    }
    #wrapper {
        padding-top: 58px;
    }
    #header .header-nav {
        max-height: initial;
        border-bottom: none;
        padding: 6px 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-width: 180px;
    
    }
    .header-top-container{
        padding: 0px;
                margin: 0px;
    }
    body:not(#index) #wrapper {
        padding-top: 100px;
    }
    body.displaybannershow #wrapper {
        padding-top: 120px!important;
    }
    body#category.displaybannershow:not(#index) #wrapper {
        padding-top: 20px!important;
    }
    body.displaybannershow:not(#index) #wrapper {
        padding-top: 85px !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{*/
    /*    padding-right: 25px*/
    /*}*/
}
/*end media querys*/

@media(max-width:767px) {
	#header .top-logo img {
        width: 100%;
        max-width: 100%;
        padding-right: 5px;
    }
    #header .mobile .rightelements .item {
        padding-right: 7px;
    }
    #header .mobile .rightelements .item#_mobile_wihslist {
    	padding: 0px 7px 0px 0px;
	}
	#header .mobile {
    	padding-left: 10px;
	}
}	
