.nav-top .nav-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
.nav-top .nav-top-right .top-search-bar {
    float: none;
    width: 100%;
    max-width: 420px;
    flex: 1 1 auto;
    margin: 0;
}
.nav-top .nav-top-right .top-search-bar .input-search {
    height: 40px;
    padding: 6px 40px 6px 16px;
    font-size: 14px;
}
.nav-top .nav-top-right .top-search-bar .btn-search {
    height: 40px;
    padding: 0 14px;
    font-size: 16px;
}
.nav-top .midicon {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    gap: 6px;
    margin: 0;
    width: auto !important;
}
.nav-top .midicon > .nav-item {
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0 6px;
    height: auto;
}
.nav-top .midicon .nav-item-auth {
    white-space: nowrap;
}
.nav-top .midicon .nav-item-auth .nav-link,
.nav-top .midicon .nav-item-auth .btn-logout {
    padding: 0 2px !important;
    line-height: 1.2;
    display: inline;
    background: none;
    border: none;
}
.nav-top .midicon .nav-item-cart a,
.nav-top .midicon .li-main-nav-right a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
}

.top-bulk-order {
    display: inline-block;
    background: #25D366;
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 20px;
    white-space: nowrap;
    vertical-align: middle;
}
.top-bulk-order:hover {
    background: #1ebe57;
    color: #fff !important;
}

.btn-bulk-order-pdp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    margin-left: 8px;
    background: #25D366 !important;
    color: #fff !important;
    border: none;
    font-weight: 600;
    white-space: nowrap;
}
.btn-bulk-order-pdp:hover {
    background: #1ebe57 !important;
    color: #fff !important;
}
.nav-main .nav-bulk-order {
    background: transparent !important;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
}

.badge-discount {
    background: #ec1a26 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 6px 10px !important;
    letter-spacing: 0.3px;
    z-index: 2;
}
.uninox-price-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.uninox-price-wrap .selling-price,
.uninox-pdp-price .lbl-price {
    color: #111;
    font-size: 18px;
    font-weight: 700;
}
.uninox-pdp-price .lbl-price {
    font-size: 28px;
}
.mrp-label {
    font-size: 12px;
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
}
.discount-original-price {
    color: #888 !important;
    font-weight: 500;
}
.badge-off-pct,
.discount-highlight .discount-rate {
    background: #ec1a26;
    color: #fff !important;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 3px;
    display: inline-block;
}
.badge-off-amt,
.discount-highlight .discount-save {
    color: #1b8a3e;
    font-weight: 700;
    font-size: 12px;
}
.discount-highlight {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}
.mrp-row {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
}
.guest-post-checkout {
    max-width: 520px;
    margin: 30px auto 0;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
}
.guest-post-checkout h3 {
    font-size: 18px;
    margin-bottom: 8px;
}
.btn-outline-custom {
    border: 1px solid #ec1a26;
    color: #ec1a26;
    background: #fff;
    margin-left: 8px;
}
.btn-outline-custom:hover {
    background: #ec1a26;
    color: #fff;
}

.footer-design-by a {
    color: inherit;
    text-decoration: underline;
}
.footer-design-by a:hover {
    color: #ec1a26;
}

@media (max-width: 767px) {
    .btn-bulk-order-pdp {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}
