@font-face {
    font-family: "castle";
    src: url("../fonts/castle.eot?o3o1dk");
    src: url("../fonts/castle.eot?o3o1dk#iefix") format("embedded-opentype"),
        url("../fonts/castle.ttf?o3o1dk") format("truetype"),
        url("../fonts/castle.woff?o3o1dk") format("woff"),
        url("../fonts/castle.svg?o3o1dk#castle") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "castle" !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;
}
.icon-wishlist-converted:before {
    content: "\e901";
}
.icon-user-square-converted:before {
    content: "\e902";
    color: #b6256a;
}
.icon-arrow-circle-right:before {
    content: "\e900";
    color: #fff;
}
.icon-cart:before {
    content: "\e903";
    color: #b6256a;
}
