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

#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;
}

#header .mobile .rightelements .item {
    padding-right: 15px;
}

#header .mobile .rightelements .item#_mobile_wihslist {
    /* height: 25px; */
    position: relative;

}

#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;
    line-height: inherit;
}
#header #_desktop_logo .logo{
    max-width: 180px;
}
/*block customer signin end*/
span.cart-products-count, span.items_cart {
	color: #5C5555;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
header .blockcart .header a {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
header .blockcart {
    position: relative;
}
a.presta_header_button {
    display: flex;
    align-items: center;
    gap: 5px;
}
#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: 18px;
    padding-left: 0px;
}
#header .header-top-right > * {

}


.header-top-container {
    padding: 8.5px 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: block;

}

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
}

.header-banner {
    background: #212C52;
        overflow: hidden;
}
.header-banner .container {
    position: relative;
}
div#ecommbanners_displayBanner li {
    width: auto;
    padding: 0px 15px;
    position: relative;
}
div#ecommbanners_displayBanner .item-html {
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-banner > .container:after {
    content: "";
    background: #C12180;
    position: absolute;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 39px;
    left: initial;
}
.extra_header_banner .links_header a {
    color: white;
}

.extra_header_banner .links_header {
    display: flex;
    gap: 10px;
    color: white;
    justify-content: right;
    font-size: 13px;
    padding-right: 5px;
}
.extra_header_banner {
    background: #C12180;
    width: 100%;
    max-width: 270px;
    line-height: 39px;
    position: absolute;
    right: 0px;
    padding-right: 10px;
}
div#ecommbanners_displayBanner {
    width: 100%;
}
.border-diagonal {
    border-top: 39px solid var(--color3);
    border-right: 32px solid transparent;
    height: 0;
    width: 34px;
    position: absolute;
    top: 0px;
    left: 0px;
}
div#_desktop_logo h1 {
    margin: 0px;
}
span.subtitle_link {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    display: block;
    text-align: center;
    margin-top:3px;
    
}



article.alert {
    margin-top: 20px;
}
article.alert ul {
    margin: 0px;
}
div#ecommbanners_displayBanner {
    width: 100%;
}
div#ecommbanners_displayBanner ul.htmlcontent {
    display: flex;
    border: none;
    margin: 0 auto;
    justify-content: center;
    gap: 0px;
}
div#ecommbanners_displayBanner li:nth-child(2):after {
    content: "";
    width: 1px;
    height: 15px;
    background: white;
    position: absolute;
    left: 0px;
    top: 13px;
}
div#ecommbanners_displayBanner ul.htmlcontent p {

    color: white;
    text-align: center;
    font-size: 14px;
}
div#ecommbanners_displayBanner li:nth-child(2):before {
    content: "";
    width: 1px;
    height: 15px;
    background: white;
    position: absolute;
    right: 0px;
    top: 13px;
}
.support .item-html:before {
    content: "";
    background: url(../../../img/help.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-size: 100%;
}
.ship .item-html:before {
    content: "";
    background: url(../../../img/ship.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-size: 100%;
}
.card .item-html:before {
    content: "";
    background: url(../../../img/pago.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-size: 100%;
}
.container.header-top-container > .row {
    align-items: center;
}
.text_button {
    color: #5C5555;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.user-info a {
    display: flex;
    align-items: center;
    gap: 3px;
}
header .blockcart .header {
    display: flex;
    align-items: center;
    gap: 5px;
        cursor: pointer;
}
#_mobile_wihslist span.material-icons.hearticon {
    font-size: 18px;
}
div#ecommbanners_displayBanner a {
    color: white;
}
@media(max-width:1199px) {
	#header .header-top-right {
 		gap: 10px;
    }
}
/*media querys*/
@media(max-width: 991px){
    .header-top-container {
        padding:0px;
    }
    /*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-logo img {
        width: auto;
    }
    .header-top-container{
        padding: 0px
    }
    body:not(#index) #wrapper {
        padding-top: 100px;
    }
   
    body.displaybannershow #wrapper {
        padding-top: 94px!important;
    }
    body.displaybannershow:not(#index) #wrapper {
        padding-top: 108px!important;
    }
    body:not(#index) #content-wrapper {
        width: 100%;
        padding-top: 10px;
    }

    body.page-customer-account #content-wrapper {
        padding: 15px;
    }
	#header .mobile .rightelements .item:last-child {
	    padding: 0px;
	}
    header .language-selector-wrapper {
        display: none;
    }

    #header .mobile .rightelements .item {
        padding-right: 13px;
    }
    span.subtitle_link {
        display: none;
    }
    span.cart-products-count {
        height: 16px;
        width: 16px;
        right: -10px;
        top: -6px;
    }
    body#checkout.displaybannershow #wrapper {
        padding-top: 10px !important;
    }
    header .user-info .customername {
        display: none;
    }
    #header .mobile .rightelements .item#_mobile_wihslist .wishlistCount {
        display: none;
    }
    div#ecommbanners_displayBanner ul.htmlcontent {
 		justify-content: left;
    }
    div#ecommbanners_displayBanner ul.htmlcontent p {
    	font-size: 12px;
	}
	.text_button {
    	display: none;
	}
	div#_mobile_search:after {
	    margin: 0 auto;
	    content: "\e911";
	    font-family: 'icomoon';
	    font-size: 15px;
	    color: #c12180;
	    line-height: 28px;
	    display: block;
	    	background: none;
	}
	.container-iqit-menu {
    	border: none;
	}
}
/*end media querys*/

@media(max-width:767px) {
    .header-banner .container.d-flex {
        flex-direction: column;
        padding: 0px;
    }
    #header .top-logo img {
        max-width: calc(100% - 20px);
    }
     body.displaybannershow #wrapper {
        padding-top: 101px!important
    }
    .extra_header_banner {
        max-width: 100%;
    }
    .border-diagonal { 
        display: none;
    } 
    .header-banner {
        background: var(--color1);
    }
    .extra_header_banner .links_header {
        justify-content: center;
        font-size: 12px;
    }
    .extra_header_banner {
        padding: 0px;
        line-height: 22px;
        position: initial;
    }
    body.displaybannershow:not(#index) #wrapper {
        padding-top: 130px!important;
    }
    ul.nav.nav-pills.product_nav .nav-link {
        font-size: 13px;
        padding: 8px;
    }
    body#checkout.displaybannershow:not(#index) #wrapper {
        padding-top: 10px !important;
    }
    div#ecommbanners_displayBanner li {
    	padding: 0px 6px;
    }
    div#ecommbanners_displayBanner .item-html {
 		gap: 2px;
	}
	div#ecommbanners_displayBanner ul.htmlcontent {
        justify-content: center;
    }
    div#ecommbanners_displayBanner ul.htmlcontent p {
        font-size: 10px;
    }
    div#ecommbanners_displayBanner li:nth-child(2):after {
    	height: 12px;
    	top: 7px;
	}
	div#ecommbanners_displayBanner li:nth-child(2):before {
    	height: 12px;
    	top: 7px;
	}
}
@media(max-width:399px) {
	.item-html:before {
		display:none !important;	
	}
	div#ecommbanners_displayBanner li {
        padding: 0px 7px;
    }
}
