[class^="icon-"]:before, [class*=" icon-"]:before {
    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-star:before {
  content: "\e625";
}
.icon-gift:before {
  content: "\e62a";
}
.icon-truck:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
.icon-pin:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-compare:before {
  content: "\e904";
}
.icon-user:before {
  content: "\e905";
}
.icon-phone-full:before {
  content: "\e907";
}
.icon-home:before {
  content: "\e908";
}
.icon-gard:before {
  content: "\e909";
}
.icon-phone-2:before {
  content: "\e90c";
}
.icon-youtube:before {
  content: "\e90d";
}
.icon-mail:before {
  content: "\e90e";
}
.icon-twitter:before {
  content: "\e90f";
}
.icon-instagram:before {
  content: "\e910";
}
.icon-facebook:before {
  content: "\ea91";
}

