@font-face {
    font-family: "theme-custom-icons";
    src: url("./theme-custom-icons.woff2") format("woff2"),
url("./theme-custom-icons.woff") format("woff"),
url("./theme-custom-icons.eot") format("embedded-opentype"),
url("./theme-custom-icons.ttf") format("truetype"),
url("./theme-custom-icons.svg") format("svg")
}

i[class^="theme-custom-icons-"]:before, i[class*=" theme-custom-icons-"]:before {
    font-family: theme-custom-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.theme-custom-icons-customer-service:before {
    content: "\f101";
}
.theme-custom-icons-package:before {
    content: "\f102";
}
.theme-custom-icons-shield:before {
    content: "\f103";
}
.theme-custom-icons-shopping-bag:before {
    content: "\f104";
}
.theme-custom-icons-right-arrow:before {
    content: "\f105";
}
.theme-custom-icons-left-arrow:before {
    content: "\f106";
}
.theme-custom-icons-quote:before {
    content: "\f107";
}
.theme-custom-icons-top:before {
    content: "\f108";
}
.theme-custom-icons-loupe:before {
    content: "\f109";
}
.theme-custom-icons-double-quotes:before {
    content: "\f10a";
}
.theme-custom-icons-heart:before {
    content: "\f10b";
}
.theme-custom-icons-email:before {
    content: "\f10c";
}

