.priceFeed{
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.priceFeed .new_price, .priceFeed .standard_price{
	color: #f68f39 !important;
}
.priceFeed .incVAT{
	font-size: 20px !important;
	margin-bottom: 5px !important;
    max-width: 100% !important;
    width: 100% !important;
}
.priceFeed .excVAT{
	margin-bottom: 15px !important;
    color: #575755 !important;
    font-size: 11px !important;
    line-height: 14px !important;
    max-width: 100% !important;
    width: 100% !important;
}
.priceFeed h5{
	color: #575755 !important;
	text-transform: uppercase !important;
	margin-bottom: 5px !important;
	font-size: 11px !important;
    line-height: 14px !important;
}
.priceFeed .offer .old_price{
	vertical-align: top !important;
    padding-top: 30px !important;
}
.priceFeed .offer .old_price, .priceFeed .offer .new_price{
	display: inline-block !important;
	padding-right: 20px !important;
}

.priceFeed .offer{
	position: relative !important;
}

.priceFeed .offer .new_price .consumableForm.center{
	position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}

.priceFeed .offer.center{
	padding-bottom: 40px;
}

.priceFeed .offer .old_price .incVAT{
	color: #10218b !important;
	text-decoration: line-through !important;
}

.priceFeed .new_price .incVAT{
	color: #f68f39 !important;
}

.priceFeedBtn{
	margin: 0 auto 20px auto !important;
	background-color: #f68f39;
	padding: 10px 15px;
}
.priceFeedBtn:hover, .priceFeedBtn:focus, .priceFeedBtn:active{
	background-color: #d65f00;
}

/* Override */
#section-range h2{
	margin-top: 0;
}
#section-range #carousel{
	height: auto !important;
	position: relative !important;
	top: 0 !important;
	display: block !important;
}
#section-range #carousel .carousel-image{
    top: 0 !important;
}
#section-range #carousel .spacer{
	height: 500px !important;
	position: relative !important;
}
#section-range .textbox{
	display: block;
    top: auto !important;
    position: relative !important;
}
#section-range .textbox p{
	margin: 0 auto 10px;
}