.header-9 .header-transparent {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1040;
    background-color: transparent;
}

.sticky-wrapper {
    background-color: transparent;
}

.header-9 .header-middle {
    padding: 1.2rem 0;
    color: #000;
    background-color: transparent;
}

@media (min-width: 992px) {
    .header-9 .container {
        max-width: none;
        padding-left: 4.28vw;
        padding-right: 4.28vw;
    }
}

.header-9 header a {
    color: inherit;
}

.header-9 .logo {
    max-width: 111px;
}

@media (min-width: 992px) {
    .header-9 .header .logo {
        margin-right: 0rem;
    }
}

.header-9 .menu a {
    background-color: transparent;
}

.header-9 .main-nav {
    margin-left: 3.28vw;
}

.header-9 .main-nav .menu>li {
    margin-right: 1px;
}

.header-9 .main-nav .menu>li.active>a,
.header-9 .main-nav .menu>li.show>a,
.header-9 .main-nav .menu>li:hover>a {
    color: #000;
    background: transparent;
}

.header-9 .main-nav .menu>li:first-child>a {
    padding-left: 0;
}

.header-9 .main-nav .menu>li>a {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: -0.25px ;
    color: #141a1f;
    padding: 15px 15px 15px 15px;
}

@media (max-width: 991px) {
    .header-9 .main-nav {
        display: none;
    }
}

.header-9 .header-middle .header-right {
    margin-right: -2px;
}

@media (min-width: 992px) {
    .header-9 .header-search {
        margin-top: 2px;
    }
}


.header-9 .header-search {
    position: relative;
}

.header-9 .header-search-wrapper {
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    right: -2.3rem;
    z-index: 999;
    margin-top: 5px;
    color: #8d8d8d;
    box-sizing: content-box;
    height: 44px;
    border-radius: 5rem;
    border: 5px solid #ccc;
}

.header-9 .search-toggle.active:after {
    bottom: -5px;
}

.header-9 .header-search .form-control,
.header-9 .header-search .select-custom {
    background: #f4f4f4;
}

.header-9 .header-search-category .form-control {
    border-radius: 5rem 0 0 5rem;
}

.header-9 .header-search-popup .form-control {
    min-width: 266px;
    padding: 4px 22px;
    font-size: 1.4rem;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
}

.header-9 .header-search-wrapper select {
    width: 100%;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 14px;
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 0.005em;
    color: inherit;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.header-9 #q::placeholder {
    color: #888;
    font-size: 13px;
}

.header-9 .header-search-wrapper .btn {
    position: relative;
    padding: 0 0 3px 0;
    border: 0;
    border-left: 1px solid #ccc;
    min-width: 40px;
    color: #222529;
    font-size: 16px;
    background: #f4f4f4;
}

.header-9 .header-search-category .btn {
    border-radius: 0 5rem 5rem 0;
}

.header-9 .header-search-wrapper .select-custom {
    margin: 0;
    width: 15.1rem;
    flex: 0 0 14rem;
    font-size: 14px;
}

.header-9 .header-search-wrapper .select-custom:after {
    right: 15px;
}

.header-9 .header-search form {
    display: none;
    transition: all 0.3s ease;
}

.header-9 .header-search form.active {
    display: block;

}



.header-9 .sticky-header {
    transition: all 0.3s ease;
    border-bottom: none;
}

.header-9 .sticky-header .logo {
    max-width: 160px;
    transition: max-width 0.3s ease, transform 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header-9 .sticky-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.3s ease;
    padding: 10px 2px;
}

/* .header-9 .sticky-header.is-sticky .logo {
    max-width: 82px;
} */

