
header ol, header ul {
    list-style: none;
}
ul.main-menu{
    padding: 0;
}
.header {
    padding: 0px 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #d5dfe4;
    margin-top: 12px;
}
.accWrap {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: end;
}
.header .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header .main-header .header-left {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0px;
    justify-content: space-between;
}
.header .main-header .header-left .header-logo {
    max-width: fit-content;
    width: 100%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.header .main-header .header-left .header-logo a {
    display: block;
}
.header .main-header .header-left .header-logo a img {
    min-height: 37px;
    max-width: 150px;
}
.header .main-menu .primary.cat{
    color: var(--white);
    min-width: 140px;

}
.info-right a {
    color: unset;
}
.header .main-header .header-left .header-nav {
    display: inline-block;
    width: 45%;
    text-align: center;
}
.header-search {
    /* width: 45%; */
    z-index: 1003;
}
.header-search .box-header-search {
    border-radius: 8px;
    border: 1px solid #d5dfe4;
    padding: 5px;
    flex-shrink: 0;
    flex-grow: 1;
    background: #fff;
    position: relative;
}
.header-search .box-header-search .form-search {
    display: flex;
}
.header-search .box-header-search .box-keysearch {
    width: 100%;
    position: relative;
}
.header-search .box-header-search .box-keysearch input {
    border: 0px !important;
    box-shadow: none;
}

.header .main-header .header-left .header-shop .icon-list {
    display: inline-block;
    padding: 0px 15px 0px 30px;
    background-repeat: no-repeat;
    background-position: 0px -1px;
    position: relative;
    font-size: 16px;
    color: var(--black);
    line-height: 24px;
    cursor: pointer;
}
.header .main-header .header-left .header-shop .icon-list:hover {
    color: #2e486f;
}
.header .main-header .header-left .header-shop .icon-list:last-child {
    padding-right: 0px;
}
.header .main-header .header-left .header-shop .icon-list img {
    float: left;
    margin: 3px 6px 0px 0px;
}
.header .main-header .header-left .header-shop .icon-account {
    background-image: url(../imgs/template/account.svg);
}
.header .main-header .header-left .header-shop .icon-wishlist {
    background-image: url(../imgs/template/wishlist.svg);
    background-position: 0px 2px;
    padding-left: 35px;
}
.header .main-header .header-left .header-shop .icon-cart {
    background-image: url(../imgs/template/cart.svg);
    background-position: 0px 2px;
    padding-left: 35px;
}
.header .main-header .header-left .header-shop .icon-compare {
    background-image: url(../imgs/template/compare.svg);
    background-position: 0px 2px;
}
.header .main-header .header-left .header-shop .number-item {
    background-color: #2e486f;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: 14px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}
.header .main-header .header-right {
    max-width: 225px;
    width: 100%;
}
.header .main-header .header-right .block-signin {
    text-align: right;
}
.header .nav-main-menu {
    width: auto;
    padding: 0px;
    float: none;
}
.header .burger-icon {
    display: none;
}
/* .header .main-menu {
  display: inline-block;
  padding-top: 3px;
} */

.header .main-menu {
    display: flex;
    white-space: nowrap;
    margin-bottom: 0;
}
.header .main-menu li {
    /* float: left; */
    position: relative;
    text-align: left;
    padding: 0;
}
.header .main-menu li.has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 7 Free";
    line-height: 1 !important;
    font-size: 14px;
    opacity: 1;
    margin-left: 0px;
    position: absolute;
    top: 35%;
    right: 20px;
}
.header .main-menu li.hr {
    padding: 0px 22px;
}
.header .main-menu li.hr span {
    background-color: #dde4f0;
    height: 1px;
    width: 100%;
    display: block;
    margin: 5px 0;
}
.header .main-menu li a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
    line-height: 24px;
    display: block;
    padding: 13px 12px 13px 12px;
    text-decoration: none;
    position: relative;
}
.header .main-menu li a:hover {
    color: #2e486f;
}
.header .main-menu li a:hover i {
    opacity: 1;
    transition: 0.2s;
}
.header .main-menu li a i {
    font-size: 12px;
    margin-right: 8px;
    opacity: 0.38;
    transition: 0.2s;
}
.header .main-menu li ul {
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    position: absolute;
    top: calc(100% + 9px);
    left: 0px;
    z-index: 999999;
    min-width: 250px;
    border-radius: 0 0 4px 4px;
    padding: 8px 0px 8px 0;
    box-shadow: 0;
    background-color: #ffffff;
    border: 1px solid #d5dfe4;
}
.header .main-menu li ul li {
    width: 100%;
}
.header .main-menu li ul li a {
    font-size: 14px;
    color: var(--black);
    position: relative;
    padding: 6px 22px 6px 22px;
    transition: 0.2s;
    white-space: normal;
}
.header .main-menu li ul li a:hover {
    padding-left: 25px;
    transition: 0.2s;
}
.header .main-menu li ul li a.closer {
    padding: 8px 22px 8px 22px;
}
.header .main-menu li ul li ul {
    top: 0px;
    left: 100%;
}
.header .main-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.header .main-menu li:hover > ul li {
    width: 100%;
}
.header .text-link-bd-btom {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    display: inline-block;
    position: relative;
    padding-left: 13px;
}
.header .text-link-bd-btom:hover {
    color: var(--black);
}
.header .text-link-bd-btom::before {
    content: "";
    background: var(--black);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    animation: shadow-pulse 1s infinite;
}
.header .block-signin .btn-shadow {
    box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}
