/* ==================================
   COMPLETE MOBILE MENU CSS WITH OVERLAY
   ================================== */

/* Base Mobile Menu Styles */
@media(min-width: 993px) {
    .main-menu {
        display: block
    }
    .mobile-menu {
        display: none
    }
}

@media(max-width: 992px) {
    .our-dashbord.dashbord {
        margin-top: 0
    }
    .main-menu {
        display: none !important
    }
    .mobile-menu {
        display: block
    }
    .header,
    .footer {
        padding: 0 10px !important
    }
}

/* Vendor Header */
.vendor_header {
    display: none;
    padding-bottom: 15px;
}

.vendor_micon {
    font-size: 16px;
    background: linear-gradient(135deg, #007acc, #00c6ff);
    color: #fff;
    padding: 8px 10px;
}

.vendor_micon a {
    color: #fff;
    display: block;
    width: 100%;
}

/* Header Styles */
.header.stylehome1 {
    background: linear-gradient(135deg, #443297, #6a59d4);
    display: block;
    height: 130px;
    position: relative;
    z-index: 1
}

.header.stylehome1.home2_style {
    background: linear-gradient(135deg, #152945, #1f395d);
}

.header.stylehome1.home3_style,
.header.stylehome1.home5_style,
.header.stylehome1.home6_style,
.header.stylehome1.home7_style,
.header.stylehome1.home9_style {
    background: #fff;
}

/* Menu Bar Icon Colors */
.header.home3_style a.menubar span,
.header.home3_style a.menubar:before,
.header.home3_style a.menubar:after,
.header.home4_style a.menubar span,
.header.home4_style a.menubar:before,
.header.home4_style a.menubar:after,
.header.home5_style a.menubar span,
.header.home5_style a.menubar:before,
.header.home5_style a.menubar:after,
.header.home6_style a.menubar span,
.header.home6_style a.menubar:before,
.header.home6_style a.menubar:after,
.header.home7_style a.menubar span,
.header.home7_style a.menubar:before,
.header.home7_style a.menubar:after,
.header.home9_style a.menubar span,
.header.home9_style a.menubar:before,
.header.home9_style a.menubar:after {
    background: #041E42
}

.header.home3_style .mobile_menu_bar a.mobile_logo,
.header.home3_style .mobile_menu_widget_icons a.cart_btn,
.header.home4_style .mobile_menu_bar a.mobile_logo,
.header.home4_style .mobile_menu_widget_icons a.cart_btn,
.header.home5_style .mobile_menu_bar a.mobile_logo,
.header.home5_style .mobile_menu_widget_icons a.cart_btn,
.header.home6_style .mobile_menu_bar a.mobile_logo,
.header.home6_style .mobile_menu_widget_icons a.cart_btn,
.header.home7_style .mobile_menu_bar a.mobile_logo,
.header.home7_style .mobile_menu_widget_icons a.cart_btn,
.header.home9_style .mobile_menu_bar a.mobile_logo,
.header.home9_style .mobile_menu_widget_icons a.cart_btn {
    color: #041E42
}

.header.home3_style .mobile_menu_widget_icons a.cart_btn,
.header.home4_style .mobile_menu_widget_icons a.cart_btn,
.header.home5_style .mobile_menu_widget_icons a.cart_btn,
.header.home6_style .mobile_menu_widget_icons a.cart_btn,
.header.home7_style .mobile_menu_widget_icons a.cart_btn,
.header.home9_style .mobile_menu_widget_icons a.cart_btn {
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.header.stylehome1.home3_style .mobile_menu_search_widget {
    bottom: 0
}

.header.stylehome1.home4_style .advscrh_frm_btn .search-btn,
.header.stylehome1.home6_style .advscrh_frm_btn .search-btn,
.header.stylehome1.home7_style .advscrh_frm_btn .search-btn,
.header.stylehome1.home9_style .advscrh_frm_btn .search-btn {
    background: linear-gradient(135deg, #443297, #6a59d4);
    color: #FFF
}

.header.stylehome1.home4_style {
    background: linear-gradient(135deg, #F5C34B, #ffd96a);
}

.header.stylehome1.home10_style {
    background: linear-gradient(135deg, #6668B2, #9496e5);
}

/* General Header/Footer Styles */
.header,
.content,
.footer {
    text-align: center
}

.header,
.footer {
    background: linear-gradient(135deg, #555555, #888888);
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    padding: 0 50px
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0
}

.header a:hover {
    cursor: pointer
}

/* Hamburger Menu Icon */
.header a.menubar:before {
    content: '';
    display: block;
    background: #fff;
    height: 2px;
    width: 20px
}

.header a.menubar span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 6px 0;
    width: 20px
}

.header a.menubar:after {
    content: '';
    display: block;
    background: #fff;
    height: 2px;
    width: 15px
}

.header li.list_s a:before,
.header li.list_s a:after {
    display: none
}

.header li.list_s a span {
    background-color: transparent
}

/* Mobile Menu Bar */
.mobile_menu_bar a.menubar {
    height: 50px;
    left: 0;
    line-height: 40px;
    margin: 0 20px;
    padding-top: 15px;
    position: absolute;
    top: 16px;
    width: 50px;
    z-index: 1;
}

.mobile_menu_bar a.mobile_logo {
    color: #fff;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-left: 36px;
    margin-top: 15px;
}

.mobile_menu_bar a.mobile_logo img {
    width: auto;
    height: 52px;
}

.header.stylehome1 .mobile_menu_search_widget {
    bottom: 15px;
    margin: 0 auto;
    position: absolute;
    width: auto;
    left: 15px;
    margin-bottom: 8px;
    right: 25px
}

.mobile_menu_search_widget .advscrh_frm_btn {
    top: 0
}

.menu_bar_home2 li .msearch_icon,
.menu_bar_home2 li .muser_icon {
    font-size: 20px
}

/* Mobile Menu Widget Icons */
.mobile_menu_widget_icons {
    position: absolute;
    right: 15px;
    z-index: 1;
}

.mobile_menu_widget_icons ul li:last-child {
    margin-right: 0
}

.mobile_menu_widget_icons a.cart_btn {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    color: #fff;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 36px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.mobile_menu_widget_icons a.cart_btn:hover {
    background-color: rgba(255, 255, 255, 0.05)
}

.mobile_menu_widget_icons a.cart_btn .icon {
    position: relative
}

.mobile_menu_widget_icons a.cart_btn span.badge {
    border-radius: 50%;
    color: #0B1E40;
    font-size: 10px;
    height: 16px;
    right: -11px;
    line-height: 10px;
    padding: 4px;
    position: absolute;
    top: -5px;
    width: 16px
}

/* ==================================
   MMENU BASE STYLES
   ================================== */

.mm-menu {
    --mm-line-height: 16px;
    --mm-listitem-size: 36px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 0;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.75);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #f3f3f3;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-hidden {
    display: none !important
}

/* ==================================
   WRAPPER - PREVENTS BODY SCROLL
   ================================== */

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-wrapper_opened {
    overflow: hidden !important; /* Prevent body scroll */
    position: relative;
    height: 100vh;
}

/* ==================================
   MENU - FIXED WITH OVERLAY
   ================================== */

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: 20px;
    line-height: var(--mm-line-height);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: var(--mm-offset-top);
    right: var(--mm-offset-right);
    bottom: var(--mm-offset-bottom);
    left: var(--mm-offset-left);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    text-decoration: none
}

[dir=rtl] .mm-menu {
    direction: rtl
}

/* Menu Panels */
.mm-panels,
.mm-panels>.mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panel,
.mm-panels {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text)
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panel:after,
.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-panel_has-navbar {
    padding-top: 44px;
    padding-top: var(--mm-navbar-size)
}

.mm-panel_opened {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel_opened-parent {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel_highest {
    z-index: 2
}

.mm-panel_noanimation {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

/* Vertical Listitem Panels */
.mm-listitem_vertical>.mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: none;
    width: 100%;
    padding: 10px 0 10px 10px
}

.mm-listitem_vertical>.mm-panel:after,
.mm-listitem_vertical>.mm-panel:before {
    content: none;
    display: none
}

.mm-listitem_opened>.mm-panel {
    display: block
}

.mm-listitem_vertical>.mm-listitem__btn {
    height: 44px;
    height: var(--mm-listitem-size);
    bottom: auto
}

.mm-listitem_vertical .mm-listitem:last-child:after {
    border-color: transparent
}

.mm-listitem_opened>.mm-listitem__btn:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

/* Menu Buttons */
.mm-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    padding: 0
}

.mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-btn_close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-btn_next:after,
.mm-btn_prev:before {
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #041E42;
    content: "\f105";
    display: block;
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 10px
}

.mm-btn_prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 23px;
    right: auto;
    top: 15px
}

[dir=rtl] .mm-btn_next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

[dir=rtl] .mm-btn_prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

[dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
    right: auto
}

[dir=rtl] .mm-btn_close:before {
    left: 25px
}

[dir=rtl] .mm-btn_close:after {
    left: 18px
}

/* Navbar */
.mm-navbar {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .3);
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text-dimmed);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: none;
    height: 44px;
    height: var(--mm-navbar-size);
    padding: 0 44px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-navbar>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 12px;
    padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
    padding-left: 0;
    padding-right: 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar__title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar__btn {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1
}

.mm-navbar__btn:first-child {
    text-align: left;
    left: 0
}

.mm-navbar__btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel_has-navbar .mm-navbar {
    display: block
}

[dir=rtl] .mm-navbar__btn:first-child {
    text-align: right;
    right: 0;
    left: auto
}

[dir=rtl] .mm-navbar__btn:last-child {
    text-align: left;
    left: 0;
    right: auto
}

/* List Items */
.mm-listitem,
.mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listitem {
    color: rgba(0, 0, 0, .75);
    color: var(--mm-color-text);
    border-color: rgba(0, 0, 0, .1);
    border-color: var(--mm-color-border);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mm-listitem:after {
    content: '';
    border-bottom: none;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.mm-listitem a,
.mm-listitem a:hover {
    text-decoration: none
}

.mm-listitem__btn,
.mm-listitem__text {
    color: inherit;
    display: block;
    padding-top: 12px;
    padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
    padding-bottom: 12px;
    padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2)
}

.mm-listitem__text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%
}

.mm-listitem__btn {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .4);
    tap-highlight-color: rgba(255, 255, 255, .4);
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    tap-highlight-color: var(--mm-color-background-emphasis);
    background: rgba(3, 2, 1, 0);
    border-color: inherit;
    width: auto;
    padding-right: 54px;
    position: relative
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 1px;
    border-left-style: solid
}

.mm-listitem_selected>.mm-listitem__text {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}

.mm-listitem_opened>.mm-listitem__btn,
.mm-listitem_opened>.mm-panel {
    background: rgba(0, 0, 0, .05);
    background: var(--mm-color-background-highlight)
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0
}

.mm-listitem_divider {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(0, 0, 0, .05);
    background: var(--mm-color-background-highlight);
    font-size: 75%;
    text-transform: uppercase;
    min-height: 20px;
    min-height: var(--mm-line-height);
    padding: 6.5px;
    padding: calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);
    padding-right: 10px;
    padding-left: 20px
}

.mm-listitem_spacer {
    padding-top: 44px;
    padding-top: var(--mm-listitem-size)
}

.mm-listitem_spacer>.mm-btn_next {
    top: 44px;
    top: var(--mm-listitem-size)
}


/* Page */
.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

/* ==================================
   CRITICAL: OVERLAY MENU BEHAVIOR
   ================================== */
/* ==================================
   WRAPPER STATES
================================== */
/* ==================================
   WRAPPER STATES
================================== */
.mm-wrapper_opened {
    overflow: hidden !important;
    position: relative;
}

.mm-wrapper_background .mm-page {
    background: inherit;
}

/* ==================================
   OFF-CANVAS MENU (ANIMATED)
================================== */
.mm-menu.mm-menu_offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    min-width: 240px;
    max-width: 370px;
    height: 100%;
    background: #ffffff;
    border-right: 2px solid #d5d5d5;
    z-index: 99999;

    /* START CLOSED */
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    will-change: transform;

    /* KEEP VISIBLE FOR ANIMATION */
    display: block;
}

/* OPEN STATE → SLIDE IN */
.mm-menu.mm-menu_offcanvas.mm-menu_opened {
    transform: translateX(0);
}

/* ==================================
   KEEP BODY / CANVAS FIXED
================================== */
.mm-slideout {
    transform: none !important;
    transition: none !important;
}

/* ==================================
   OVERLAY BLOCKER
================================== */
.mm-wrapper__blocker {
    background: rgba(4, 30, 66, 0.7);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.mm-wrapper_blocking {
    overflow: hidden;
}

.mm-wrapper_blocking body {
    overflow: hidden;
    height: 100vh;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
    display: block;
    opacity: 1;
}

/* ==================================
   CLOSE BUTTON
================================== */
.mobile_menu_close_btn {
    background-color: #F3F5F6;
    border-radius: 8px;
    cursor: pointer;
    color: #041E42;
    font-size: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    z-index: 2;
    transition: all 0.5s ease;
}

.mobile_menu_close_btn:hover {
    background-color: #e0e3e6;
    transform: scale(1.05);
}

.mobile_menu_close_btn .flaticon-close {
    font-size: 14px;
}

/* ==================================
   SCREEN READER ONLY
================================== */
.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}

/* ==================================
   RESPONSIVE OVERRIDES
================================== */
@media (max-width: 300px) {
    .mm-menu.mm-menu_offcanvas {
        max-width: 240px;
    }
}

/* ==================================
   SIDEBAR STYLES
   ================================== */

/* Sidebar Header */
.cart-hidden-sidebar-content .hiddenbar-body-ovelay,
.descrip-hidden-sidebar-content .hiddenbar-body-ovelay,
.spcfictn-hidden-sidebar-content .hiddenbar-body-ovelay,
.retrnplc-hidden-sidebar-content .hiddenbar-body-ovelay,
.faq-hidden-sidebar-content .hiddenbar-body-ovelay,
.review-hidden-sidebar-content .hiddenbar-body-ovelay,
.menu-hidden-sidebar-content .hiddenbar-body-ovelay,
.department-hidden-sidebar-content .hiddenbar-body-ovelay,
.allfilter-hidden-sidebar-content .hiddenbar-body-ovelay {
    opacity: 1;
    visibility: visible
}

.hiddenbar-body-ovelay {
    background: rgba(4, 30, 66, 0.5);
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 9990;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

/* Sidebar Visibility States */
.cart-hidden-sidebar-content .cart-hidden-sbar,
.descrip-hidden-sidebar-content .descrip-hidden-sbar,
.spcfictn-hidden-sidebar-content .specification-hidden-sbar,
.retrnplc-hidden-sidebar-content .retrnpolicy-hidden-sbar,
.faq-hidden-sidebar-content .faq-hidden-sbar,
.review-hidden-sidebar-content .review-hidden-sbar {
    opacity: 1;
    right: 0;
    visibility: visible
}

.menu-hidden-sidebar-content .menu-hidden-sbar-left,
.department-hidden-sidebar-content .department-hidden-sbar-left,
.allfilter-hidden-sidebar-content .allfilter-hidden-sbar-left {
    opacity: 1;
    left: 0;
    visibility: visible
}

.menu-hidden-sbar-left::-webkit-scrollbar,
.department-hidden-sbar-left::-webkit-scrollbar,
.allfilter-hidden-sbar-left::-webkit-scrollbar {
    width: 3px
}

/* Sidebar Base Styles */
.cart-hidden-sbar,
.descrip-hidden-sbar,
.specification-hidden-sbar,
.retrnpolicy-hidden-sbar,
.faq-hidden-sbar,
.review-hidden-sbar,
.menu-hidden-sbar-left,
.department-hidden-sbar-left,
.allfilter-hidden-sbar-left {
    background-color: #fff;
    border-top: 1px solid #EAEAEA;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -428px;
    top: 0;
    width: 428px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

/* Sidebar Headers */
.signup-hidden-sbar .hsidebar-header,
.cart-hidden-sbar .hsidebar-header,
.descrip-hidden-sbar .hsidebar-header,
.specification-hidden-sbar .hsidebar-header,
.retrnpolicy-hidden-sbar .hsidebar-header,
.faq-hidden-sbar .hsidebar-header,
.review-hidden-sbar .hsidebar-header,
.menu-hidden-sbar-left .hsidebar-header,
.department-hidden-sbar-left .hsidebar-header,
.allfilter-hidden-sbar-left .hsidebar-header {
    border-bottom: 1px solid #eaeaea;
    padding: 25px 20px 25px 30px;
    display: block;
    position: relative
}

/* Specific Sidebar Widths */
.specification-hidden-sbar {
    width: 460px
}

.review-hidden-sbar {
    width: 500px
}

.menu-hidden-sbar-left,
.department-hidden-sbar-left,
.allfilter-hidden-sbar-left {
    left: -360px;
    right: auto;
    width: 360px
}

.descrip-hidden-sbar {
    width: 600px
}

/* Sidebar Content */
.content_sidebar_contents_details {
    padding: 30px
}

.content_sidebar_contents_details .title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px
}

.content_sidebar_contents_details .stitle {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px
}

.content_sidebar_contents_details .para {
    color: #041E42;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px
}

.content_sidebar_contents_details ul {
    margin-bottom: 20px;
    margin-left: 20px
}

.content_sidebar_contents_details ul li {
    color: #041E42;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    list-style-type: disc
}

/* Sidebar Content Styles */
.hsidebar-content {
    position: relative
}

.hsidebar-content .dropdown_content .list_content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 80%
}

.hsidebar-content .log_fav_cart_widget {
    bottom: 0;
    height: 100%;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 100%
}

/* Left Navbar Menu */
.leftside_navbar_menu {
    padding-top: 15px;
    position: relative
}

.leftside_navbar_menu .navbar-nav .nav-item {
    padding-left: 2px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.leftside_navbar_menu .navbar-nav .nav-item .nav-link:hover,
.leftside_navbar_menu .navbar-nav .nav-item .nav-link:active,
.leftside_navbar_menu .navbar-nav .nav-item .nav-link:focus {
    background-color: #F3F5F6;
    border-left: 2px solid #443297
}

.leftside_navbar_menu.department_version .navbar-nav .nav-item .nav-link:hover,
.leftside_navbar_menu.department_version .navbar-nav .nav-item .nav-link:active,
.leftside_navbar_menu.department_version .navbar-nav .nav-item .nav-link:focus {
    color: #443297
}

.leftside_navbar_menu.department_version .navbar-nav .nav-item .nav-link span {
    font-size: 18px;
    padding-right: 10px;
    vertical-align: middle
}

.leftside_navbar_menu .navbar-nav .nav-item .nav-link:hover i,
.leftside_navbar_menu .navbar-nav .nav-item .nav-link:active i,
.leftside_navbar_menu .navbar-nav .nav-item .nav-link:focus i {
    color: #443297
}

.leftside_navbar_menu .navbar-nav .nav-item .nav-link {
    border-left: 2px solid transparent;
    color: #041E42;
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

/* Sidebar Titles */
.signup-hidden-sbar .hsidebar-header .title,
.cart-hidden-sbar .hsidebar-header .title,
.descrip-hidden-sbar .hsidebar-header .title,
.specification-hidden-sbar .hsidebar-header .title,
.retrnpolicy-hidden-sbar .hsidebar-header .title,
.faq-hidden-sbar .hsidebar-header .title,
.review-hidden-sbar .hsidebar-header .title,
.menu-hidden-sbar-left .hsidebar-header .title,
.department-hidden-sbar-left .hsidebar-header .title,
.allfilter-hidden-sbar-left .hsidebar-header .title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin: 0
}

/* Sidebar Close Icons */
.signup-hidden-sbar .hsidebar-header .sidebar-close-icon,
.cart-hidden-sbar .hsidebar-header .sidebar-close-icon,
.descrip-hidden-sbar .hsidebar-header .sidebar-close-icon,
.specification-hidden-sbar .hsidebar-header .sidebar-close-icon,
.retrnpolicy-hidden-sbar .hsidebar-header .sidebar-close-icon,
.faq-hidden-sbar .hsidebar-header .sidebar-close-icon,
.review-hidden-sbar .hsidebar-header .sidebar-close-icon,
.menu-hidden-sbar-left .hsidebar-header .sidebar-close-icon,
.department-hidden-sbar-left .hsidebar-header .sidebar-close-icon,
.allfilter-hidden-sbar-left .hsidebar-header .sidebar-close-icon {
    background-color: #F3F5F6;
    border-radius: 8px;
    cursor: pointer;
    color: #041E42;
    font-size: 10px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 40px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

/* Responsive Sidebar Widths */
@media only screen and (max-width: 580px) {
    .descrip-hidden-sbar,
    .specification-hidden-sbar,
    .retrnpolicy-hidden-sbar,
    .faq-hidden-sbar,
    .review-hidden-sbar {
        width: 320px
    }
}

/* Additional Dashboard Styles */
@media only screen and (max-width: 992px) {
    .header.stylehome1.dashbord_pages:before {
        background-image: -moz-linear-gradient(0deg, #3452ff 0%, #ff1053 100%);
        background-image: -webkit-linear-gradient(0deg, #3452ff 0%, #ff1053 100%);
        background-image: -ms-linear-gradient(0deg, #3452ff 0%, #ff1053 100%)
    }

    .stylehome1.dashbord_mobile_logo.dashbord_pages .nav_logo_img {
        margin-left: 0 !important
    }

    .stylehome1.home2,
    .stylehome1.home2:before {
        background-color: #141414 !important;
        border-bottom: none
    }

    .stylehome1.home3 .header.stylehome1 {
        border-bottom: none !important
    }
}

/* Mega Menu */
#mega-menu ul.menu {
    position: relative;
    z-index: 9
}

.home1_style #mega-menu ul.menu:after {
    top: -2px
}

#mega-menu ul.menu:after {
    top: 0;
    z-index: -9
}