.header-9 .sticky-header.is-sticky .header-middle {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.header-9 .header-search-wrapper .select-custom {
    margin: 0;
    width: 13rem;
    flex: 0 0 13rem;
}

.header-9 .text-primary {
    color: var(--link-hover-color) !important;
}

.header-9 .header-top {
    /* padding-top: 7px;
    padding-bottom: 7px; */
    background: #f4f4f4;
}

.header-9 .header-top span {
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
}

.header-9 .header-top .container {
    min-height: initial;
}

.header-9 .header-middle {
    background-color: #fff;
    border-bottom: none;
}

.header-9 .menu>li.active>a,
.header-9 .menu>li.show>a,
.header-9 .menu>li:hover>a {
    color: var(--link-hover-color);
    background: transparent;
}

.header-9 .header-search-category {
    margin-left: 0 !important;
}

/* Common styles */
header .container,
header .container-fluid {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative;
}

.header-dropdowns {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}

.header-center,
.header-left,
.header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-search-category {
    flex: 1;
    max-width: 550px;
    margin-left: 1.4rem;
}

.header-search {
    position: relative;
}

.main-nav {
    align-items: center;
}

.main-nav .menu {
    text-transform: uppercase;
    font-size: 12px;
    font-family: Poppins, sans-serif !important;
}

.menu,
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu {
    font-weight: 600;
    line-height: 1.5;
}

.menu>li {
    float: left;
    position: relative;
    margin-right: 2.8rem;
}

.header-icon i {
    font-size: 3.2rem;
}

.header-icon:not(:last-child) {
    margin-right: 1rem;
}

.menu-vertical>li {
    float: none;
    margin: 0;
    padding: 0 1.8rem 0 1.6rem;
}

.font2 {
    font-family: Poppins, sans-serif !important;
}

.header-top .info-box {
    color: inherit;
}

.main-nav .menu.sf-arrows ul {
    border-top: none;
}

.menu ul li {
    position: relative;
}

.menu>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.menu li:hover>ul {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Nested submenu (Blog -> Blog Post) */
.menu li ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.menu li ul li:hover>ul {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


.menu li ul li .sf-with-ul::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    position: static;
    font-weight: 900;
    float: right;
    margin-top: 4px;
}

.menu-vertical a {
    padding: 0px !important;
}

.menu.sf-arrows>li>.sf-with-ul:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    position: static;
    font-weight: 900;
    margin-left: 5px;
}

.header-dropdown>a:after {
    content: "\f078";
    /* Unicode for Font Awesome's chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* Needed for solid style icons */
    margin-left: 0.5rem;
}

.dropdown-expanded .header-menu {
    margin: -2px 10px 0 5px;
}

.dropdown-expanded .header-menu a:hover {
    color: #0099e6;
}


.header-dropdown ul {
    position: absolute;
    top: -300rem;
    z-index: 1150;
    min-width: 100%;
    margin: 0;
    padding: 0.5rem 0;
    background: #fff;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    list-style: none;
}

@media (min-width: 992px) {

    .dropdown-expanded .header-menu:before,
    .dropdown-expanded>a {
        display: none;
    }

    .dropdown-expanded .header-menu ul {
        transform: none;
    }

    .dropdown-expanded ul {
        position: static;
        display: flex;
        display: -ms-flexbox;
        padding: 0;
        border: 0;
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
    }

}

.header-dropdown:hover .header-menu:before,
.header-dropdown:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.header-dropdown ul a {
    display: block;
    padding: 0.3em 0.8em;
    color: #777;
    white-space: nowrap;
}

.header .social-icons {
    margin-left: 1.4rem;
}

.header .social-icon {
    border-radius: 50%;
    color: #333;
    font-size: 1.6rem;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
}


[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    font-family: "Font Awesome 6 Brands";
    content: "\f09a";
}

.icon-twitter:before {
    font-family: "Font Awesome 6 Brands";
    content: "\f099";
}

.icon-instagram:before {
    font-family: "Font Awesome 6 Brands";
    content: "\f16d";
}

.header .social-icon:not(:hover):not(:active):not(:focus) {
    background-color: transparent;
}

.header .separator {
    height: 50px;
}

@media (max-width: 767px) {
    .header .separator {
        display: none;
    }
}

.icon-pin::before,
.icon-shipping-truck::before,
.icon-help-circle::before,
.icon-wishlist-2::before,
.icon-cart-thick::before,
.icon-user-2::before,
.icon-magnifier::before {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    mask-size: cover;
    background-color: currentColor;
}

.icon-pin::before {
    content: "location_on";
    font-size: 18px;
}

.icon-shipping-truck::before {
    content: "local_shipping";
    font-size: 18px;

}

.icon-help-circle::before {
    content: "help";
    font-size: 18px;

}

.icon-wishlist-2::before {
    content: "favorite";
}

.icon-cart-thick::before {
    content: "shopping_bag";
    font-size: 32px;

}

.icon-user-2::before {
	content: "";
	mask: url('../../../image/icons/person-outline.svg') no-repeat center;
}
.icon-magnifier::before {
	content: "";
	mask: url('../../../image/icons/search-outlined.svg') no-repeat center;
}

.dropdown-toggle::after {
    display: none;
}

.badge-circle {
    right: -8px;
}

.badge-circle {
    position: absolute;
    top: 0px;
    right: -2px;
    width: 1.6rem;
    border-radius: 50%;
    color: #fff;
    background: #ff5b5b;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.main-nav .menu>li.active>a,
.main-nav .menu>li.show>a,
.main-nav .menu>li:hover>a {
    color: #4dae65;
}

.menu li>a {
    display: block;
    padding: 0.8rem 1.8rem;
    transition: 0.2s ease-out;
    color: #777;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.header-search .form-control,
.header-search select {
    margin: 0;
    border: 0;
    color: inherit;
    font-size: 1.3rem;
    height: 100%;
    box-shadow: none;
}

.header-search-wrapper .select-custom {
    margin: 0;
    width: 15.1rem;
    flex: 0 0 15.1rem;
}

@media (min-width: 992px) {
    .mobile-menu-toggler {
        display: none;
    }

    .dropdown-expanded>a {
        display: none;
    }

    .header-search-inline.header-search .header-search-wrapper {
        display: flex;
        position: static;
        margin: 0;
        border-width: 2px;
    }
}

.mobile-menu-toggler,.mobile-menu-toggler:hover {
	border: 0;
	background: transparent;
	color: #222529;
	padding: 1rem 0.5rem;
	margin-right: 0.5rem;
	font-size: 20px;
	line-height: 0;
	cursor: pointer;
}
/* common styles ends */

/* Common Menu Css */
.horizontal-menu {
  position: relative;
  background: transparent !important;
  text-align: center;
}

.pt-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.horizontal-menu .ul-top-items .li-top-item>a {
  line-height: 24px;
  border: 0;
  background: transparent !important;
}

.pt-menu .ul-top-items .li-top-item a {
  display: block;
  position: relative;
  padding: 0 0.5rem;
}

.pt-menu a {
  text-decoration: none;
  display: block;
}

#wishlist-total, .compare-header {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    color: black;
    position: relative;
    text-transform: capitalize;
    line-height: 40px;
}
#wishlist-total:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    mask: url('../../../image/icons/heart-outlined.svg') no-repeat center;
    mask-size: cover;
    background-color: currentColor;
}
#wishlist-total .text-wishlist {
    color: #727272;
    vertical-align: bottom;
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    margin-left: 3px;
    font-size: 1.3rem;
    display: none;
}
/* common menu css ends */

