.header_style1 {
    --cm-w: min(calc(((100vw - 14vw) / 4) - 15px), 333px);

    .input-group-overlay {
        position: relative;
        width: 100%;
    }

    .input-group-overlay .appended-form-control:not(.rounded-right-0) {
        padding-right: 2.5rem;
        border-top-right-radius: 0.3125rem !important;
        border-bottom-right-radius: 0.3125rem !important;
    }

    .input-group-append-overlay {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 5px;
        height: 100%;
        z-index: 5;
    }

    .input-group-append-overlay .input-group-text {
        border: 0;
        background-color: transparent;
    }

    .input-group-append-overlay {
        right: 13px;
    }

    .nav-link {
        transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
        font-weight: normal;
    }

    .navbar-nav .nav-item {
        margin-bottom: 0.25rem;
    }

    .navbar-nav .nav-link {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .navbar-nav .dropdown-menu {
        min-width: 12.5rem;
        border-color: #e3e9ef;
        box-shadow: none;
    }

    .navbar-nav .dropdown-menu .dropdown-menu {
        width: calc(100% - (1rem * 2));
        margin: 0 1rem;
        border-color: transparent;
        background-color: #f6f9fc;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .mega-nav {
        position: relative;
    }

    .mega-nav::after {
        display: none;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 1.875rem;
        content: "";
    }

    .navbar-tool {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-tool.dropdown::before {
        position: absolute;
        bottom: -1rem;
        left: -10%;
        width: 120%;
        height: 1rem;
        content: "";
    }

    .navbar-tool .dropdown-menu {
        margin-top: 0.5rem !important;
    }

    .navbar-tool .navbar-tool-label {
        position: absolute;
        top: -0.3125rem;
        right: -0.3125rem;
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 50%;
        background-color: #fe696a;
        color: #fff;
        font-size: 0.75rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.25rem;
    }

    .navbar-tool .navbar-tool-tooltip {
        display: none;
    }

    @media (min-width: 992px) {
        .navbar-tool .navbar-tool-tooltip {
            display: block;
            position: absolute;
            top: -0.5rem;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
            padding: 0.0625rem 0.375rem;
            border-radius: 0.1875rem;
            background-color: #2b3445;
            color: #fff;
            font-size: 0.6875rem;
            white-space: nowrap;
            opacity: 0;
        }

        .navbar-tool:hover .navbar-tool-tooltip {
            top: -0.75rem;
            opacity: 0.9;
        }


        .navbar-tool-icon-box {
            position: relative;
            width: 2.875rem;
            height: 2.875rem;
            transition: color 0.25s ease-in-out;
            border-radius: 50%;
            line-height: 2.625rem;
            text-align: center;
        }

        .navbar-tool-icon-box.dropdown-toggle::after {
            display: none;
        }

        .navbar-tool-icon {
            font-size: 1.25rem;
            line-height: 2.875rem;
        }

        .navbar-tool-text {
            display: none;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-left: 0.875rem;
            transition: color 0.25s ease-in-out;
            font-size: 0.875rem;
            text-decoration: none !important;
            white-space: nowrap;
        }

        .navbar-tool-text>small {
            display: block;
            margin-bottom: -0.125rem;
        }

        .dropdown .navbar-tool-text::after {
            display: inline-block;
            margin-left: 0.23375em;
            vertical-align: 0.23375em;
            content: "";
            /* border-top: 0.275em solid; */
            /* border-right: 0.275em solid transparent; */
            /* border-bottom: 0; */
            /* border-left: 0.275em solid transparent; */
        }

        .dropdown .navbar-tool-text:empty::after {
            margin-left: 0;
        }

        @media (min-width: 768px) {
            .navbar-expand-md .navbar-nav .nav-item {
                margin-bottom: 0;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-top: 1.125rem;
                padding-bottom: 0.875rem;
            }

            .navbar-expand-md .navbar-nav:not(.mega-nav) .nav-link.dropdown-toggle::after {
                display: none;
            }

            .navbar-expand-md .mega-nav::after {
                display: block;
            }

            .navbar-expand-md .dropdown-menu {
                margin-top: 0;
                border-color: #fff;
                background-color: #fff;
                box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
            }

            .navbar-expand-md .dropdown-menu>.dropdown .dropdown-menu {
                top: 0;
                right: auto;
                left: 100%;
                width: auto;
                margin-top: -0.5rem;
                margin-right: 0;
                margin-left: -0.25rem;
                background-color: #fff;
            }

            .navbar-expand-md .dropdown-menu>.dropdown:hover>.dropdown-menu {
                -webkit-animation: fade-in 0.25s ease-in-out;
                animation: fade-in 0.25s ease-in-out;
            }

            .navbar-expand-md .dropdown:hover>.dropdown-menu {
                display: block;
                border: 2px;
                -webkit-animation: slide-up 0.25s ease-in-out;
                animation: slide-up 0.25s ease-in-out;
            }

            .navbar-expand-md .navbar-tool-text {
                display: block;
            }
        }

        .navbar-stuck-toggler {
            display: none;
        }

        .navbar-light .navbar-tool-icon-box {
            color: #4b566b;
        }

        .navbar-light .navbar-tool-icon-box.bg-secondary {
            background-color: #f3f5f9 !important;
        }

        .navbar-light .navbar-tool:hover .navbar-tool-icon-box {
            color: #2b3445;
        }

        .navbar-light .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
            background-color: #f3f5f9 !important;
        }

        .navbar-light .navbar-tool-text {
            color: #4b566b;
        }

        .navbar-light .navbar-tool-text>small {
            color: #7d879c;
        }

        .navbar-light .navbar-tool:hover .navbar-tool-text {
            color: #2b3445;
        }

        .topbar {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0.2rem 0;
            font-size: 0.875rem;
        }

        .topbar>.container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .topbar .topbar-text,
        .topbar .topbar-link {
            display: inline-block;
            margin-bottom: 0;
            text-decoration: none !important;
        }

        .topbar .topbar-link>i {
            margin-right: 0.375rem;
            font-size: 1.15em;
            vertical-align: middle;
        }

        .card * {
            min-height: 0.01px;
        }

        .widget-cart-item {
            position: relative;
        }

        .bg-secondary {
            background-color: #f6f9fc !important;
        }

        .box-shadow-sm {
            box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06) !important;
        }

        .dropdown-item:hover,
        .dropdown-item:focus {
            text-decoration: none;
            background-color: rgba(0, 0, 0, 0);
        }

        .dropdown-item:active {
            text-decoration: none;
            background-color: rgba(0, 0, 0, 0);
        }

        .topbar a {
            color: black !important;
        }

        .search_button {
            border: none;
        }

        .nav-link {
            color: white !important;
        }

        .navbar-stuck-menu {
            min-height: 0;
            padding-top: 0;
            padding-bottom: 0;
        }

        .mega-nav {
            background: white;
            position: relative;
            margin-top: 6px;
            line-height: 17px;
            width: 304px;
            border-radius: 3px;
        }

        .mega-nav .nav-item .nav-link {
            padding-top: 11px !important;
            font-size: 20px;
            font-weight: 600;
            padding-inline-start: 20px !important;
        }

        .nav-item .dropdown-toggle::after {
            margin-left: 20px !important;
        }

        .navbar-tool-text {
            padding-inline-start: 5px !important;
            font-size: 16px;
        }

        .navbar-tool-text>small {
            color: #4b566b !important;
        }

        .scroll-bar {
            max-height: calc(100vh - 100px);
            overflow-y: auto !important;
        }

        ::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px white;
            border-radius: 5px;
        }

        ::-webkit-scrollbar {
            width: 3px;
        }

        ::-webkit-scrollbar-thumb {
            background: rgba(194, 194, 194, 0.38) !important;
            border-radius: 5px;
        }

        .navbar-tool .navbar-tool-label {
            position: absolute;
            top: -0.3125rem;
            right: -0.3125rem;
            width: 1.25rem;
            height: 1.25rem;
            border-radius: 50%;
            color: #fff;
            font-size: 0.75rem;
            font-weight: 500;
            text-align: center;
            line-height: 1.25rem;
        }

        a:hover {
            text-decoration: none;
        }

        .count-value {
            width: 1.25rem;
            height: 1.25rem;
            border-radius: 50%;
            color: #fff;
            font-size: 0.75rem;
            font-weight: 500;
            text-align: center;
            line-height: 1.25rem;
        }

        .dropdown-menu {
            min-width: 304px !important;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }
    }

    /*! CSS Used from: https://walltouchbd.com/assets/front-end/css/font-awesome.min.css ; media=screen */
    @media screen {
        .fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .fa-sign-in:before {
            content: "\f090";
        }

        .fa-phone:before {
            content: "\f095";
        }

        .fa-user-circle:before {
            content: "\f2bd";
        }
    }

    /*! CSS Used from: https://walltouchbd.com/assets/back-end/vendor/icon-set/style.css */
    [class^="tio-"] {
        font-family: "The-Icon-of" !important;
        font-size: 1.125em;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        letter-spacing: 0;
        -webkit-font-feature-settings: "liga";
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        font-feature-settings: "liga";
        -webkit-font-variant-ligatures: discretionary-ligatures;
        font-variant-ligatures: discretionary-ligatures;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .tio-clear:before {
        content: "\e920";
    }

    .tio-search:before {
        content: "\e956";
    }

    /*! CSS Used from: Embedded */
    .czi-arrow-right {
        color: #1b7fed;
        background: #1b7fed10;
    }

    /*! CSS Used from: https://walltouchbd.com/assets/front-end/css/responsive1.css */
    a {
        color: black;
        text-decoration: none;
        background-color: transparent;
    }

    .font-weight-bold {
        font-weight: 600 !important;
    }

    /*! CSS Used from: https://walltouchbd.com/assets/front-end/css/style.css */
    h6 {
        letter-spacing: 0.01em;
        color: #212629;
    }

    a {
        display: inline-block;
    }

    .__language-bar .dropdown-menu {
        min-width: 0 !important;
        width: 120px;
    }

    @media (min-width: 768px) {
        .__dropdown-menu-2 {
            right: 0%;
            margin-top: 8px !important;
            margin-right: 11px;
            border: none !important;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            min-width: 250px !important;
            animation: none !important;
            -webkit-animation: none !important;
            -moz-animation: none !important;
            display: block !important;
            visibility: hidden;
            opacity: 0;
            transition: all ease 0.1s;
        }

        .__dropdown-menu-2 .dropdown-menu {
            min-width: 250px !important;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .dropdown:hover .__dropdown-menu-2 {
            visibility: visible;
            opacity: 1;
            display: block !important;
        }

        .__dropdown-menu-3 {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
    }

    @media (min-width: 768px) and (max-width: 1279px) {
        .__dropdown-menu-2 li {
            display: flex;
            justify-content: space-between;
            gap: 20px;
        }

        .__dropdown-menu-2 li:not(:last-child) {
            border-bottom: 1px solid #eef6ff;
        }

        .__dropdown-menu-2 li a {
            padding-top: 0.67rem;
            padding-bottom: 0.7rem;
            padding-left: 20px;
            padding-right: 20px;
            margin: 0 !important;
        }

        .__dropdown-menu-2 li a:first-child {
            flex-grow: 1;
            display: flex;
            font-size: 14px;
        }

        .__dropdown-menu-2 li a:first-child span {
            align-self: center;
        }
    }

    @media (min-width: 768px) {
        .__dropdown-menu-sizing {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            padding-bottom: 0;
            padding-top: 0;
        }
    }

    @media (max-width: 990px) {
        .__dropdown-menu-2 li {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 0;
        }

        .__dropdown-menu-2 li:not(:last-child) {
            border-bottom: 1px solid #eef6ff;
        }

        .__dropdown-menu-2 li a {
            padding-top: 0.4rem;
            padding-bottom: 0.4rem;
            padding-left: 20px;
            padding-right: 20px;
            margin: 0 !important;
        }

        .__dropdown-menu-2 li a:first-child {
            flex-grow: 1;
            display: flex;
            font-size: 14px;
            margin-right: 20px;
        }

        .__dropdown-menu-2 li a:first-child span {
            align-self: center;
        }

        .__dropdown-menu-2 li .dropdown-menu {
            right: unset !important;
            margin: 0 !important;
            transform: translate(0) !important;
            width: 100% !important;
        }

        .__dropdown-menu-2 li .dropdown-menu li a {
            font-size: 14px;
        }

        .__dropdown-menu-2 li .dropdown-menu .dropdown-menu {
            padding-left: 30px;
        }

        .navbar-tool-icon-box {
            width: 2.25rem;
            height: 2.25rem;
        }

        .navbar-tool-icon-box .navbar-tool-icon {
            font-size: 1rem;
            line-height: 2.25rem;
        }
    }

    .__mega-nav {
        width: 254px !important;
    }

    .__mega-nav .nav-item .nav-link {
        font-size: 18px;
    }

    .__mega-nav .nav-item .nav-link span {
        margin-right: 35px;
        margin-left: 35px;
    }

    .mega-nav .nav-item .nav-link {
        padding-top: 13px !important;
        padding-bottom: 12px !important;
    }


    .navbar-stuck-menu {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .navbar-expand-md .navbar-nav .nav-item button,
    .navbar-expand-md .navbar-nav .nav-item>a {
        transition: all ease 0.3s;
    }

    .navbar-expand-md .navbar-nav .nav-item .dropdown>button:hover,
    .navbar-expand-md .navbar-nav .nav-item>a:hover {
        opacity: 0.6 !important;
    }

    .czi-arrow-right {
        background: transparent;
    }

    ::selection {
        background: #1b7fed;
        color: #fff;
    }

    .__auth-dropdown {
        max-width: 150px;
        min-width: 0 !important;
    }

    .navbar-stuck-toggler i {
        display: none;
    }

    .navbar-stuck-toggler:not(.show) .open-icon {
        display: block;
    }

    @media (min-width: 768px) {
        .navbar-expand-md .navbar-nav .btn.dropdown-toggle {
            transform: translateY(3px);
        }
    }

    .__dropdown-menu-sizing li .dropdown-item {
        padding-top: 0.725rem;
        padding-bottom: 0.725rem;
    }

    .__dropdown-menu-sizing li .count-value {
        line-height: 2.4rem;
    }

    @media (max-width: 990px) {
        .__dropdown-menu-sizing li .count-value {
            line-height: 2.7rem;
        }
    }

    .btn:hover {
        filter: brightness(0.85);
        transition: all ease 0.4s;
    }

    .__inline-10 .card-body.search-result-box {
        overflow: scroll;
        height: 400px;
        overflow-x: hidden;
    }

    .__inline-10 .count-value {
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 50%;
        font-size: 0.75rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.25rem;
    }

    @media (min-width: 768px) {
        .__inline-10 .navbar-stuck-menu {
            line-height: 15px;
            padding-bottom: 6px;
        }
    }

    @media (max-width: 990px) {
        .__inline-10 .search_button {
            background-color: transparent !important;
        }

        .__inline-10 .mega-nav1 {
            background: white;
            border-radius: 3px;
        }
    }

    @media (max-width: 360px) {
        .__inline-10 .mobile-head {
            padding: 3px;
        }
    }

    @media (max-width: 471px) {
        .__inline-10 .mega-nav1 {
            background: white;
            border-radius: 3px;
        }
    }

    .__inline-11 {
        height: 40px !important;
        width: auto;
    }

    .__inline-12 {
        height: 38px !important;
        width: auto;
    }

    @media screen and (max-width: 575px) {
        .__inline-12 {
            max-width: 70px;
            -o-object-fit: contain;
            object-fit: contain;
        }
    }

    .__inline-13 {
        position: absolute;
        background: white;
        z-index: 999;
        width: 100%;
        display: none;
    }

    @media (max-width: 990px) {
        .navbar-tool-icon-box {
            width: 2.25rem;
            height: 2.25rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }

    .__inline-16 {
        font-size: 10px !important;
        background: none !important;
        color: #4b5864;
        font: bold;
    }

    .__inline-17 {
        border-bottom: 1px solid #e3e9ef;
        display: flex;
        justify-content: space-between;
    }

    .__text-26px {
        font-size: 26px;
    }

    .__min-w-165px {
        min-width: 165px !important;
    }

    .__ml-50px {
        margin-left: 50px;
    }

    .px-10px {
        padding-left: 10px;
        padding-right: 10px;
    }

    .overflow-y-auto {
        overflow-y: auto;
    }

    .overflow-x-hidden {
        overflow-x: hidden;
    }

    .__min-w-7rem {
        min-width: 7rem;
    }

    .__h-400px {
        height: 400px;
    }

    .__w-20rem {
        width: 20rem;
    }

    .__text-20px {
        font-size: 20px;
    }


    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 990;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #4b566b;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #e3e9ef;
        border-radius: 0.3125rem;
        box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03),
            0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
    }

    .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    .navbar-expand-md .dropdown:hover>.dropdown-menu {
        height: unset;
    }



    .navbar-light {
        background-color: #fff;
    }

    @media (max-width: 990px) {
        .navbar-light .navbar-brand {
            margin-inline-end: auto !important;
            margin-inline-start: 16px;
        }
    }

    .navbar-stuck-menu .dropdown-item {
        white-space: initial;
    }

    .navbar-tool.ml-md-3 {
        margin-left: 1rem;
    }

    @media (min-width: 768px) {
        .ml-md-3 {
            margin-left: 1.5rem;
        }
    }

    .z-2 {
        z-index: 2;
    }



    .cart-dropdown .widget-cart-item {
        padding-bottom: 18px;
        text-align: start;
    }

    .cart-dropdown .widget-cart-item:not(:first-child) {
        padding-top: 18px;
    }

    .widget-cart-item {
        margin-right: 15px;
    }

    @media (min-width: 768px) {
        .cart-dropdown {
            width: 420px !important;
        }

        .cart-dropdown .widget-cart-item {
            margin-right: 20px;
        }
    }

    .widget-cart-top {
        background: #e9f3ff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        gap: 8px;
        margin-bottom: 15px;
    }

    @media screen and (max-width: 991px) {
        .search-form-mobile {
            position: fixed;
            left: 0;
            top: 0;
            padding: 15px;
            padding-top: 0;
            z-index: 99;
            background: rgb(233, 243, 255);
            transition: all ease 0.3s;
            box-shadow: 0px 9.0754146576px 18.1508293152px -2.7226247787px rgba(145, 158, 171, 0.05), 0px 0px 1.8150832653px 0px rgba(145, 158, 171, 0.2);
        }

        .search-form-mobile .search_form {
            position: relative;
        }

        .search-form-mobile:not(.active) {
            transform: translateY(-100%);
        }

        .dropdown-menu {
            position: static;
            float: unset;

        }
    }

    @media screen and (max-width: 990px) {
        #navbarCollapse {
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100vh;
            background-color: #fff !important;
            z-index: 99999;
            padding: 20px;
            padding-bottom: 50px;
            max-width: 295px;
            transition: all ease 0.3s;
            overflow-y: auto;
            font-size: 13px;
        }

        #navbarCollapse .czi-menu {
            display: none;
        }

        #navbarCollapse .dropdown-toggle span {
            margin-left: 0 !important;
        }





        #navbarCollapse .__dropdown-menu-2 .dropdown {
            flex-wrap: no-wrap;
        }



        #navbarCollapse .__dropdown-menu-2 .dropdown span {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #navbarCollapse .nav-item {
            border: none !important;
        }

        .text-max-md-dark {
            color: #222222 !important;
        }
    }

    .megamenu-wrap {
        position: absolute;
        width: 100%;
        visibility: hidden;
        opacity: 0;
    }

    .megamenu-wrap.show {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        display: block;
    }

    .megamenu-wrap:hover {
        visibility: visible;
        opacity: 1;

    }

    .megamenu-wrap:hover {
        z-index: 999;
    }

    @media (max-width: 1024px) {
        .megamenu-wrap {
            display: none;
        }
    }

    .category-menu-wrap {
        position: relative;

    }

    .category-menu-wrap .category-menu {
        list-style: none;
        padding: 5px 10px 5px 15px;
        display: flex;
        flex-direction: column;
        width: var(--cm-w);
        background-color: #fff;
        padding-block: 0.5rem;
        font-size: 13px;
        border-radius: 5px;
        border: 1px solid #eef6ff;
        box-shadow: 0px 0px 2px 0px rgba(0, 113, 220, 0.05), 0px 2px 5px -4px rgba(27, 127, 237, 0.05);
        margin-top: 1rem;
        margin-bottom: 0;
        max-height: 386px;
        overflow-y: auto;
    }

    .category-menu-wrap .category-menu>li {
        padding: 0.625rem 0rem;
    }

    .category-menu-wrap .category-menu>li>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.5rem;
    }

    .category-menu-wrap .category-menu>li>a i {
        font-size: 12px;
        color: #ddd;
        transition: all 200ms;
    }

    .category-menu-wrap .category-menu>li>a:hover i {
        color: #f58300;
    }

    .category-menu-wrap .category-menu>li:not(:last-child) {
        border-bottom: 1px solid rgba(185, 185, 185, 0.2);
    }

    .category-menu-wrap .mega_menu {
        position: absolute;
        width: calc(100% - var(--cm-w) - 14vw);
        top: 0;
        inset-inline-start: calc(var( --cm-w ) + 15px + ( 14vw / 3));
        background-color: #f8fafc;
        padding: 1.25rem;
        padding-left: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        row-gap: 1.5rem;
        min-height: 100%;
        transition: all 300ms;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        transform: translate(0.5rem, 0.5rem);
        transform-origin: left;
    }

    .category-menu-wrap .category-menu>li.has-sub-item:hover .mega_menu {
        opacity: 1;
        visibility: visible;
        transform: translate(0rem, 0rem);
    }

    @media (min-width: 1200px) {
        .category-menu-wrap .mega_menu {
            padding: 2.5rem 1.5rem;
        }
    }

    .category-menu-wrap .mega_menu_inner {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding-inline: 1.25rem;
    }

    .category-menu-wrap .mega_menu_inner:not(:nth-child(4n)) {
        border-right: 1px solid #e2e8f0;
    }

    .category-menu-wrap .mega_menu h6 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .category-menu-toggle-btn-text {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }

    @media (max-width: 991px) {
        .category-menu-toggle-btn-text {
            margin-right: 10px !important;
            margin-left: 10px !important;
        }

        .__mega-nav {
            width: 180px !important;
        }

        .nav-item .dropdown-toggle::after {
            margin-left: 6px !important;
        }

        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: 0.625rem !important;
            padding-left: 0.625rem !important;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            font-size: 14px;
        }
    }

    .category-menu-toggle-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .category-menu-toggle-btn.dropdown-toggle::after {
        margin-inline-start: auto !important;
        margin-inline-end: 0 !important;
    }

    @media (max-width: 575px) {
        .dropdown-menu {
            min-width: max-content !important;
        }
    }

    /*! CSS Used from: Embedded */
    .rtl {
        direction: ltr;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #1b7fed;
    }

    .dropdown-item:active {
        color: #000000;
    }

    .navbar-light .navbar-tool-icon-box {
        color: #1b7fed;
    }

    .search_button {
        background-color: #1b7fed;
    }

    .navbar-stuck-menu {
        background-color: #1b7fed;
    }

    .mega-nav .nav-item .nav-link {
        color: #1b7fed !important;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #000000 !important;
    }

    .navbar-tool .navbar-tool-label {
        background-color: #000000 !important;
    }

    a:hover {
        color: #000000;
    }

    .text-primary {
        color: #1b7fed !important;
    }

    .dropdown-menu {
        margin-: -8px !important;
    }

    /*! CSS Used from: Embedded */
    .count-value {
        color: #1b7fed;
    }

    @media (min-width: 768px) {
        .navbar-stuck-menu {
            background-color: #1b7fed;
        }
    }

    @media (max-width: 990px) {
        .search_button .input-group-text i {
            color: #ffffff !important;
        }

        .mega-nav1 {
            color: #1b7fed !important;
        }

        .mega-nav1 .nav-link {
            color: #1b7fed !important;
        }
    }

    @media (max-width: 471px) {
        .mega-nav1 {
            color: #1b7fed !important;
        }

        .mega-nav1 .nav-link {
            color: #1b7fed !important;
        }
        .navbar-tool-text.profile_name{
            display: none !important;
        }
    }

    /*! CSS Used keyframes */
    @-webkit-keyframes fade-in {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fade-in {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-webkit-keyframes slide-up {
        from {
            -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
            opacity: 0;
        }

        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes slide-up {
        from {
            -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
            opacity: 0;
        }

        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }












    /*! CSS Used from: https://walltouchbd.com/assets/front-end/vendor/simplebar/dist/simplebar.min.css ; media=screen */
    @media screen {
        [data-simplebar] {
            position: relative;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-content: flex-start;
            align-items: flex-start;
        }

        .simplebar-wrapper {
            overflow: hidden;
            width: inherit;
            height: inherit;
            max-width: inherit;
            max-height: inherit;
        }

        .simplebar-mask {
            direction: inherit;
            position: absolute;
            overflow: hidden;
            padding: 0;
            margin: 0;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            width: auto !important;
            height: auto !important;
            z-index: 0;
        }

        .simplebar-offset {
            direction: inherit !important;
            box-sizing: inherit !important;
            resize: none !important;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            padding: 0;
            margin: 0;
            -webkit-overflow-scrolling: touch;
        }

        .simplebar-content-wrapper {
            direction: inherit;
            box-sizing: border-box !important;
            position: relative;
            display: block;
            height: 100%;
            width: auto;
            max-width: 100%;
            max-height: 100%;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .simplebar-content-wrapper::-webkit-scrollbar {
            width: 0;
            height: 0;
        }

        .simplebar-content:after,
        .simplebar-content:before {
            content: ' ';
            display: table;
        }

        .simplebar-placeholder {
            max-height: 100%;
            max-width: 100%;
            width: 100%;
            pointer-events: none;
        }

        .simplebar-height-auto-observer-wrapper {
            box-sizing: inherit !important;
            height: 100%;
            width: 100%;
            max-width: 1px;
            position: relative;
            float: left;
            max-height: 1px;
            overflow: hidden;
            z-index: -1;
            padding: 0;
            margin: 0;
            pointer-events: none;
            flex-grow: inherit;
            flex-shrink: 0;
            flex-basis: 0;
        }

        .simplebar-height-auto-observer {
            box-sizing: inherit;
            display: block;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 1000%;
            width: 1000%;
            min-height: 1px;
            min-width: 1px;
            overflow: hidden;
            pointer-events: none;
            z-index: -1;
        }

        .simplebar-track {
            z-index: 1;
            position: absolute;
            right: 0;
            bottom: 0;
            pointer-events: none;
            overflow: hidden;
        }

        .simplebar-scrollbar {
            position: absolute;
            left: 0;
            right: 0;
            min-height: 10px;
        }

        .simplebar-scrollbar:before {
            position: absolute;
            content: '';
            background: #000;
            border-radius: 7px;
            left: 2px;
            right: 2px;
            opacity: 0;
            transition: opacity .2s linear;
        }

        .simplebar-scrollbar.simplebar-visible:before {
            opacity: .5;
            transition: opacity 0s linear;
        }

        .simplebar-track.simplebar-vertical {
            top: 0;
            width: 11px;
        }

        .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
            top: 2px;
            bottom: 2px;
        }

        .simplebar-track.simplebar-horizontal {
            left: 0;
            height: 11px;
        }

        .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
            height: 100%;
            left: 2px;
            right: 2px;
        }

        .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
            right: auto;
            left: 0;
            top: 2px;
            height: 7px;
            min-height: 0;
            min-width: 10px;
            width: auto;
        }
    }

    /*! CSS Used from: https://walltouchbd.com/assets/front-end/css/theme.min.css ; media=screen */
    @media screen {

        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        h6 {
            margin-top: 0;
            margin-bottom: 0.75rem;
        }

        small {
            font-size: 80%;
        }

        img {
            vertical-align: middle;
            border-style: none;
        }

        svg {
            overflow: hidden;
            vertical-align: middle;
        }

        input {
            margin: 0;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
        }

        input {
            overflow: visible;
        }

        h6 {
            margin-bottom: 0.75rem;
            font-weight: 500;
            line-height: 1.2;
            color: black;
        }

        h6 {
            font-size: 1.0625rem;
        }

        small {
            font-size: 80%;
            font-weight: 400;
        }

        .form-control {
            display: block;
            width: 100%;
            height: calc(1.5em + 1.25rem + 2px);
            padding: 0.625rem 1rem;
            font-size: 0.9375rem;
            font-weight: 400;
            line-height: 1.5;
            color: #4b566b;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #dae1e7;
            border-radius: 0.3125rem;
            box-shadow: 0 0 0 0 transparent;
            transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        }

        @media (prefers-reduced-motion: reduce) {
            .form-control {
                transition: none;
            }
        }

        .form-control:focus {
            color: #4b566b;
            background-color: #fff;
            border-color: #1b7fed80;
            outline: 0;
        }

        .form-control::placeholder {
            color: #7d879c;
            opacity: 1;
        }

        .form-control:disabled {
            background-color: #f6f9fc;
            opacity: 1;
        }

        .btn {
            display: inline-block;
            font-weight: normal;
            color: #4b566b;
            text-align: center;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: transparent;
            border: 1px solid transparent;
            padding: 0.625rem 1.375rem;
            font-size: 0.9375rem;
            line-height: 1.5;
            border-radius: 0.3125rem;
            transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
        }

        @media (prefers-reduced-motion: reduce) {
            .btn {
                transition: none;
            }
        }

        .btn:hover {
            color: #4b566b;
            text-decoration: none;
        }

        .btn:focus {
            outline: 0;
            box-shadow: none;
        }

        .btn:disabled {
            opacity: 0.65;
            box-shadow: none;
        }

        .btn:not(:disabled):not(.disabled) {
            cursor: pointer;
        }

        .btn:not(:disabled):not(.disabled):active {
            box-shadow: none;
        }

        .btn-outline-secondary {
            color: #f3f5f9;
            border-color: #f3f5f9;
        }

        .btn-outline-secondary:hover {
            color: #2b3445;
            background-color: #f3f5f9;
            border-color: #f3f5f9;
        }

        .btn-outline-secondary:focus {
            box-shadow: 0 0 0 0 rgba(243, 245, 249, 0.5);
        }

        .btn-outline-secondary:disabled {
            color: #f3f5f9;
            background-color: transparent;
        }

        .btn-outline-secondary:not(:disabled):not(.disabled):active {
            color: #2b3445;
            background-color: #f3f5f9;
            border-color: #f3f5f9;
        }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 0 rgba(243, 245, 249, 0.5);
        }

        .btn-sm {
            padding: 0.425rem 1rem;
            font-size: 0.8125rem;
            line-height: 1.5;
            border-radius: 0.1875rem;
        }

        .btn-block {
            display: block;
            width: 100%;
        }

        .media {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .media-body {
            -ms-flex: 1;
            flex: 1;
        }

        .rounded {
            border-radius: 0.3125rem !important;
        }

        .d-block {
            display: block !important;
        }

        .d-flex {
            display: -ms-flexbox !important;
            display: flex !important;
        }

        .flex-wrap {
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
        }

        .flex-grow-1 {
            -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
        }

        .justify-content-center {
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }

        .justify-content-between {
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
        }

        .align-items-center {
            -ms-flex-align: center !important;
            align-items: center !important;
        }

        .float-right {
            float: right !important;
        }

        .overflow-hidden {
            overflow: hidden !important;
        }

        .position-relative {
            position: relative !important;
        }

        .m-0 {
            margin: 0 !important;
        }

        .mb-0 {
            margin-bottom: 0 !important;
        }

        .ml-1 {
            margin-left: 0.25rem !important;
        }

        .mr-2 {
            margin-right: 0.5rem !important;
        }

        .mb-3 {
            margin-bottom: 1rem !important;
        }

        .p-0 {
            padding: 0 !important;
        }

        .pt-2,
        .py-2 {
            padding-top: 0.5rem !important;
        }

        .pb-2,
        .py-2 {
            padding-bottom: 0.5rem !important;
        }

        .px-3 {
            padding-right: 1rem !important;
        }

        .pb-3 {
            padding-bottom: 1rem !important;
        }

        .px-3 {
            padding-left: 1rem !important;
        }

        .mr-n1 {
            margin-right: -0.25rem !important;
        }

        .text-center {
            text-align: center !important;
        }

        .text-capitalize {
            text-transform: capitalize !important;
        }

        .text-muted {
            color: #7d879c !important;
        }

        html * {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        a:focus {
            outline: none;
        }

        a {
            transition: color 0.25s ease-in-out;
        }

        img {
            max-width: 100%;
            height: auto;
            vertical-align: middle;
        }

        svg {
            max-width: 100%;
        }

        ::selection {
            background: rgba(78, 84, 200, 0.15);
        }

        small {
            font-weight: inherit;
        }

        [class^="czi-"] {
            display: inline-block;
            font-family: "sixvalley-icons" !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
        }

        .czi-arrow-right::before {
            content: "\e90a";
        }

        .form-control:disabled {
            cursor: not-allowed;
        }

        .btn {
            white-space: nowrap;
        }

        .btn>i {
            margin-top: -0.1875rem;
            vertical-align: middle;
        }

        .btn-outline-secondary,
        .btn-outline-secondary:hover {
            color: #4b566b !important;
            border-color: transparent;
        }

        .btn-outline-secondary {
            border-color: rgba(243, 245, 249, 0.35);
        }

        .btn-outline-secondary {
            border-color: #dae1e7;
        }

        .btn-outline-secondary:hover {
            border-color: transparent;
            color: #4b566b !important;
        }

        .widget-product-title {
            margin-bottom: 0.25rem;
            font-size: 0.875rem;
            font-weight: 500;
        }

        .widget-product-title>a {
            color: #373f50;
        }

        .widget-product-meta {
            font-size: 0.875rem;
        }

        .widget-cart-item {
            position: relative;
        }

        .simplebar-content {
            padding-right: 1rem !important;
        }

        .simplebar-track {
            transition: opacity 0.25s ease-in-out;
            background-color: #e9edf4;
            opacity: 0;
        }

        .simplebar-track .simplebar-scrollbar {
            border-radius: 0.09375rem;
            background-color: #aeb4be;
        }

        .simplebar-track .simplebar-scrollbar::before {
            display: none;
        }

        .simplebar-track.simplebar-vertical {
            width: 0.1875rem !important;
        }

        .simplebar-track.simplebar-vertical .simplebar-scrollbar {
            right: 0;
            width: 0.1875rem;
        }

        .simplebar-track.simplebar-horizontal {
            height: 0.1875rem !important;
        }

        .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
            top: 0;
            height: 0.1875rem !important;
        }

        [data-simplebar] {
            overflow-y: auto;
            padding-right: 1rem !important;
        }

        [data-simplebar]::-webkit-scrollbar {
            width: 0.1875rem;
            background-color: transparent;
            opacity: 0;
        }

        [data-simplebar]::-webkit-scrollbar-thumb {
            background-color: #aeb4be;
            border-radius: 0.09375rem;
        }

        [data-simplebar]:hover .simplebar-track {
            opacity: 1;
        }

        [data-simplebar-auto-hide="false"] .simplebar-track {
            opacity: 1;
        }

        .font-size-base {
            font-size: 1rem !important;
        }

        .font-size-sm {
            font-size: 0.875rem !important;
        }

        ::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px white;
            border-radius: 5px;
        }

        ::-webkit-scrollbar {
            width: 3px;
        }

        ::-webkit-scrollbar-thumb {
            background: rgba(194, 194, 194, 0.38) !important;
            border-radius: 5px;
        }

        .btn--primary {
            color: #fff;
        }

        .btn--primary:hover {
            color: #fff;
        }

        .text-accent {
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            font-size: 18px;
        }

        a:hover {
            text-decoration: none;
        }
    }

    /*! CSS Used from: https://walltouchbd.com/assets/back-end/vendor/icon-set/style.css */
    [class^="tio-"] {
        font-family: "The-Icon-of" !important;
        font-size: 1.125em;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        letter-spacing: 0;
        -webkit-font-feature-settings: "liga";
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        font-feature-settings: "liga";
        -webkit-font-variant-ligatures: discretionary-ligatures;
        font-variant-ligatures: discretionary-ligatures;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .tio-add:before {
        content: "\e904";
    }

    .tio-remove:before {
        content: "\e954";
    }

    /*! CSS Used from: https://walltouchbd.com/assets/front-end/css/shop-cart.css */
    .media-body {
        min-height: 115px;
    }

    /*! CSS Used from: https://walltouchbd.com/assets/front-end/css/home.css */
    [data-simplebar] {
        overflow-y: auto;
        padding-right: 0px !important;
    }

    .simplebar-content {
        padding-right: 0px !important;
    }

    .widget-product-title {
        position: relative;
    }

    .text-accent {
        font-weight: 700;
        font-size: 17px;
    }

    @media (max-width: 768px) {
        .btn-sm {
            padding: 5px 10px;
            font-size: 0.8125rem;
            line-height: 1.5;
            border-radius: 0.1875rem;
            margin-top: 3px;
        }

        .text-accent {
            font-size: 14px !important;
        }
    }

    .fs-10 {
        font-size: 10px !important;
    }


    .font-bold {
        font-weight: 700;
    }

    .czi-arrow-right {
        background: transparent;
    }

    ::selection {
        background: #1b7fed;
        color: #fff;
    }

    .btn:hover {
        filter: brightness(0.85);
        transition: all ease 0.4s;
    }

    .btn--primary:hover {
        color: #fff !important;
    }

    .btn--primary:not(:hover) {
        color: #fff;
    }

    .__text-12px {
        font-size: 12px;
    }

    .__h-20rem {
        height: 20rem;
    }

    .mr-2 {
        margin-inline-end: 0.5rem !important;
    }

    .min-height-0 {
        min-height: 0px;
    }

    .cart-dropdown .widget-cart-item {
        padding-bottom: 18px;
        text-align: start;
    }

    .cart-dropdown .widget-cart-item:not(:last-child) {
        border-bottom: 1px solid #e9f3ff;
    }

    .cart-dropdown .widget-cart-item:not(:first-child) {
        padding-top: 18px;
    }

    .line--limit-1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
    }

    .__quantity .cart-qty-btn,
    .__quantity .cart-qty-input {
        width: 2rem;
        height: 2rem;
        font-size: 0.85rem;
    }

    .dropdown-menu .__quantity .cart-qty-btn {
        font-size: 1.25rem;
    }

    .__quantity {
        border-radius: 0.5rem;
        position: relative;
    }

    .__quantity .cart-qty-input {
        height: 82px !important;
        border-radius: 100px;
        border: 1px solid #cfe4fd;
    }

    .__quantity .cart-qty-btn {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        left: 0;
    }

    .__quantity .cart-qty-btn i {
        font-size: 1rem !important;
    }

    .__quantity .quantity__minus {
        top: 0;
    }

    .__quantity .quantity__plus {
        bottom: 0;
    }

    .__quantity .cart-qty-btn,
    .__quantity .cart-qty-input {
        width: 2rem;
        height: 2rem;
        font-size: 0.85rem;
    }

    .widget-cart-item {
        margin-right: 15px;
    }

    @media screen and (max-width: 990px) {
        @media screen and (max-width: 990px) {
            #navbarCollapse {
                position: fixed;
                top: 0;
                right: 0;
                width: 100%;
                height: 100vh;
                background-color: #fff !important;
                z-index: 99999;
                padding: 20px;
                padding-bottom: 50px;
                max-width: 295px;
                transition: all ease 0.3s;
                overflow-y: auto;
                font-size: 13px;
            }

            #navbarCollapse .czi-menu {
                display: none;
            }

            #navbarCollapse .dropdown-toggle span {
                margin-left: 0 !important;
            }

            #navbarCollapse .dropdown-menu {
                min-width: 0 !important;
                padding: 5px 0 !important;
                background: #f3f8ff;
                border-radius: 8px !important;
                border: none !important;
                font-size: 12px;
                width: 100%;
            }

            #navbarCollapse .dropdown-menu * {
                font-size: 12px;
                width: 100%
            }

            #navbarCollapse .__dropdown-menu-2 .dropdown {
                flex-wrap: no-wrap;
            }


            .dropdown-toggle-btn {
                width: 54px !important;
                text-align: center;
                margin-left: auto;
                display: inline-block;
                margin-right: 0;
                position: absolute;
                right: 0;

            }


            #navbarCollapse .__dropdown-menu-2 .dropdown span {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            #navbarCollapse .nav-item {
                border: none !important;
            }

            #navbarCollapse .nav-item.__inline-17>div {
                flex-grow: 1;
            }

            #navbarCollapse .nav-item a {
                color: #212629 !important;
                display: block;
            }



            .megamenu-wrap {
                position: absolute;
                width: 100%;
                visibility: hidden;
                opacity: 0;
            }

            .megamenu-wrap.active,
            .megamenu-wrap.show,
            .megamenu-wrap:hover {
                visibility: visible;
                opacity: 1;
            }

            .megamenu-wrap.show,
            .megamenu-wrap:hover {
                z-index: 999;
            }

            .dropdown-menu.show {
                display: block;
                /* Shown when active */
            }

        }

        @media (min-width: 768px) {
            .cart-dropdown .widget-cart-item {
                margin-right: 20px;
            }

            .cart-dropdown .widget-cart-item .media {
                align-items: center;
                gap: 5px;
            }

            .cart-dropdown .widget-cart-item .media a img {
                width: 80px;
                aspect-ratio: 1;
                -o-object-fit: cover;
                object-fit: cover;
                border: 1px solid #c7c7c7;
                border-radius: 8px;
            }

            .cart-dropdown .widget-cart-item .media .__quantity {
                margin-inline-start: auto;
            }
        }

        .widget-cart-top {
            background: #e9f3ff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            gap: 8px;
            margin-bottom: 15px;
        }

        .w-0 {
            width: 0 !important;
        }

        /*! CSS Used from: Embedded */
        ::-webkit-scrollbar-thumb:hover {
            background: #000000 !important;
        }

        .btn--primary {
            color: #fff;
            background-color: #1b7fed !important;
            border-color: #1b7fed !important;
        }

        .btn--primary:hover {
            color: #fff;
            background-color: #1b7fed !important;
            border-color: #1b7fed !important;
        }

        .text-accent {
            color: #1b7fed;
        }

        a:hover {
            color: #000000;
        }


    }
}
