/**
Theme Name: EHCSYSTEM
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ehcsystem
Template: astra
*/




    .hover-category-wrapper.static-layout {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
}

.hover-category-menu {
    flex: 0 0 220px;
}

.hover-category-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    padding: 10px 15px 10px 25px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    position: relative;
    background: #fff;
}



.category-item.active-category {
    background-color: #f0f0f0;
    font-weight: bold;
}


.preview-box {
    flex: 1;
    background: #fff;
    padding: 20px;
}

.product-preview-grid {
    
    gap: 20px;
	 display: grid;
    grid-template-columns: repeat(3, 1fr);
}


		
		.product-preview-grid li{
			position:relative;
			list-style-type: none;
		}	

		.product-preview-grid li a img {
    width: 100%;
}
		
		
	.category-item svg.custom-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    fill: #004b8d;
}
		
		li.category-item.active-category {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.category-item:not(.active-category) svg.custom-arrow {
    display: none;
}
	
	.product-preview-grid .ast-onsale-card
 {
    right: 1rem;
    left: unset;
}	
		
 

/* Fibo search */
.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	top:9px !important;
}

/* account dropdown css */


    .account-dropdown-wrapper {
        position: relative;
        display: inline-block;
        text-align: center;
    }
    .account-icon {
        cursor: pointer;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 13px;
        color: #333;
    }
    .account-icon svg {
        width: 25px;
        height: 50px;
    }
    .account-dropdown {
    display: none;
    background: #fff;
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, 0.1);
    padding: 15px;
    border: .1rem solid #ebebeb;
    left: 59%;
    min-width: 25rem;
    position: absolute;
    text-align: left;
    top: 0;
    -webkit-transform: translate(-50%, 4.4rem);
    transform: translate(-50%, 4.4rem);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 20;
    padding-bottom: 2.5rem;
    padding-top: 2rem;
    cursor: default;
}
    .account-dropdown-wrapper:hover .account-dropdown {
        display: block;
    }
    .welcome-text {
        font-weight: bold;
        margin-bottom: 4px;
		font-size: 1.4rem;
    }
	p.welcome-text span {
    color: red;
}	
		
    .sub-text {
        font-size: 12px;
        color: #555;
        margin-bottom: 12px;
    }
    .login-btn {
        display: block;
        background: var(--e-global-color-primary);
        color: #fff;
        text-align: center;
        padding: 10px;
        text-decoration: none;
        font-weight: bold;
        margin-bottom: 12px;
    }
		.login-btn:hover{
			color:#fff;
			background: var(--ast-global-color-1);
		}	
		
    .account-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .account-links li {
        margin: 6px 0;
    }
    .account-links a {
        text-decoration: none;
        color: #444;
        font-size: 14px;
    }
    .account-links a:hover {
        text-decoration: underline;
    }


@media (max-width:1400px){
	 .account-dropdown {
    min-width: 22rem !important;
}
}

@media (max-width:1200px){
	 .account-dropdown {
	left: 0% !important;
    min-width: 20rem !important;
}
}

		
/* ended account dropdown css */

/* Main mega menu container css*/
.mega-menu-enabled {
  list-style: none;
  z-index: 999;
}

.menu-main-menu-container {
    overflow: auto;
	margin-bottom: 3px;
}

.menu-main-menu-container::-webkit-scrollbar {
    width: 0;
  height: 5px;
  background-color: #d7e6f3;
	border-radius:20px;
}

.menu-main-menu-container::-webkit-scrollbar-thumb {
  background: #003366;
	border-radius:20px;
}


.mega-menu-enabled {
    display: flex;
    width: fit-content;
	margin:0 auto;
}

.mega-menu-enabled > .menu-item {
     width: fit-content;
    flex-shrink: 0;
}

/* ul#menu-main-menu {
    margin: 0px;
} */
.mega-menu-enabled > li.menu-item:hover {
    background: #F4FAFF;
}


.arrow-icon {
    width: 20px;
    height: 20px;
    stroke: #333;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.top-arrow.rotate-down .arrow-icon {
    transform: rotate(0deg); /* ▶ */
}

