@font-face {
  font-family: 'restropress';
  src:  url('../fonts/frontend/restropress.eot?54fnnt');
  src:  url('../fonts/frontend/restropress.eot?54fnnt#iefix') format('embedded-opentype'),
    url('../fonts/frontend/restropress.ttf?54fnnt') format('truetype'),
    url('../fonts/frontend/restropress.woff?54fnnt') format('woff'),
    url('../fonts/frontend/restropress.svg?54fnnt#restropress') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'restropress' !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-dish:before {
  content: "\e900";
}
.icon-clear:before {
  content: "\e901";
}
.icon-bin:before {
  content: "\e902";
}
.icon-edit:before {
  content: "\e903";
}
.icon-plus:before {
  content: "\e904";
}
/*.rpress-clear-cart::before {
  font-family: restropress !important;
  content: "\e901";
  margin-right: 5px;
}*/
/*.rpress-edit-from-cart::after {
  font-family: restropress !important;
  content: "\e903";
}*/
/*.rpress-remove-from-cart::after, .rpress_cart_remove_item_btn::after {
  font-family: restropress !important;
  content: "\e902";
}*/
li.cart_item.empty:before{
  font-family: restropress !important;
  content: "\e900";
  font-size: 90px;
}