/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/
/*===========================================
=            FLASH SALE PRODUCTS            =
===========================================*/
.ireliev_special_offer_banner{
	padding: 15px;
}
.ireliev_special_offer_banner .ireliev_units_left { 
	text-align: center;
}
.ireliev-offer-ends h4 {
	margin: 10px auto; 
	font-weight: bold!important;
}
.ireliev-offer-ends h4:first-child {
	float: left;
	width: 35%;
}
.ireliev-offer-ends h4:last-child {
	float: left;
	width: 65%;
	color: #00aeef;
}
.ireliev_units_left h3{
	font-size: 18px!important;
	line-height: 1.2;
	font-weight: 600!important;
}
.ireliev_special_offer_banner .progress-bar {
	background-color: #f5f5f5!important;
	height: 20px;
	padding: 5px;
	width: 100%;
	margin: 0!important;
	border-radius: 5px;
	box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444!important;
}
.ireliev_special_offer_banner .progress-bar span {
	display: inline-block;
	float: left;
	height: 100%;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	transition: width .4s ease-in-out;
}
.ireliev_special_offer_banner .progress-bar-color span {
	background-color: #FF7900;
}
.ireliev_special_offer_banner h4{
	display: inline-block;
	font-size: 12px!important;
	font-weight: 300;
}
.ireliev_special_offer_banner h4.countdown_timer{
	text-align: right;
}
/*=====  End of FLASH SALE PRODUCTS  ======*/