.header-8 ol,
.header-8 ul {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none;
}

.header-8.box-shadow {
    box-shadow: 0 28px 57px rgba(0, 0, 0, 0.06);
}

.header-8 .header-top {
    background-color: #fff;
    min-height: unset !important;
}

.header-8 .header-top .container {
    min-height: unset !important;
}

.header-8 .header-top {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #999;
    font-size: 1.2rem;
}

.header-8 .dropdown-expanded .header-menu {
    margin: 0;
}

.header-8 .header-dropdown {
    position: relative;
    /* line-height: 1.5; */
    padding: 5px 0;
}

/* .header-8 .header-dropdown .header-menu {
  position: absolute;
  right: 0;
  left: auto !important;
  z-index: 1050;
  overflow: visible;
} */

.header-8 .header-dropdown:not(.dropdown-expanded):hover .header-menu:after {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header-8 .header-dropdown:not(.dropdown-expanded) .header-menu:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -9px;
    border-width: 0 9px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    margin-top: 2px;
    z-index: 1151;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
}

.header-8 .flag.flag-us {
    background-position: -160px -154px;
}

.header-8 .flag.flag-fr {
    background-position: -144px -44px;
}

.header-8 .flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-top: -1px;
    margin-right: 6px;
    margin-left: 1px;
    vertical-align: middle;
    line-height: 0;
    background: url('../images/flags.png') no-repeat;
}

.top-message {
    color: inherit;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.28333px;
}

.top-message+.gap {
    position: relative;
    top: -2px;
}

.gap {
    color: #e7e7e7;
    font-size: 1.2em;
    font-weight: 300;
}

.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);
}

