.countdownHolder{
	font-family: Arial;
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
	height: 50px;
	float: left;
}

.position{
	display: inline-block;
	height: 30px;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	background-image: linear-gradient(bottom, #3A3A3A 50%, #797979 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #797979 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #797979 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #797979 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #797979 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #797979)
	);
}

/**
 * Вы можете использовать данные классы для скрытия
 * частей счетчика, которые не нужны.
 */
.countDiv.countDiv2,
.countDiv.countDiv3,
.countDiv.countDiv4 {
	display: none;
}
.countDays{ /* display:none !important;*/ position: relative; }
.countDiv0{ /* display:none !important;*/ }
.countHours{position: relative;}
.countDiv1{}
.countMinutes{position: relative;}
.countDiv2{}
.countSec{
	display: none;
	position: relative;
}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position: relative;
}
.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	content:'';
}
.time {
	font-family: Arial;
    font-size: 11px;
    position: absolute;
    text-transform: lowercase;
    top: 80%;
}
.countDays .time {
	left: 12px;
}
.countHours .time {
	left: 10px;
}
.countMinutes .time {
	left: 13px;
}
.countDiv:after{
	top:0.9em;
}
@media only screen and (min-width: 1156px) and (max-width: 1250px) {
    .countdownHolder {
		font-size: 19px;
	}
	.action-tovar {
    margin-bottom: 7px;
	}
	.tovar_day > div {
		padding: 10px 3% 11px;
	}
}
@media only screen and (min-width: 490px) and (max-width: 560px) {
	.countdownHolder {
		font-size: 19px;
	}
	.action-tovar {
    margin-bottom: 7px;
	}
	.action-count span {
    top: 0;
	font-size: 17px;
	}
	.tovar_day > div {
		padding: 10px 3% 11px;
	}
	#content .day .box-heading {
		text-align: left;
	}
}
@media only screen and (max-width: 490px) {
	.tovar_day {
		float: none;
		margin: 0 auto;
		width: 80%;
		margin-bottom: 20px;
	}
	.day {
		margin: 0 auto 20px;
		clear: left;
		width: 80%;
	}
	#content {
		
	}
	.box.daybox {
		width: 100%;
	}
	.box {
		margin: 0 auto 20px;
		width: 80%;
	}
	#column-left + #content .box-product > div,
	#column-left + #content .product-grid > div	{
		width: 90%;
	}
}