.hierarchical-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 1000;
    min-width: 1096px;
    padding: 6px 0 30px;
}

.has-children:hover .hierarchical-mega-menu {
    display: flex;
}

.mega-section {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.mega-section:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #e0e0e0;
}

/* .section-title {
    padding: 10px 20px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    background: #f8f9fa;
} */

/* Scrollable Main Categories */
.main-category-section {
    max-height: 400px;
    overflow-y: auto;
}

.main-category-item {
    cursor: pointer;
    border-left: 3px solid transparent;
    position: relative;
}

.main-category-item:hover {
    background: #f0f7ff;
}

.main-category-item.active {
    background: #e3f2fd;
}

.main-category-item a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-category-item:hover a {
    color: #15B999;
}

.subcategory-list,
.childcategory-list {
    padding: 0 20px;
}

.subcategory-list.disabled,
.childcategory-list.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.section-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.subcategory-item,
.childcategory-item {
/* padding: 10px 20px; */
    /* border-bottom: 1px solid #f5f5f5; */
    cursor: pointer;
    position: relative;
}

.subcategory-item:hover,
.childcategory-item:hover {
    background: #f8f9fa;
    padding-left: 10px;
}

.subcategory-item a,
.childcategory-item a {
text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subcategory-item:hover a,
.childcategory-item:hover a {
    color: #15B999;
}

/* Scrollbar Styling (Optional) */
.main-category-section::-webkit-scrollbar {
    width: 6px;
}

.main-category-section::-webkit-scrollbar-thumb {
    background-color: #15B999;
    border-radius: 4px;
}

/* Base header styles */
.header {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-top {
    background: #15B999;
    color: white;
    padding: 8px 0;
}

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

.main-menu>ul>li {
    position: relative;
    margin: 0 15px;
}

.main-menu>ul>li>a {
    text-decoration: none;
    color: #0371BD !important;
    font-weight: 700;
    display: block;
    transition: color 0.3s ease;
}
.main-menu>ul>li:hover>a {
    color: #15B999;
}

.col-3 {
    flex: 0 0 25%;
}

.d-none {
    display: none;
}

.d-lg-block {
    display: block;
}

/* variant css */
input[type="radio"] {
    accent-color: #3AAFA9;
    width: 20px;
    height: 20px;
}

.variant-option {
    background-color: white;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.variant-option:hover {
    border-color: #3AAFA9;
    box-shadow: 0 2px 8px rgba(58, 175, 169, 0.15);
    background-color: #f9f9f9;
}

.variant-option.selected {
    border-color: #3AAFA9;
    background-color: #f0fffe;
    box-shadow: 0 2px 8px rgba(58, 175, 169, 0.2);
}

.variant-size {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.variant-price {
    font-weight: 700;
    font-size: 18px;
    color: #3AAFA9;
}



/* Product Details Enhanced CSS */
.quantity-selector {
    background: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.qty-btn {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    color: #6c757d !important;
    background: transparent !important;
    border: none !important;
}

.qty-btn:hover {
    background: #e9ecef !important;
    color: #15B999 !important;
}

.qty-btn:active {
    transform: scale(0.95) !important;
}

.qty-input {
    width: 80px !important;
    height: 40px !important;
    border: none !important;
    outline: none !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    background: transparent !important;
    color: #2c3e50 !important;
}

.qty-input:focus {
    box-shadow: none !important;
    background: #fff !important;
}

/* Remove number input arrows */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.qty-input[type=number] {
    -moz-appearance: textfield !important;
}


.custom-read-more {
    background-color: #15B999;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-read-more:hover {
    background-color:#0371BD;
    color: black;
}
 /* Newsletter Enhanced Styles */
 #mc-email:focus {
     border-color: #15B999 !important;
     box-shadow: 0 0 0 3px rgba(21, 185, 153, 0.1) !important;
     outline: none !important;
 }

 /* Footer Title Underlines */
 .footer-title::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 50px;
     height: 3px;
     background: linear-gradient(90deg, #15B999 0%,#0371BD 100%);
     border-radius: 2px;
 }

 /* Enhanced Footer Links */
 .footer-link {
     color: #666 !important;
     text-decoration: none !important;
     transition: all 0.3s ease !important;
     display: flex !important;
     align-items: center !important;
 }

 .footer-link:hover {
     color: #15B999 !important;
     padding-left: 8px !important;
     text-decoration: none !important;
 }

 .footer-link i.fas {
     color: #15B999 !important;
     font-size: 0.8rem !important;
     transition: all 0.3s ease !important;
 }

 .footer-link:hover i.fas {
     transform: translateX(5px) !important;
 }

 /* Enhanced Social Icons */
 .social-icon {
     display: inline-flex !important;
     align-items: center !important;
     justify-content: center !important;
     width: 45px !important;
     height: 45px !important;
     border-radius: 50% !important;
     background: linear-gradient(135deg, #15B999 0%, #12a085 100%) !important;
     color: #fff !important;
     text-decoration: none !important;
     transition: all 0.3s ease !important;
     position: relative !important;
     overflow: hidden !important;
 }

 .social-icon::before {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     width: 0;
     height: 0;
     background: linear-gradient(135deg,#0371BD 0%, #9dd4ff 100%);
     border-radius: 50%;
     transition: all 0.3s ease;
     transform: translate(-50%, -50%);
 }

 .social-icon:hover::before {
     width: 100%;
     height: 100%;
 }

 .social-icon:hover {
     color: #333 !important;
     text-decoration: none !important;
     transform: translateY(-3px) scale(1.05) !important;
 }

 .social-icon i {
     position: relative;
     z-index: 2;
     font-size: 1.1rem;
 }

 /* Contact Cards */
 .contact-card {
     padding: 1.5rem;
     background: rgba(179, 224, 255, 0.1);
     border-radius: 15px;
     border: 1px solid rgba(179, 224, 255, 0.3);
     transition: all 0.3s ease;
 }

 .contact-card:hover {
     background: rgba(179, 224, 255, 0.2);
     border-color: rgba(21, 185, 153, 0.5);
     transform: translateY(-2px);
     box-shadow: 0 8px 25px rgba(21, 185, 153, 0.15);
 }

 .contact-icon {
     width: 45px;
     height: 45px;
     background: linear-gradient(135deg, #15B999 0%, #12a085 100%);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
 }

 .contact-icon i {
     color: white;
     font-size: 1.1rem;
 }

 /* Subscribe Button Enhanced */
 .subscribe-btn {
     background: linear-gradient(135deg, #15B999 0%, #12a085 100%) !important;
     color: #fff !important;
     border: 2px solid #15B999 !important;
     transition: all 0.3s ease-in-out !important;
     padding: 0.75rem 1.5rem !important;
     position: relative !important;
     overflow: hidden !important;
 }

 .subscribe-btn::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
     transition: left 0.5s;
 }

 .subscribe-btn:hover::before {
     left: 100%;
 }

 .subscribe-btn:hover {
     background: linear-gradient(135deg,#0371BD 0%, #9dd4ff 100%) !important;
     border-color:#0371BD !important;
     color: #333 !important;
     transform: translateY(-2px) !important;
     box-shadow: 0 8px 25px rgba(21, 185, 153, 0.3) !important;
 }

 /* Footer Bottom Links */
 .footer-bottom-links a:hover {
     color: #333 !important;
     opacity: 0.8;
 }

 /* Scroll Top Enhanced */
 .scroll-top.show {
     opacity: 1 !important;
     visibility: visible !important;
 }

 .scroll-top:hover {
     background: linear-gradient(135deg,#0371BD 0%, #9dd4ff 100%) !important;
     color: #333 !important;
     transform: translateY(-5px) !important;
     text-decoration: none !important;
 }

 /* Responsive Enhancements */
 @media (max-width: 768px) {
     .contact-card {
         padding: 1rem;
         margin-bottom: 1rem;
     }

     .contact-icon {
         width: 40px;
         height: 40px;
     }

     .social-icon {
         width: 40px !important;
         height: 40px !important;
     }

     .footer-bottom-links {
         flex-direction: column;
         gap: 10px;
     }

     .footer-bottom-links span {
         display: none;
     }
 }

 @media (max-width: 576px) {
     .subscribe-btn {
         width: 100% !important;
         margin-top: 0 !important;
     }

     .d-flex.gap-3 {
         justify-content: center;
     }
 }


 /* Terms and condition css  */


   /* Custom Styles for Terms and Conditions */
   .breadcrumb-area a:hover {
       color: #333 !important;
       text-decoration: underline;
   }

   .terms-content .content-section {
       transition: all 0.3s ease;
   }

   .terms-content .content-section:hover {
       transform: translateY(-2px);
       box-shadow: 0 8px 25px rgba(21, 185, 153, 0.1) !important;
   }

   .contact-info-card .contact-item:hover {
       background: rgba(179, 224, 255, 0.1);
       border-radius: 8px;
       padding: 8px;
       margin: -8px;
       transition: all 0.3s ease;
   }

   .quick-links a:hover {
       color: #15B999 !important;
       padding-left: 15px;
   }

   .quick-links a:hover i {
       transform: translateX(5px);
   }

   .contact-buttons .btn:hover {
       transform: translateY(-2px);
       box-shadow: 0 5px 15px rgba(21, 185, 153, 0.3);
   }

   .contact-buttons .btn:last-child:hover {
       background: #15B999 !important;
       color: white !important;
   }

   .usage-item:hover,
   .obligation-item:hover,
   .reason-item:hover {
       background: rgba(179, 224, 255, 0.15) !important;
       transform: translateX(5px);
       transition: all 0.3s ease;
   }

   /* Responsive Design */
   @media (max-width: 768px) {
       .breadcrumb-title {
           font-size: 2rem !important;
       }

       .content-section {
           margin-bottom: 2rem !important;
       }

       .contact-buttons {
           flex-direction: column;
       }

       .contact-buttons .btn {
           width: 100%;
           margin-right: 0 !important;
       }

       .section-icon {
           width: 40px !important;
           height: 40px !important;
       }

       .section-icon i {
           font-size: 1.1rem !important;
       }
   }

   @media (max-width: 576px) {
       .breadcrumb-title {
           font-size: 1.8rem !important;
       }

       .content-section {
           padding: 1.5rem !important;
       }

       .about-thumb .position-sticky {
           position: static !important;
       }
   }

   /* Smooth Scrolling for Anchor Links */
   html {
       scroll-behavior: smooth;
   }

   /* Animation for AOS */
   [data-aos] {
       pointer-events: none;
   }

   [data-aos].aos-animate {
       pointer-events: auto;
   }


          .custom-green-btn {
              background-color: #15B999 !important;
              color: #fff !important;
              border: none;
              transition: background-color 0.3s ease;
          }

          .custom-green-btn:hover {
              background-color:#0371BD !important;
              color: #000 !important;
          }
/* Produts page */
        :root {
            --primary-color: #15B999;
            --secondary-color:#0371BD;
            --text-dark: #2c3e50;
            --text-muted: #6c757d;
            --border-color: #dee2e6;
            --bg-light: #f8f9fa;
        }

        /* Simple Shop Toolbar */
        .shop_toolbar_wrapper {
            background: white !important;
            border: 1px solid var(--border-color) !important;
            border-radius: 8px !important;
            padding: 20px !important;
            margin-bottom: 30px !important;
        }

        /* Simple Toolbar Buttons */
        .shop_toolbar_btn button {
            background: white;
            border: 1px solid var(--border-color);
            border-radius: 6px;
            padding: 8px 12px;
            margin-right: 8px;
            color: var(--text-muted);
        }

        .shop_toolbar_btn button:hover {
            background: var(--secondary-color);
            border-color: var(--secondary-color);
        }

        .shop_toolbar_btn button.active {
            background: var(--primary-color);
            border-color: var(--primary-color);
            color: white;
        }

        /* Simple Show Results */
        .shop-top-show span {
            background: var(--bg-light);
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 14px;
            color: var(--text-dark);
            border: 1px solid var(--border-color);
        }

        /* Simple Sort Dropdown */
        .shop-top-bar-right .title {
            color: var(--text-dark);
            font-weight: 600;
            margin-bottom: 0;
        }

        .nice-select {
            background: white;
            border: 1px solid var(--border-color);
            border-radius: 6px;
            padding: 8px 12px;
            color: var(--text-dark);
            min-width: 160px;
        }

        .nice-select:hover {
            border-color: var(--primary-color);
        }

        /* Simple Sidebar */
        .sidebar_widget {
            background: white;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            padding: 20px;
        }

        /* Simple Widget Title */
        .widget-title {
            color: var(--text-dark);
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 20px !important;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--primary-color);
        }

        /* Simple Categories List */
        .sidebar-body ul {
            background: white !important;
            border: 1px solid var(--border-color) !important;
            border-radius: 6px !important;
            padding: 15px !important;
        }

        .sidebar-body li {
            padding: 8px 0 !important;
            border-bottom: 1px solid #f0f0f0 !important;
        }

        .sidebar-body li:last-child {
            border-bottom: none !important;
        }

        .sidebar-body li:hover {
            background: var(--bg-light);
            border-radius: 4px;
            padding-left: 8px !important;
        }

        .sidebar-body li a {
            text-decoration: none !important;
            color: var(--text-dark) !important;
            font-weight: 500;
        }

        .sidebar-body li a:hover {
            color: var(--primary-color) !important;
        }

        /* Simple Badges */
        .badge.bg-light {
            background: var(--primary-color) !important;
            color: white !important;
            border: none !important;
            font-size: 11px;
            padding: 3px 8px;
            border-radius: 12px;
        }

        /* Simple Toggle Arrow */
        .toggle-arrow i {
            color: var(--text-muted);
            transition: transform 0.2s ease;
        }

        .toggle-arrow[aria-expanded="true"] i {
            transform: rotate(90deg);
        }

        .toggle-arrow:hover {
            background: var(--bg-light) !important;
            border-radius: 4px;
        }

        /* Simple Empty State */
        .col-12.text-center.my-5 {
            background: white;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            padding: 40px 20px;
        }

        .col-12.text-center.my-5 i {
            color: var(--text-muted) !important;
        }

        .btn-soft-blue {
            background: var(--primary-color);
            border: 1px solid var(--primary-color);
            color: white;
            padding: 10px 20px;
            border-radius: 6px;
            text-decoration: none;
        }

        .btn-soft-blue:hover {
            background: white;
            color: var(--primary-color);
        }

        /* Simple Subcategories */
        .sidebar-body .collapse li {
            padding-left: 15px !important;
            border-bottom: none !important;
        }

        .sidebar-body .collapse li a {
            font-size: 13px;
            color: var(--text-muted) !important;
        }

        .sidebar-body .collapse li:hover a {
            color: var(--primary-color) !important;
        }

        /* Clean Responsive */
        @media (max-width: 768px) {
            .shop_toolbar_wrapper {
                padding: 15px !important;
            }

            .sidebar_widget {
                margin-top: 30px !important;
            }
        }

        /* Remove pagination wrapper styling */
        .shop_toolbar_wrapper.justify-content-center {
            background: transparent !important;
            border: none !important;
            padding: 0 !important;
            margin-top: 30px !important;
        }

/* Mobile Menu Styles */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

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

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100vh;
    background: #ffffff;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
}

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

.mobile-menu-header {
    position: sticky;
    top: 0;
    background: #0371BD;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

.mobile-menu-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.mobile-menu-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.mobile-menu-content {
    padding: 0;
}

.mobile-navigation {
    padding: 0;
}

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

.mobile-menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #ffffff;
}

.mobile-menu-link:hover {
    background: #f8f9fa;
    color: #0371BD;
    text-decoration: none;
}

.mobile-menu-link i:first-child {
    color: #0371BD;
    width: 20px;
    text-align: center;
}

.mobile-menu-arrow {
    color: #999;
    transition: transform 0.3s ease;
}

/* Submenu Styles */
.mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-submenu.active {
    max-height: 1000px;
}

.mobile-submenu-item {
    border-bottom: 1px solid #e9ecef;
}

.mobile-submenu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 15px 40px;
    color: #555;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.mobile-submenu-link:hover {
    background: #e9ecef;
    color: #0371BD;
    text-decoration: none;
}

.mobile-submenu-arrow {
    color: #999;
    transition: transform 0.3s ease;
}

/* Child Menu Styles */
.mobile-childmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-childmenu.active {
    max-height: 1000px;
}

.mobile-childmenu-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-childmenu-link {
    display: block;
    padding: 12px 20px 12px 60px;
    color: #666;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    background: #ffffff;
}

.mobile-childmenu-link:hover {
    background: #f8f9fa;
    color: #0371BD;
    text-decoration: none;
}

/* Loading and Error States */
.mobile-childmenu-item.loading,
.mobile-childmenu-item.no-data,
.mobile-childmenu-item.error {
    padding: 15px 20px 15px 60px;
    color: #999;
    font-style: italic;
    text-align: center;
}

.mobile-childmenu-item.loading i {
    color: #0371BD;
    margin-right: 8px;
}

.mobile-childmenu-item.error {
    color: #dc3545;
}

/* Body class for mobile menu open */
body.mobile-menu-open {
    overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 575px) {
    .mobile-menu-wrapper {
        width: 100%;
        left: -100%;
    }

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

/* Smooth animations */
.mobile-menu-item,
.mobile-submenu-item,
.mobile-childmenu-item {
    transform: translateX(0);
    transition: all 0.3s ease;
}

.mobile-menu-item:hover,
.mobile-submenu-item:hover,
.mobile-childmenu-item:hover {
    transform: translateX(5px);
}

/* Active states */
.mobile-menu-item.active > .mobile-menu-link,
.mobile-submenu-item.active > .mobile-submenu-link {
    background: #0371BD;
    color: white;
}

.mobile-menu-item.active > .mobile-menu-link i,
.mobile-submenu-item.active > .mobile-submenu-link i {
    color: white;
}

/* Newsletter Section Styles */
.newsletter-section {
    position: relative;
    overflow: hidden;
}

.newsletter-content {
    position: relative;
    z-index: 2;
}

.newsletter-svg img {
    transition: all 0.3s ease;
}

.newsletter-svg img:hover {
    transform: scale(1.05) rotate(5deg);
    filter: drop-shadow(0 6px 12px rgba(255, 255, 255, 0.4));
}

.newsletter-text {
    flex: 1;
}

.subscribe-btn:hover {
    background: #8B5CD6 !important;
    border-color: #8B5CD6 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(159, 109, 234, 0.3);
}

.subscribe-btn:active {
    transform: translateY(0);
}

/* Responsive adjustments for newsletter */
@media (max-width: 768px) {
    .newsletter-content {
        flex-direction: column;
        text-align: center;
    }

    .newsletter-svg {
        margin-bottom: 1rem;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .newsletter-svg img {
        width: 140px !important;
        height: 140px !important;
    }

    .newsletter-text h3 {
        font-size: 1.8rem !important;
    }

    .newsletter-text p {
        font-size: 1rem !important;
    }
}

@media (max-width: 576px) {
    .newsletter-text h3 {
        font-size: 1.5rem !important;
    }

    .newsletter-text p {
        font-size: 0.95rem !important;
    }

    .newsletter-svg img {
        width: 120px !important;
        height: 120px !important;
    }
}

/* Category Items Container - Left and Right Side Spacing */
.category-items-container {
    padding: 0 20px;
}

.main-category-item {
    /* background: #f0f7ff; */
    border-radius: 12px;
    margin-bottom: 12px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
}

.main-category-item:hover {
    background: #e3f2fd;
}

.main-category-item.active {
    background: #e3f2fd;
}

.main-category-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.main-category-item:hover a {
    color: #0371BD;
}

.main-category-item.active a {
    color: #0371BD;
}

.main-category-item .fa-chevron-right {
    color: #0371BD;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .category-items-container {
        padding: 0 15px;
    }

    .main-category-item a {
        padding: 14px 16px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .category-items-container {
        padding: 0 12px;
    }

    .main-category-item a {
        padding: 12px 14px;
        font-size: 0.9rem;
    }
}

/* Subcategory and Child Category Hover Effects */
.sub-category-item,
.child-category-item,
.subcategory-product-item,
.subcategory-item {
    padding: 10px 20px;
    /* background: #f0f7ff; */
    position: relative;
    border-radius: 12px;
    margin-bottom: 12px;
}
/* jdf */

/* Specific padding for different item types */
.subcategory-item a,
.child-category-item a {
    /* padding: 10px 20px; */
    padding-left: 13px !important;
}

.subcategory-product-item a {
    padding-right: 19px !important;
}

.sub-category-item:hover,
.child-category-item:hover,
.subcategory-product-item:hover,
.subcategory-item:hover {
    padding: 10px 20px;
    background: #e3f2fd;
}


.sub-category-item:hover a,
.child-category-item:hover a,
.subcategory-product-item:hover a,
.subcategory-item:hover a {
/* padding: 2px 20px !important; */
    color: #0371BD;
}

.sub-category-item .fa-chevron-right,
.child-category-item .fa-chevron-right,
.subcategory-product-item .fa-chevron-right,
.subcategory-item .fa-chevron-right {
    color: #0371BD;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

/* ===== CATEGORY SIDEBAR WIDGET - OVERRIDE ALL HOVER EFFECTS ===== */
.widget_categories {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 16px;
}

.widget_categories .widget-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
}

.widget_categories .category-list {
    margin: 0;
}

.widget_categories .category-item {
    border-bottom: 1px solid #f1f3f4;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.widget_categories .category-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_categories .category-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.widget_categories .category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #495057 !important;
    text-decoration: none !important;
    font-weight: 500;
}

.widget_categories .category-link:hover {
    color: #495057 !important;
    background: none !important;
    text-decoration: none !important;
}

.widget_categories .category-name {
    font-size: 14px;
}

.widget_categories .category-count {
    background: #f8f9fa;
    color: #6c757d;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 4px;
    min-width: 20px;
    text-align: center;
}

.widget_categories .toggle-subcategories {
    background: none !important;
    border: none !important;
    color: #6c757d !important;
    padding: 2px 4px;
    margin-left: 8px;
    cursor: pointer;
}

.widget_categories .toggle-subcategories:hover {
    background: none !important;
    color: #6c757d !important;
}

.widget_categories .toggle-subcategories i {
    font-size: 11px;
}

.widget_categories .toggle-subcategories[aria-expanded="true"] i {
    transform: rotate(90deg);
}

.widget_categories .subcategory-list {
    border-left: 1px solid #e9ecef;
    margin-left: 12px;
    padding-left: 12px;
    margin-top: 4px;
}

.widget_categories .subcategory-item {
    padding: 3px 0;
    background: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.widget_categories .subcategory-item:hover {
    background: none !important;
    padding: 3px 0 !important;
}

.widget_categories .subcategory-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6c757d !important;
    text-decoration: none !important;
    font-size: 13px;
    padding: 0 !important;
}

.widget_categories .subcategory-link:hover {
    color: #6c757d !important;
    background: none !important;
    text-decoration: none !important;
    padding: 0 !important;
}

.widget_categories .subcategory-name {
    font-size: 13px;
}

.widget_categories .subcategory-count {
    background: #f8f9fa;
    color: #6c757d;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 3px;
    min-width: 18px;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .widget_categories {
        padding: 12px;
    }

    .widget_categories .widget-title {
        font-size: 15px;
    }

    .widget_categories .category-name {
        font-size: 13px;
    }

    .widget_categories .subcategory-name {
        font-size: 12px;
    }
}

/* ===== BLOG PAGE STYLES - NO HOVER EFFECTS ===== */
.blog-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.blog-image-link {
    display: block;
    overflow: hidden;
}

.blog-image-link img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.blog-title {
    color: #333;
    text-decoration: none;
}

.blog-read-more {
    background: #0371BD;
    border-color: #0371BD;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
    color: white;
}

.blog-read-more:hover {
    background: #8a5dd8;
    border-color: #8a5dd8;
    color: white;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.card-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2rem;
    }

    .lead {
        font-size: 1rem;
    }
}


        /* CSS for Order Success */
        .order-success {
            background-color: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }

        .success-icon {
            animation: bounceIn 0.8s ease-out;
        }

        .step-icon {
            width: 60px;
            height: 60px;
            background-color: #f8f9fa;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            color: #15B999;
        }

        .action-buttons .btn {
            padding: 12px 30px;
            font-weight: 600;
        }

        .support-info a {
            color: #15B999;
        }

        .support-info a:hover {
            color: #119a7f;
        }

        @keyframes bounceIn {
            0% {
                transform: scale(0.3);
                opacity: 0;
            }

            50% {
                transform: scale(1.05);
            }

            70% {
                transform: scale(0.9);
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .order-summary {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }

        .badge {
            font-size: 0.875rem;
            padding: 0.5rem 0.75rem;
        }

        .badge.bg-success {
            background-color: #28a745 !important;
            color: #fff !important;
        }

        @media (max-width: 576px) {
            .action-buttons {
                display: flex;
                flex-direction: column;
                gap: 10px;
                /* spacing between stacked buttons */
            }

            .action-buttons .btn {
                width: 100%;
                /* full width buttons on mobile */
            }
        }



/*=======================================
    NEW HERO SLIDER STYLES
========================================*/

/* Hero Section Wrapper */
.hero-section-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Hero Slider Container */
.hero-slider-container {
    position: relative;
    width: 100%;
    height: 400px;
    min-height: 400px;
    max-height: 600px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Hero Slider */
.hero-slider {
    width: 100%;
    height: 100%;
    margin: 20px;
    padding: 0;
}

/* Individual Hero Slide */
.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Hero Slide Background - ensure full width coverage with fixed height */
.hero-slide-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    z-index: 1;
    background-color: transparent;
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
}

/* Enhanced image scaling for all zoom levels */
.hero-slide-background {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
}

/* Ensure proper scaling on all zoom levels */
.hero-slide-background {
    transform: none;
    transition: none;
    background-origin: border-box;
    background-clip: border-box;
}

/* Zoom level specific adjustments - ensure images always fill the container */
@media screen and (min-resolution: 1.25dppx) {
    .hero-slide-background {
        background-size: 100% 100% !important;
        background-position: center center !important;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-resolution: 1.5dppx) {
    .hero-slide-background {
        background-size: 100% 100% !important;
        background-position: center center !important;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-resolution: 2dppx) {
    .hero-slide-background {
        background-size: 100% 100% !important;
        background-position: center center !important;
        width: 100%;
        height: 100%;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-slide-background {
        background-size: 100% 100% !important;
        background-position: center center !important;
        width: 100%;
        height: 100%;
    }
}

/* Small screen and mobile specific fixes */
@media (max-width: 768px) {
    .hero-slide-background {
        background-size: 100% 100% !important;
        background-position: center center !important;
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
    }
}

@media (max-width: 576px) {
    .hero-slide-background {
        background-size: 100% 100% !important;
        background-position: center center !important;
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .hero-slide-background {
        background-size: 100% 100% !important;
        background-position: center center !important;
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
    }
}

/* Hero Slide Overlay */
.hero-slide-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}

/* Hero Slide Content */
.hero-slide-content {
    color: #ffffff;
    text-align: left;
    max-width: 800px;
    margin: 0;
    padding: 2rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

/* Hero Subtitle */
.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Hero Title */
.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

/* Hero Description */
.hero-description {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Hero Button */
.hero-button {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid #000000;
    text-shadow: none;
}

.hero-button:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Hero Pagination */
.hero-pagination {
    bottom: 30px !important;
}

.hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    border: 2px solid #ffffff;
    opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
    transform: scale(1.2);
}

/* Hero Navigation */
.hero-nav-prev,
.hero-nav-next {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.3);
    font-size: 12px !important;
}

.hero-nav-prev:hover,
.hero-nav-next:hover {
    background: #000000;
    border-color: #ffffff;
    transform: scale(1.1);
}

.hero-nav-prev i,
.hero-nav-next i {
    font-size: 1.2rem;
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-description {
        font-size: 1.2rem;
    }
}

@media (max-width: 992px) {
    .hero-slider-container {
        height: 70vh;
        min-height: 500px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-button {
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .hero-slider-container {
        height: 60vh;
        min-height: 400px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-description {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-button {
        padding: 0.8rem 1.8rem;
        font-size: 0.9rem;
    }

    .hero-slide-content {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-slider-container {
        height: 50vh;
        min-height: 350px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .hero-description {
        font-size: 0.9rem;
        margin-bottom: 1.2rem;
    }

    .hero-button {
        padding: 0.7rem 1.5rem;
        font-size: 0.8rem;
    }

    .hero-slide-content {
        padding: 1rem;
    }

    .hero-nav-prev,
    .hero-nav-next {
        width: 40px;
        height: 40px;
    }
}

/* Zoom In/Out Fixes */
@media (min-resolution: 2dppx) {
    .hero-slide-background {
        background-attachment: scroll !important;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-slide-background {
        background-attachment: scroll !important;
    }
}

/* Fix for Safari and mobile browsers */
@supports (-webkit-overflow-scrolling: touch) {
    .hero-slide-background {
        background-attachment: scroll !important;
    }
}

/* Additional Hero Slider Enhancements */
.hero-slider .swiper-slide {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hero-slider .swiper-slide-active {
    opacity: 1;
}

.hero-slider .swiper-slide-prev,
.hero-slider .swiper-slide-next {
    opacity: 0.3;
}

/* Smooth transitions for all hero elements */
.hero-subtitle,
.hero-title,
.hero-description,
.hero-button {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.hero-slider .swiper-slide-active .hero-subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.hero-slider .swiper-slide-active .hero-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.hero-slider .swiper-slide-active .hero-description {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.hero-slider .swiper-slide-active .hero-button {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

/* Ensure proper z-index for navigation */
.hero-nav-prev,
.hero-nav-next {
    z-index: 10;
}

.hero-pagination {
    z-index: 10;
}

/* Loading state for hero slider */
.hero-slider.loading {
    opacity: 0.7;
}

.hero-slider.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top: 3px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 15;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


          .custom-green-btn {
              background-color: #15B999 !important;
              color: #fff !important;
              border: none;
              transition: background-color 0.3s ease;
          }

          .custom-green-btn:hover {
              background-color:#0371BD !important;
              color: #000 !important;
          }
/* Produts page */
        :root {
            --primary-color: #15B999;
            --secondary-color:#0371BD;
            --text-dark: #2c3e50;
            --text-muted: #6c757d;
            --border-color: #dee2e6;
            --bg-light: #f8f9fa;
        }

        /* Simple Shop Toolbar */
        .shop_toolbar_wrapper {
            background: white !important;
            border: 1px solid var(--border-color) !important;
            border-radius: 8px !important;
            padding: 20px !important;
            margin-bottom: 30px !important;
        }

        /* Simple Toolbar Buttons */
        .shop_toolbar_btn button {
            background: white;
            border: 1px solid var(--border-color);
            border-radius: 6px;
            padding: 8px 12px;
            margin-right: 8px;
            color: var(--text-muted);
        }

        .shop_toolbar_btn button:hover {
            background: var(--secondary-color);
            border-color: var(--secondary-color);
        }

        .shop_toolbar_btn button.active {
            background: var(--primary-color);
            border-color: var(--primary-color);
            color: white;
        }

        /* Simple Show Results */
        .shop-top-show span {
            background: var(--bg-light);
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 14px;
            color: var(--text-dark);
            border: 1px solid var(--border-color);
        }

        /* Simple Sort Dropdown */
        .shop-top-bar-right .title {
            color: var(--text-dark);
            font-weight: 600;
            margin-bottom: 0;
        }

        .nice-select {
            background: white;
            border: 1px solid var(--border-color);
            border-radius: 6px;
            padding: 8px 12px;
            color: var(--text-dark);
            min-width: 160px;
        }

        .nice-select:hover {
            border-color: var(--primary-color);
        }

        /* Simple Sidebar */
        .sidebar_widget {
            background: white;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            padding: 20px;
        }

        /* Simple Widget Title */
        .widget-title {
            color: var(--text-dark);
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 20px !important;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--primary-color);
        }

        /* Simple Categories List */
        .sidebar-body ul {
            background: white !important;
            border: 1px solid var(--border-color) !important;
            border-radius: 6px !important;
            padding: 15px !important;
        }

        .sidebar-body li {
            padding: 8px 0 !important;
            border-bottom: 1px solid #f0f0f0 !important;
        }

        .sidebar-body li:last-child {
            border-bottom: none !important;
        }

        .sidebar-body li:hover {
            background: var(--bg-light);
            border-radius: 4px;
            padding-left: 8px !important;
        }

        .sidebar-body li a {
            text-decoration: none !important;
            color: var(--text-dark) !important;
            font-weight: 500;
        }

        .sidebar-body li a:hover {
            color: var(--primary-color) !important;
        }

        /* Simple Badges */
        .badge.bg-light {
            background: var(--primary-color) !important;
            color: white !important;
            border: none !important;
            font-size: 11px;
            padding: 3px 8px;
            border-radius: 12px;
        }

        /* Simple Toggle Arrow */
        .toggle-arrow i {
            color: var(--text-muted);
            transition: transform 0.2s ease;
        }

        .toggle-arrow[aria-expanded="true"] i {
            transform: rotate(90deg);
        }

        .toggle-arrow:hover {
            background: var(--bg-light) !important;
            border-radius: 4px;
        }

        /* Simple Empty State */
        .col-12.text-center.my-5 {
            background: white;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            padding: 40px 20px;
        }

        .col-12.text-center.my-5 i {
            color: var(--text-muted) !important;
        }

        .btn-soft-blue {
            background: var(--primary-color);
            border: 1px solid var(--primary-color);
            color: white;
            padding: 10px 20px;
            border-radius: 6px;
            text-decoration: none;
        }

        .btn-soft-blue:hover {
            background: white;
            color: var(--primary-color);
        }

        /* Simple Subcategories */
        .sidebar-body .collapse li {
            padding-left: 15px !important;
            border-bottom: none !important;
        }

        .sidebar-body .collapse li a {
            font-size: 13px;
            color: var(--text-muted) !important;
        }

        .sidebar-body .collapse li:hover a {
            color: var(--primary-color) !important;
        }

        /* Clean Responsive */
        @media (max-width: 768px) {
            .shop_toolbar_wrapper {
                padding: 15px !important;
            }

            .sidebar_widget {
                margin-top: 30px !important;
            }
        }

        /* Remove pagination wrapper styling */
        .shop_toolbar_wrapper.justify-content-center {
            background: transparent !important;
            border: none !important;
            padding: 0 !important;
            margin-top: 30px !important;
        }

/* Mobile Menu Styles */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

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

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100vh;
    background: #ffffff;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
}

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

.mobile-menu-header {
    position: sticky;
    top: 0;
    background: #0371BD;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

.mobile-menu-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.mobile-menu-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.mobile-menu-content {
    padding: 0;
}

.mobile-navigation {
    padding: 0;
}

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

.mobile-menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #ffffff;
}

.mobile-menu-link:hover {
    background: #f8f9fa;
    color: #0371BD;
    text-decoration: none;
}

.mobile-menu-link i:first-child {
    color: #0371BD;
    width: 20px;
    text-align: center;
}

.mobile-menu-arrow {
    color: #999;
    transition: transform 0.3s ease;
}

/* Submenu Styles */
.mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-submenu.active {
    max-height: 1000px;
}

.mobile-submenu-item {
    border-bottom: 1px solid #e9ecef;
}

.mobile-submenu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 15px 40px;
    color: #555;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.mobile-submenu-link:hover {
    background: #e9ecef;
    color: #0371BD;
    text-decoration: none;
}

.mobile-submenu-arrow {
    color: #999;
    transition: transform 0.3s ease;
}

/* Child Menu Styles */
.mobile-childmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-childmenu.active {
    max-height: 1000px;
}

.mobile-childmenu-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-childmenu-link {
    display: block;
    padding: 12px 20px 12px 60px;
    color: #666;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    background: #ffffff;
}

.mobile-childmenu-link:hover {
    background: #f8f9fa;
    color: #0371BD;
    text-decoration: none;
}

/* Loading and Error States */
.mobile-childmenu-item.loading,
.mobile-childmenu-item.no-data,
.mobile-childmenu-item.error {
    padding: 15px 20px 15px 60px;
    color: #999;
    font-style: italic;
    text-align: center;
}

.mobile-childmenu-item.loading i {
    color: #0371BD;
    margin-right: 8px;
}

.mobile-childmenu-item.error {
    color: #dc3545;
}

/* Body class for mobile menu open */
body.mobile-menu-open {
    overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 575px) {
    .mobile-menu-wrapper {
        width: 100%;
        left: -100%;
    }

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

/* Smooth animations */
.mobile-menu-item,
.mobile-submenu-item,
.mobile-childmenu-item {
    transform: translateX(0);
    transition: all 0.3s ease;
}

.mobile-menu-item:hover,
.mobile-submenu-item:hover,
.mobile-childmenu-item:hover {
    transform: translateX(5px);
}

/* Active states */
.mobile-menu-item.active > .mobile-menu-link,
.mobile-submenu-item.active > .mobile-submenu-link {
    background: #0371BD;
    color: white;
}

.mobile-menu-item.active > .mobile-menu-link i,
.mobile-submenu-item.active > .mobile-submenu-link i {
    color: white;
}

/* Newsletter Section Styles */
.newsletter-section {
    position: relative;
    overflow: hidden;
}

.newsletter-content {
    position: relative;
    z-index: 2;
}

.newsletter-svg img {
    transition: all 0.3s ease;
}

.newsletter-svg img:hover {
    transform: scale(1.05) rotate(5deg);
    filter: drop-shadow(0 6px 12px rgba(255, 255, 255, 0.4));
}

.newsletter-text {
    flex: 1;
}

.subscribe-btn:hover {
    background: #8B5CD6 !important;
    border-color: #8B5CD6 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(159, 109, 234, 0.3);
}

.subscribe-btn:active {
    transform: translateY(0);
}

/* Responsive adjustments for newsletter */
@media (max-width: 768px) {
    .newsletter-content {
        flex-direction: column;
        text-align: center;
    }

    .newsletter-svg {
        margin-bottom: 1rem;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .newsletter-svg img {
        width: 140px !important;
        height: 140px !important;
    }

    .newsletter-text h3 {
        font-size: 1.8rem !important;
    }

    .newsletter-text p {
        font-size: 1rem !important;
    }
}

@media (max-width: 576px) {
    .newsletter-text h3 {
        font-size: 1.5rem !important;
    }

    .newsletter-text p {
        font-size: 0.95rem !important;
    }

    .newsletter-svg img {
        width: 120px !important;
        height: 120px !important;
    }
}

/* Category Items Container - Left and Right Side Spacing */
.category-items-container {
    padding: 0 20px;
}

.main-category-item {
    /* background: #f0f7ff; */
    border-radius: 12px;
    margin-bottom: 12px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
}

.main-category-item:hover {
    background: #e3f2fd;
}

.main-category-item.active {
    background: #e3f2fd;
}

.main-category-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.main-category-item:hover a {
    color: #0371BD;
}

.main-category-item.active a {
    color: #0371BD;
}

.main-category-item .fa-chevron-right {
    color: #0371BD;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .category-items-container {
        padding: 0 15px;
    }

    .main-category-item a {
        padding: 14px 16px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .category-items-container {
        padding: 0 12px;
    }

    .main-category-item a {
        padding: 12px 14px;
        font-size: 0.9rem;
    }
}

/* Subcategory and Child Category Hover Effects */
.sub-category-item,
.child-category-item,
.subcategory-product-item,
.subcategory-item {
    padding: 10px 20px;
    /* background: #f0f7ff; */
    position: relative;
    border-radius: 12px;
    margin-bottom: 12px;
}
/* jdf */

/* Specific padding for different item types */
.subcategory-item a,
.child-category-item a {
    /* padding: 10px 20px; */
    padding-left: 13px !important;
}

.subcategory-product-item a {
    padding-right: 19px !important;
}

.sub-category-item:hover,
.child-category-item:hover,
.subcategory-product-item:hover,
.subcategory-item:hover {
    padding: 10px 20px;
    background: #e3f2fd;
}


.sub-category-item:hover a,
.child-category-item:hover a,
.subcategory-product-item:hover a,
.subcategory-item:hover a {
/* padding: 2px 20px !important; */
    color: #0371BD;
}

.sub-category-item .fa-chevron-right,
.child-category-item .fa-chevron-right,
.subcategory-product-item .fa-chevron-right,
.subcategory-item .fa-chevron-right {
    color: #0371BD;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

/* ===== CATEGORY SIDEBAR WIDGET - OVERRIDE ALL HOVER EFFECTS ===== */
.widget_categories {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 16px;
}

.widget_categories .widget-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
}

.widget_categories .category-list {
    margin: 0;
}

.widget_categories .category-item {
    border-bottom: 1px solid #f1f3f4;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.widget_categories .category-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_categories .category-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.widget_categories .category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #495057 !important;
    text-decoration: none !important;
    font-weight: 500;
}

.widget_categories .category-link:hover {
    color: #495057 !important;
    background: none !important;
    text-decoration: none !important;
}

.widget_categories .category-name {
    font-size: 14px;
}

.widget_categories .category-count {
    background: #f8f9fa;
    color: #6c757d;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 4px;
    min-width: 20px;
    text-align: center;
}

.widget_categories .toggle-subcategories {
    background: none !important;
    border: none !important;
    color: #6c757d !important;
    padding: 2px 4px;
    margin-left: 8px;
    cursor: pointer;
}

.widget_categories .toggle-subcategories:hover {
    background: none !important;
    color: #6c757d !important;
}

.widget_categories .toggle-subcategories i {
    font-size: 11px;
}

.widget_categories .toggle-subcategories[aria-expanded="true"] i {
    transform: rotate(90deg);
}

.widget_categories .subcategory-list {
    border-left: 1px solid #e9ecef;
    margin-left: 12px;
    padding-left: 12px;
    margin-top: 4px;
}

.widget_categories .subcategory-item {
    padding: 3px 0;
    background: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.widget_categories .subcategory-item:hover {
    background: none !important;
    padding: 3px 0 !important;
}

.widget_categories .subcategory-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6c757d !important;
    text-decoration: none !important;
    font-size: 13px;
    padding: 0 !important;
}

.widget_categories .subcategory-link:hover {
    color: #6c757d !important;
    background: none !important;
    text-decoration: none !important;
    padding: 0 !important;
}

.widget_categories .subcategory-name {
    font-size: 13px;
}

.widget_categories .subcategory-count {
    background: #f8f9fa;
    color: #6c757d;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 3px;
    min-width: 18px;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .widget_categories {
        padding: 12px;
    }

    .widget_categories .widget-title {
        font-size: 15px;
    }

    .widget_categories .category-name {
        font-size: 13px;
    }

    .widget_categories .subcategory-name {
        font-size: 12px;
    }
}

/* ===== BLOG PAGE STYLES - NO HOVER EFFECTS ===== */
.blog-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.blog-image-link {
    display: block;
    overflow: hidden;
}

.blog-image-link img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.blog-title {
    color: #333;
    text-decoration: none;
}

.blog-read-more {
    background: #0371BD;
    border-color: #0371BD;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
    color: white;
}

.blog-read-more:hover {
    background: #8a5dd8;
    border-color: #8a5dd8;
    color: white;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.card-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2rem;
    }

    .lead {
        font-size: 1rem;
    }
}


        /* CSS for Order Success */
        .order-success {
            background-color: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }

        .success-icon {
            animation: bounceIn 0.8s ease-out;
        }

        .step-icon {
            width: 60px;
            height: 60px;
            background-color: #f8f9fa;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            color: #15B999;
        }

        .action-buttons .btn {
            padding: 12px 30px;
            font-weight: 600;
        }

        .support-info a {
            color: #15B999;
        }

        .support-info a:hover {
            color: #119a7f;
        }

        @keyframes bounceIn {
            0% {
                transform: scale(0.3);
                opacity: 0;
            }

            50% {
                transform: scale(1.05);
            }

            70% {
                transform: scale(0.9);
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .order-summary {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }

        .badge {
            font-size: 0.875rem;
            padding: 0.5rem 0.75rem;
        }

        .badge.bg-success {
            background-color: #28a745 !important;
            color: #fff !important;
        }

        @media (max-width: 576px) {
            .action-buttons {
                display: flex;
                flex-direction: column;
                gap: 10px;
                /* spacing between stacked buttons */
            }

            .action-buttons .btn {
                width: 100%;
                /* full width buttons on mobile */
            }
        }



/* Fix for Safari and mobile browsers */
@supports (-webkit-overflow-scrolling: touch) {
    .hero-slide-background {
        background-attachment: scroll !important;
    }
}

/* Remove default Swiper button styles */
.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
    font-size: 0 !important;
    display: none !important;
}

/* Additional Hero Slider Enhancements */

/* Hero Navigation Button Font Size */
.hero-nav-prev,
.hero-nav-next {
    font-size: 43px !important;
}

/* Ensure Footer is Always Visible */
.footer-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 100 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.section.footer-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Force all footer elements to be visible */
footer,
.footer-section,
.section.footer-section,
.newsletter-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 100 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
}

/* Product Detail Page Redesign */
.product-details-img {
    /* Fixed dimensions for consistent image display */
}

/* Main product image container - fixed dimensions */
.single-product-img {
    width: 100% !important;
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    border: 2px solid #e9ecef !important;
    padding: 8px !important;
}

/* Main product image - fixed dimensions and object-fit */
.single-product-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 8px !important;
    background: #ffffff !important;
}

/* Thumbnail container - fixed dimensions */
.single-product-thumb {
    width: 100% !important;
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
    overflow: hidden !important;
    margin-top: 15px !important;
}

/* Thumbnail images - fixed dimensions and object-fit */
.single-product-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    background: #ffffff !important;
}

/* Active thumbnail styling */
.single-product-thumb .swiper-slide-thumb-active img {
    border: 2px solid #15B999 !important;
    box-shadow: 0 2px 8px rgba(21, 185, 153, 0.3) !important;
}

/* Main product image styling */
.single-product-img img {
    transition: transform 0.3s ease;
}

.single-product-img img:hover {
    transform: scale(1.02);
}

/* Thumbnail navigation buttons - show on hover */
.single-product-thumb:hover .swiper-nav-button {
    opacity: 1 !important;
}

/* Main image navigation buttons - always visible */
.main-gallery-nav {
    background: rgba(21, 185, 153, 0.9) !important;
    color: white !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
}

.main-gallery-nav:hover {
    background: rgba(21, 185, 153, 1) !important;
    transform: scale(1.1);
}

.main-gallery-nav i {
    font-size: 18px !important;
}

/* Thumbnail navigation buttons - always visible */
.swiper-nav-button {
    background: rgba(21, 185, 153, 0.9) !important;
    color: white !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
}

.swiper-nav-button:hover {
    background: rgba(21, 185, 153, 1) !important;
    transform: scale(1.1);
}

.swiper-nav-button i {
    font-size: 16px !important;
}



/* Price box styling */
.price-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-radius: 12px !important;
    border-left: 4px solid #15B999 !important;
}

.regular-price {
    color: #15B999 !important;
    font-weight: 700 !important;
}

.old-price {
    color: #6c757d !important;
    text-decoration: line-through !important;
}

/* Info cards styling */
.info-card {
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
    transition: all 0.3s ease !important;
}

.info-card:hover {
    background: #e9ecef !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.info-label {
    color: #6c757d !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.info-value {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

/* Variants section styling */
.variants-section {
    background: #ffffff !important;
    border: 2px solid #e9ecef !important;
    border-radius: 12px !important;
}

.variant-option {
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border-radius: 8px !important;
}

.variant-option:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.variant-option.selected {
    border-color: #15B999 !important;
    background: #f0f9ff !important;
}

.variant-size {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.variant-price {
    color: #15B999 !important;
    font-weight: 700 !important;
}

/* Description section styling */
.description-section h5 {
    color: #2c3e50 !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #15B999 !important;
    padding-bottom: 8px !important;
}

.desc-content {
    color: #6c757d !important;
    line-height: 1.6 !important;
}

/* Quantity section styling */
.quantity-section {
    background: #f8f9fa !important;
    border-radius: 12px !important;
    border: 1px solid #e9ecef !important;
}

.quantity-selector {
    background: white !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    border-radius: 8px !important;
}

.qty-btn {
    color: #6c757d !important;
    transition: all 0.3s ease !important;
}

.qty-btn:hover {
    color: #15B999 !important;
    background: #f8f9fa !important;
}

.qty-input {
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

/* Add to cart button styling */
.add-to-cart-btn {
    background: linear-gradient(135deg, #15B999 0%, #12a085 100%) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(21, 185, 153, 0.3) !important;
    transition: all 0.3s ease !important;
    border-radius: 50px !important;
}

.add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(21, 185, 153, 0.4) !important;
    background: linear-gradient(135deg, #12a085 0%, #0f8a73 100%) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-title {
        font-size: 1.8rem !important;
    }

    .regular-price {
        font-size: 1.6rem !important;
    }

    .add-to-cart-btn {
        padding: 12px 24px !important;
        font-size: 1rem !important;
    }
}

@media (max-width: 576px) {
    .product-title {
        font-size: 1.6rem !important;
    }

    .regular-price {
        font-size: 1.4rem !important;
    }

    .info-card {
        margin-bottom: 15px !important;
    }
}








