@font-face {
  font-family: 'OvipIcons';
  src: url('ovip-icons.ttf?v=33') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.oi {
  display: inline-block;
  font: normal normal normal 14px/1 OvipIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  -moz-transform:    scaleY(-1); /* Gecko */
  -o-transform:      scaleY(-1); /* Opera */
  -webkit-transform: scaleY(-1); /* Webkit */
  transform:         scaleY(-1); /* Standard */
  vertical-align: -9%;
}
.oi-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.oi-05x {
  font-size: 0.5em;
}
.oi-08x {
  font-size: 0.8em;
}
.oi-2x {
  font-size: 2em;
}
.oi-3x {
  font-size: 3em;
}
.oi-4x {
  font-size: 4em;
}
.oi-5x {
  font-size: 5em;
}
.oi-fw {
  width: 1.28571429em;
  text-align: center;
}
.oi-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.oi-ul > li {
  position: relative;
}
.oi-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.oi-li.oi-lg {
  left: -1.85714286em;
}
.oi-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.oi-spin {
  -webkit-animation: oi-spin 2s infinite linear;
  animation: oi-spin 2s infinite linear;
}
.oi-pulse {
  -webkit-animation: oi-pulse 2s infinite linear;
  animation: oi-pulse 2s infinite;
}
@-webkit-keyframes oi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes oi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes oi-pulse {
  0% {
    transform: scale(-1);
  }
  50% {
      transform: scale(-1.6);
  }
  100% {
      transform: scale(-1);
  }
}
@keyframes oi-pulse {
  0% {
      transform: scale(-1);
  }
  50% {
      transform: scale(-1.6);
  }
  100% {
      transform: scale(-1);
  }
}
.oi-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.oi-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.oi-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.oi-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.oi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .oi-rotate-90,
:root .oi-rotate-180,
:root .oi-rotate-270,
:root .oi-flip-horizontal,
:root .oi-flip-vertical {
  filter: none;
}
.oi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.oi-stack-1x,
.oi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.oi-stack-1x {
  line-height: inherit;
}
.oi-stack-2x {
  font-size: 2em;
}
.oi-inverse {
  color: #ffffff;
}

/* IKONOK */
 
.oi-forklift:before {
  content: "\f002";
}
.oi-check-square-o:before {
  content: "\f003";
}
.oi-check-square:before {
  content: "\f004";
}
.oi-check:before {
  content: "\f005";
}
.oi-check-circle:before {
  content: "\f006";
}
.oi-check-circle-o:before {
  content: "\f007";
}
.oi-ban:before {
  content: "\f008";
}
.oi-print:before {
  content: "\f009";
}
.oi-clock-o:before {
  content: "\f010";
}
.oi-clock:before {
  content: "\f011";
}
.oi-history:before {
  content: "\f012";
}
.oi-stopper:before {
  content: "\f013";
}
.oi-lock:before {
  content: "\f014";
}
.oi-lock-open:before {
  content: "\f015";
}
.oi-unlock:before {
  content: "\f016";
}
.oi-key:before {
  content: "\f017";
}
.oi-cube:before {
  content: "\f018";
}
.oi-cubes:before {
  content: "\f019";
}
.oi-shield:before {
  content: "\f020";
}
.oi-star-half:before {
  content: "\f021";
}
.oi-star:before {
  content: "\f022";
}
.oi-star-o:before {
  content: "\f023";
}
.oi-archive:before {
  content: "\f024";
}
.oi-archive-file:before {
  content: "\f025";
}
.oi-archive-file-o:before {
  content: "\f026";
}
.oi-arrows-h:before {
  content: "\f027";
}
.oi-arrows-v:before {
  content: "\f028";
}
.oi-arrows:before {
  content: "\f029";
}
.oi-arrows-up:before {
  content: "\f030";
}
.oi-arrows-up-o:before {
  content: "\f031";
}
.oi-arrows-right:before {
  content: "\f032";
}
.oi-arrows-right-o:before {
  content: "\f033";
}
.oi-arrows-down:before {
  content: "\f034";
}
.oi-arrows-down-o:before {
  content: "\f035";
}
.oi-arrows-left:before {
  content: "\f036";
}
.oi-arrows-left-o:before {
  content: "\f037";
}
.oi-chart-pie:before {
  content: "\f038";
}
.oi-chart-bar:before {
  content: "\f039";
}
.oi-chart-area:before {
  content: "\f040";
}
.oi-chart-line-up:before {
  content: "\f041";
}
.oi-chart-line-down:before {
  content: "\f042";
}
.oi-book:before {
  content: "\f043";
}
.oi-bookmark:before {
  content: "\f044";
}
.oi-bookmark-o:before {
  content: "\f045";
}
.oi-circle:before {
  content: "\f046";
}
.oi-circle-o:before {
  content: "\f047";
}
.oi-square:before {
  content: "\f048";
}
.oi-square-o:before {
  content: "\f049";
}
.oi-calculator:before {
  content: "\f050";
}
.oi-calculator-alt:before {
  content: "\f051";
}
.oi-calendar:before {
  content: "\f052";
}
.oi-calendar-o:before {
  content: "\f053";
}
.oi-calendar-alt:before {
  content: "\f054";
}
.oi-calendar-alt-o:before {
  content: "\f055";
}
.oi-calendar-check:before {
  content: "\f056";
}
.oi-calendar-check-o:before {
  content: "\f057";
}
.oi-camera:before {
  content: "\f058";
}
.oi-camera-o:before {
  content: "\f059";
}
.oi-car:before {
  content: "\f060";
}
.oi-car-o:before {
  content: "\f061";
}
.oi-taxi:before {
  content: "\f062";
}
.oi-taxi-o:before {
  content: "\f063";
}
.oi-truck:before {
  content: "\f064";
}
.oi-truck-o:before {
  content: "\f065";
}
.oi-plane:before {
  content: "\f066";
}
.oi-plane-o:before {
  content: "\f067";
}
.oi-times:before {
  content: "\f068";
}
.oi-times-circle:before {
  content: "\f069";
}
.oi-times-circle-o:before {
  content: "\f070";
}
.oi-times-square:before {
  content: "\f071";
}
.oi-times-square-o:before {
  content: "\f072";
}
.oi-cloud:before {
  content: "\f073";
}
.oi-cloud-o:before {
  content: "\f074";
}
.oi-cloud-upload:before {
  content: "\f075";
}
.oi-cloud-upload-o:before {
  content: "\f076";
}
.oi-cloud-download:before {
  content: "\f077";
}
.oi-cloud-download-o:before {
  content: "\f078";
}
.oi-mixcloud:before {
  content: "\f079";
}
.oi-cog:before {
  content: "\f080";
}
.oi-cog-o:before {
  content: "\f081";
}
.oi-cogs:before {
  content: "\f082";
}
.oi-cogs-o:before {
  content: "\f083";
}
.oi-comment:before {
  content: "\f084";
}
.oi-comment-o:before {
  content: "\f085";
}
.oi-comments:before {
  content: "\f086";
}
.oi-comments-o:before {
  content: "\f087";
}
.oi-credit-card:before {
  content: "\f088";
}
.oi-credit-card-o:before {
  content: "\f089";
}
.oi-desktop:before {
  content: "\f090";
}
.oi-edit:before {
  content: "\f091";
}
.oi-pencil:before {
  content: "\f092";
}
.oi-pencil-o:before {
  content: "\f093";
}
.oi-envelope:before {
  content: "\f094";
}
.oi-envelope-o:before {
  content: "\f095";
}
.oi-envelope-open:before {
  content: "\f096";
}
.oi-envelope-open-o:before {
  content: "\f097";
}
.oi-envelope-open-text:before {
  content: "\f098";
}
.oi-exchange:before {
  content: "\f099";
}
.oi-sync:before {
  content: "\f100";
}
.oi-undo:before {
  content: "\f101";
}
.oi-redo:before {
  content: "\f102";
}
.oi-exclamation:before {
  content: "\f103";
}
.oi-exclamation-o:before {
  content: "\f104";
}
.oi-exclamation-triangle:before {
  content: "\f105";
}
.oi-exclamation-triangle-o:before {
  content: "\f106";
}
.oi-exclamation-square:before {
  content: "\f107";
}
.oi-exclamation-square-o:before {
  content: "\f108";
}
.oi-exclamation-circle:before {
  content: "\f109";
}
.oi-exclamation-circle-o:before {
  content: "\f110";
}
.oi-eye:before {
  content: "\f111";
}
.oi-eye-o:before {
  content: "\f112";
}
.oi-eye-slash:before {
  content: "\f113";
}
.oi-eye-slash-o:before {
  content: "\f114";
}
.oi-eye-dropper:before {
  content: "\f115";
}
.oi-eye-dropper-o:before {
  content: "\f116";
}
.oi-file-word:before {
  content: "\f117";
}
.oi-file-word-o:before {
  content: "\f118";
}
.oi-file-pdf:before {
  content: "\f119";
}
.oi-file-pdf-o:before {
  content: "\f120";
}
.oi-file-image:before {
  content: "\f121";
}
.oi-file-image-o:before {
  content: "\f122";
}
.oi-file-excel:before {
  content: "\f123";
}
.oi-file-excel-o:before {
  content: "\f124";
}
.oi-file-code:before {
  content: "\f125";
}
.oi-file-code-o:before {
  content: "\f126";
}
.oi-file-text:before {
  content: "\f127";
}
.oi-file-text-o:before {
  content: "\f128";
}
.oi-file:before {
  content: "\f129";
}
.oi-file-o:before {
  content: "\f130";
}
.oi-copy:before {
  content: "\f131";
}
.oi-copy-o:before {
  content: "\f132";
}
.oi-folder:before {
  content: "\f133";
}
.oi-folder-o:before {
  content: "\f134";
}
.oi-folder-open:before {
  content: "\f135";
}
.oi-folder-open-o:before {
  content: "\f136";
}
.oi-save:before {
  content: "\f137";
}
.oi-save-o:before {
  content: "\f138";
}
.oi-cut:before {
  content: "\f139";
}
.oi-filter:before {
  content: "\f140";
}
.oi-filter-o:before {
  content: "\f141";
}
.oi-globe:before {
  content: "\f142";
}
.oi-globe-o:before {
  content: "\f143";
}
.oi-headset:before {
  content: "\f144";
}
.oi-heart:before {
  content: "\f145";
}
.oi-heart-o:before {
  content: "\f146";
}
.oi-home:before {
  content: "\f147";
}
.oi-home-o:before {
  content: "\f148";
}
.oi-info:before {
  content: "\f149";
}
.oi-info-o:before {
  content: "\f150";
}
.oi-info-square:before {
  content: "\f151";
}
.oi-info-square-o:before {
  content: "\f152";
}
.oi-info-circle:before {
  content: "\f153";
}
.oi-info-circle-o:before {
  content: "\f154";
}
.oi-leaf:before {
  content: "\f155";
}
.oi-leaf-o:before {
  content: "\f156";
}
.oi-phone:before {
  content: "\f159";
}
.oi-phone-o:before {
  content: "\f160";
}
.oi-phone-square:before {
  content: "\f161";
}
.oi-phone-square-o:before {
  content: "\f162";
}
.oi-mobile:before {
  content: "\f163";
}
.oi-mobile-o:before {
  content: "\f164";
}
.oi-minus:before {
  content: "\f165";
}
.oi-minus-square:before {
  content: "\f166";
}
.oi-minus-square-o:before {
  content: "\f167";
}
.oi-minus-circle:before {
  content: "\f168";
}
.oi-minus-circle-o:before {
  content: "\f169";
}
.oi-plus:before {
  content: "\f170";
}
.oi-plus-square:before {
  content: "\f171";
}
.oi-plus-square-o:before {
  content: "\f172";
}
.oi-plus-circle:before {
  content: "\f173";
}
.oi-plus-circle-o:before {
  content: "\f174";
}
.oi-money:before {
  content: "\f175";
}
.oi-money-o:before {
  content: "\f176";
}
.oi-bars:before {
  content: "\f177";
}
.oi-paper-plane:before {
  content: "\f178";
}
.oi-paper-plane-o:before {
  content: "\f179";
}
.oi-power-off:before {
  content: "\f180";
}
.oi-puzzle:before {
  content: "\f181";
}
.oi-puzzle-o:before {
  content: "\f182";
}
.oi-question:before {
  content: "\f183";
}
.oi-question-o:before {
  content: "\f184";
}
.oi-question-square:before {
  content: "\f185";
}
.oi-question-square-o:before {
  content: "\f186";
}
.oi-question-circle:before {
  content: "\f187";
}
.oi-question-circle-o:before {
  content: "\f188";
}
.oi-recycle:before {
  content: "\f189";
}
.oi-search:before {
  content: "\f190";
}
.oi-spinner:before {
  content: "\f191";
}
.oi-paperclip:before {
  content: "\f192";
}
.oi-ovip:before {
  content: "\f193";
}
.oi-chevron-up:before {
  content: "\f194";
}
.oi-chevron-right:before {
  content: "\f195";
}
.oi-chevron-left:before {
  content: "\f196";
}
.oi-chevron-down:before {
  content: "\f197";
}
.oi-users:before {
  content: "\f198";
}
.oi-users-o:before {
  content: "\f199";
}
.oi-user:before {
  content: "\f200";
}
.oi-user-o:before {
  content: "\f201";
}
.oi-user-tie:before {
  content: "\f202";
}
.oi-user-tie-o:before {
  content: "\f203";
}
.oi-wrench:before {
  content: "\f204";
}
.oi-wrench-o:before {
  content: "\f205";
}
.oi-tools:before {
  content: "\f206";
}
.oi-tools-o:before {
  content: "\f207";
}
.oi-list:before {
  content: "\f208";
}
.oi-list-ul:before {
  content: "\f209";
}
.oi-list-ol:before {
  content: "\f210";
}
.oi-table:before {
  content: "\f211";
}
.oi-table-alt:before {
  content: "\f212";
}
.oi-newspaper:before {
  content: "\f213";
}
.oi-image:before {
  content: "\f214";
}
.oi-image-o:before {
  content: "\f215";
}
.oi-shopping-cart:before {
  content: "\f216";
}
.oi-shopping-cart-o:before {
  content: "\f217";
}
.oi-pin:before {
  content: "\f218";
}
.oi-pin-o:before {
  content: "\f219";
}
.oi-task:before {
  content: "\f220";
}
.oi-th-large:before {
  content: "\f221";
}
.oi-th:before {
  content: "\f222";
}
.oi-like:before {
  content: "\f223";
}
.oi-like-o:before {
  content: "\f224";
}
.oi-dislike:before {
  content: "\f225";
}
.oi-dislike-o:before {
  content: "\f226";
}
.oi-signal:before {
  content: "\f227";
}
.oi-signal-slash:before {
  content: "\f228";
}
.oi-signal-1:before {
  content: "\f229";
}
.oi-signal-2:before {
  content: "\f230";
}
.oi-signal-3:before {
  content: "\f231";
}
.oi-signal-4:before {
  content: "\f232";
}
.oi-user-secret:before {
  content: "\f233";
}
.oi-user-secret-o:before {
  content: "\f234";
}
.oi-sitemap:before {
  content: "\f235";
}
.oi-sitemap-o:before {
  content: "\f236";
}
.oi-tag:before {
  content: "\f237";
}
.oi-tag-o:before {
  content: "\f238";
}
.oi-tags:before {
  content: "\f239";
}
.oi-tags-o:before {
  content: "\f240";
}
.oi-barcode:before {
  content: "\f241";
}
.oi-qrcode:before {
  content: "\f242";
}
.oi-dollar:before {
  content: "\f243";
}
.oi-euro:before {
  content: "\f244";
}
.oi-hashtag:before {
  content: "\f245";
}
.oi-expand:before {
  content: "\f246";
}
.oi-compress:before {
  content: "\f247";
}
.oi-building:before {
  content: "\f248";
}
.oi-building-o:before {
  content: "\f249";
}
.oi-warehouse:before {
  content: "\f250";
}
.oi-warehouse-o:before {
  content: "\f251";
}
.oi-warehouse-alt:before {
  content: "\f252";
}
.oi-store:before {
  content: "\f253";
}
.oi-store-o:before {
  content: "\f254";
}
.oi-angle-up:before {
  content: "\f255";
}
.oi-angle-right:before {
  content: "\f256";
}
.oi-angle-left:before {
  content: "\f257";
}
.oi-angle-down:before {
  content: "\f258";
}
.oi-trash:before {
  content: "\f259";
}
.oi-trash-o:before {
  content: "\f260";
}
.oi-user-slash:before {
  content: "\f261";
}
.oi-user-slash-o:before {
  content: "\f262";
}
.oi-cash-register:before {
  content: "\f263";
}
.oi-cash-register-o:before {
  content: "\f264";
}
.oi-sticky-note:before {
  content: "\f265";
}
.oi-sticky-note-o:before {
  content: "\f266";
}
.oi-wallet:before {
  content: "\f267";
}
.oi-wallet-o:before {
  content: "\f268";
}
.oi-bank:before {
  content: "\f269";
}
.oi-bank-o:before {
  content: "\f270";
}
.oi-receipt:before {
  content: "\f271";
}
.oi-receipt-o:before {
  content: "\f272";
}
.oi-marker:before {
  content: "\f273";
}
.oi-marker-o:before {
  content: "\f274";
}
.oi-map-marker:before {
  content: "\f275";
}
.oi-map-marker-o:before {
  content: "\f276";
}
.oi-gls:before {
  content: "\f277";
}
.oi-dpd:before {
  content: "\f278";
}
.oi-mpl:before {
  content: "\f279";
}
.oi-fedex:before { content: "\f280"; }
.oi-paypal:before { content: "\f281"; }
.oi-express-one:before { content: "\f282"; }
.oi-pickpackpont:before { content: "\f283"; }
.oi-foxpost:before { content: "\f284"; }
.oi-refresh:before { content: "\f285"; }
.oi-unas:before { content: "\f286"; }
.oi-shoprenter:before { content: "\f287"; }
.oi-cib-bank:before { content: "\f288"; }
.oi-erste-bank:before { content: "\f289"; }
.oi-kh-bank:before { content: "\f290"; }
.oi-mkb-bank:before { content: "\f291"; }
.oi-otp-bank:before { content: "\f292"; }
.oi-raiffeisen-bank:before { content: "\f293"; }
.oi-unicredit-bank:before { content: "\f294"; }
.oi-cetelem:before { content: "\f295"; }
.oi-bird:before { content: "\f296"; }
.oi-bird-o:before { content: "\f297"; }
.oi-box-o:before { content: "\f298"; }
.oi-book-o:before { content: "\f299"; }
.oi-documents:before { content: "\f300"; }
.oi-documents-o:before { content: "\f301"; }
.oi-handsshake-o:before { content: "\f302"; }
.oi-key-o:before { content: "\f303"; }
.oi-portfolio:before { content: "\f304"; }
.oi-portfolio-o:before { content: "\f305"; }
.oi-vault-o:before { content: "\f306"; }
.oi-vault:before { content: "\f307"; }
.oi-windows:before { content: "\f308"; }
.oi-windows-o:before { content: "\f309"; }
.oi-granit-bank:before { content: "\f310"; }
.oi-magnet-bank:before { content: "\f311"; }
.oi-equalizer:before { content: "\f312"; }
.oi-equalizer-alt:before { content: "\f313"; }
.oi-link:before { content: "\f314"; }
.oi-no-image:before { content: "\f315"; }
.oi-tag-percent:before { content: "\f316"; }
.oi-tag-percent-o:before { content: "\f317"; }
.oi-shelf:before { content: "\f318"; }
.oi-libra:before { content: "\f319"; }
.oi-libra-o:before { content: "\f320"; }
.oi-packeta:before { content: "\f321"; }
.oi-takarek:before { content: "\f322"; }
.oi-building-alt:before { content: "\f323"; }
.oi-building-alt-o:before { content: "\f324"; }
.oi-crane:before { content: "\f325"; }
.oi-crane-o:before { content: "\f326"; }
.oi-buldozer:before { content: "\f327"; }
.oi-buldozer-o:before { content: "\f328"; }
.oi-excavator:before { content: "\f329"; }
.oi-excavator-o:before { content: "\f330"; }
.oi-hand-ask:before { content: "\f331"; }
.oi-hand-ask-o:before { content: "\f332"; }
.oi-login:before { content: "\f333"; }
.oi-login-o:before { content: "\f334"; }
.oi-logout:before { content: "\f335"; }
.oi-logout-o:before { content: "\f336"; }
.oi-racing-flag:before { content: "\f337"; }
.oi-text-editor:before { content: "\f338"; }
.oi-text-editor-o:before { content: "\f339"; }
.oi-traffic-barrier:before { content: "\f340"; }
.oi-traffic-barrier-o:before { content: "\f341"; }
.oi-working-time:before { content: "\f342"; }
.oi-working-time-o:before { content: "\f343"; }
.oi-wise-bank:before { content: "\f344"; }
.oi-no-cube:before { content: "\f345"; }
.oi-no-cube-o:before { content: "\f346"; }
.oi-no-cubes-o:before { content: "\f347"; }
.oi-fama:before { content: "\f348"; }
.oi-ruler-tri:before { content: "\f349"; }
.oi-ruler-tri-o:before { content: "\f350"; }
.oi-arrow-up-down:before { content: "\f351"; }
.oi-arrow-up-down-o:before { content: "\f352"; }
.oi-lock-alt:before { content: "\f353"; }
.oi-lock-alt-o:before { content: "\f354"; }
.oi-lock-o:before { content: "\f355"; }
.oi-lock-open-o:before { content: "\f356"; }
.oi-lock-open-alt:before { content: "\f357"; }
.oi-lock-open-alt-o:before { content: "\f358"; }
.oi-connect:before { content: "\f359"; }
.oi-disconnect:before { content: "\f360"; }
.oi-box-open:before { content: "\f361"; }
.oi-box-open-o:before { content: "\f362"; }
.oi-woocommerce:before { content: "\f363"; }
.oi-header:before { content: "\f364"; }
.oi-header-o:before { content: "\f365"; }
.oi-video-camera:before { content: "\f366"; }
.oi-automation:before { content: "\f367"; }
.oi-drag-and-drop:before { content: "\f368"; }
.oi-invoice:before { content: "\f369"; }
.oi-invoice-o:before { content: "\f370"; }
.oi-invoice-check:before { content: "\f371"; }
.oi-invoice-check-o:before { content: "\f372"; }
.oi-invoice-arrow:before { content: "\f373"; }
.oi-invoice-arrow-o:before { content: "\f374"; }
.oi-invoice-delivery:before { content: "\f375"; }
.oi-invoice-delivery-o:before { content: "\f376"; }
.oi-zero-tax:before { content: "\f377"; }
.oi-cod-o:before { content: "\f378"; }
.oi-extend:before { content: "\f379"; }
.oi-mbh-bank:before { content: "\f380"; }
