@font-face {
font-display:swap;
    font-family: "VI_WN_ICON_CLOSE";
    src: url('/wp-content/plugins/woo-notification/css/../fonts/icons-close.eot');
    src: url('/wp-content/plugins/woo-notification/css/../fonts/icons-close.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/plugins/woo-notification/css/../fonts/icons-close.woff2') format("woff2"),
    url('/wp-content/plugins/woo-notification/css/../fonts/icons-close.woff') format("woff"),
    url('/wp-content/plugins/woo-notification/css/../fonts/icons-close.ttf') format("truetype"),
    url('/wp-content/plugins/woo-notification/css/../fonts/icons-close.svg#icons-close') format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
font-display:swap;
        font-family: "VI_WN_ICON_CLOSE";
        src: url('/wp-content/plugins/woo-notification/css/../fonts/icons-close.svg#icons-close') format("svg");
    }
}

[class^="vi-wn-icons-close-"]:before, [class*=" vi-wn-icons-close-"]:before,
[class^="vi-wn-icons-close-"]:after, [class*=" vi-wn-icons-close-"]:after {
    font-family: VI_WN_ICON_CLOSE;
    font-size: 20px;
    font-style: normal;
}

.vi-wn-icons-close-cancel:before {
    content: "\f100";
}

.vi-wn-icons-close-cross:before {
    content: "\f101";
}

.vi-wn-icons-close-close:before {
    content: "\f102";
}