.cd-days{
    border:1px solid darkgray;
    padding: 2px 10px;
    display:inline-block;
    margin-right:0px;
    font-size:15px;
    color:red;
}
.countdown-timer{
    float:right;
    margin-right: 70px;
}
.countdown-timer .title{
    background-image: url(https://beautygarden.vn/lib/images/icon-deals-of.png);
    background-repeat: no-repeat;
    padding:0px 0px 0px 30px;
    margin-right:10px;
    line-height: 30px;
    display: inline-block;
    font-weight: bold;
}
#count-down{
    display:inline-block;
}
.page-heading{
    line-height: 30px;
}
.km-block{
    height:33px;
    border-bottom: 1px solid #e2e2e2;
}

@media only screen and (max-width: 600px) {
    .row-km-block .latest-deals-product{
        margin-top:75px;
    }
    .countdown-timer{
        margin-top:10px;
    }

    .countdown-timer{
        margin-right: 0px !important;
    }
}