/*-----------------------------------------------------------------------------// Custom Theme CSS/-----------------------------------------------------------------------------*//*---------------- Global Custom CSS -------------------*/.merox_nt_label {padding: 0 8px;height: auto !important;width: max-content !important;border-radius: unset !important;margin-left: auto;font-size: 12px;}.label_style_rounded .nt_label {border-radius: 50%;line-height: 1.5;margin-left: auto;} /*---------------- Custom CSS for only desktop -------------------*/@media (min-width: 1025px) {.label_style_rounded .nt_label {font-size: 12px;}}/*---------------- Custom CSS for tablet, mobile -------------------*/@media (max-width: 1024px) {}/*---------------- Custom CSS for only tablet -------------------*/@media (min-width: 768px) and (max-width: 1024px) {}/*---------------- Custom CSS for only mobile -------------------*/@media (max-width: 767px){.label_style_rounded .nt_label {/* font-size: 7px; */}}