.submenu-arrow.rotate-right .arrow-icon, .depth3-arrow .arrow-icon{
    transform: rotate(270deg);
}


span.top-arrow.rotate-down {
    height: 20px;
}


/* Top-level list item */
.mega-menu-enabled > .menu-item {
  padding: 15px 20px;
	display: inline-flex;
}

.menu-item.has-dropdown > .dropdown-panel {
    display: grid;
    grid-template-columns: 25% 25% 20% 30%;
	
	
	
	
}
li.submenu-item {
    line-height: 2;
    font-size: .9rem;
}




/* Open submenu on hover */
.menu-item.has-dropdown:hover > .dropdown-panel {
	opacity: 1;
    visibility: visible;
	height:500px;
}




.dropdown-panel {
  opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  width: 100%;
  z-index: 1000;
  transform:translate(0 , 1px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px
}



.dropdown-banner img {
  width: 100%;
  height: auto;
  padding: 30px;
}
/* .dropdown-banner {
    grid-column: 3;
} */


.dropdown-panel>ul.dropdown-submenu-main {
    position: relative;
    padding: 30px;
	overflow:auto;
}



.dropdown-panel>ul.dropdown-submenu-main::-webkit-scrollbar-track, .dropdown-master-subpanel-child::-webkit-scrollbar-track, .dropdown-master-subpanel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.dropdown-panel>ul.dropdown-submenu-main::-webkit-scrollbar, .dropdown-master-subpanel-child::-webkit-scrollbar, .dropdown-master-subpanel::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.dropdown-panel>ul.dropdown-submenu-main::-webkit-scrollbar-thumb, .dropdown-master-subpanel-child::-webkit-scrollbar-thumb, .dropdown-master-subpanel::-webkit-scrollbar-thumb{
	background-color: #003366;
	border: 2px solid #003366;
}





.dropdown-submenu-main {
  list-style: none;
  margin: 0;
  padding: 0;
	background: #f3f3f3;
}


ul.subdropdown-submenu {
    list-style: none;
    margin: 0;
    
}

.depth2-list, .subdropdown-depth3{
	list-style: none;
    margin: 0;
}

ul.depth3-list {
    margin: 0;
}

.dropdown-master-subpanel {
    border-right: 1px solid #eee;
}

.depth2-list>li.submenu-item.has-dropdown {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
	padding: 5px 0px;
	 align-items: center;
}


/* li.submenu-item.has-dropdown>a {
    padding: 5px;
    border: solid #dddddd;
    border-width: 0 0 1px 0;
} */

ul.subdropdown-submenu li {
    padding: 5px;
}

span.submenu-dropdown-cont {
    display: flex;
    justify-content: space-between;
	align-items: center;

}

ul.subdropdown-depth3>li {
    padding: 5px 0px;
}


.dropdown-panel a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fe483a;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease-in;
}

/* .dropdown-panel>.dropdown-submenu-main>.submenu-item:hover>::after{
	width:100%
} */

/* 
.dropdown-panel>.dropdown-submenu-main>.submenu-item:hover>::after, .submenu-dropdown-cont:hover a::after, .subdropdown-submenu>.submenu-item:hover a::after{
	width:100%
} */


.submenu-dropdown-cont:hover a::after,.submenu-item.has-dropdown:hover>a::after{
	width:100%
}

span.depth3-arrow {
    height: 20px;
}

span.submenu-arrow.rotate-right {
    height: 20px;
}

a.dropdown-title {
    position: relative;
}


span.submenu-dropdown-cont, .dropdown-submenu-main>.submenu-item:not(.has-dropdown) {
    padding: 5px 0px;
}


.dropdown-panel .dropdown-title {
    color: #5a5a5a;
}

.dropdown-panel .dropdown-title:hover {
    color: black;
}

/* 
.dropdown-subpanel {
  display: none;
}
 */

.dropdown-panel {

  display: none;
}

.dropdown-submenu-main {
  float: left;
  min-width: 150px;
}



