#header{
	display: flex;
	justify-content: center;
}

#header .header-wrapper .header-bg-color{
	background: #101112;
}

#header .header-wrapper .header-cart-link{
	display: flex;
	gap: 6px;
	align-items: center;
	border-radius: 9px;
	padding: 16px 19px;
	height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.19);
	background: none;
}

#header .header-wrapper .cart-img-icon{
	filter: unset;
	width: 18px;
	height: 18px;
}

#header .header-wrapper .header-cart-icon{
	padding-left: 22px;
}

#header .header-wrapper .header-cart-link:has([data-icon-label="0"])  .header-cart-icon{
	padding-left: 0px;
}

#header .header-wrapper .header-cart-icon{
	display: flex;
}

#header .header-wrapper .header-cart-link:before{
	content: "Ko\0161" "arica";
	font-weight: 700;
	font-size: 15px;
	line-height: normal;
	text-transform: none;
	opacity: 1;
	color: #FFF;
}

#header.nav-dark .header-wrapper .header-cart-link:after{
	color: #FFF;
}

#header .header-wrapper [data-icon-label]:after{
	left: 0;
	right: unset;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: none;
}






form[role="search"] input{
	background: #F7F7F7 !important;
	border-radius: 9px;
	box-shadow: none;
	height: 52px;
	padding: 0 45px 0 25px;
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	color: #27282A;
	box-shadow: none !important;
	border: none;
}

.mfp-content form[role="search"] input{
	width: 100%;
}

form[role="search"] input::placeholder {
  color: #27282A;
  opacity: 1;
}

form[role="search"] button[type="submit"]{
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: none;
    line-height: 22px;
    min-height: unset;
    min-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

form[role="search"] button[type="submit"]:hover{
	box-shadow: none;
}

form[role="search"] button[type="submit"] i{
	top: 0;
}

form[role="search"] button[type="submit"] i:before{
	content: '';
	background: url(../search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 22px;
	height: 22px;
	display: block;
}

#header .icon-search:before{
	content: '';
	background-image: url(../search.svg);
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
    display: block;
    height: 44px;
	width: 59px;
	border-radius: 7px;
	background-color: var(--fs-color-secondary);
}

#header .account-item > a{
	gap: 12px;
	color: #fff;
}

#header .account-item > a:before{
	opacity: 1 !important;
	content: '';
	background-image: url(../user.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    display: block;
    height: 21px;
	width: 21px;
}

#header .account-item > a > i{
	display: none;
}

#header .icon-menu{
	color: #FFF;
}

#header li.cart-item{
	flex-shrink: 0;
}







#header .menu-item-type-custom.has-dropdown > a{
	background: var(--fs-color-secondary);
	padding: 15px 25px;
	height: 52px;
	border-radius: 9px;
	align-items: center;
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	text-transform: none;
	color: #FFF;
	gap: 10px;
}

#header .menu-item-type-custom.has-dropdown > a:after{
	content: '';
	background: url(../menu.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 17px;
	height: 17px;
	display: block;
	opacity: 1 !important;
}

#header .menu-item-type-custom.has-dropdown > a .icon-angle-down{
	display: none;
}

#masthead{
	border-bottom: 1px solid #1D1E20;
}




#header .sub-menu .section-content{
	display: flex;
	justify-content: center;
}


#header .sub-menu .section-content > .row{
	width: 100%;
}

#header .nav-dropdown-toggle .nav-dropdown{
	border: none;
	box-shadow: none;
	background: none;
}

#header .nav-dropdown-toggle .nav-dropdown .section{
	background: #FFF;
	border-bottom-left-radius: 17px;
	border-bottom-right-radius: 17px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
}

#header .nav-dropdown-toggle .nav-dropdown:before{
	content: '';
	pointer-events: none;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #27282A9C;
}

.admin-bar #header .nav-dropdown-toggle .nav-dropdown:before{
	top: 132px;
}

#header .megamenu-dyson{
	padding: 0 5.3% 5.3%;
}

@media (max-width: 549px){
	#header .header-wrapper .header-cart-link:before{
		display: none;
	}
	
	#header .header-wrapper [data-icon-label]:after{
		left: unset;
		top: 0;
		right: 0;
        transform: translate(50%, -50%);
	}
	
	#header .header-wrapper .header-cart-link{
		padding: 0;
		border: none;
	}
	
    #header .header.show-on-scroll,
	#header .stuck .header-main {
        height: 70px !important;
    }

    #logo img,
	.stuck #logo a img{
        max-height: 32px!important;
    }
	
	#header .icon-search:before {
		height: 24px;
		width: 22px;
		border-radius: 7px;
		background-color: transparent;
	}
	
	
	#header .header-wrapper .cart-img-icon{
		filter: unset;
		width: 20px;
		height: 20px;
	}
	
	#header .header-wrapper .header-cart-icon{
		padding-left: 0px;
	}
}



#masthead .hide-for-medium.flex-left .header-nav{
	justify-content: space-between;
}
