:root {
	--icon-provider: 'IcoFont';
	--icon-star: '\f000';
}

[class*='icon-'] {
	font-family: 'IcoFont';
	speak: none;
	font-style: normal;
}

.icon-download::before {
	content: '\ef08';
}

.icon-ellipsis-vertical::before {
	font-family: 'FontAwesome';
	content: '\f142';
}

.icon-plus::before {
	content: '\efc2';
}

.icon-minus::before {
	content: '\ef9a';
}

.icon-trash::before {
	content: '\ee09';
}

/* The icon for the cart modal */
.icon-cart-show::before {
	content: '\efe7';
}

/* The cart icon on product boxes */
.icon-cart-add::before {
	content: '\eed1';
}

.icon-heart::before {
	content: '\ef45';
}

/* Quick-view icon */
.icon-eye::before {
	content: '\ef21';
}

.icon-star::before {
	content: '\f000';
}

