

/*============================================================================================
   Start Header css
==============================================================================================*/



.hide-dropdown .dropdown-box {
  display: none;
}

.header.style-11 ul.live_search_box {
  top: 50px;
}


.hide-dropdown.show .dropdown-box {
  display: block;
}
.header.style-11 .active-underline > li > a::before{
	border-top: 2px solid;
}

.header.style-11 .header-middle-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr; 
    align-items: center;
    width: 100%;
}

.header.style-11 .header-main-left {
    grid-column: 1;
}

.header.style-11 .logo-container { 
    grid-column: 2;
}

.header.style-11 .header-right {
    grid-column: 3;
    display: flex;
    justify-content: flex-end;  
}



.header.style-11 .header-left{
	width: 100%;
	justify-content: space-between;
	gap: 30px;
}
.header.style-11 .header-bottom{
	padding: 8px 0px;
}

.header.style-11 .header-bottom:not(.fixed) .category-dropdown > a {
  border-radius: 30px;
}

.header.style-11 .header-middle {
  border-bottom: 0;
		padding-bottom: 0;
}

.header.style-11 .header-right-track-order > a {
    display: flex;
    align-items: center;
    color: var(--title-color);
}
.header.style-11 .header-right-track-order > a i {
    vertical-align: middle;
    color: var(--primary-color);
}
.header.style-11 .header-right-track-order > a i.w-icon-map-marker {
    font-size: 2.2rem;
    margin-top: -0.5rem;
}
.header.style-11 .header-right-track-order > a i.w-icon-sale {
    font-size: 2.4rem;
    margin-right: 0.8rem;
}
.header.style-11 .header-right-track-order > a {
    font-size: 16px;
}

.header.style-11 .header-right-track-order > a span {
    color: var(--success-color);
    margin-right: 4px;
}

.header.style-11 .header-search{
	position: relative;
}

.header.style-11 .header-search input.form-control {
  border-radius: 30px;
		background: #ffffff;
		border: 0;
		font-size: 1.55rem;
}

.header.style-11  .category-dropdown > a span{
	text-transform: none;
	color: #666;
}

.category-dropdown > a::after,
.header.style-11 .header-search .btn-search {
	border-radius: 50%;
	min-width: unset; 
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.header.style-11 .header-search input.form-control::placeholder{
	font-size: 15px;
	font-weight: 600;
	letter-spacing: normal;
}

.header.style-11 .active-underline > li > a::before{
	display: none;
}

.header.style-11 .header-search .btn-search i{
	color: var(--primary-color);
	transition: 0.3s all ease;
}
.header.style-11 .header-search .btn-search:hover i{
		color: white;
}
.header.style-11 .header-search .btn-search:hover{
		background: var(--primary-color);
}
.header.style-11 .header-bottom:not(.fixed) .category-dropdown > a{
		background: #ffffff;
}


.header.style-11 .main-nav .menu > li {
	margin-right: 8px;
}

.header.style-11 .main-nav .menu > li:last-child {
    margin-right: 0;
}

.header.style-11 .category-dropdown > a,
.header.style-11 .main-nav .menu > li > a{
	font-size: 1.5rem;
  padding: 9px 12px;
		padding-bottom: 11px;
  border: 3px solid #ffffff;
  border-radius: 20px;
}
.header.style-11 .main-nav .menu > li > a:hover{
	background: #ffffff;
}

.header.style-11 .header-search input.form-control,
.header.style-11 .category-dropdown > a{
	min-height: 47px;
}

.header.style-11 .logo{
	margin: 0;
}
.header.style-11 .header-actions .icon{
	color: var(--primary-color);
}





.header.style-11 .cart-dropdown .cart-count {
  right: -13px;
  top: -3px;
}

.header.style-11 .wishlist{
	margin-right: 0;
	margin-left: 10px;
	  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff8ead1;
  border: 1px solid #ffe9bed1;
}


.header.style-11 .wishlist svg{
  width: 20px;
  height: 20px;
}





.header.style-11 .category-menu{
	padding-top: 1.4rem;
}
.header.style-11 .category-menu,
.header.style-11 .category-dropdown .dropdown-box {
  border-radius: 10px;
}


.header.style-11 .category-menu > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  border-radius: 30px;
  padding-left: 22px;
		transition: 0.2s all ease;
}

.header.style-11 .category-menu > li > a:hover{
   background: var(--primary-color);
   color: white !important;
}

@media (max-width: 991px) {
  .header.style-11 .mobile-menu-toggle {
    text-align: left !important;
  }

  .header.style-11 .header-middle {
    padding-top: 10px;
  }
}

/*============================================================================================
   End Header css
==============================================================================================*/