/*=============================================================================================
  Start Header Area
==============================================================================================*/
.header.style-10.active{
	position: static;
	transition: 0.2s all linear;
}

.header.style-10 {
    position: fixed;
    width: 100%;
				background: transparent;
				left: 0;
				top: 0;
    z-index: 99999;
			 transition: background 0.2s ease;
}
.header.style-10.active,
.header.style-10:hover,
.header.style-10.scrolled{
	   background: var(--white-color) !important;
}


.header.style-10.active.scrolled{
	 position: fixed;
		margin-top: 0px;
}

.search-wrap.style-10{
		padding-top: 20px;
		padding-bottom: 20px;
}
.container-header-10{
	max-width: 1700px;
}

/* .header.style-10 .header:not(:has(.sticky-content-wrapper)) {
   background: var(--white-color) !important;;
} */

.header.style-10.active .header-nav li a,
.header.style-10:hover .header-nav li a,
.header.style-10.scrolled .header-nav li a{
 color:  var(--title-color);
}

.header.style-10 .sticky-content-wrapper{
	height: unset !important;
}

.header.style-10 .mobile-menu-toggle {
    color: var(--white-color) ;
				line-height: 1;
				transition: unset;
}
.header.style-10.active .mobile-menu-toggle,
.header.style-10:hover .mobile-menu-toggle,
.header.style-10.scrolled .mobile-menu-toggle{
 color:  var(--title-color);
}

.header.style-10 .has-submenu > a::after{
	display: none;
}


.header.style-10 .header-right i,
.header.style-10 .cart-dropdown > a i {
    font-size: 20px;
    transition: all 0.3s ease;
    font-weight: 500;
    color: var(--white-color);
}

.header.style-10 .header-action-label {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    margin-top: 6px;
    display: block;
    transition: all 0.3s ease;
}

.header.style-10 .menu > li > a {
    font-weight: 400;
    color: var(--white-color);
}

.search-wrap.style-10.active{
	z-index: 99999999999;
}

.header.style-10 .menu .submenu {
    padding: 1rem 0;
}

.header.style-10 .menu > li .megamenu,
.header.style-10 .menu > li > .submenu {
    left: 0;
}

.header.style-10 .active-underline > li > a::before {
    border-top: 2px solid;
    bottom: 0;
}

.header.style-10 .header-right a:hover .header-action-label {
    color: var(--primary-color);
}

.header.style-10 .header-menu-btn {
    position: relative;
    cursor: pointer;
    padding-bottom: 12px;
    top: 6px;
    z-index: 3;
}
.header.style-10 .header-menu-btn-text:hover {
    color: var(--primary-color);
}
.header.style-10 .header-menu-btn .submenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 0;
    min-width: 220px;
    z-index: 999;
    margin: 0;
    border: 1px solid #eee;
}
.header.style-10 .header-menu-btn:hover .submenu {
    display: block;
}
.header.style-10 .header-menu-btn .submenu li {
    list-style: none;
    border-bottom: 1px solid #eee;
}
.header.style-10 .header-menu-btn .submenu li:last-child {
    border-bottom: 0;
}

.header.style-10 .header-menu-btn .submenu li a {
    text-decoration: none;
    color: var(--title-color);
    display: flex;
    font-size: 14px;
    line-height: 120%;
    padding: 10px 12px;
    transition: all 0.3s ease;
    align-items: center;
    gap: 12px;
}
.header.style-10 .header-menu-btn .submenu li a:hover {
    color: var(--primary-color);
}
.header.style-10 .header-menu-btn .submenu li img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.header.style-10 .cart-dropdown .cart-count {
    width: 16px;
    height: 16px;
    right: -6px;
    font-size: 10px;
    line-height: 17px;
}
.header.style-10 .header-search.hs-expanded {
    max-width: 44.6rem;
    background: #f5f5f5;
    border-radius: 8px;
}
.header.style-10 .header-search input.form-control {
    border: none;
    padding-right: 42px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid transparent;
    color: var(--title-color);
}

.header.style-10 .header-search input.form-control:focus {
    border: 1px solid var(--primary-color);
}

