.section-daily-deals {
    padding-top: 20px;
    padding-bottom: 20px;
	background: #f4f7f9;
}
.section-daily-deals .row {
	background: #fff;
	padding: 0px;
}
.section-daily-deals h1 {
    text-align: center;
font-size: 40px;
    font-weight: 300;
    margin-top: 50px;
}
.section-daily-deals h1:after {
    background: #17a9ce none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    display: block;
    height: 1px;
    margin: 0 auto;
    position: relative;
    width: 7%;
}

.container-dd img {
    min-height: 280px;
}
.container-dd h2 {
    font-size: 27px;
	margin-top: 15px;
}
.container-dd {
	text-align: center;
}
span.price-dd {
    color: #18aace;
    font-size: 35px;
}
.details-dd div {
    display: inline-block;
    width: 30%;
    border-right: 1px solid #ccc;
    padding: 20px 0px 20px 0px;
	font-size: 13px;
}
.details-dd .savings {
	border: initial;
}
.details-dd {
    background: #f4f4f4;
    text-align: center;
    display: block;
    border: 1px solid #e4e4e4;
	margin-right: 30px;
}
.details-dd strong {
    font-size: 22px;
}
a.buy-now-dd {
    background-color: red !important;
    box-shadow: initial;
    padding: 10px 50px;
    font-size: 21px;
	cursor: pointer;
	color: #fff;
}
.time-left {
    display: block;
    margin-top: 10px;
    margin-right: 30px;
}
span.time-dd {
    font-size: 31px;
}
.time-left i.fa.fa-clock-o {
    font-size: 30px;
    margin-right: 5px;
    color: lightgreen;
}
.social-icons-dd i {
    font-size: 40px;
    margin-right: 5px;
    display: inline-block;
}
.social-icons-dd i.fa-facebook-official{
	color: #507cbe;
}
.social-icons-dd i.fa-twitter-square{
	color: #63cdf1;
}
.social-icons-dd i.fa-pinterest-square{
	color: #f16261;
}
.social-icons-dd i.fa-instagram{
	color: #90cadd;
}
.social-icons-dd i.fa-google-plus-square{
	color: #4d4f54;
}
@media only screen and (max-width: 467px) {
	.details-dd {
		margin-right: 0px;
	}
	.details-dd strong {
		font-size: 16px;
	}
	.container-dd .sixcol.column {
		margin: 0px;
	}
}