/* Show discount price always */
.aiz-card-box .disc-amount,
.carousel-box .disc-amount {
    margin-right: 0 !important;
    opacity: 1 !important;
}

.aiz-card-box .disc-amount.has-transition,
.carousel-box .disc-amount.has-transition {
    margin-right: 0 !important;
    opacity: 1 !important;
}

/* Show icons always */
.aiz-p-hov-icon a {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
}

[dir="rtl"] .aiz-p-hov-icon a {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
}

/* Add orange background to prices */
.aiz-card-box .fs-14:not(.price-red-bg),
.carousel-box .fs-14:not(.price-red-bg),
.aiz-card-box-2 .fs-14:not(.price-red-bg) {
    background-color: #ef6d1a !important;
    padding: 5px 15px 5px 5px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 28px !important;
    max-height: 28px !important;
}

/* Red background price */
.price-red-bg {
    background-color: #dc3545 !important;
}

/* Current price - white */
.aiz-card-box .fs-14 .fw-700,
.carousel-box .fs-14 .fw-700,
.aiz-card-box-2 .fs-14 .fw-700 {
    color: #fff !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

/* Original price - white with white X cross */
.aiz-card-box .fs-14 del,
.carousel-box .fs-14 del,
.aiz-card-box-2 .fs-14 del {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    font-size: 11px !important;
    position: relative !important;
    display: inline-block !important;
    line-height: 1 !important;
    background-color: #b70808 !important;
    padding: 2px 6px !important;
    border-radius: 3px !important;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .aiz-card-box .fs-14,
    .carousel-box .fs-14,
    .aiz-card-box-2 .fs-14 {
        padding: 3px 8px 3px 4px !important;
        margin-right: 5px !important;
        gap: 3px !important;
        width: auto !important;
        min-width: auto !important;
        max-width: 95% !important;
        justify-content: flex-start !important;
        min-height: 20px !important;
        max-height: 20px !important;
        overflow: hidden !important;
    }

    .aiz-card-box .fs-14 .fw-700,
    .carousel-box .fs-14 .fw-700,
    .aiz-card-box-2 .fs-14 .fw-700 {
        font-size: 8px !important;
        white-space: nowrap !important;
    }

    .aiz-card-box .fs-14 del,
    .carousel-box .fs-14 del,
    .aiz-card-box-2 .fs-14 del {
        font-size: 7px !important;
        white-space: nowrap !important;
    }
}

.aiz-card-box .fs-14 del::before,
.carousel-box .fs-14 del::before,
.aiz-card-box-2 .fs-14 del::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 100% !important;
    height: 1px !important;
    background: red !important;
}

/* Mobile navbar logo fix */
@media (max-width: 991px) {
    .logo-bar-area .d-flex.align-items-center.justify-center {
        position: static !important;
        top: 0 !important;
        margin: 0 !important;
    }

    .logo-bar-area .h-20px.h-md-100px {
        height: 50px !important;
        max-width: 120px !important;
    }

    /* Main content top margin for mobile */
   .home-banner-area {
        margin-top: 20px !important;
        padding-top: 60px !important;
    }

    /* Policy pages section top margin for mobile */
    .bg-light.border-top.mt-auto {
        margin-top: 20px !important;
    }

    /* Footer accordion bottom margin for mobile */
    .d-lg-none.bg-transparent {
        margin-bottom: 60px !important;
    }
}

/* Strikethrough only digits in price */
.price-strikethrough {
    position: absolute;
    left: 35%;
    top: 50%;
    width: 52%;
    height: 0.5px;
    background: white;
}

/* Discount badge styling */
.discount-badge {


    background-color: rgba(255, 0, 24, 0.85) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 00 !important;
    padding: 1px 0 !important;
    position: absolute;
    top: 7px;
    left: -37px;
    transform: rotate(-45deg);
    transform-origin: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    min-width: 100px;
    text-align: center;
    line-height: 1;
    white-space: nowrap;


}

/* Remove bottom margin from price divs */
.aiz-card-box .w-100.mb-2,
.aiz-card-box .w-100 {
    margin-bottom: 2px !important;
}






