/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


     /* Plugin: Paid memberships pro */
    /* multiselect dropdown, checkout */
    .select2-container, .select2-selection__rendered, .select2-search{
        min-width: 50% !important;
        margin: 0 0 !important;
        min-height: unset !important;
      }

      .select2-container--default .select2-search--inline .select2-search__field{
        width: 16rem !important;
        margin: 0 0 !important;
        min-height: unset !important;
      }
      .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
        margin: 0 !important;
      }