@media (min-width: 992px) {
    .dropdown-expanded ul {
        position: static;
        display: flex;
        display: -ms-flexbox;
        padding: 0;
        border: 0;
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .dropdown-expanded .header-menu ul {
        transform: none;
    }
}

@media (min-width: 992px) {
    .dropdown-expanded li+li {
        margin-left: 0;
    }
}

.header-8 .header-dropdown ul a {
    display: block;
    padding: 0.5em 1.5em;
    color: #777;
    white-space: nowrap;
}

.header-8 .dropdown-expanded .header-menu a {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
}

.header-8 .header-dropdown.dropdown-expanded li a {
    display: inline-block;
}

@media (min-width: 992px) {
    .header-8 .dropdown-expanded ul a {
        padding: 0;
        color: inherit;
    }
}

.header-8 .header-dropdown a {
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

/* Separator | between items */
.header-8 .header-dropdown.dropdown-expanded li:not(:first-child):before {
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 0 15px;
    color: #e7e7e7;
    font-size: 1.2em;
    line-height: 1.5;
    position: relative;
    top: 0;
}


.header-8 .header-middle {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background: #f4631b;
}

.header.header-8 .logo {
    margin-right: 0 !important;
    max-width: 150px;
}

@media (min-width: 992px) {
    .header .header-8 .logo {
        margin-right: 0 !important;
    }
}

header .header-8a {
    color: inherit;
}

.header-8 .sticky-logo {
    display: none;
}



.header-8 .header-search-inline .form-control {
    width: 448px;
    font-size: 1.4rem;
    padding-left: 3rem;
    padding-right: 1.5rem;
}

.header-8 .header-search-wrapper {
    border: none;
}

.header-search-wrapper .select-custom {
    margin: 0;
    width: 15.1rem;
    flex: 0 0 15.1rem;
}

.header-8 .header-search-wrapper select {
    width: 100%;
    border-left: 1px solid #e7e7e7;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    line-height: 36px;
    letter-spacing: 0.005em;
    color: inherit;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.header-8 .header-search-inline .select-custom:after {
    right: 32px;
    font-size: 0.9rem;
}

.header-8 .header-search-wrapper .select-custom:after {
    right: 32px;
    font-size: 0.9rem;
}

.header-8 .header-search-category .btn {
    border-radius: 0 5rem 5rem 0;
}

.header-8 .header-search-wrapper .btn {
    position: relative;
    padding: 0 0 3px 0;
    border: 0;
    border-left: 1px solid #e7e7e7;
    min-width: 65px;
    color: #222529;
    font-size: 2rem;
    background: #fff;
}

.header-8 .header-search-inline .btn {
    padding-bottom: 0;
    padding-right: 4px;
}

@media (max-width: 991px) {
    .header-8 .header-search .form-control {
        flex: 1;
        width: 240px !important;
        min-width: 85px;
    }

    .header-8 .header-center {
        margin-right: 0 !important;
        /* Remove any margin */
    }

    .header-8 .header-right {
        margin-left: 0 !important;
        /* Remove left margin */
    }
}

@media (max-width: 991.98px) {


    .mobile-search-bar.active {
        display: block !important;
    }

    .header-search-wrapper:after {
        content: "";
        position: absolute;
        right: calc(20% - 40px);
        top: -20px;
        border: 10px solid transparent;
        border-bottom-color: #d0d5d8;
    }

}

.header-8 .badge-circle {
    background-color: black;
}

.header-8 .header-bottom:not(.is-sticky) .header-left,
.header-8 .header-bottom:not(.is-sticky) .header-right {
    display: none;
}

.header-8 .header-bottom .header-center {
    width: 100%;
}

.header-8 .header-center,
.header-8 .header-right {
    margin-left: auto;
}

.header-8 .menu>li {
    float: left;
    position: relative;
    /* margin-right: 2.8rem; */
}

/* .header-8 .main-nav .menu>li {
    margin-right: 3rem;
} */


.header-8 .main-nav .menu>li>a {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 20px 0 21px;
    letter-spacing: 0;
    color: #222529;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.header-8 .main-nav .menu>li:first-child>a {
    padding-left: 0 !important;
}

.float-right {
    float: right !important;
}

.main-nav .menu>li:not(.float-right)+li.float-right,
.main-nav .menu>li:not(.float-right):last-child {
    margin-right: 0;
}

.tip {
    display: inline-block;
    position: relative;
    margin: -2px 0 0 1rem;
    padding: 3px 4px;
    border-radius: 2px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 1;
}

.tip-hot {
    background-color: #eb2771;
}

.menu .tip {
    position: absolute;
    top: -1px;
    right: -5px;
    margin: 0;
    padding: 2px;
    font-size: 9px;
}

.tip:before {
    position: absolute;
    top: 50%;
    right: 100%;
    left: auto;
    margin-top: -3px;
    border: 3px solid transparent;
    border-width: 3px 2px 0 2px;
    content: "";
}

.tip-hot:not(.tip-top):before {
    border-right-color: #eb2771;
}

.menu .tip:before {
    border-right-color: transparent;
    border-top-color: #eb2771;
    top: 100%;
    left: 2px;
    margin-top: 0;
}

@media (max-width: 991px) {
    .container {
        max-width: none;
    }
}


/* ======== */

.header-8 .header-search-wrapper {
    height: 48px;
}

.header-search-popup .form-control-21 {
    min-width: 266px;
    padding: 4px 22px;
    font-size: 1.4rem;
    line-height: 20px;
}

.header-8 .header-search-wrapper,
.header-8 .header-search {
    display: none;
}

.header-8 .header-search-wrapper {
    display: flex;
}

.header-8 .header-search-wrapper:after {

    display: none !important;
}

.search-toggle.active:after {
    content: "";
    position: absolute;
    right: calc(50% - 10px);
    bottom: -10px;
    border: 10px solid transparent;
    border-bottom-color: #d0d5d8;
}

/* Sticky fixed state */
.header-8 .header-bottom.sticky-header.is-sticky .header-center {
    margin-left: 4.7rem;
    width: auto;
}


/* Hide icons by default */
.header-8 .header-bottom .search-toggle,
.header-8 .header-bottom .header-icon,
.header-8 .header-bottom .cart-dropdown {
    display: none;
}

/* Show icons when header is sticky */
.header-8 .sticky-header.is-sticky .search-toggle,
.header-8 .sticky-header.is-sticky .header-icon,
.header-8 .sticky-header.is-sticky .cart-dropdown {
    display: inline-block;
}

.header-8 .sticky-header.is-sticky .float-right {
    display: none;
}

.header-8#q::placeholder,
.header-8#q1::placeholder {
    color: #888;
    font-size: 12px;
}

@media (max-width: 991px) {
    .header-8 .header-center {
        margin-left: auto;
    }
}

/* 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;
}


.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) {
    .header-8 .header-search {
        display: flex;
    }

    .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;
}

.header .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #4dae65;
    font-size: 14px;
    line-height: 3.2rem;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}

[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: var(--link-hover-color);
}

.menu li>a {
    display: block;
    padding: 0.8rem 1.8rem;
    transition: 0.2s ease-out;
    color: #777;
}

header 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 */

/* searchbar css */
.header-bottom .col-search {
    flex: 1 1 auto;
    position: relative;
    z-index: 10;
}

#search-by-category .search-button {
    display: none;
    color: #253237;
}

.search-content {
    padding: 0;
    border: 0;
    margin: 0;
    box-shadow: none;
    right: 0;
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    display: block;
    float: none;
    background: transparent;
}

#search-by-category {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
}

