
	@media (max-width: 768px) {
    .astra-footer-menu {
        display: none ;
    }
}
.woocommerce .woocommerce-result-count, .orderby {
		  display: none ;
	}
.bottom-mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-top: 1px solid #ddd;
}

.bottom-mobile-menu .menu-item {
    position: relative;
    text-align: center;
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.bottom-mobile-menu .menu-item i {
    display: block;
    font-size: 20px;
    margin-bottom: 3px;
}

/* Cart Count Badge */
.bottom-mobile-menu .cart-count {
    position: absolute;
    top: -2px;
    right: 12px;
    background: red;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    line-height: 18px;
    font-weight: bold;
    display: none;
}

/* Show only if there are items in the cart */
.bottom-mobile-menu .cart-menu .cart-count:not(:empty) {
    display: inline-block;
}

/* Hide menu on larger screens */
@media (min-width: 768px) {
    .bottom-mobile-menu {
        display: none;
    }
}
.bottom-mobile-menu .menu-item.active {
    color: #ff6600; /* Change to your preferred active color */
}

.bottom-mobile-menu .menu-item.active i {
    color: #ff6600; /* Change icon color as well */
}

/* Hidden state for bottom menu */
.bottom-mobile-menu.hide-on-scroll {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.bottom-mobile-menu {
    transition: transform 0.3s ease-in-out;
}

/* swipe slider Menu/* Side Drawer Styling */
.mobile-side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    max-width: 280px;
    height: 100%;
    background: #fff;
    z-index: 1001;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    transition: left 0.3s ease-in-out;
}

.mobile-side-menu.active {
    left: 0;
}

.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    display: none;
}

.side-menu-overlay.active {
    display: block;
}

.mobile-side-menu .close-btn {
    background: none;
    border: none;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

/* Optional - tidy up drawer links */
.mobile-side-menu ul {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
}

.mobile-side-menu ul li {
    margin-bottom: 15px;
}

.mobile-side-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.mobile-side-menu ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    padding: 8px 0;
}

.mobile-side-menu ul li a i {
    width: 20px;
    text-align: center;
    font-size: 16px;
    color: #555;
}

/* Social section in side drawer */
.side-menu-social {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.side-menu-social a {
    font-size: 18px;
    color: #555;
    transition: color 0.3s ease;
}

.side-menu-social a:hover {
    color: #ff6600; /* Customize hover color */
}

/* Brand logo section */
.side-menu-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.side-menu-brand img {
    height: 32px;
    width: auto;
    border-radius: 4px;
}

.side-menu-brand span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* Optional for icon logo */
.side-menu-brand.icon-logo i {
    font-size: 22px;
    color: #ff6600;
}

.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon{
    display: none;
}
#digit-bottom-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #ddd;
  z-index: 9999;
}

#digit-bottom-menu a {
  text-align: center;
  flex: 1;
  padding: 10px 0;
  color: #777;
  text-decoration: none;
  font-size: 14px;
}

#digit-bottom-menu .active,
#digit-bottom-menu .current-menu-item,
#digit-bottom-menu .current_page_item {
  color: #0073aa; /* your active color */
  font-weight: bold;
}
