.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link, .et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li > a{
    font-size: 13px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
/* Hide by name attribute */
select[name="quantity"] {
    display: none !important;
}

/* Hide the parent container too */
select[name="quantity"]:parent,
.quantity:has(select[name="quantity"]) {
    display: none !important;
}