
.rupee-symbol:before {
    content: "AED "; /* Dirham symbol */
    /* content: "?.?"; Dirham symbol */
    font-family: 'Arial', 'Tahoma', 'Helvetica', sans-serif; /* Use more fallback fonts */
    font-size: 10px;
}

.uersViewx {
    font-size: 13px;
    font-weight: 700;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    background: #e96f84;
    color: #ffffff;
    padding: 1px 5px;
    margin: 0 5px 0 3px;
}

 .uersViewy {
    font-size: 13px;
    font-weight: 700;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    background: #99CC00;
    color: #ffffff;
    padding: 1px 5px;
    margin: 0 5px 0 3px;
}

.removecart{
    font-size: 10px;
    font-weight: 400;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    background: #993300;
    color: #ffffff;
    padding: 1px 5px;
    margin: 0 5px 0 3px;
}

.goldenprice {
    font-size: 13px;
    font-weight: 400;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    background-color: #ffd700; /* Fallback color */
    background-image: linear-gradient(to bottom, #ffd700, #ffbf00); /* Gold gradient */
    color: #000; /* Black font color */
    padding: 1px 5px;
    margin: 0 5px 0 3px;
}