* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

.d-none {
    display: none !important;
}

.container {
    width: calc(100% - 70px) !important;
    margin: auto;
}

.container-modal {
    width: calc(100% - 500px) !important;
    height: calc(100% - 100px) !important;
    margin: auto;
}
ol, ul {
    padding-inline-start: 1rem !important; 
}
h1 {
    font-size: clamp(2rem, 4vw, 3rem); /* 32px → 48px */
}

h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem); /* 28px → 40px */
}

h3 {
    font-size: clamp(1.5rem, 2.3vw, 2rem); /* 24px → 32px */
}

h4 {
    font-size: clamp(1.25rem, 2vw, 1.75rem); /* 20px → 28px */
}

h5 {
    font-size: clamp(14px, 1.5vw, 1.25rem); /* 14px → 20px */
}

h6 {
    font-size: clamp(0.875rem, 1.2vw, 1rem); /* 14px → 16px */
}

p {
    font-size: clamp(12px, 1.1vw, 1.5rem); /* 13px → 24px */
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
}

span {
    font-size: clamp(13px, 1vw, 1.3rem);
}

a {
    font-size: clamp(12px, 1.2vw, 20px) !important;
    text-decoration: none;
    cursor: pointer;
}

li {
    list-style: none;
}

label {
    font-size: clamp(14px, 1.4vw, 22px);
}
.required-label::after {
    content: " *";
    color: red;
    margin-left: 2px;
    font-weight: bold;
}
button {
    font-size: clamp(0.8rem, 1.2vw, 1.25rem); /* 14px → 20px */
    border: none;
    padding: 12px 24px; /*16*/
    cursor: pointer;
}
/* Globally hide element after 990px ​​*/
@media (min-width: 990px) {
    .hide-after-990px {
        display: none !important;
    }
}

@media screen and (max-width:570px) {
    button {
        padding: 12px 16px;
    }
}

.table-responsive::-webkit-scrollbar {
    height: 6px;
}

.star {
    width: clamp(18px, 1.5vw, 40px);
}

.dollar-icon,
.languge-icon {
    width: clamp(8px, .9vw, 12px);
}

input::placeholder {
    font-size: clamp(12px, 1.1vw, 22px)
}

/***************************************/

@media screen and (max-width:1096px) {
    .container {
        width: calc(100% - 20px) !important;
        max-width: 100% !important;
        margin: auto;
    }
}
/************************************/
/* responsive large screen for all pages*/
@media (min-width: 1700px) {
    .header {
        inset-inline-start: 14%;
        width: 86%;
    }

    .header ul {
        padding-right: 48px;
    }

    .myAccount,
    .address,
    .my-favorite-section,
    .wallet-section,
    .my-Orders,
    .orderViewDetails-section {
        width: 86%;
        inset-inline-start: 14%;
    }

    .myAccount .container,
    .address .container,
    .my-favorite-section .container,
    .wallet-section .container,
    .my-Orders .container,
    .orderViewDetails-section .container {
        max-width: 100%;
    }

    .sidebar {
        width: 14%;
    }

}

@media (min-width: 2560px) {

    .header {
        inset-inline-start: 8%;
        width: 92%;
    }

    .myAccount,
    .address,
    .my-favorite-section,
    .wallet-section,
    .my-Orders,
    .orderViewDetails-section {
        width: 92%;
        inset-inline-start: 8%;
    }

    .sidebar {
        width: 8%;
    }

    .sidebar .link-sidebar {
        width: 220px;
        padding: 16px 6px;
    }

}

@media (min-width: 3840px) {
    .header {
        inset-inline-start: 7%;
        width: 93%;
    }

    .myAccount,
    .address,
    .my-favorite-section,
    .wallet-section,
    .my-Orders,
    .orderViewDetails-section {
        width: 93%;
        inset-inline-start: 7%;
    }

    .sidebar {
        width: 7%;
    }
}

header .submenu-link {
    font-size: 14px !important;
}