<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.countDiv:before{
	color: #fff;
	content: ':';
	line-height: 30px;
}

.countDiv{
    display: inline;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    text-align: center;
}
.countdown-title {
	position: absolute;
	text-align: center;
	top: -12px;
	right: 0;
}
.customtextcountdown a,
#header .banner .customtextcountdown a{
	display: inline-block;
}
.customtextcountdown a  span,
#header .banner .customtextcountdown a  span{
	text-decoration: underline;
}
.customtextcountdown a:hover span,
#header .banner .customtextcountdown a:hover span{
	text-decoration: none;
}
.customtextcountdown{float:left;margin-right:15px;}
.customtextcountdown p{
	margin: 0;
	line-height: 50px;
	font-weight: 500;
}
.countdownHolder{
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	float: left;
	padding: 10px 30px;
	border-radius: 3px;
}
.countdownHolder .position{
	height: 30px;
	overflow: hidden;
	position: relative;
	width: 15px;
	float: left;
	display: inline;
}
.countdownHolder .titleSeconds,
.countdownHolder .titleMinutes,
.countdownHolder .titleHours,
.countdownHolder .titleDays{
	color: #ffffffd1;
	font-size: 11px;
	display: inherit;
	line-height: 30px;
	float: left;
	margin-left: 5px;
	text-transform: uppercase;
}
.countdownHolder .digit{
	position:absolute;
	display:block;
	width:1em;
	color:#fff;
	line-height: 30px;
}
.okom_countdown-product-messagep {
	clear: both;
	position: relative;
	text-align:center;
	padding: 10px;
	margin:5px 0 5px 0;
}
.countdownHolderp{
	width:250px;
	margin:0 auto;
	font:  18px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-4px;
}
.countdownHolderp .position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
	margin-right:2px;
}
.countdownHolderp .digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	.countdown-title{
		margin-bottom:30px;
		position: static;
	}
}
@media only screen and (max-width : 767px){
	.countdown-title{
		margin-bottom:30px;
		position: static;
	}
	.customtextcountdown{
		width: 100%;
		    text-align: left;
	}
	.countdownHolder{
		padding: 10px 10px;
	}
	.countDiv{
		width: 20px;
	}
}</pre></body></html>