/* 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;
}
