#header {
    position: relative;
    z-index: 999;

}
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;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}
#iqitmegamenu-accordion li.logo img.logo {
    max-width: 150px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
}

 
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: 15px;
    flex-wrap: wrap;
}
#header .header-top-right > *:not(.lateral-popup) {
    /*padding: 0px 0px 0px 20px;*/
}
/* Shared top actions styling for displayTop modules. */
#header .header-top-right > div:not(#_desktop_iqitmenu),
#header .header-top-right > section.lateral-popup,
#header .header-top-right > .overlay-lateral-popup {
    position: relative;
}
header .blockcart .header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
header .blockcart .header > a {
    display: flex;
    justify-content: center;
    gap: 6px;
}

a.default_links,
a.mega-bell {
    padding: 0;
    border-radius: 12px;
    max-width: none;
    text-align: center;
    height: 42px;
    display: flex;
    align-items: center;
}
#header .header-top-right > div:not(#_desktop_iqitmenu):not(#_desktop_search):not(.overlay-lateral-popup) > a,
#header .header-top-right #_desktop_cart .blockcart .header,
#header .header-top-right #_desktop_user_info .user-info .account {
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #eedfd2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(39, 27, 18, 0.08);
    color: #34322d;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
#header .header-top-right > div:not(#_desktop_iqitmenu):not(#_desktop_search):not(.overlay-lateral-popup) > a:hover,
#header .header-top-right #_desktop_cart .blockcart:hover .header,
#header .header-top-right #_desktop_user_info .user-info .account:hover {
    border-color: #ff6a00;
    box-shadow: 0 12px 28px rgba(255, 106, 0, 0.16);
    transform: translateY(-1px);
}
#header .header-top-right a.default_links,
#header .header-top-right a.mega-bell,
#header .header-top-right #_desktop_user_info .user-info .account {
    gap: 8px;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
}
#header .header-top-right #_desktop_cart .blockcart .header,
#header .header-top-right #_desktop_cart .blockcart .header > a {
    position: relative;
    min-width: 104px;
}
#header .header-top-right #_desktop_user_info .user-info .account {
    min-width: 112px;
}
#header .header-top-right img,
#header .header-top-right .cart-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}
#header .header-top-right #_desktop_user_info .user-info .account img {
    width: 22px;
    height: 22px;
    max-width: 22px;
}
#header .header-top-right .material-icons,
#header .header-top-right .icon-cart:before {
    color: #ff6a00;
}
#header .header-top-right .mega-bell i {
    display: none;
}
#header .header-top-right .account-label,
#header .header-top-right .cart-label,
#header .header-top-right .top-link-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #34322d;
}
#header .header-top-right .mega-notifications-top .badge,
#header .header-top-right span.cart-products-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #ff6a00;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(255, 106, 0, 0.24);
}
#header .header-top-right .mega-notifications-top .badge {
    top: -6px;
    right: -6px;
}
span.customername.initials_name {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #fff1e5;
    color: #ff6a00;
    font-size: 12px;
    font-weight: 700;
}

.header-top-container {
    padding: 12px 24px 5px 24px;
    border-radius: var(--border-radius-custom);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: white;
    max-width: 1506px;
    box-shadow: var(--box-shadow);
    position: relative;
}
.header-top-container > .row {
    align-items: center;
}
.header-top-container .row > .col-md-8.d-flex {
    align-items: center;
    gap: 20px;
}
.header-top-container .header-top-center {
    flex: 1;
    min-width: 0;
}
.fixed-header .header-top-container {
    border-radius: var(--border-radius-custom);
}

#header div#_desktop_search {
    max-width: 430px;
    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;
}

div#ecommbanners_displayBanner .item-html {
    /*text-align: center;*/
    padding:5px 0px;
    background: var(--color3);
    color: white;
    font-size:12px;
    font-weight: 500;
}

.extrapadding {
    padding-left: 15px;
    padding-right: 0px
}
div#ecommbanners_displayBanner p {
    font-size: 13px;
}
.container.header-top-container.doble {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
span.cart-products-count {
    right: -7px;
    top: -7px;
}
span.cart-products-count.cart-doble {
    font-size: 12px;
}
span.cart-products-count.cart-triple {
    font-size: 10px;
}

#header .header-top-right {
    gap: 18px;
    flex-wrap: nowrap;
}

#header .header-top-right > div:not(#_desktop_iqitmenu):not(#_desktop_search):not(.overlay-lateral-popup) > a,
#header .header-top-right #_desktop_cart .blockcart .header,
#header .header-top-right #_desktop_cart .blockcart .header > a,
#header .header-top-right #_desktop_user_info .user-info .account,
#header .header-top-right a.mega-bell {
    min-height: auto;
    padding: 4px 8px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    transform: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