/* .dropdown-subpanel,
.dropdown-child-panel {
 
  display: none;
 
} */



.dropdown-master-subpanel, .dropdown-master-subpanel-child {
    padding: 30px;
    overflow: auto;
}







/* sidebar */
/* Sidebar Toggle Button with SVG */

.sidebar-toggle-btn .svg-wrapper {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.sidebar-toggle-btn svg {
    width: 100%;
    height: 100%;

}



/* Make sure SVG is clickable */
.sidebar-toggle-btn svg {
    pointer-events: none;
}

/* Rest of your sidebar styles remain the same */



/* ... rest of your existing CSS ... */

/* Sidebar Toggle Button */

/* Sidebar Styles */
.custom-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    z-index: 998;
	overflow:auto;
}

.custom-sidebar.active {
    left: 0;
}



#openSidebar {
    background: none;
    color: #000;
    padding: 12px;
    box-shadow: none;
}



.custom-sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #003366;
    color: white;
}

.custom-sidebar .sidebar-header button {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.custom-sidebar .sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-sidebar .sidebar-menu li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.custom-sidebar .sidebar-menu li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
}

.custom-sidebar .sidebar-menu li a:hover {
    background: #f5f5f5;
}


li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.has-submenu {
    display: grid;
    grid-template-columns: 75% 25%;
}


.custom-sidebar .arrow {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.custom-sidebar .arrow svg {
    width: 100%;
	transition: all 0.2s ease-in-out;
}

.custom-sidebar .submenu {
    display: none;
    padding-left: 20px;
	list-style: none;
    margin: 0;
}

.custom-sidebar ul.submenu{
	grid-column:1 / 3;
}

.custom-sidebar .arrow svg {
	width: 30px;}

.custom-sidebar .submenu.active {
    display: block;
}

.custom-sidebar .account-btn {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
	text-align: center;
}

.custom-sidebar .account-btn a {
    color: #fff;
    text-decoration: none;
	background:var(--e-global-color-primary);
}



.sidebar-menu>li.has-submenu:has(.submenu.active) .arrow svg {
   transform: rotate(180deg);
}


/* Additional CSS to hide any remaining theme arrows */
.custom-sidebar .menu-item-has-children > a:after,
.custom-sidebar .ast-menu-toggle,
.custom-sidebar [class*="arrow"]:not(.arrow) {
    display: none !important;
}




/* homepage css*/

/* shop by category */
.shop-by-category .elementor-swiper-button-prev, .shop-by-category .elementor-swiper-button-next {
    background: #003366;
    padding: 8px;
    border-radius: 30px;
}

@media(max-width:767px){

.shop-by-category .elementor-swiper-button-prev {
    top: unset !important;
    bottom: -70px !important;
    right: calc(100% - 49%) !important;
    left: unset !important;
}

.shop-by-category .elementor-swiper-button-next {
    top: unset !important;
    left: calc(100% - 49%) !important;
    bottom: -70px;
    right: unset !important;
}
}

/* why choose cta */

.Benefits-icon-c {
    width: fit-content !important;
    padding: 0 !important;
}

.wc-accordion-item-text {
    width: calc(100% - 50px) !important;
    float: left;
}

.benefit-icn {
    padding-top: 9px;
}









/* Shop Page css */
/* category products list css */
.wc-block-product-categories-list-item {
    position: relative;
    padding-right: 20px; /* space for icon */
}

.accordion-toggle-icon {
    position: absolute;
    right: 10px;
    top: 28px;
    transform: translateY(-50%);
    font-weight: bold;
    color: #444;
    cursor: pointer;
    user-select: none;
}

.wc-block-product-categories-list li {
    border: 1px solid #eee;
    border-width: 0px 0 1px 0;
    padding: 15px 10px;
    margin: 0 !important;
}

.wc-block-product-categories-list li:nth-child(1) {
    border-width: 1px 0 1px 0;
}

.wc-block-product-categories-list--depth-1, .wc-block-product-categories-list--depth-2,.wc-block-product-categories-list--depth-3 {
    padding-top: 15px;
}

li.wc-block-product-categories-list-item:has(.minus-icon) {
    padding-bottom: 0;
    border-bottom-width: 0;
}

.wc-block-product-categories-list-item.active-category > a {
    font-weight: bold;
    color: #1e293b;
}

li.wc-block-product-categories-list-item.active-category {
    padding-bottom: 15px;
    border-bottom-width: 1px;
}

.wc-block-product-categories-list-item.active-category {
    background: #F4FAFF;
}



.woocommerce-LoopProduct-link img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
	border-radius:6px;
}


