#headerTen.alam-med-header {
    background: #fff;
    color: #070707;
    font-family: inherit;
}

#headerTen .alam-header-wrap {
    width: 100%;
    padding-left: clamp(24px, 4.2vw, 78px);
    padding-right: clamp(24px, 4.2vw, 78px);
}

#headerTen .alam-topbar {
    min-height: 54px;
    background: #e7e7e7;
    border-top: 1px solid rgba(0, 0, 0, .08);
    color: #66717e;
    font-size: 15px;
}

#headerTen .alam-topbar-inner,
#headerTen .alam-main-inner,
#headerTen .alam-contact-list,
#headerTen .alam-header-tools,
#headerTen .alam-account-list,
#headerTen .alam-main-actions {
    display: flex;
    align-items: center;
}

#headerTen .alam-topbar-inner {
    min-height: 54px;
    justify-content: space-between;
    gap: 20px;
}

#headerTen .alam-contact-list {
    min-width: 0;
    gap: clamp(18px, 2.2vw, 42px);
}

#headerTen .alam-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: 360px;
    overflow: hidden;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#headerTen .alam-contact-item i {
    flex: 0 0 20px;
    width: 20px;
    color: #6b7480;
    font-size: 17px;
    text-align: center;
}

#headerTen .alam-header-tools {
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: clamp(14px, 1.7vw, 28px);
    margin-left: auto;
}

#headerTen .alam-account-list {
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#headerTen .alam-account-link,
#headerTen .alam-wishlist-top {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    color: #050505;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
}

#headerTen .alam-account-link:hover,
#headerTen .alam-wishlist-top:hover {
    color: #b11d2d;
    text-decoration: none;
}

#headerTen .alam-account-link i {
    color: #050505;
    font-size: 21px;
}

#headerTen .alam-wishlist-top {
    color: #999;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
}

#headerTen .alam-wishlist-top i {
    color: #999;
    font-size: 19px;
}

#headerTen .alam-badge {
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 5px;
    background: #55b7ab;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

#headerTen .alam-mainbar {
    min-height: 100px;
    background: #fff;
    border-bottom: 2px solid #edf3fb;
}

#headerTen .alam-main-inner {
    min-height: 100px;
    gap: clamp(18px, 2vw, 34px);
    flex-wrap: nowrap;
}

#headerTen .alam-logo {
    flex: 0 1 300px;
    display: flex;
    align-items: center;
    min-width: 190px;
}

#headerTen .alam-logo img {
    width: auto;
    max-width: min(245px, 100%);
    max-height: 70px;
}

#headerTen .alam-nav {
    flex: 1 1 auto;
    min-width: 260px;
    padding: 0;
    background: transparent !important;
}

#headerTen .alam-nav .navbar-collapse,
#headerTen .alam-nav .navbar-nav {
    display: flex !important;
    align-items: center;
}

#headerTen .alam-nav .navbar-collapse {
    min-width: 0;
}

#headerTen .alam-nav .navbar-nav {
    gap: clamp(18px, 2vw, 34px);
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

#headerTen .alam-nav .nav-item {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#headerTen .alam-nav .nav-link {
    padding: 0;
    color: #111;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0;
}

#headerTen .alam-nav .nav-link:hover {
    color: #b11d2d;
}

#headerTen .alam-main-actions {
    flex: 0 1 auto;
    justify-content: flex-end;
    gap: clamp(10px, 1vw, 20px);
    min-width: 0;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
}

#headerTen .alam-main-actions > li {
    flex: 0 0 auto;
}

#headerTen .alam-main-actions > li:nth-child(2) {
    flex: 1 1 auto;
    min-width: 180px;
}

#headerTen .alam-prescription-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 17px;
    border: 0;
    border-radius: 23px;
    color: #fff;
    background: linear-gradient(90deg, #a52034 0%, #fa3d49 100%);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0px;
}

#headerTen .alam-prescription-btn:hover {
    color: #fff;
    text-decoration: none;
    filter: brightness(.97);
}

#headerTen .alam-prescription-btn i {
    font-size: 15px;
}