/* Cart design */
#cart.open:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    left: 0;
    top: 0;
}

#cart>.btn:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    mask: url('../../../image/icons/shopping-bag.svg') no-repeat center;
    mask-size: cover;
    background-color: currentColor;
}
#cart .txt-count,#wishlist-total .txt-count {
  width: 17px;
  height: 17px;
  line-height: 18px;
  font-size: 1.2rem;
  background: var(--link-hover-color);
  color: #fff;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  font-weight: 700;
  top: 5px;
  right: -3px;
}
#wishlist-total .txt-count {
    top: 2px;
    right: -4px;
}
/* Cart design ends */

/* Mobile Menu */
.mobile-menu-toggler {
    border: 0;
    background: transparent;
    color: #222529;
    padding: 1rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
}
.mobile-menu-toggler,.mobile-menu-toggler:hover {
	border: 0;
	background: transparent;
	color: #222529;
	padding: 1rem 0.5rem;
	margin-right: 0.5rem;
	font-size: 20px;
	line-height: 0;
	cursor: pointer;
}
.header-9 .offcanvas{
	background-color: #1c1c1c;
}
.header-9 .nav-link{
	padding: 10px 0;
	font-size: 16px;
}

.header-9 .nav-link:hover{
	color: #4dae65 !important;
}

.header-9 .dropdown ul{
	list-style: none;
	padding-left: 15px;
}
/* Mobile Menu ends */

/* dropdown basic css starts */
.horizontal-menu .ul-top-items .li-top-item.right{float:right;position:relative;text-align:right;}
.horizontal-menu .ul-top-items .li-top-item.mega-right{float:right;text-align:right;}
.horizontal-menu .sub-menu-container,.horizontal-menu .flyout-third-items{position:absolute;top:100%;-webkit-box-shadow: none;box-shadow: none;border: 0;background: #fff;border-radius: 0;-webkit-border-radius: 0;-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);}
.horizontal-menu .flyout-menu-container{width:20rem;}
.horizontal-menu .flyout-menu-container.left .a-item .fa{float:right;line-height:inherit;}
.horizontal-menu .flyout-menu-container.left{float:left;}
.horizontal-menu .flyout-menu-container.right{float:right;right:0;}
.horizontal-menu .flyout-menu-container.right .a-item .fa{float:left;line-height:inherit;}
.horizontal-menu .flyout-menu-container.right .li-second-items{position:relative;}
.horizontal-menu .ul-second-items .li-second-items{position:relative;background: transparent !important;}
.horizontal-menu .ul-second-items .li-second-items .a-second-link{padding:1rem 1.5rem !important;}
.horizontal-menu .ul-second-items .li-second-items .a-second-link i{font-size: 1.2rem;margin: 0;}
.horizontal-menu .flyout-menu-container{width:20rem;}
.horizontal-menu .flyout-menu-container.left .a-item .fa{float:right;line-height:inherit;}
.horizontal-menu .flyout-menu-container.left{float:left;}
.horizontal-menu .flyout-menu-container.right{float:right;right:0;}
.horizontal-menu .flyout-menu-container.right .a-item .fa{float:left;line-height:inherit;}
.horizontal-menu .flyout-menu-container.right .li-second-items{position:relative;}
.sub-menu-container {
    z-index: 100;
    display: none;
}
.horizontal-menu .ul-top-items .li-top-item .left {
    text-align: left;
}
.horizontal-menu .flyout-menu-container.left {
    float: left;
}
.horizontal-menu .ul-top-items .li-top-item > a > i{
    background: transparent !important;
}
.horizontal-menu .ul-top-items .li-top-item > a > i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: top;
    color: inherit;
    font-weight: normal !important;
}
/* dropdown basic css end */

/* Slider content margin removal */
.slider-container {
    margin-top: 0px;
}
#content {
    padding: 0px;
}