.daily-countdown-time .item-time {
    display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
}
.daily-countdown-time .item-time span{display: block;}


.daily-countdown-time .item-time span.dw-time {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 900;
	font-size: 27px;
}
.daily-countdown-time .item-time span.dw-time:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 1px;
	background-color: rgba(255,255,255,0.3);
	bottom: -3px;
	left: 50%;
	margin-left: -9px;
}
.daily-countdown-time .item-time span.dw-txt {
	font-size: 18px;font-weight: 600;
}
.dor-daily-deal-content .hook-reviews .comments_note .star_content{padding-top: 0px;}
.dailydeal-carousel .owl-dots{text-align: center;}
.dailydeal-carousel .owl-dots .owl-dot {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 13px;
    margin: 0 4px;
    width: 13px;
}
.dailydeal-carousel .owl-dots .owl-dot.active {
    background: #fff none repeat scroll 0 0;
}