@font-face {
	font-family: 'antonioregular';
	src: url('../font/Antonio/antonio-regular.woff2') format('woff2'),
		url("../font/Antonio/antonio-regular.ttf") format("truetype"),
		url('../font/Antonio/antonio-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bebas_neueregular';
	src: url('../font/BebasNeue/bebasneue-regular.eot');
	src: url('../font/BebasNeue/bebasneue-regular.eot?#iefix') format('embedded-opentype'),
		url('../font/BebasNeue/bebasneue-regular.woff2') format('woff2'),
		url('../font/BebasNeue/bebasneue-regular.woff') format('woff'),
		url('../font/BebasNeue/bebasneue-regular.ttf') format('truetype'),
		url('../font/BebasNeue/bebasneue-regular.svg#bebas_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.text-right {
	text-align: right;
}
.price-container {
	margin-left: 9px;
}
.prices-content > span {
	color: #0666b0;
	display: block;
	font-size: 18px;
}
.prices-content .single-price,
.prices-content .sale-price {
	font-size: 24px;
}
.prices-content .single-price.has-sale-price {
	color: #FD6D1F;
	font-size: 18px;
	text-decoration: line-through;
}
.prices-content.text-right span {
	display: inline-block;
}
.prices-content.text-right .single-price.has-sale-price {
	margin-right: 10px;
}
.price-title-container {
	position: relative;
	width: 100%;
}
.prices-title-content {
	min-width: 50%;
	padding-left: 16px;
	position: absolute;
	right: 8px;
	top: 5px;
}
.price-title-offer-text {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FD6D1F;
	border-radius: 30px;
	border: 3px solid #ffffff;
	color: #ffffff;
	display: block;
	font-family: "antonioregular";
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 4px;
	padding: 7px 15px 0;
	text-align: center;
	text-transform: uppercase;
}
.price-title-saving-number {
	background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 8px 5px 0;
    text-align: center;
    text-shadow: -1px 1px 4px #000;
}
.price-title-saving-number .saving-text {
	display: inline-block;
	font-family: "antonioregular";
	font-size: 19px;
	line-height: 22px;
	text-align: right;
	width: 50px;
}
.price-title-saving-number .saving-number {
	color: #FD6D1F;
	font-family: "bebas_neueregular";
	font-size: 55px;
	line-height: 40px;
}