header {
    width: 100%;
    background-color: #fff;
    /* padding-top: 20px; */
    padding-top: 0px;
}

.header__top {
    background-color: #0f7369;
    font-weight: 300;
    font-size: 14px;
    padding: 4px 0;
    line-height: 1.5;
    letter-spacing: 0;
    color: #9AD9DF;
}

.marque-text {
    font-weight: 500;
    color: #9AD9DF;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 30px;
}

/* mid header */
.mid__header {
    background-color: #fff;
}
/*0f7369*/
.top-menu {
    text-transform: capital
}

.top-menu>li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.top-menu>li>svg {
    font-size: 16px;
    color: #000;
}

.top-menu>li>a {
    color: #271A17;
}

.top-menu>li>a>svg {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #000;
    stroke-width: 2px;
}

.top-menu>li>ul>li a {
    color: #000;
    font-size: 14px;
    padding: 12px;
    display: block;
}

/*============   mid__header ====== */


.mid__header {
    display: block;
    position: relative;
}

.mid_fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: white; /* optional */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    z-index: 1060;
    width: 100%;
  }
.mid__header>.container {
    border-bottom: thin solid #ebebeb;
    padding: 10px 0;
}
.header_search .input-group {
    background-color: var(--light-gray);
    padding: .6em .5em;
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 8px;
}
.header_search .input-group > svg {
    width: 18px;
    height: 18px;
    color: #000;
    stroke-width: 1.8px;
}

.header_search input[type="text"] {
    border: none;
    background-color: var(--light-gray);
    font-size: 1em;
    color:var(--dark-text);
    transition: all 0.5s
}

.header_search input[type="text"]:hover {
    border-color: none;
    color: #000;
    padding: .6em 1em;
}

.header_search input[type="text"]:focus {
    border: none;
    outline-offset: 0px;
    outline: none;
}

.mid__header .logo {
    width: 110px;
}

.mid__header .user_wish_cart_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: right;
}

.mid__header .user_wish_cart_menu>li {
    display: inline-block;
    padding: 0 12px;
    color: #000;
}

.mid__header .user_wish_cart_menu>li>a {
    color: #271A17;
    position: relative;
}

.mid__header .user_wish_cart_menu>li>a>label {
    position: absolute;
    left: 15px;
    background-color: #0f7369;
    padding: 0 2px;
    line-height: 16px;
    top: -9px;
    font-size: 12px;
    border-radius: 20px;

}

.mid__header .user_wish_cart_menu>li>a>svg {
    font-size: 20px;
}

.btn.btn-login {
    background-color: var(--dark-text);
    color: #fff;
}
.btn.btn-login:hover {
    background-color: var(--light-gray);
    color: #000;
}

/* user menus wrapper */
.user-menu-wrapper {
    display: flex;
    gap: 30px;
    justify-content: end;
    align-items: center;
}

.user-menu-wrapper .user-profile-menu p {
    color: #000;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
}

.user-menu-wrapper .user-profile-menu p a {
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
}

.user-menu-wrapper .user-profile-menu span {
    font-size: 12px;
    color: var(--gray-text);
}

.user-menu-wrapper .user-profile {
    width: 35px;
    height: 35px;
    border: 1px solid #e2e4ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-text);
}

.user-menu-wrapper .user-profile svg {
    width: 20px;
    height: 20px;
}

.user-menu-wrapper .user-cart {
    background-color: #ebebeb;
    width: 35px;
    height: 35px;
    border: 1px solid var(--gray-text);
    border-radius: 50%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: var(--dark-text);
}

.user-menu-wrapper .user-cart svg {
    width: 20px;
    height: 20px;
}
.user-cart .noti-dot {
    background-color: #000;
    color: #fff;
}

