@font-face {
	font-family: 'fontawesomebogo';
	src: url('../eot%4013202177/fontawesomebogo.eot%4013202177');
	src: url('../eot%4013202177/fontawesomebogo.eot%4013202177') format('embedded-opentype'),
		 url('../woff2%4013202177/fontawesomebogo.woff2%4013202177') format('woff2'),
		 url('../woff%4013202177/fontawesomebogo.woff%4013202177') format('woff'),
		 url('../ttf%4013202177/fontawesomebogo.ttf%4013202177') format('truetype'),
		 url('../svg%4013202177/fontawesomebogo.svg%4013202177') format('svg');
	font-weight: normal;
	font-style: normal;
}

.bogof_discount_item_subtotal .bogof_discount_line {
	display: block;
}

.bogof_discount_line.discount, .bogof_discount_line.subtotal {
	font-size: .875em;
}

.bogof_discount_line.discount::before {
	font-family: 'fontawesomebogo';
	font-size: 1rem;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	content: "\f148";
	margin: 0 12px 0 6px;
	opacity: .25;
}

body.rtl .bogof_discount_line.discount::before {
	content: "\f149";
}