

/* .iqitfreedeliverycount{  */
	/* background: #E7692A;  */
	/* color: #ffffff;  */
/* }  */
/* .iqitfreedeliverycount .ifdc-txt-content{ */
	/* border-color: #ffffff;  */
/* } */



.iqitfreedeliverycount{ 
	background: #fff; 
	color: #cc0000;
	margin-bottom:.75rem;
	background-color:#fff;
	border-radius:0;
	border:1px solid rgba(0,0,0,.125);
	padding: 10px;
} 


.iqitfreedeliverycount .ifdc-txt-content{
	border-color: #ffffff; 
}




@media (min-width: 300px) {
	.iqitfreedeliverycount .ifdc-icon{
		border: 0px solid red;
		width: 15%;
		float:left;
	}
	.iqitfreedeliverycount .ifdc-remaining{
		border: 0px solid red;
		width: 85%;
		float:left;
	}
}
@media (min-width: 767px) {
	.iqitfreedeliverycount .ifdc-icon{
		border: 0px solid red;
		width: 8%;
		float:left;
	}
	.iqitfreedeliverycount .ifdc-remaining{
		border: 0px solid red;
		width: 92%;
		float:left;
	}
}





/*ID CART */

#cart .iqitfreedeliverycount .ifdc-icon{width: 20%;}
#cart .iqitfreedeliverycount .ifdc-remaining{width: 80%;}
#cart .iqitfreedeliverycount .ifdc-icon i{font-size: 60px;}
#cart .iqitfreedeliverycount .ifdc-remaining{font-size: 18px;line-height: 28px;}

#checkout .iqitfreedeliverycount .ifdc-icon{width: 20%;}
#checkout .iqitfreedeliverycount .ifdc-remaining{width: 80%;}
#checkout .iqitfreedeliverycount .ifdc-icon i{font-size: 56px;}
#checkout .iqitfreedeliverycount .ifdc-remaining{font-size: 18px;line-height: 28px;}




.iqitfreedeliverycount .ifdc-icon i{font-size: 30px;}

/*TEXT*/
.iqitfreedeliverycount .ifdc-remaining{font-size: 18px;line-height: 28px;}