/* .astra-shop-summary-wrap h2.woocommerce-loop-product__title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin-top: 15px;
} */


.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar, .woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar {
    width: 80% !important;
    z-index: 99999 !important;
}

.woocommerce .astra-off-canvas-sidebar-wrapper .close, .woocommerce-page .astra-off-canvas-sidebar-wrapper .close{
	right:35px !important;
	top:37px !important;
}

.ast-woocommerce-shop-page-modern-style div#primary {
    margin: 0 !important;
    padding-top: 4em;
	padding-bottom: 4em;
	
}

.ast-left-sidebar #primary {
    padding-top: 1em !important;
}

@media(max-width:921px){

.ast-woocommerce-shop-page-modern-style .ast-container .widget-area.secondary{
    display: none;
}	
}


@media(max-width:600px){
	.ast-sticky-shop-filters {
    justify-content: space-between !important;
}

}

ul.page-numbers li {
    border-radius: 6px !important;
}

.astra-shop-thumbnail-wrap a {
    border-radius: 10px;
}

.wlfmc-top-of-image.image_top_right {
    top: 3.5em;
}




/* single products page css */

.single-product-category{
    margin-top: 1em;
}

.summary.entry-summary form {
    padding-top: 3em;
}

.woocommerce-js div.product .woocommerce-tabs {
    padding-top: 0 !important;
}

.woocommerce-product-gallery-thumbnails__wrapper .ast-woocommerce-product-gallery__image {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover;
	border-radius:8px;
}

.ast-woocommerce-product-gallery__image.flex-active-slide:after{
		border-radius:8px;
}

.ast-woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    aspect-ratio: 1 / 1;
	border-radius:8px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .flex-viewport {
    border-radius: 10px;
}

.woocommerce-product-gallery__image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.astra-advanced-hook-6795 {
    width: fit-content;
    float: left;
    height: 53px;
}

.woocommerce-js .quantity .plus{
	margin:0 !important;
}

span.ahfb-svg-iconset.ast-inline-flex {
    fill: #003366 !important;
}


div#ast-sticky-row-summary {
    margin-bottom: 5em;
}


@media(max-width:768px){
	div#ast-sticky-row-summary {
    margin-bottom: 0em;
}
}




/* enquiry form css */

a.button.gmwqp_inq.wp-block-button__link.wp-element-button {
    width: 100% !important;
    height: 53px;
    border-radius: 10px;
    background: #fff !important;
    border: 1px solid #003366;
    color: #000 !important;

}

.gmwqp_inquirybtn_loop {
    margin-top: 0 !important;
    margin-bottom: 20px;
}


h3.gmwqp_popup_title {
    background: #003366 !important;
    color: #fff;
    border-radius: 8px;
}


input.gmqqp_input {
    border-color: #e9e9e9 !important;
    padding: 20px 5px;
    border-radius: 8px !important;
}

textarea.gmqqp_input {
     border-color: #e9e9e9 !important;
    border-radius: 8px !important;
    
}

input.gmqqp_input:focus, textarea.gmqqp_input:focus{
	 border-color: #111 !important;
}




/* checkoutpage css */
#customer_details .col-1 input  {
    height: 53px;
}

#customer_details .col-1 span.select2-selection.select2-selection--single {
    height: 53px !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
}

#ast-checkout-coupon .coupon
 {
    display: flex !important;
}

button#place_order {
    height: 53px;
}