#search-by-category .search-container {
    position: relative;
}

#search-by-category .search-container #text-search {
    padding: 10px 0;
    padding-right: 205px;
    padding-left: 3rem;
    width: 500px;
    font-size: 1.2rem;
    border: 0;
    z-index: 1;
    background: #fff;
    color: #b1b1b1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#search-by-category .search-container .categories-container {
    position: absolute;
    right: 45px;
    top: 0;
    height: 100%;
    width: 15.1rem;
    display: none;
}

#search-by-category .search-container .categories-container .hover-cate {
    height: 100%;
}

#search-by-category .search-container .categories-container .hover-cate .text-selected {
    overflow: hidden;
    height: 100%;
}

#search-by-category .search-container .categories-container .hover-cate .cate-selected {
    position: relative;
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;

    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #253237;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
}

#search-by-category .search-container .categories-container .hover-cate .cate-selected span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px;
    overflow: hidden;
    font-size: 11px;
    line-height: 36px;
    letter-spacing: 0.005em;
}

#search-by-category .search-container .categories-container .hover-cate .cate-selected>* {
    position: relative;
}

#search-by-category .search-container .categories-container .hover-cate .text-selected i {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    margin-left: 10px;
    font-size: 1.2rem;
}

#search-by-category .search-container .categories-container .hover-cate .cate-items {
    z-index: 9999 !important;
    position: absolute;
    display: none;
    max-height: 30rem;
    background: #fff;
    overflow: auto;
    margin-top: 0px;
    border: 1px solid #ddd;
    padding: 0.5rem;
    width: 100%;
    cursor: pointer;
    top: 100%;
    text-align: left;
}

.cate-items li {
    text-transform: capitalize;
    font-size: 1.2rem;
    list-style: none;
    line-height: 2rem;
}

#search-by-category #sp-btn-search {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

#btn-search-category {
    border: none !important;
    box-shadow: none;
    text-shadow: none;
    height: 100%;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
    min-width: 60px;
    background: black;
    padding: 0 0 3px 0;
    border-radius: 0 0px 0;
}

#btn-search-category:before {
    vertical-align: top;
    display: inline-block;
    line-height: inherit;
    font-family: "Ionicons";
    content: "\f4a4";
}

#btn-search-category span {
    display: none;
}

#search-by-category .search-ajax {
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 0px;
    top: 100%;
    width: 88%;
    min-width: 25rem;
    max-width: 600px;
}

#search-by-category .search-ajax .ajax-result-container {
    box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
    display: block;
    border: 1px solid #ddd;
    max-height: 30rem;
    overflow: auto;
    margin: 0;
    padding: 10px;
}

#search-by-category .search-ajax li {
    list-style: none;
    margin-bottom: 2rem;
}

/* searchbar css 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 !important; */
}

.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-8 .offcanvas {
    background-color: #1c1c1c;
}

.header-8 .nav-link {
    padding: 10px 0;
    font-size: 16px;
}

.header-8 .nav-link:hover {
    color: #4dae65 !important;
}

.header-8 .dropdown ul {
    list-style: none;
    padding-left: 15px;
}

/* Mobile Menu ends */

/* Sticky Header */
.header-8 .sticky-header.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 1040;
    /* background: #fff !important; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.6s ease;
    padding: 10px 2px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Sticky Header 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 */

/* vertical menu css */
.header-bottom .header-center {
    display: flex !important;
}

.header-bottom .col-ver {
    width: 270px;
    position: relative;
    z-index: 10;
    margin-right: 30px;
}

