
[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
    content: "";
  font-family: 'Theme-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-delivery:before {
    content: "\e903";
}
.icon-star:before {
    content: "\e925";
}
.icon-principle:before {
    content: "\e90c";
}
.icon-warranty:before {
    content: "\e907";
}
.icon-phone-2:before {
    content: "\e912";
}
.icon-mail:before {
    content: "\e911";
}
.icon-pin:before {
    content: "\e905";
}
.icon-clock:before {
    content: "\ea95";
}
.icon-facebook:before {
    content: "\ea91";
}
.icon-instagram:before {
    content: "\e913";
}
.icon-youtube:before {
    content: "\e910";
}
.icon-expand:after {
    content: "\e61c";
}

