
[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
    content: "";
  font-family: 'Ogradina-Icons' !important;
  speak: never;
  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;
}

[class*="icon-"]>.icon-text{display: none}

.icon-truck:before {
    content: "\e900";
}
.icon-phone:before {
    content: "\e901";
}
.icon-pin:before {
    content: "\e902";
}
.icon-search:before {
    content: "\e903";
}
.icon-warranty-check:before {
    content: "\e904";
}
.icon-user:before {
    content: "\e905";
}
.icon-rocket:before {
    content: "\e906";
}
.icon-percent:before {
    content: "\e911";
}
.icon-facebook:before {
    content: "\ea91";
}
.icon-delivery:before {
    content: "\e90b";
}
.icon-shield-check:before {
    content: "\e909";
}
.icon-tools:before {
    content: "\e90a";
}
.icon-home:before {
    content: "\e908";
}

.icon-envelope:before {
    content: "\e90e";
}
.icon-phone-bold:before {
    content: "\e90c";
}
.icon-youtube:before {
    content: "\e90d";
}
.icon-twitter:before {
    content: "\e90f";
}
.icon-instagram:before {
    content: "\e910";
}
