/* شارة الخصم */
.msfer-discount-badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;

    z-index: 9999 !important;

    background: #d62828 !important;
    color: #ffffff !important;

    padding: 6px 10px !important;
    border-radius: 8px !important;

    font-size: 13px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    box-shadow: 0 3px 10px rgba(0,0,0,0.12) !important;
    
    direction: rtl !important;
    white-space: nowrap !important;
}