.vertical-menu .ul-top-items {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 100%;
    border: 2px solid var(--link-hover-color);
    border-top: 0;
    padding: 0;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.vertical-menu .pt-menu-bar .text-vertical-bar:before {
    content: "\f394";
    font-size: 2.1rem;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-family: "Ionicons";
    text-align: center;
    margin-left: 18px;
    margin-right: 10px;
}

.vertical-menu .pt-menu-bar .text-vertical-bar {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    height: 56px;
}

.vertical-menu .pt-menu-bar .text-vertical-bar:after {
    content: "\f3d0";
    font-family: "Ionicons";
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin-right: 20px;
}

.vertical-menu .pt-menu-bar .text-vertical-bar span {
    flex: 1 1 auto;
}

.header-8 .vertical-menu {
    background: transparent;
}

@media (max-width:1199px) {
    .header-bottom .col-ver {
        display: none;
    }
}
@media (max-width: 768px) {
    .header-top {
        display: none;
    }
    .header.header-8 .logo {
        max-width: 150px !important;
    }
}

/* Custom css for theme */
/* .aynila-theme #search-by-category .search-container #text-search,
.priozon-theme #search-by-category .search-container #text-search {
    border: 1px solid var(--link-hover-color);
}
.aynila-theme #search-by-category .search-container .categories-container .hover-cate .cate-selected,
.priozon-theme #search-by-category .search-container .categories-container .hover-cate .cate-selected {
    border: 1px solid var(--link-hover-color);
} */
.aynila-theme #btn-search-category,
.priozon-theme #btn-search-category {
    background: var(--link-hover-color);
}

.aynila-theme .header-center .main-nav {
    display: flex;
    justify-content: center;
}
.aynila-theme #search-by-category {
    border: none;
}
.aynila-theme .header-8 .header-middle {
    padding: 0;
}
.aynila-theme .header-8 .header-middle .header-center {
    flex: 1;
    justify-content: center;
}
.aynila-theme .header-search-category {
    max-width: 70%;
}
.aynila-theme #search-by-category .search-container #text-search {
    width: 100%;
}

.aynila-theme #search-by-category .search-container .categories-container,
.priozon-theme #search-by-category .search-container .categories-container {
    display: block;
}

.priozon-theme .sticky-header.is-sticky .header-left {
    display: none;
}
@media (max-width: 991px) {
    .priozon-theme .sticky-header.is-sticky .header-left {
        display: flex;
    }
}
.priozon-theme .header-bottom.sticky-header.is-sticky .header-center {
    margin: 0;
}
.priozon-theme .vertical-menu .pt-menu-bar .text-vertical-bar:before {
    margin-left: 0;
}
.priozon-theme #search-by-category .search-container #text-search {
    width: 100%;
    font-size: 1.4rem;
    border: 1px solid var(--link-hover-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.priozon-theme #search-by-category {
    border: none;
}
.priozon-theme .header-8 .header-middle .header-center {
    margin: 0;
    flex: 1;
    justify-content: center;
}
.priozon-theme #btn-search-category {
    color: #253237;
    font-size: 2.4rem;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0;
    width: 65px;
    background: var(--link-hover-color);
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.priozon-theme #search-by-category .search-container .categories-container .hover-cate .cate-selected {
    border: none;
}
.priozon-theme .header-search-category {
    max-width: 50%;
}
.priozon-theme #search-by-category .search-container #text-search {
    width: 100%;
}


.mahirabd-theme .header-8 .header-middle {
    padding: 0;
}

.mahirabd-theme #search-by-category #sp-btn-search {
    right: unset;
    left: 0;
}

.mahirabd-theme #btn-search-category {
    background: transparent;
    color: black;
    min-width: 30px;
    padding: 0;
    font-size: 2.8rem;
    font-weight: 500;
}

.mahirabd-theme #search-by-category .search-container #text-search {
    padding-right: unset;
    padding-left: 3rem;
    height: 46px;
    width: 100%;
    border: 0;
    font-size: 1.4rem;
    background: #fff;
    color: #999;
}

.mahirabd-theme .header-search-category {
    margin: 0;
}

.mahirabd-theme .header-search-category #search-by-category {
    width: 250px;
    border: none;
}

.mahirabd-theme .header.header-8 .logo {
    max-width: 200px;
}

.mahirabd-theme .header-center .main-nav {
    display: flex;
    justify-content: center;
}

@media (min-width: 769px) {
    .mahirabd-theme .header-8 .header-middle .container {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
    }

    .mahirabd-theme .header-8 .header-middle .header-left {
        order: 2;
        width: 200px;
        margin: auto;
    }

    .mahirabd-theme .header-8 .header-middle .header-center {
        order: 1;
        margin: 0;
    }

    .mahirabd-theme .header-8 .header-middle .header-right {
        order: 3;
    }
}
/* Custom css for theme ends */