.header.style-10 .header-search.hs-round .btn-search {
    background: transparent !important;
    color: var(--paragraph-color);
    position: absolute;
    right: 14px;
    top: 12px;
    width: initial;
    min-width: initial;
}
.header.style-10 .header-search .btn-search i {
    font-size: 20px;
}
.header.style-10 .header-search.hs-round .btn-search:hover {
    color: var(--primary-color);
}

.header.style-10 .header-middle {
    padding: 16px 0px;
    border-bottom: 1px solid #eee;
}
.header.style-10 .header-bottom {
    padding: 0;
    background: var(--primary-color);
}
.header.style-10 .inner-wrap {
    justify-content: space-between;
}

.header.style-10 .menu .has-submenu > a{
 padding: 40px 0;
}

.header.style-10 .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    width: 100%;
}


.header.style-10 .h-category-btn {
    font-size: 24px;
    color: #e7f6f1;
}
.header.style-10 .h-logo img {
    max-width: 170px;
    max-height: 40px;
    object-fit: contain;
}

.header.style-10 .h-search-widget {
    display: flex;
    align-items: center;
    position: relative;
}
.header.style-10 .h-search-widget-icon:hover {
    cursor: pointer;
}
.header.style-10 .h-search-widget-icon:hover i {
    color: var(--white-color);
}
.header.style-10 .h-search-widget:hover .h-search-form {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.header.style-10 .h-search-form {
    position: absolute;
    bottom: -50px;
    z-index: 99;
    right: -250px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.header.style-10 .h-search-form input {
    font-family: var(--font-family);
    width: 300px;
    height: 48px;
    padding: 15px 120px 15px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    background: #f7f7f7;
    border: none;
}
.header.style-10 .h-search-form button {
    font-family: var(--font-family);
    color: var(--title-color) !important;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    line-height: 40px;
    position: absolute;
    right: 16px;
    top: 4px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: none;
    border: none;
    background: transparent !important;
    padding: 0;
}
.header.style-10 .h-search-form button i {
    color: var(--title-color) !important;
}
.header.style-10 .h-search-form button:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}
.header.style-10 .h-contact {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header.style-10 .h-contact i {
    font-size: 36px;
    color: var(--white-color);
}
.header.style-10 .h-contact-info span {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    display: block;
    color: #e7f6f1;
}

.header.style-10 .h-contact-info p {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    color: #e7f6f1;
    margin: 0;
    margin-top: 4px;
    transition: all 0.3s ease;
}
.header.style-10 .h-contact:hover .h-contact-info p {
    color: var(--secondary-color);
}
.header.style-10 .header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
				padding-top: 5px;
}

.header.style-10 .header-actions .icon {
    color: var(--white-color);
}

.header.style-10.active .header-actions .icon,
.header.style-10:hover .header-actions .icon,
.header.style-10.scrolled .header-actions .icon {
    color: var(--title-color) !important;
}
.header.style-10 .header-actions .action-btn {
    position: relative;
    background: transparent;
    padding: 0;
    border: none;
    margin-right: 10px;
    cursor: pointer;
}

.header.style-10 .header-actions .action-btn i {
    font-size: 20px;
    color: var(--white-color);
}
.header.style-10 .header-actions .action-btn:hover i {
    color: var(--white-color);
}
.header.style-10 .header-actions .action-btn .label {
    position: absolute;
    top: 3px;
    right: -18px;
    width: 16px;
    height: 16px;
    background: none !important;
    color: var(--white-color);
    border-radius: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    text-align: center;
}

.header.style-10.active .action-btn .label,
.header.style-10.scrolled .action-btn .label,
.header.style-10:hover .action-btn .label{
	    color: var(--title-color);
}


.header.style-10 .h-account-btn {
	background: transparent;
	color: var(--white-color);
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	border-radius: 30px;
	transition: all 0.3s ease;
	white-space: nowrap;
	padding: 0;
	position: relative;
	top: -2px;
}
.header.style-10 .h-account-btn:hover {
    color: var(--white-color);
}

.header.style-10 .header-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.style-10 .header-item-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header.style-10 .h-category-btn {
    background: transparent;
    color: var(--white-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    border-radius: 4px 4px 0px 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
}
.header.style-10 .h-category-btn i {
    font-size: 20px;
}
.header.style-10 .header-nav ul {
    margin: 0;
    white-space: nowrap;
}
.header.style-10 .header-nav li {
    display: block;
    margin-right: 46px;
}
.header.style-10 .header-nav li:last-child {
    margin: 0;
}
.header.style-10 .header-nav li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
			 text-transform: uppercase;
				letter-spacing: 0.9px ;
				transition: 0.2s all ease;
}
.header.style-10 .header-nav li .megamenu-item li a{
  font-weight: 500;
}
.header.style-10 .header-nav li .menu-title a{
    font-weight: 600;
}

.header.style-10 .header-nav li a svg{
	margin-left: 4px;
	margin-bottom: 2px;
}
.header.style-10 .header-nav li .submenu li a {
    font-weight: 500;
    font-size: 15px;
}
.header.style-10 .h-flash-btn {
    border-radius: 4px;
    background: var(--white-color);
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: var(--primary-color) !important;
}
.header.style-10 .h-flash-btn i {
    font-size: 24px;
}

.header.style-10 .container--header {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 60px;
			 width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 16px;
}



.add-during-mobile-header-10{
	display: none;
}






.header.style-10 .menu .megamenu ul li {
  padding-bottom: 10px;
}

.header.style-10 .megamenu > li .menu-title {
  margin-bottom: 16px;
}









.header.style-10 .menu li:hover .megamenu {
  display: flex;
}
.header.style-10 .menu > li .megamenu {
  transform: translateX(0%) !important;
  width: 100vw !important;
  position: fixed !important;
  top: 104px !important;
  display: none;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #f4f4f4;
	 padding: 0 300px;
}

.header.style-10 .menu > li .megamenu > li{
  padding: 4rem 3rem 2rem;
 }





@media only screen and (min-width: 1400px) {
   .header.style-10 .container--header {
     padding: 0 46px;
    }
}

@media only screen and (min-width: 1200px) {
    .header.style-10 .container--header {
     height: 90px;
    }


}

@media only screen and (max-width: 1200px) {
				.header.style-10 .menu > li .megamenu {
						padding: 0 200px;
				}
}

@media only screen and (min-width: 768px) {
  .header.style-10 .container--header {
     padding: 0 32px;
  }
}








@media only screen and (min-width: 1200px) and (max-width: 1372px) {
    .header.style-10 .header-inner {
        gap: 48px;
    }
    .header.style-10 .h-search-form input {
        width: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .header.style-10 .header-inner {
        display: flex;
        gap: 16px;
    }

    .header.style-10 .h-category-btn {
        font-size: 22px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header.style-10 .h-search-form input {
        width: 130px;
    }
}

@media only screen and (max-width: 991px) {

    .header.style-10 .header-nav {
        display: none;
    }
    .header.style-10 .h-flash-btn {
        padding: 8px;
        font-size: 12px;
    }
    .header.style-10 .h-flash-btn i {
        font-size: 18px;
    }
    /* .header.style-10 .h-search-widget, */
    .header.style-10 .h-contact {
        display: none;
    }
    .header.style-10 .h-account-btn {
        background: transparent !important;
        padding: 0;
        color: var(--white-color);
        font-size: 0;
    }

    .header.style-10 .h-account-btn i {
        font-size: 20px;
        position: relative;
        top: 0;
    }


			.search-wrap.style-10.active{
					padding: 12px 0;
				}

				.remove-during-mobile-header-10{
				display: none !important;
				}
				.add-during-mobile-header-10{
					display: block;
				}
			.mobile-search-container{
			display: flex;
			gap: 20px;
			align-items: center;
			}

			.header.style-10 .header-top-wrapper {
    padding: 10px 0px;
   }
}

@media only screen and (max-width: 767px) {
    .header.style-10 .h-logo img {
        max-width: 132px;
    }
    .header.style-10 .h-wishlist-btn.btn {
        display: none;
    }
				.search-wrap.style-10.active{
	     z-index: 99999999999;
    }
				.search-wrap.style-10.active{
					padding: 10px 0;
				}

}
/*=============================================================================================
  End Header Area
==============================================================================================*/
 