/* hide media tool on text editor */
#wp-shop_description-editor-tools {
  display: none;
}
/* hide all option on text editor */
/* .mce-container-body {
  display: none;
} */
a:has(> .fa-star) {
  display: none;
}
a:has(> .fa-archive) {
  display: none;
}

#wwcfm_orders_listing_expander .dt-buttons {
  display: none !important;
}
#wwcfm_orders_listing_expander .wcfm_orders_filter_wrap.wcfm_filters_wrap {
  display: none !important;
}

#wwcfm_orders_listing_expander .dataTables_filter {
  display: none !important;
}
#wwcfm_orders_listing_expander .show_order_items {
  display: none !important;
}
/* #wwcfm_orders_listing_expander .wcfm_order_by_customer {
  display: none !important;
} */

#orders_details_notes_expander #order_note_attachments {
  display: none !important;
}

.wcfm-select #order_note_type_private {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .wcfm-page-headig {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .header_menu .header_menu__item--background:nth-of-type(2) {
    display: none !important;
  }
}
.wcfm_menu_logo {
  display: none !important;
}

#wcfm-main-content {
  padding: 0 !important;
}
#wcfm-main-contentainer {
  margin: 0 auto !important;
}
#wcfmmp_profile_complete_progressbar {
  display: none !important;
}
.mce-top-part {
  display: none !important;
}

#orders_details_items_expander .wc-order-totals {
  float: none !important;
  width: 100% !important;
}
.display_none_important {
  display: none !important;
}