.header.stick {
    padding: 0px 0px;
}
.header.header-2 {
    background-color: #dbece5;
}

.sticky-bar.stick {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    left: 0;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #dde4f0;
    background: #fff;
}
.sticky-bar.stick.sticky-white-bg {
    background-color: #fff;
}
.sticky-bar.stick.sticky-blue-bg {
    background-color: #3286e0;
}

.user-account {
    display: flex;
    align-items: center;
}
.user-account img {
    max-width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.user-account .user-name {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

.perfect-scroll {
    height: 100vh;
    width: 300px;
    position: relative;
}

.body-overlay-1 {
    background: transparent;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    cursor: crosshair;
    z-index: 1002;
}

.mobile-menu-active .body-overlay-1 {
    opacity: 1;
    visibility: visible;
}

.header-top {
    background-color: var(--black);
    color: #ffffff;
    padding: 10px 0px;
}
.header-top span {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.header-top a {
    color: var(--black);
}
.header-top .line-right {
    position: relative;
    display: inline-block;
    padding-right: 35px;
}
.header-top .line-right::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 15px;
    width: 1px;
    height: 18px;
    border-right: 1px dashed var(--black);
}
.header-top.header-top-green {
    background-color: var(--black);
}
.header-top.header-top-green a {
    color: #dde4f0;
}
.header-top.header-top-green .line-right::before {
    border-right: 1px dashed #dde4f0;
}

.header-style-2 {
    background-color: var(--black);
}
.header-style-2.sticky-bar.stick {
    background-color: var(--black);
    border-bottom: 1px solid #008c99;
}
.header-style-2 .burger-icon.burger-icon-white > span::before,
.header-style-2 .burger-icon.burger-icon-white > span::after {
    background-color: #cad6ec;
}
.header-style-2 .main-menu > li > a {
    color: #ffffff;
}
.header-style-2 .main-menu > li > a:hover {
    color: #8c9ec5;
}
.header-style-2 .btn-default {
    background-color: var(--black);
    color: #ffffff;
    border: 1px solid #ffffff;
    background-image: url(../imgs/theme/icons/arrow-small-right-w.svg);
    background-repeat: no-repeat;
    background-position: center right 25px;
    padding-right: 56px;
}

.header-style-3 {
    background-color: #fff3ea;
}
.header-style-3.sticky-bar.stick {
    background-color: #fff3ea;
}

.header-style-4 {
    background-color: #e8fcff;
}
.header-style-4.sticky-bar.stick {
    background-color: #e8fcff;
}

.header-style-5 {
    z-index: 2;
}
.header-style-5 .burger-icon.burger-icon-white > span::before,
.header-style-5 .burger-icon.burger-icon-white > span::after {
    background-color: #cad6ec;
}
.header-style-5 .main-menu > li > a {
    color: #ffffff;
}
.header-style-5 .main-menu > li > a:hover {
    color: #8c9ec5;
}
.header-style-5.sticky-bar.stick {
    background-color: var(--black);
    border-bottom: 1px solid #008c99;
}
.header-style-5 .btn-default {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-image: url(../imgs/theme/icons/arrow-small-right-w.svg);
    background-repeat: no-repeat;
    background-position: center right 25px;
    padding-right: 56px;
}

.header-container .main-header .header-left .header-nav {
    width: 35%;
}
/* .header-container .main-header .header-left .header-shop {
  width: 45%;
} */

.header-bottom {
    border-top: 1px solid #d5dfe4;
    padding: 10px 0px 10px 0px;
}
.header-bottom .dropdown-toggle::after {
    display: none;
}
.header-bottom .container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-bottom .dropdown {
    padding: 0px;
}
.header-bottom .header-nav {
 flex-grow: 1;
}
.header-bottom .header-nav .main-menu {
    padding-top: 0px;
}
.header-bottom .header-nav .main-menu li a {
    padding: 9px 13px 5px 18px;
    font-size: 14px;
}
.header-bottom .header-nav .main-menu li.has-children > a::after {
    content: "";
    background: url(../imgs/page/homepage1/angle-down.svg) no-repeat 0px 0px;
    height: 10px;
    width: 11px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -4px;
}
.header-bottom .discount {
    display: inline-block;
    padding: 9px 0px 9px 42px;
    background-image: url(../imgs/page/homepage1/discount.svg);
    background-position: left center;
    background-repeat: no-repeat;
    min-width: 160px;
    max-height: 53px;
}
.header-bottom .dropdown-right {
    background-image: url(../imgs/page/homepage1/arrow-down.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 20px 0px 0px;
    display: block;
    margin-left: 0px;
}
.header-bottom .dropdown-menu {
    width: 100%;
    padding: 3px 0px;
}
.header-bottom .dropdown-menu .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu {
    border: 1px solid #d5dfe4;
    border-radius: 4px;
}

.menu-topbar-right .dropdown-menu {
    border: 1px solid #d5dfe4;
    border-radius: 0 0 4px 4px;
}
.menu-topbar-right .dropdown-menu[data-bs-popper] {
    margin-top: 10px;
}

.dropdown-item {
    font-size: 14px;
    color: var(--black);
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: var(--black);
    text-decoration: none;
    background-color: #d5dfe4;
}

.dropdown-language .dropdown-item img {
    margin-right: 5px;
}

.box-dropdown-cart {
    position: relative;
}

.dropdown-cart {
    display: none;
    visibility: hidden;
    position: absolute;
    right: -70px;
    top: calc(100% + 22px);
    z-index: 99;
    width: 320px;
    background-color: #fff;
    padding: 22px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 0 0 4px 4px;
    border: 1px solid #d5dfe4;
}
.dropdown-cart.dropdown-open {
    display: block;
    visibility: visible;
}

.dropdown-account {
    width: 200px;
    left: -30px;
    display: none;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 22px);
    z-index: 9999;
    width: fit-content;
    white-space: nowrap;
    background-color: #fff;
    padding: 22px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 0 0 4px 4px;
    border: 1px solid #d5dfe4;
}
.dropdown-account.dropdown-open {
    display: block;
    visibility: visible;
}
.dropdown-account ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.dropdown-account ul li:last-child {
    margin: 0;
}
.dropdown-account ul li a {
    color: var(--black);
}
.dropdown-account ul li a:hover {
    color: #0ba9ed;
}

.item-cart {
    display: flex;
    text-align: left;
}
.item-cart .cart-image {
    min-width: 80px;
    max-width: 80px;
    margin-right: 15px;
}
.item-cart .cart-image img {
    width: 100%;
}
.item-cart .color-brand-3:hover {
    color: #0ba9ed !important;
}

.mobile-header-wrapper-style {
    position: fixed;
    top: 0;
    width: 360px;
    min-height: 100vh;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    z-index: 1003;
}
.mobile-header-wrapper-style.sidebar-visible {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
    padding: 0px 0px 30px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo {
    position: relative;
    border-bottom: 1px solid #d5dfe4;
    padding-bottom: 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    background-color: #ffffff;
    align-items: center;
    align-self: center;
    border-bottom: 0;
    margin-bottom: 15px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-top
    .mobile-header-logo
    a {
    display: block;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-top
    .mobile-header-logo
    a
    img {
    width: 100px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area {
    padding: 30px 30px 30px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu {
    max-width: 300px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li {
    display: block;
    position: relative;
    padding: 13px 0;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li:last-child {
    border-bottom: none;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li.has-children
    .menu-expand {
    right: 0;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    font-size: 12px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 38px;
    top: 5px;
    color: var(--black);
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li.has-children
    .menu-expand
    i {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.5;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li.has-children.active
    > .menu-expand {
    background: rgba(255, 255, 255, 0.2);
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li.has-children.active
    > .menu-expand
    i::before {
    content: "\f113";
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    a {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: var(--black);
    transition-duration: 0.2s;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    a
    i {
    margin-right: 5px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul {
    padding: 10px 0 0 10px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li {
    padding: 10px 0;
    border-bottom: none;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li.has-children
    .menu-expand {
    top: 0px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li:hover
    a {
    padding-left: 13px;
    transition-duration: 0.2s;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li
    a {
    font-size: 14px;
    display: block;
    font-weight: 600;
    color: var(--black);
    padding-left: 10px;
    position: relative;
    transition-duration: 0.2s;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li
    ul {
    margin-top: 0;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li.has-children.active {
    padding-bottom: 0;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li.hr {
    padding: 0 0 0 10px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li.hr
    span {
    background-color: #dde4f0;
    height: 1px;
    width: 100%;
    display: block;
    margin: 5px 0;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li:hover
    > a {
    color: var(--black);
    padding-left: 3px;
    transition-duration: 0.2s;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .categories-dropdown-wrap
    ul
    li
    a {
    padding: 5px 15px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--black);
    margin: 17px 0 30px 0;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info {
    position: relative;
    margin-bottom: 13px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info:last-child {
    margin-bottom: 0;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info
    a {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: var(--black);
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info
    a:hover {
    color: var(--black);
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info
    a
    i {
    font-size: 14px;
    color: var(--black);
    margin-right: 8px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info
    .lang-curr-dropdown {
    margin-top: 5px;
    display: none;
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0 0 0;
    width: 100%;
    z-index: 11;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info
    .lang-curr-dropdown
    ul
    li {
    padding-bottom: 10px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info
    .lang-curr-dropdown
    ul
    li:last-child {
    padding-bottom: 0px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info
    .lang-curr-dropdown
    ul
    li
    a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info
    .lang-curr-dropdown
    ul
    li
    a:hover {
    color: var(--black);
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info:hover
    > a {
    color: var(--black);
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .site-copyright {
    font-size: 13px;
    color: var(--black);
}

.burger-icon {
    position: absolute;
    width: 24px;
    height: 20px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: 37px;
    right: 0px;
    z-index: 1004;
}
.burger-icon > span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
}
.burger-icon > span.burger-icon-top {
    top: 2px;
}
.burger-icon > span.burger-icon-bottom {
    bottom: 2px;
}
.burger-icon > span.burger-icon-mid {
    top: 9px;
}
.burger-icon.burger-close {
    position: fixed;
    top: 32px;
    right: 30px;
}
.burger-icon.burger-close > span.burger-icon-top {
    display: none;
    opacity: 0;
}
.burger-icon.burger-close > span.burger-icon-mid {
    top: 8px;
    transform: rotate(45deg);
}
.burger-icon.burger-close > span.burger-icon-bottom {
    bottom: 10px;
    transform: rotate(-45deg);
}

.burger-icon > span::before,
.burger-icon > span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #333;
}

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
    background-color: #2e486f;
}

.mobile-search form {
    background-color: #eae4e9;
    border-radius: 8px;
    height: 44px;
    padding: 0px 15px 0px 44px;
    position: relative;
}
.mobile-search form input {
    border: 0;
    background-color: transparent;
    width: 100%;
    padding: 12px 10px;
}
.mobile-search form i {
    position: absolute;
    left: 18px;
    top: 14px;
    font-size: 18px;
    color: #5971a3;
}

.mobile-social-icon h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}
.mobile-social-icon a {
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    transition-duration: 0.5s;
    height: 30px;
    width: 30px;
    display: inline-flex;
    background: #efeaff;
    border-radius: 30px;
    line-height: 1;
    align-content: center;
    justify-content: center;
}
.mobile-social-icon a img {
    max-width: 18px;
}
.mobile-social-icon a img:hover {
    opacity: 0.8;
}
.mobile-social-icon a:hover {
    transform: translateY(-2px);
    transition-duration: 0.5s;
    margin-top: -2px;
}
.mobile-social-icon a:last-child {
    margin-right: 0;
}

.mobile-account {
    margin: 20px 0 25px 0;
    padding: 30px 0 20px 0;
    border-top: thin solid #dde4f0;
    border-bottom: thin solid #dde4f0;
}
.mobile-account ul.mobile-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.mobile-account h6 {
    font-weight: 600;
    font-size: 18px;
}
.mobile-account ul li {
    padding: 8px 0;
}
.mobile-account ul li a {
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    display: inline-block;
    color: var(--black);
    transition-duration: 0.2s;
}
.mobile-account ul li:hover a {
    padding-left: 3px;
    transition-duration: 0.2s;
    color: var(--black);
}

.topbar {
    padding: 10px 70px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d5dfe4;
    z-index: 1002;
    position: relative;
    background: #ffffff;
}
.topbar .container-topbar {
    display: flex;
}
.topbar .container-topbar .menu-topbar-left,
.topbar .container-topbar .menu-topbar-right,
.topbar .container-topbar .info-topbar {
    width: 33.3%;
}
.topbar .container-topbar .menu-topbar-right {
    text-align: right;
}

.top-gray-1000 {
    background-color: #2e486f;
}
.top-gray-1000 .nav-small li a {
    color: #ffffff;
}
.top-gray-1000 .color-brand-3 {
    color: #ffffff !important;
}
.top-gray-1000 .dropdown-right {
    background-image: url(../imgs/page/homepage1/arrow-down.svg);
}

.top-brand-2 {
    background-color: #2e486f;
}
.top-brand-2 .nav-small li a {
    color: #ffffff;
}
.top-brand-2 .color-brand-3 {
    color: #ffffff !important;
}
.top-brand-2 .color-success {
    color: #ffffff !important;
}
.top-brand-2 .dropdown-right {
    background-image: url(../imgs/page/homepage1/arrow-white.svg);
}

.top-brand-1 {
    background-color: #0ba9ed;
}
.top-brand-1 .nav-small li a {
    color: #ffffff;
}
.top-brand-1 .color-brand-3 {
    color: #ffffff !important;
}
.top-brand-1 .color-success {
    color: #ffffff !important;
}
.top-brand-1 .dropdown-right {
    background-image: url(../imgs/page/homepage1/arrow-white.svg);
}

.dropdown-right {
    background-image: url(../imgs/template/arrow-down.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 15px 0px 0px;
    display: inline-block;
    margin-left: 10px;
}

.nav-small li {
    position: relative;
    display: inline-block;
}
.nav-small li a {
    display: block;
    padding: 0px 30px 0px 0px;
    color: var(--black);
}
.nav-small li a:hover {
    color: #2e486f;
}
.nav-small li a::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 15px;
    width: 1px;
    height: 13px;
    background-color: #d5dfe4;
}
.nav-small li:last-child a::before {
    display: none;
}

.sidebar-left {
    position: absolute;
    top: 0px;
    background-color: #ffffff;
    left: 0px;
    width: 50px;
    height: 100%;
    border-right: 1px solid #d5dfe4;
    z-index: 1001;
    padding-top: 0px;
    padding-bottom: 25px;
}
.sidebar-left.stick .btn.btn-open {
    height: 68px;
    background: #fff url(../imgs/template/open.svg) no-repeat center center;
}
.sidebar-left .menu-icons {
    padding: 142px 0px 0px 0px;
}
.sidebar-left .menu-icons li a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.sidebar-left .menu-icons li a img {
    vertical-align: middle;
}

.menu-texts {
    position: absolute;
    top: 112px;
    left: 0px;
    background-color: #ffffff;
    min-width: 320px;
    border-right: 1px solid #d5dfe4;
    border-bottom: 1px solid #d5dfe4;
}
.menu-texts li a {
    display: block;
    padding: 0px 20px 0px 0px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: var(--black);
    text-decoration: none;
}
.menu-texts li a:hover,
.menu-texts li a.active {
    color: #0ba9ed;
}
.menu-texts li a:hover .img-link,
.menu-texts li a.active .img-link {
    position: relative;
}
.menu-texts li a:hover .img-link::before,
.menu-texts li a.active .img-link::before {
    content: "";
    height: 100%;
    width: 2px;
    background-color: var(--black);
    position: absolute;
    top: 0px;
    right: 0px;
}
.menu-texts li a img {
    vertical-align: middle;
}
.menu-texts li a .img-link {
    height: 50px;
    width: 50px;
    display: inline-block;
    border-right: 1px solid #d5dfe4;
    text-align: center;
    margin-right: 15px;
}
.menu-texts li .sub-menu {
    display: none;
}
.menu-texts li:hover .sub-menu,
.menu-texts li.submenu-open .sub-menu {
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 250px;
    height: auto;
    background-color: #ffffff;
    border-left: 1px solid #d5dfe4;
    border-right: 1px solid #d5dfe4;
    border-bottom: 1px solid #d5dfe4;
    padding-top: 8px;
    padding-bottom: 10px;
    min-height: 100%;
}
.menu-texts li:hover .sub-menu li a,
.menu-texts li.submenu-open .sub-menu li a {
    font-weight: 400;
    color: #718bc2;
    padding-left: 25px;
    line-height: 38px;
}
.menu-texts li:hover .sub-menu li a:hover,
.menu-texts li.submenu-open .sub-menu li a:hover {
    color: #0ba9ed;
}
.menu-texts > li.has-children > a {
    padding-right: 30px;
    background: url(../imgs/template/icons/arrow-gray.svg) no-repeat right 20px
        center;
}
.menu-texts > li.has-children > a:hover,
.menu-texts > li.has-children > a.active {
    color: #0ba9ed;
    background: url(../imgs/template/icons/arrow-gray-hover.svg) no-repeat right
        20px center;
}
.menu-texts.menu-close {
    min-width: auto;
    border: 0;
}
.menu-texts.menu-close li.has-children a {
    padding: 0px;
    background-image: none;
}
.menu-texts.menu-close li a {
    padding: 0px 20px;
}
.menu-texts.menu-close li a .text-link {
    display: none;
}
.menu-texts.menu-close li a .img-link {
    margin-right: 0px;
}

.select2-container {
    max-width: unset;
    min-width: 130px;
}

.sidebar-title {
    border-bottom: thin solid var(--black);
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.search-form form {
    position: relative;
}
.search-form form input {
    border: 1px solid #ececec;
    border-radius: 10px;
    height: 64px;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
}
.search-form form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: none;
    font-size: 20px;
    height: 100%;
    padding: 0 24px;
    background-color: transparent;
    color: #242424;
}


.mobileCategories .btn.btn-category {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px 0 8px 42px;
}
.overlay {
    height: 0%;
    width: 80%;
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    background-color: var(--blue-light);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding: 0 40px 0 20px;
}
.overlay .closebtn {
    position: absolute;
    top: 4px;
    right: 20px;
    font-size: 40px;
    color: #111;
}
.overlay-content .menu-expand {
    font-size: 18px;
    position: absolute;
    right: 0;
}
.overlay-content .mobile-menu li {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 0;
}
.overlay-content .mobile-menu a {
    color: var(--bs-heading-color);
    margin-bottom: 4px;
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 2;
}
#myNav .has-children.active > .sub-menu {
    display: block !important;
}

.overlay-content
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul.sub-menu {
    padding: 2px 0 0 12px;
}
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul.sub-menu ul.sub-menu {
    list-style: square;
    padding-left: 20px;
    margin-bottom: 4px;
}
.sub-menu li.has-children + li a{
    font-weight: 600;
}

.box {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}
.boxInfo h6 {
  font-weight: 600;
}
.icon {
  font-size: 26px;
  position: relative;
}
.icon .items {
  background-color: var(--theme-color);
  position: absolute;
  color: var(--white);
  font-size: 13px;
  padding: 6px;
  line-height: 0.7;
  border-radius: 26px;
  right: 0;
  bottom: 0;
}
span.divider {
    /* background-color: #002c6b; */
    height: 30px;
    display: inline-block;
    border: .5px solid #ccc;
}

.btnWrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.btnWrap button {
    border: none;
    width: 40px;
    aspect-ratio: 1;
    border-radius: 4px;
    cursor: pointer;
}
.citySelct{
    max-width: 150px;
}
/* .header .burger-icon {
    display: block;
} */

.webwrap {
    display: flex;
    gap: 12px;
    height: 100%;
}
.mobileCategories .primary.cat  {
    width: 100%;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.mobileCategories a.primary.cat::after {
      content: "\f078";
    font-family: "Font Awesome 7 Free";
    line-height: 1 !important;
    font-size: 14px;
    opacity: 1;
    margin-left: 0px;
    position: absolute;
    top: 35%;
    right: 20px;
    font-weight: 700;
}
.hamb {
    width: 45px;
    height: 40px;
    flex-shrink: 0;
    background: var(--blue-light);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-left: 9px;
    border-radius: 4px;
    border: 1px solid var(--theme-color);
}


/* Overlay */
#mobileMenu {
  position: fixed;
  top: 0;
  right: 0;      /* 👈 change */
  width: 0;
  height: 100%;
  background: var(--blue-light);
  overflow-x: hidden;
  transition: 0.4s;
  z-index: 999;
}
#searchOverlay {
    position: absolute;
    display: none;
    z-index: 9999;
    width: 100%;
    top: 50px;
}


#searchOverlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

#searchOverlay .searchBox {
    background: #fff;
    width: 90%;
    max-width: 500px;
    min-height: 200px;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid var(--theme-color);
    box-shadow: 0 0 10px 7px #6d6d6d4d;
}


/* Menu items */
.nav-side {
    margin-top: 80px;
    text-align: left;
    position: relative;
    height: calc(100% - 100px);
}
.nav-side img {
    max-width: 170px;
    padding-bottom: 40px;
}

#mobileMenu a {
    display: block;
    padding: 0 20px 10px;
    font-size: 20px;
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 1px solid #e1e1e1d4;
}
#mobileMenu .box{
    padding: 0 20px;
    position: absolute;
    bottom: 0;
}
#mobileMenu .box a{
    padding: 0;

}
/* #mobileMenu a:hover {
  color: #fff;
} */

/* Close button */
#mobileMenu a#closeMenu {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 50px;
  color: var(--black);
  cursor: pointer;
  border: none;
  line-height: 1;
}

.product {
  display: flex;
  gap: 20px;
}
.product img {
    width: 80px;
    height: 100px;
    flex-shrink: 0;
    object-fit: contain;
}
.product {
    display: flex;
    gap: 14px;
}

.productInfo h4 {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.searchGrid {
    display: grid;
    gap: 15px;
    max-height: 350px;
    overflow-y: auto;
}
.ovrBtn {
    margin-top: 20px;
    text-align: right;
}
.header .main-menu .customHover li.has-children > a::after{
    transform: rotate(270deg);   
}
.mobile-menu.font-heading {
  list-style: none; /* remove default circle */
  padding-left: 0;
}

.mobile-menu.font-heading li {
  position: relative;
  padding-left: 28px; /* space for icon */
}

.mobile-menu.font-heading li::before {
  content: "\f5fd"; /* fa-layer-group unicode */
  font-family: "Font Awesome 7 Free";
  font-weight: 900; /* solid icons need 900 */
  position: absolute;
  left: 0;
  top: 18px;
  color: #000; /* change as needed */
}
.mobile-menu.font-heading .sub-menu li::before{
    display: none;
}

.overlay-content .mobile-menu li .sub-menu li {
    padding: 8px 0;
}
.overlay-content .mobile-menu li .sub-menu li a {
    font-size: 14px;
    line-height: 1;
} 
@media screen and (max-width:991px){
    .mobileCategories{
        display: flex;
        margin-bottom: 12px;
    }
}
@media screen and (max-width:767px){
    .header-shop .boxInfo{
        display: none;
    }
}