/* MAIN RED NAVBAR */
.d-none.d-lg-block.bg-primary.h-50px[style*="margin-top"],
header .d-none.d-lg-block.bg-primary,
.bg-primary {
    background: linear-gradient(135deg, #d70000 0%, #ff0000 50%, #ff3333 100%) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
    position: relative !important;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important; */
    min-height: 50px !important;
    height: 50px !important;
}

/* MENU ITEMS - NORMAL STATE */
.header_menu_links,
.header_menu_links.active,
.header_menu_links.hov-bg-black-10 {
    background: transparent !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
    margin: 10px 5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    position: relative !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    overflow: hidden !important;
    
}

.all-category.has-transition.bg-black-10#category-menu-bar,
.d-none.d-xl-block.all-category.has-transition.bg-black-10,
.all-category.bg-black-10,
.d-none.d-xl-block.align-self-stretch.bg-black-10,
.d-none.d-xl-block.align-self-stretch.ml-3.mr-0,
.d-none.d-xl-block.align-self-stretch.mr-0,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 {
    background: transparent !important;
    color: white !important;
    border-radius: 4px !important;
    margin-top: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    position: relative !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    height: 30px !important;
    min-width: 120px !important;
    overflow: visible !important;
}

/* Cart specific width */
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 {
    min-width: 150px !important;
}

.d-none.d-xl-block.align-self-stretch.ml-3.mr-0 a,
.d-none.d-xl-block.align-self-stretch.mr-0 a {
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

/* Seller buttons styling */
.d-none.d-xl-block.align-self-stretch.ml-3.mr-0 a,
.d-none.d-xl-block.align-self-stretch.mr-0 a {
    white-space: nowrap !important;
}

#category-menu-bar > div {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* height: 60% !important; */
}

/* More specific selectors for categories and cart */
.all-category.has-transition.bg-black-10#category-menu-bar > *,
.d-none.d-xl-block.align-self-stretch.bg-black-10 > *,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 > * {
    padding: 0 !important;
}

/* Force white color */
.header_menu_links *,
.all-category.has-transition.bg-black-10#category-menu-bar *,
.d-none.d-xl-block.align-self-stretch.bg-black-10 *,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 * {
    color: white !important;
}

/* Animated bottom line - left to right */
.header_menu_links::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: all 0.6s ease;
}

.header_menu_links:hover::after {
    width: 100%;
}

/* Animated bottom line for categories and cart - contained */
.all-category.has-transition.bg-black-10#category-menu-bar::after,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 .nav-cart-box::after {
    content: '' !important;
    position: absolute !important;
    bottom: 5px !important;
    left: 10% !important;
    width: 0 !important;
    height: 2px !important;
    background: white !important;
    transition: all 0.6s ease !important;
    z-index: 10 !important;
}

.all-category.has-transition.bg-black-10#category-menu-bar:hover::after,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0:hover .nav-cart-box::after {
    width: 80% !important;
}

/* Remove bottom line for seller buttons */
.d-none.d-xl-block.align-self-stretch.ml-3.mr-0::after,
.d-none.d-xl-block.align-self-stretch.mr-0::after {
    display: none !important;
}

/* HOVER EFFECT */
.header_menu_links:hover,
.all-category.has-transition.bg-black-10#category-menu-bar:hover,
.d-none.d-xl-block.align-self-stretch.bg-black-10:hover,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0:hover {
    background: #001BB7 !important;
    border-radius: 12px !important;
    transform: translateY(-3px) !important;
}

.header_menu_links:hover *,
.all-category.has-transition.bg-black-10#category-menu-bar:hover *,
.d-none.d-xl-block.align-self-stretch.bg-black-10:hover *,
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0:hover * {
    color: white !important;
}

/* Hide horizontal scrollbar */
.hor-swipe.c-scrollbar-light {
    overflow-x: hidden !important;
}

/* Move main wrapper up */
.aiz-main-wrapper {
    margin-top: -67px !important;
}

/* Hide category list in hero section */
.home-banner-area .aiz-category-menu,
.home-banner-area #category-sidebar {
    display: none !important;
}

/* Center home slider images */
.home-banner-area .home-slider .aiz-carousel {
    width: 100vw !important;
    position: relative !important;
    left: 80% !important;
    margin-left: -60vw !important;
}

.home-banner-area .home-slider .carousel-box {
    text-align: center !important;
}

.home-banner-area .home-slider .carousel-box img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    display: inline-block !important;
}