.user-menu-wrapper .user-cart label {
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    top: -5px;
    right: -10px;
    width: 20px;
    border-radius: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

/* category dropdwon style */
.categories-dropdown {
    background-color: var(--primary-color);
    padding: 0px 18px;
    height: 45px;
    font-family: var(--font-style);
    border-color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}


/*================
    Navigation Style =======*/
.bottom_header {
    padding: 10px 0;
    background-color: #fff;
}

.menu__item {
    line-height: 1;
    position: relative;
    display: block;
    margin: 1em 0;
    outline: none;
    padding: 0;
}

.menu__item-name,
.menu__item-label {
    position: relative;
    display: inline-block;
}


.menu__item-label {
    margin: 10px 0 0;
}

.menu--mohe>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu--mohe>ul>li {
    display: inline-block;
    padding: 0 8px;
    position: relative;
    /* font-family: 'Open Sans', sans-serif; */
}

.menu--mohe>ul>li svg {
    width: 16px;
    height: 16px;
    color: var(--primary-color);
}

.menu--mohe .dropdown-toggle::after,
.menu--mohe a[aria-expanded="false"]::before,
.menu--mohe a[aria-expanded="true"]::before {
    display: none;
}

.menu--mohe .menu__item {
    display: grid;
    justify-content: center;
    margin: 0;
    text-transform: capitalize;
}

.menu--mohe .menu__item-name {
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    color: #000;
    padding: 5px 0;
    overflow: hidden;
    -webkit-transition: color 0s 0.3s;
    /* Safari */
    transition: color 0s 0.3s;
}

.menu--mohe .menu__item-name span {
    display: inline-block;
}

.menu--mohe .menu__item-label {
    font-size: 10px;
    line-height: 2.2;
    overflow: hidden;
    margin: 0;
    color: brown;
    -webkit-transition: color 0s 0.3s;
    /* Safari */
    transition: color 0s 0.3s;
}


.menu--mohe .menu__item:hover .menu__item-label,
.menu--mohe .menu__item:focus .menu__item-label {
    color: #000;
}

.menu--mohe .menu__item-name::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
    transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
    -webkit-transition: transform 0.6s;
    /* Safari */
    transition: transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    /* Safari */
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    /* Safari */
}

.menu--mohe .menu__item:hover .menu__item-name::before,
.menu--mohe .menu__item:focus .menu__item-name::before {
    -webkit-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
    transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
}

.best-seller {
    background-color: var(--primary-color);
    padding: 6px 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}

#back_btn {
    position: fixed;
    bottom: 1%;
    z-index: 999;
    display: none;
    right: 1%;
}

/* category dropdwon style */
.categories-dropdown {
    background-color: var(--primary-color);
    padding: 0px 18px;
    height: 45px;
    font-family: var(--font-style);
    border-color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.categories-dropdown:hover {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.categories-dropdown:hover a {
    color: var(--primary-color) !important;
}

.categories-dropdown::after {
    display: none;
}

.categories-dropdown svg {
    width: 16px;
    height: 16px;
    color: #fff;
}

.categroy-list-dropdown {
    box-shadow: 0 5px 10px rgba(62, 68, 90, 0.1);
    min-width: 200px;
    background-color: #fff;
    border: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.categroy-list-dropdown li a {
    display: flex;
    gap: 10px;
    font-size: 13px;
    color: var(--gray-text);
    font-weight: 300;
    padding: 8px 15px;
    align-items: center;
}

.categroy-list-dropdown li a:hover {
    color: var(--primary-color);
    background-color: transparent;
    font-weight: 500;
}

.categroy-list-dropdown li a i {
    font-size: 18px;
    line-height: 1;
}

.categroy-list-dropdown li a img {
    width: 20px;
}

.categroy-list-dropdown li .sub-menu {
    display: none;
}

/* end */


/* mobile menu sidebar style */
.mobmenu-offcanvas nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width:960px) {
    .mid__header .logo {
        left: 0;
    }

    #sidebarCollapse {
        display: initial;
    }
}

@media (max-width:760px) {
    .mid__header .logo {
        width: 110px;
        position: relative;
        top: 0;
        transform: translate(0);
        left: 0;
    }

    .header_search {
        background-color: var(--primary-color);
    }

    .header_search .input-group {
        background-color: var(--primary-color);
        flex-wrap: nowrap;
        align-items: center;
    }

    .header_search button {
        color: #000
    }

    .header_search input {
        background-color: var(--primary-color) !important;
    }

    .user-menu-wrapper {
        left: 0;
        justify-content: center;
    }
}

@media (max-width:450px) {
    .mid__header .logo {
        width: 80px;
        position: relative;
        top: 0;
        left: 0;
    }

    .header_search .input-group {
        flex-wrap: nowrap
    }

    .btn-mob-head {
        background-color: #fff;
        padding: 8px 12px;
        color: #000;
    }

    .btn-mob-head svg,
    .btn-mob-head-close svg {
        width: 30px !important;
        height: 30px !important;
        color: var(--primary-color);
    }

    .bottom_header {
        padding: 0px;
    }

    .btn-mob-head-close {
        width: 35px;
        height: 35px;
        background-color: var(--dark-text);
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mobmenu .offcanvas-body {
        padding: 0px;
    }

    #mobmenu .offcanvas-body nav {
        height: 100vh;
        overflow-y: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mobmenu-offcanvas {
        width: 340px !important;
    }

    .categroy-list-dropdown {
        height: 400px;
        overflow-y: auto;
    }
}