.merchi_monster_loader {
    height: 500px;
    background: url('https://merchi.co/static/images/merchi-monster-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
}
.merchi_monster_loader_sm {
    height: 150px;
    background: url('https://merchi.co/static/images/merchi-monster-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
}
.merchi_monster_invoice_loader {
    display: block;
    position: relative;
    height: 700px;
    background: url('https://merchi.co/static/images/merchi-monster-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
}
.merchi_monster_table_loader {
    display: block;
    position: relative;
    height: 500px;
    background: url('https://merchi.co/static/images/merchi-monster-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
}
.merchi_monster_product_not_found,
.merchi_monster_image_not_found {
    height: 300px;
    background: url('https://merchi.co/static/images/product-not-found.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 276px 215px;
    margin-top: 100px;
}
.merchi_monster_shipment_option_not_found {
    height: 100px;
    background: url('https://merchi.co/static/images/product-not-found.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 96px auto;
}
.merchi_monster_no_products_found {
    height: 300px;
    background: url('https://merchi.co/static/images/product-not-found.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 276px 215px;
    margin-top: 20px;
}
.merhci_footer_icon {
    height: 35px;
    background: url('https://merchi.co/static/images/merchi-monster-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px 35px;
}
@font-face {
  font-family: 'merchi_icon_set';
  src: url('https://merchi.co/static/fonts/merchi_icons/merchi_icon_set.eot?kbkqal#iefix') format('embedded-opentype'),
    url('https://merchi.co/static/fonts/merchi_icons/merchi_icon_set.svg?kbkqal#merchi_icon_set') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'merchi_icon_set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_m {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon_spin {
  -webkit-animation: icon_spin 0.5s infinite linear;
  animation: icon_spin 0.5s infinite linear;
}
@-webkit-keyframes icon_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon_m_2x {
    font-size:2em;
}
.icon_m_3x {
    font-size:3em;
}
.icon_m_4x {
    font-size:4em;
}
.icon_m_5x {
    font-size:5em;
}
.icon_m_loader_icon:before {
  content: "\e987";
}
.icon_m_discount:before {
  content: "\e952";
}
.icon_m_mail:before {
  content: "\e900";
}
.icon_m_inbox:before {
  content: "\e901";
}
.icon_m_invoice:before {
  content: "\e902";
}
.icon_m_jobs:before {
  content: "\e903";
}
.icon_m_jobs_alt:before {
  content: "\e904";
}
.icon_m_dashboard:before {
  content: "\e905";
}
.icon_m_users:before {
  content: "\e906";
}
.icon_m_shipping:before {
  content: "\e907";
}
.icon_m_manufacturing:before {
  content: "\e908";
}
.icon_m_companies:before {
  content: "\e909";
}
.icon_m_products:before {
  content: "\e90a";
}
.icon_m_product:before {
  content: "\e90b";
}
.icon_m_categories:before {
  content: "\e90c";
}
.icon_m_sites:before {
  content: "\e90d";
}
.icon_m_sites_alt:before {
  content: "\e90e";
}
.icon_m_system_files:before {
  content: "\e90f";
}
.icon_m_sessions:before {
  content: "\e910";
}
.icon_m_calander:before {
  content: "\e911";
}
.icon_m_system_backups:before {
  content: "\e912";
}
.icon_m_settings:before {
  content: "\e913";
}
.icon_m_security:before {
  content: "\e914";
}
.icon_m_analytics:before {
  content: "\e915";
}
.icon_m_save:before {
  content: "\e916";
}
.icon_m_domain_origin:before {
  content: "\e917";
}
.icon_m_visibility:before {
  content: "\e918";
}
.icon_m_turnaround_time:before {
  content: "\e919";
}
.icon_m_design:before {
  content: "\e91a";
}
.icon_m_new_users:before {
  content: "\e91b";
}
.icon_m_returning_client:before {
  content: "\e91c";
}
.icon_m_up_arrow:before {
  content: "\e91d";
}
.icon_m_down_arrow:before {
  content: "\e91e";
}
.icon_m_right_arrow:before {
  content: "\e91f";
}
.icon_m_left_arrow:before {
  content: "\e920";
}
.icon_m_exclamation_mark:before {
  content: "\e921";
}
.icon_m_info:before {
  content: "\e922";
}
.icon_m_exclamation_mark_circle:before {
  content: "\e923";
}
.icon_m_unchecked_item:before {
  content: "\e924";
}
.icon_m_checked_item:before {
  content: "\e925";
}
.icon_m_tick:before {
  content: "\e926";
}
.icon_m_single_user:before {
  content: "\e927";
}
.icon_m_remove_user:before {
  content: "\e928";
}
.icon_m_edit:before {
  content: "\e929";
}
.icon_m_shopping_cart:before {
  content: "\e92a";
}
.icon_m_success:before {
  content: "\e92b";
}
.icon_m_folder_open:before {
  content: "\e92c";
}
.icon_m_file_pdf:before {
  content: "\e92d";
}
.icon_m_file_photo:before {
  content: "\e92e";
}
.icon_m_close:before {
  content: "\e92f";
}
.icon_m_close_small:before {
  content: "\e930";
}
.icon_m_add:before {
  content: "\e931";
}
.icon_m_add_small:before {
  content: "\e932";
}
.icon_m_minus:before {
  content: "\e933";
}
.icon_m_minus_small:before {
  content: "\e934";
}
.icon_m_next:before {
  content: "\e935";
}
.icon_m_previous:before {
  content: "\e936";
}
.icon_m_minimise:before {
  content: "\e937";
}
.icon_m_download:before {
  content: "\e938";
}
.icon_m_tax:before {
  content: "\e939";
}
.icon_m_ban:before {
  content: "\e93a";
}
.icon_m_refresh:before {
  content: "\e93b";
}
.icon_m_key:before {
  content: "\e93c";
}
.icon_m_code:before {
  content: "\e93d";
}
.icon_m_navigation:before {
  content: "\e93e";
}
.icon_m_notifications:before {
  content: "\e93f";
}
.icon_m_reminder:before {
  content: "\e940";
}
.icon_m_cash:before {
  content: "\e941";
}
.icon_m_search:before {
  content: "\e942";
}
.icon_Asset-68:before {
  content: "\e943";
}
.icon_m_shipment_receiver:before {
  content: "\e944";
}
.icon_m_shipment_sender:before {
  content: "\e945";
}
.icon_m_shipment_company:before {
  content: "\e946";
}
.icon_m_phone:before {
  content: "\e947";
}
.icon_m_address:before {
  content: "\e948";
}
.icon_m_currency:before {
  content: "\e949";
}
.icon_m_bank_accounts:before {
  content: "\e94a";
}
.icon_m_weight:before {
  content: "\e94b";
}
.icon_m_volume:before {
  content: "\e94c";
}
.icon_m_procedure:before {
  content: "\e94d";
}
.icon_m_form:before {
  content: "\e94e";
}
.icon_m_payment:before {
  content: "\e94f";
}
.icon_m_quote:before {
  content: "\e950";
}
.icon_m_bank_transfer:before {
  content: "\e951";
}
.icon_Asset-83:before {
  content: "\e986";
}
.icon_m_themes:before {
  content: "\e953";
}
.icon_m_open_lock:before {
  content: "\e954";
}
.icon_m_css_files:before {
  content: "\e955";
}
.icon_m_jsx:before {
  content: "\e956";
}
.icon_m_copy_text:before {
  content: "\e957";
}
.icon_m_copy_to_template:before {
  content: "\e958";
}
.icon_m_hazard:before {
  content: "\e95a";
}
.icon_m_handshake:before {
  content: "\e95b";
}
.icon_m_merchi_icon:before {
  content: "\e95c";
}
.icon_m_eyedropper:before {
  content: "\e95d";
}
.icon_m_house:before {
  content: "\e95e";
}
.icon_m_job_singular:before {
  content: "\e95f";
}
.icon_m_invoices_plural:before {
  content: "\e960";
}
.icon_m_category_singular:before {
  content: "\e961";
}
.icon_m_group_specifications:before {
  content: "\e962";
}
.icon_m_notes:before {
  content: "\e963";
}
.icon_m_image:before {
  content: "\e964";
}
.icon_m_images:before {
  content: "\e965";
}
.icon_m_complete:before {
  content: "\e966";
}
.icon_m_envelope_closed:before {
  content: "\e967";
}
.icon_m_stripe:before {
  content: "\e968";
}
.icon_m_paypal:before {
  content: "\e969";
}
.icon_m_bullhorn:before {
  content: "\e96a";
}
.icon_m_paintbrush:before {
  content: "\e96b";
}
.icon_m_invite:before {
  content: "\e96c";
}
.icon_m_chat_icon:before {
  content: "\e96d";
}
.icon_m_comment:before {
  content: "\e96e";
}
.icon_m_comments:before {
  content: "\e96f";
}
.icon_m_new_draft:before {
  content: "\e970";
}
.icon_m_draft:before {
  content: "\e971";
}
.icon_m_login:before {
  content: "\e972";
}
.icon_m_logout:before {
  content: "\e973";
}
.icon_m_send_comment:before {
  content: "\e974";
}
.icon_m_paperclip:before {
  content: "\e975";
}
.icon_m_single_coin:before {
  content: "\e976";
}
.icon_m_calculator:before {
  content: "\e977";
}
.icon_m_quantity:before {
  content: "\e978";
}
.icon_m_upload:before {
  content: "\e979";
}
.icon_m_timeline:before {
  content: "\e97a";
}
.icon_m_request_changes:before {
  content: "\e97b";
}
.icon_m_approve_draft:before {
  content: "\e97c";
}
.icon_m_assignment_deadline:before {
  content: "\e97d";
}
.icon_m_down:before {
  content: "\e97e";
}
.icon_m_up:before {
  content: "\e97f";
}
.icon_m_responsible_party:before {
  content: "\e980";
}
.icon_m_bell:before {
  content: "\e981";
}
.icon_m_tick_small:before {
  content: "\e982";
}
.icon_m_unchecked_small:before {
  content: "\e983";
}
.icon_m_checked_small:before {
  content: "\e984";
}
.icon_m_paintbrush_alt:before {
  content: "\e985";
}