#header .header-top-right > div:not(#_desktop_iqitmenu):not(#_desktop_search):not(.overlay-lateral-popup) > a:hover,
#header .header-top-right #_desktop_cart .blockcart:hover .header,
#header .header-top-right #_desktop_user_info .user-info .account:hover {
    color: var(--color3);
    background: var(--color4);
    border-color: var(--color3);
    box-shadow: none;
}

#header .header-top-right a.default_links,
#header .header-top-right a.mega-bell,
#header .header-top-right #_desktop_user_info .user-info .account,
#header .header-top-right #_desktop_cart .blockcart .header,
#header .header-top-right #_desktop_cart .blockcart .header > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0px;
    text-decoration: none;
    white-space: nowrap;
}

#header .header-top-right #_desktop_user_info .user-info .account,
#header .header-top-right #_desktop_historyproducts .default_links,
#header .header-top-right #_desktop_quickorder .default_links,
#header .header-top-right #_desktop_notis .mega-bell,
#header .header-top-right #_desktop_cart .blockcart .header,
#header .header-top-right #_desktop_cart .blockcart .header > a,
#header .header-top-right .mega-bell {
    color: #475569;
}

#header .header-top-right #_desktop_user_info .user-info .account:hover,
#header .header-top-right #_desktop_historyproducts .default_links:hover,
#header .header-top-right #_desktop_quickorder .default_links:hover,
#header .header-top-right #_desktop_notis .mega-bell:hover,
#header .header-top-right .mega-bell:hover,
#header .header-top-right #_desktop_cart .blockcart:hover .header {
    color: var(--color3);
}

#header .header-top-right .top-action-icon {
    position: relative;
    width: auto;
    height: auto;
    max-height: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: currentColor;
    transition: transform 0.2s ease, color 0.2s ease;
}

#header .header-top-right a.default_links:hover .top-action-icon,
#header .header-top-right #_desktop_user_info .user-info .account:hover .top-action-icon,
#header .header-top-right #_desktop_cart .blockcart:hover .top-action-icon,
#header .header-top-right #_desktop_notis .mega-bell:hover .top-action-icon,
#header .header-top-right a.mega-bell:hover .top-action-icon {
    transform: translateY(-1px);
}

#header .header-top-right img,
#header .header-top-right .cart-icon {
    width: 21px;
    height: auto;
    max-width: 21px;
    display: block;
    object-fit: contain;
}

#header .header-top-right .account-label,
#header .header-top-right .cart-label,
#header .header-top-right .top-link-label {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
    text-align: center;
    letter-spacing: 0;
}

#header .header-top-right .mega-notifications-top .badge,
#header .header-top-right span.cart-products-count {
    top: -4px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border: 2px solid var(--color4);
    border-radius: 999px;
    background: var(--color3);
    color: #fff;
    box-shadow: none;
}

#header .header-top-right .mega-notifications-top .badge {
    border-color: #fff;
}

span.customername.initials_name {
    width: 32px;
    height: 32px;
    border: 1px solid var(--color4);
    background: var(--color4);
    color: var(--color3);
}

#header .header-top-right .material-icons,
#header .header-top-right .icon-cart:before {
    color: inherit;
}
/*media querys*/
@media(max-width: 991px){
    /*header .header-top-right, header #_desktop_logo{*/
    /*    display: none!important;*/
    /*}*/
    header .header-top-center{
        width: 100%
    }
    .fixed-header .header-top-container {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    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: 10px 0px;
        border-radius: var(--border-radius-custom);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        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: 155px !important;
    }
    body.displaybannershow:not(#index) #wrapper {
        padding-top: 190px !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;
 	}

	#header .top-logo img {
        max-width: 150px;
    }
    span.customername.initials_name {
    	width: 25px;
    	height: 25px;
    	font-size: 11px;
	}
}
@media(max-width: 1199px) {
    #header .header-top-right {
        gap: 10px;
    }
    #header .header-top-right .account-label,
    #header .header-top-right .cart-label,
    #header .header-top-right .top-link-label {
        display: none;
    }
    #header .header-top-right a.default_links,
    #header .header-top-right a.mega-bell,
    #header .header-top-right #_desktop_user_info .user-info .account,
    #header .header-top-right #_desktop_cart .blockcart .header,
    #header .header-top-right #_desktop_cart .blockcart .header > a {
        min-width: 44px;
    }
    #header .header-top-right .top-action-icon {
        width: auto;
        height: auto;
        padding: 2px;
    }
    #header .header-top-right img,
    #header .header-top-right .cart-icon {
        width: 19px;
        height: auto;
        max-width: 19px;
    }
}
/*end media querys*/