#headerTen .alam-search-form {
    width: clamp(210px, 14vw, 270px);
    height: 52px;
    display: flex;
    align-items: center;
    border-radius: 26px;
    background: #f6f6f6;
    overflow: hidden;
}

#headerTen .alam-search-form input {
    min-width: 0;
    flex: 1 1 auto;
    height: 52px;
    padding: 0 0 0 22px;
    color: #111;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 15px;
    font-weight: 600;
}

#headerTen .alam-search-form input::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

#headerTen .alam-search-form .selected_category {
    display: none;
}

#headerTen .alam-search-button {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #050505;
    background: transparent;
    border: 0;
    font-size: 19px;
    cursor: pointer;
}

#headerTen .alam-cart .dropdown-toggle::after {
    display: none;
}

#headerTen .alam-cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    color: #050505;
    background: transparent;
    border: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    position: relative;
}

#headerTen .alam-cart-btn i {
    font-size: 24px;
}

#headerTen .alam-cart-btn .alam-badge {
    min-width: 19px;
    height: 19px;
    background: #ff1111;
    border-radius: 6px;
    font-size: 12px;
}

#headerTen .dropdown-menu {
    border-radius: 0;
}

#headerTen .auth-login {
    margin: 0;
}

#headerTen .auth-login p {
    margin: 0;
    color: #050505;
    font-weight: 700;
    line-height: 1;
}

#headerTen .auth-login .dropdown-toggle {
    color: #050505;
    font-weight: 700;
    background: transparent;
    border: 0;
    padding: 0;
}

@media (max-width: 1599px) {
    #headerTen .alam-header-wrap {
        padding-left: 46px;
        padding-right: 46px;
    }

    #headerTen .alam-logo {
        flex-basis: 260px;
    }

    #headerTen .alam-logo img {
        max-width: 225px;
    }

    #headerTen .alam-nav .navbar-nav {
        gap: 24px;
    }

    #headerTen .alam-main-actions {
        gap: 12px;
    }

    #headerTen .alam-prescription-btn {
        min-height: 44px;
        padding: 0 15px;
        font-size: 12px;
    }

    #headerTen .alam-search-form {
        width: 225px;
        height: 48px;
    }

    #headerTen .alam-search-form input,
    #headerTen .alam-search-button {
        height: 48px;
    }
}

@media (max-width: 1399px) {
    #headerTen .alam-header-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }

    #headerTen .alam-main-inner {
        gap: 16px;
    }

    #headerTen .alam-logo {
        flex-basis: 230px;
        min-width: 180px;
    }

    #headerTen .alam-logo img {
        max-width: 210px;
        max-height: 60px;
    }

    #headerTen .alam-nav {
        min-width: 240px;
    }

    #headerTen .alam-nav .navbar-nav {
        gap: 18px;
    }

    #headerTen .alam-nav .nav-link {
        font-size: 15px;
    }

    #headerTen .alam-prescription-btn {
        min-height: 40px;
        padding: 0 12px;
        font-size: 11px;
    }

    #headerTen .alam-search-form {
        width: 190px;
        height: 44px;
    }

    #headerTen .alam-search-form input {
        height: 44px;
        padding-left: 16px;
        font-size: 14px;
    }

    #headerTen .alam-search-button {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        font-size: 17px;
    }

    #headerTen .alam-cart-btn {
        gap: 6px;
        font-size: 15px;
    }

    #headerTen .alam-cart-btn i {
        font-size: 21px;
    }
}

@media (max-width: 1199px) {
    #headerTen .alam-topbar-inner {
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #headerTen .alam-contact-list {
        flex: 1 1 100%;
        justify-content: center;
    }

    #headerTen .alam-header-tools {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    #headerTen .alam-mainbar,
    #headerTen .alam-main-inner {
        min-height: 0;
    }

    #headerTen .alam-main-inner {
        flex-wrap: wrap;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    #headerTen .alam-logo {
        flex: 1 1 220px;
    }

    #headerTen .alam-main-actions {
        flex: 1 1 auto;
    }

    #headerTen .alam-nav {
        order: 3;
        flex: 1 1 100%;
        min-width: 100%;
        justify-content: center;
    }

    #headerTen .alam-nav .navbar-collapse,
    #headerTen .alam-nav .navbar-nav {
        justify-content: center;
    }
}
/* ====================================
   HEADER CART DROPDOWN
==================================== */

