/*=========================================================
Author       : Sila Teknologi Utama
Template Name: Yoline
Version      : 1.0
==============================================================*/

/*=============================================================
    CSS INDEX:
            1. Promo
==============================================================*/
.cs_wrap {
    min-height: 100vh;
    position: relative;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.countdown_time {
    display: contents;
    width: 100%;
}

    .countdown_time .countdown_box {
        float: left;
        width: 25%;
        font-family: 'Roboto';
        padding: 0 15px;
    }

.countdown-wrap {
    display: inline-block;
    text-align: center;
}

.countdown_time .cd_text {
    display: block;
    font-size:12px;
}

.countdown_box .countdown {
    color: #292b2c;
    font-size: 30px;
    font-weight:800;
}

.countdown_white .countdown_box .countdown, .countdown_white .countdown_box .cd_text {
    color: #fff;
}

.countdown_style1 .countdown_box {
    position: relative;
    text-align: center;
}

    .countdown_style1 .countdown_box::before {
        content: ":";
        font-size: 40px;
        font-weight: bold;
        color: #000;
        position: absolute;
        right: -6px;
    }

.countdown_style1.countdown_white .countdown_box::before {
    color: #fff;
}

.countdown_style1 .countdown_box:last-child:before {
    content: normal;
}

.cs_logo {
    margin-bottom: 30px;
    display: block;
}

.cs_title {
    line-height: 44px;
    margin-bottom: 20px;
}

.cs_content .countdown_time,
.cs_content .newsletter_form {
    margin-bottom: 30px;
}

.countdown_style2,
.countdown_style3 {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    display: -ms-flexbox;
    display: flex;
}

    .countdown_style2 .countdown_box .countdown-wrap {
        text-align: center;
        border: 1px solid #ddd;
        width: 100%;
        padding: 10px;
    }

    .countdown_style3 .countdown-wrap {
        width: 100%;
        background-color: #fff;
        padding: 15px;
        box-shadow: 0 0 5px rgba(0,0,0,0.03);
    }

.countdown_time.countdown_style4 {
    margin: 0 -2px;
    width: auto;
    display: flex;
}

    .countdown_time.countdown_style4 .countdown_box {
        padding: 0 2px;
    }

.countdown_style4 .countdown_box .countdown-wrap {
    text-align: center;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.sisa_waktu {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

    .sisa_waktu h5 {
        font-size: 16px;
        font-weight: bold;
        color:#fff;
    }

/*===================================*
  21.END COMMING SOON STYLE
*===================================*/
/*===================================*
  22.START DEAL OF THE DAY STYLE
*===================================*/
.deal_timer .countdown_time .countdown_box:first-child,
.deal_timer .countdown_time .countdown_box .cd_text {
    display: none;
}

.deal_timer {
    position: relative;
    padding-left: 15px;
}

    .deal_timer::before {
        content: "\e72b";
        position: absolute;
        left: 0;
        top: 3px;
        font-family: 'themify';
        font-size: 20px;
        color: #FF324D;
    }

    .deal_timer .countdown_style1 .countdown_box::before {
        font-size: 24px;
        font-weight: normal;
        right: -10px;
    }

    .deal_timer .countdown_box .countdown {
        font-size: 24px;
    }

    .deal_timer .countdown_box {
        width: auto;
        padding-right: 0;
    }

.deal_wrap {
    border: 2px solid #FF324D;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

    .deal_wrap .product_img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        padding: 10px;
    }

.deal_content {
    width: 100%;
}

    .deal_content .product_info {
        margin: 0px;
        padding: 10px 20px;
    }

.deal_wrap .countdown_style1 .countdown_box::before {
    font-size: 24px;
    font-weight: normal;
    right: -10px;
}

.deal_wrap .countdown_box .countdown {
    font-size: 24px;
}

.deal_wrap .countdown_time .cd_text {
    font-size: 13px;
}

.deal_progress {
    padding-top: 5px;
    display: block;
}

.stock-available {
    float: right;
}

.deal_progress .progress {
    margin-top: 5px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.deal_progress .progress-bar {
    background-color: #FF324D;
    text-indent: -99999px;
}
/*===================================*
  22.END DEAL OF THE DAY STYLE
*===================================*/
