#header {
    position: relative;
    z-index: 999;
    background:#ffffff;
}
.header-banner{
    background: #505050;
    border-bottom: 1px solid #dad7d0;
    height:32px;
    color: white;
    font-size: 14px;
}

.header-banner a {
    color: white;
}
.header-top{
    border-bottom: 1px solid #dad7d0;
}
#_desktop_historyproducts img {
    mix-blend-mode: multiply;
}
div#_desktop_logo {

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

#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: 200px; */
}

 
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;
    gap: 22px;
}
#header .header-top-right > *:not(.lateral-popup) {
    /*padding: 0px 0px 0px 20px;*/
}

a#_desktop_visit svg, a#_desktop_premium svg {
    width: 22px;
    height: 23px;
    color: black;
}

#_desktop_premium svg path {
    color: #77a95b;
}

#header div#_desktop_cart {
    padding-right: 10px;
}
header .blockcart .header {
    /*background: var(--color3);*/
    display: flex;
    align-items: center;
    /*border-radius: var(--border-radius-custom);
    padding: 6px 15px;
    min-width: 110px;*/
    justify-content: center;
    gap: 6px;
}
header .blockcart .header > a {
    display: flex;
    justify-content: center;
    gap: 6px;
}

a.default_links,
a.mega-bell {
    background: var(--bg-body);
    padding: 0px 15px;
    border-radius: var(--border-radius-custom);
    max-width: 110px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
}

.header-top-container {
    border-radius: var(--border-radius-custom);
    box-shadow: var(--box-shadow);
    position: relative;
    padding: 15px 15px 5px;
}


#header div#_desktop_search {
    max-width: 430px;
    margin: 0 auto;
}
span.customername.initials_name {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: var(--btn-primary);
    color: var(--btn-primary-text);
}

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;
    color: white;
    padding-top: 0px;
}

.language-selector.dropdown.js-dropdown button .material-icons, .currency-selector button .material-icons {
    color: var(--colork-link);
    font-size: 15px;
}

div#ecommbanners_displayBanner .item-html {
    text-align: center;
}

.extrapadding {
    padding-left: 15px;
    padding-right: 0px
}
div#ecommbanners_displayBanner p {
    font-size: 14px;
}
.container.header-top-container.doble {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.user-info a img {
    max-width: 40px;
    height: auto;
    border-radius: 50%;
}
span.cart-products-count {
    position: absolute;
    right: -9px;
    top: -11px;
    width: 18px;
    text-align: center;
    background: #77a95b;
    font-size: 11px;
    border-radius: 50%;
    height: 18px;
    color: white;
}
span.cart-products-count.cart-doble {
    right: 5px;
    font-size: 12px;
}
span.cart-products-count.cart-triple {
    font-size: 10px;
    right: 3px;
    top: 3px;
}


.block-social {
    margin-top: 16px!important;
}
.block-social ul {
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.block-social li a {
    width: inherit;
    font-size: 0px;
    height: inherit;
    text-align: center;
    display: inline-block;
}
.block-social li a:hover:before {
    color: var(--color3);
}
.block-social li [class^="icon-"]:before,
.block-social li [class*=" icon-"]:before{
    font-size:16px;
    color: var(--color-footer);
}

/*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-nav {
        max-height: initial;
        border-bottom: none;
        padding: 5px 0px;
        border-radius: var(--border-radius-custom);
        background: white;
        max-width: calc(100% - 24px);
        box-shadow: var(--box-shadow);
        margin: 0 auto;
    }
    #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: 86px!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: 0px;
    }


	div#_mobile_logo {
    	display: flex;
    	align-items: center;
    	gap: 5px;
	}
	div#_mobile_search:after {
		width: 22px;
	    height: 28px;
	    margin: 0 auto;
	    content: "\e911";
	    font-family: 'icomoon';
	    font-size: 20px;
	    color: black;
	    line-height: 28px;
	    display: block;
	    background: none;
	}
	#header .mobile .rightelements div#_mobile_search {
        background: var(--bg-body);
        padding: 0px 15px;
        border-radius: var(--border-radius-custom);
        text-align: center;
        height: 40px;
        display: flex;
        align-items: center;
    }
	.header-top-container {
    	max-width: calc(100% - 24px);
    	margin: 0 auto;
    	box-shadow: none;
	}
    /*#header .mobile .rightelements .item#_mobile_wihslist{*/
    /*    padding-right: 25px*/
    /*}*/
}
@media(max-width:767px) {
	a.default_links, #header .mobile .rightelements div#_mobile_search, a.mega-bell {
       padding: 0px 5px;
 	}
 	.user-info a img {
    	max-width: 30px;
    	height: auto;
	}

	#header .top-logo img {
        max-width: 150px;
    }
    span.customername.initials_name {
    	width: 25px;
    	height: 25px;
    	font-size: 11px;
	}
}
/*end media querys*/





div#ecommbanners_displayBanner {
    padding-top: 0px;
}

.currency-selector.dropdown.js-dropdown button {
    border: none;
    background: transparent;
    color: white;
}

div#_desktop_currency_selector {
    margin-left: -10px;
}

.header-banner .right-nav {
    padding-top: 1px;
}

.breadcrumbcontainer {
    /* border-bottom: 1px solid #dad7d0; */
}

nav.breadcrumb {
    padding-left: 15px;
}

.header-top-center {
    text-align: center;
}

div#approsearch-trigger {
    min-width: 500px!important;
}

#registration h1 {
    font-size: 24px;
}

#registration footer.form-footer.clearfix {
    text-align: center;
}

div#X_desktop_nav1 {
    padding-top: 3px;
    display: flex;
    gap: 15px;
}

@media(max-width: 767px){
	div#approsearch-trigger {
    min-width: 100%!important;
}
    .as-search-bar {
         gap: 5px!important;
    }
}
header .dropdown-item {
    color: black;
}
.featured-products .h2 {
    font-size: 30px;
}
@media(max-width: 992px){
	.row.header-banner-elements > * {
    width: initial;
}

.row.header-banner-elements .rightitem {
    display: none;
}

.row.header-banner-elements .leftitem {
    margin-top: -2px;
}	
	.container-iqit-menu{
		padding: 0px;
		border: none;
	}
}

.rightelements select.link {
    border: none;
    text-transform: uppercase;
}