/* CATEGORY DROPDOWN STYLING */
.hover-category-menu .aiz-category-menu {
    background: linear-gradient(135deg, #FF1744 0%, #2962FF 100%) !important;
    box-shadow: 0 8px 20px rgba(41, 98, 255, 0.5), 0 0 0 2px #1565C0 !important;
    
    
}

/* Fix dropdown container */
#click-category-menu {
    width: 270px !important;
    max-width: 270px !important;
    left:3rem !important;
    margin-left:3rem !important;    
}

#click-category-menu .hover-category-menu {
    left: 0 !important;
}

#click-category-menu .aiz-category-menu {
    width: 270px !important;
    max-width: 270px !important;
}

/* Hide all loading spinners in category menu */
.sub-cat-menu,
.category-nav-element .sub-cat-menu {
    display: none !important;
}

/* Hide "See All" text in category menu */
.categoriesAll,
#category-menu-bar .categoriesAll {
    display: none !important;
}

.hover-category-menu .aiz-category-menu .category-nav-element a {
    color: white !important;
    padding: 12px 20px !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
}

.hover-category-menu .aiz-category-menu .category-nav-element {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.hover-category-menu .aiz-category-menu .category-nav-element a:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-left: 3px solid white !important;
    padding-left: 25px !important;
}

.hover-category-menu .aiz-category-menu .cat-name {
    color: white !important;
}

.featuredproducts{
    display:none !important;
}

/* Style category sidebar with white bg */
#collapse_1 {
    background: white !important;
}

/* Main categories - bold */
.aiz-filter-sidebar #collapse_1 ul li:not(.ml-4) {
    margin-bottom: 2px !important;
}

.aiz-filter-sidebar #collapse_1 ul li:not(.ml-4) a {
    color: #333 !important;
    padding: 8px 15px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    width: auto !important;
    font-weight: 600 !important;
    position: relative !important;
    overflow: visible !important;
    line-height: 1.3 !important;
}

/* Animated bottom line inside blue bg */
.aiz-filter-sidebar #collapse_1 ul li:not(.ml-4) a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 10%;
    width: 0;
    height: 2px;
    background: white;
    transition: all 0.6s ease;
    z-index: 1;
  
}

.aiz-filter-sidebar #collapse_1 ul li:not(.ml-4) a:hover::after {
    width: 80%;
}

/* Hover effect - blue bg with rounded corners and transform */
.aiz-filter-sidebar #collapse_1 ul li:not(.ml-4) a:hover {
    background: #d70000 !important;
    color: white !important;
    border-radius: 12px !important;
    transform: translateY(-3px) !important;
    box-decoration-break: clone !important;
    -webkit-box-decoration-break: clone !important;
}

/* Sub categories - normal weight with indent */
.aiz-filter-sidebar #collapse_1 ul li.ml-4 {
    margin-bottom: 0px !important;
}

.aiz-filter-sidebar #collapse_1 ul li.ml-4 a {
    color: #666 !important;
    padding: 4px 12px 4px 12px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    position: relative !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    display: inline-block !important;
    width: auto !important;
    max-width: 90% !important;
    margin-left: 25px !important;
}

/* Animated bottom line for sub categories */
.aiz-filter-sidebar #collapse_1 ul li.ml-4 a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 10%;
    width: 0;
    height: 2px;
    background: white;
    transition: all 0.6s ease;
}

.aiz-filter-sidebar #collapse_1 ul li.ml-4 a:hover::after {
    width: 80%;
}

/* Hover effect for sub categories */
.aiz-filter-sidebar #collapse_1 ul li.ml-4 a:hover {
    background: #001BB7 !important;
    color: white !important;
    border-radius: 12px !important;
    transform: translateY(-3px) !important;
}

.aiz-filter-sidebar .bg-white.border.mb-3:has(#collapse_1) {
    background: white !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e0e0e0 !important;
}

.aiz-filter-sidebar .bg-white.border.mb-3:has(#collapse_1) .fs-16.fw-700.p-3 a {
    color: #333 !important;
}

/* Cart specific bottom line */
.d-none.d-xl-block.align-self-stretch.ml-5.mr-0 .nav-cart-box {
    position: relative !important;
}


.home-banner-area {
    margin-top: -18px !important;
}