/*Publicom Custom CSS*/
.product-excluding-taxes {
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
	display: inline-block;
    position: relative;
    top: -115px;
    right: -245px;
}

.product-including-shipping-cost {
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -120px;
}

span.product {
	text-align: center;
	display: block;
}
[lang=en] span.price-msg {
	content: "price starting from";
}
[lang=fr] span.price-msg {
	content: "prix à partir de";
}