.alam-cart {
    position: relative;
}

/* Dropdown container */
.alam-cart .cart-dropdown-menu {
    width: 320px;
    min-width: 320px;
    padding: 26px 26px 24px;
    margin-top: 14px;
    border: none;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(20, 20, 30, 0.14);
    overflow: hidden;
}

/* Remove default UL bullets and spacing */
.alam-cart .shopping-cart-items {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.alam-cart .shopping-cart-items > li {
    list-style: none !important;
}

.alam-cart .shopping-cart-items > li::before,
.alam-cart .shopping-cart-items > li::marker {
    display: none !important;
    content: none !important;
}

/* Product row */
.alam-cart .cart-dropdown-product,
.alam-cart .top-cart-product-id {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid #e6e6e6;
}

/* Product image box */
.alam-cart .item-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    margin-right: 27px;
}

.alam-cart .item-thumb .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #eef0f2;
    border-radius: 10px;
    background: #ffffff;
}

.alam-cart .item-thumb .image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* Product information */
.alam-cart .item-detail {
    flex: 1;
    min-width: 0;
    padding-top: 1px;
}

.alam-cart .top-cart-product-name {
    margin: 0 0 12px;
    padding: 0;
    overflow: hidden;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}

/* Quantity, price and trash icon */
.alam-cart .top-cart-product-qty-amount {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.alam-cart .top-cart-product-qty-amount .fa-trash,
.alam-cart .cart-delete-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    border-radius: 50%;
    color: #7e858b;
    font-size: 13px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.alam-cart .top-cart-product-qty-amount .fa-trash:hover,
.alam-cart .cart-delete-icon:hover {
    background: rgba(250, 61, 73, 0.1);
    color: #a52034;
}

/* Cart total */
.alam-cart .cart-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 16px 2px 18px;
    border-bottom: none;
}

.alam-cart .item-summary {
    display: block;
    color: #6c757d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.alam-cart .top-cart-product-total {
    color: #a52034;
    font-size: 17px;
    font-weight: 800;
}

/* Action section */
.alam-cart .cart-dropdown-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 4px 0 24px;
}

/* View cart link */
.alam-cart .cart-view-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin: 0 !important;
    padding: 10px;
    border: 1px solid #eef0f2;
    border-radius: 10px;
    background: #ffffff;
    color: #212529;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    box-shadow: none;
    transition: all 0.2s ease;
}

.alam-cart .cart-view-button:hover,
.alam-cart .cart-view-button:focus {
    border-color: #dfe2e6;
    background: #f8f9fa;
    color: #212529;
    text-decoration: none;
    box-shadow: none;
}

/* Checkout button */
.alam-cart .cart-checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin: 0 !important;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #a52034 0%, #fa3d49 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    box-shadow: 0 10px 22px rgba(165, 32, 52, 0.28);
    transition: all 0.2s ease;
}

.alam-cart .cart-checkout-button:hover,
.alam-cart .cart-checkout-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(165, 32, 52, 0.34);
    color: #ffffff;
    text-decoration: none;
}

/* Empty cart text */
.alam-cart .cart-empty-message {
    margin: 0;
    padding: 15px 0;
    color: #555555;
    font-size: 15px;
    text-align: center;
}

/* Remove Bootstrap dropdown arrow if not required */
.alam-cart .alam-cart-btn.dropdown-toggle::after {
    display: none;
}

/* Mobile adjustment */
@media (max-width: 575px) {
    .alam-cart .cart-dropdown-menu {
        right: -15px;
        width: 290px;
        min-width: 290px;
        padding: 22px 24px;
    }

    .alam-cart .item-thumb {
        margin-right: 18px;
    }
}
@media (max-width: 480px) {
    .container-fluid{
        padding-left:10px !important;
        padding-right:10px !important;
    }
}