/* Addon Label Promo product-list.tpl */
.product_list.grid .label {
	display: inline;
	padding: 3px 8px 3px 8px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 4px;
	font-family: "Quicksand", serif;
	font-weight: 700;
	color: #FFFFFF;
}

.product_list.grid .label-primary {
	background-color: #F1F4FD;
	border: 1px solid #F1F4FD;
	color: #163AA1;
}

/* Label PDF */
.product_list.grid .label-pdf {
	background-color: #163AA1;
	border: 1px solid #163AA1;
}

.product_list.grid .label-ebook {
	background-color: #F7B320;
	border: 1px solid #F7B320;
}

.product_list.grid .new-label {
	position: absolute;
	top: -1px;
	left: -1px;
}

.product_list.grid .old-price {
	color: #444444;
	text-decoration: line-through;
	font-size: 1.3rem;
	margin-left: 4px;
	font-weight: 400;
}

/* Label PDF for product page */
#product .main-infos span.label {
	display: inline-block;
	padding: 4px 10px 4px 10px;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 4px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: "Quicksand", serif;
	font-weight: 700;
	line-height: 1.2;
}

#product .main-infos span.label.label-pdf {
	background-color: #163AA1;
	border: 1px solid #163AA1;
}

#product .main-infos span.label.label-ebook {
	background-color: #F7B320;
	border: 1px solid #F7B320;
}

/* Addon Label Promo product.tpl */
#product .content_prices {
	position: relative;
}

#product .content_prices .label {
	display: inline;
	padding: 3px 8px 3px 8px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 4px;
	margin-bottom: 0;
}

#product .content_prices .label-danger {
	background-color: #F7B320;
	border: 1px solid #F7B320;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}

#product .content_prices .our_price_display {
	display: inline-block;
}

#product .content_prices #old_price {
	display: inline-block;
	text-decoration: line-through;
	margin-left: 4px;
}