/* Single product page timer */

.wcpa_timer {
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}

.wcpa_timer_section {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.wcpa_pro_notice {
    color: #3c763d;
}

/* Shop Page Timmer */

.wcpa-shop-timer-wrapper {
    width: 100%;
    padding: 0.5em 0;
    margin: 10px 0 20px 0;
    color: #3c763d;
    background: #f1f1f1;
    /*    border: 1px solid #d6e9c6;*/
    overflow: hidden;    
}

.wcpa-shop-timer-wrapper .wcpa-shop-timer-container {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}

.wcpa-shop-timer-wrapper .wcpa-shop-timer-container .wcpa-shop-timer-section {
    width:22.5%;
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    position: relative;
}

.wcpa-shop-timer-section:before {
    content: '';
    width:1px;
    height:15px;
    background: #000;
    right: 0;
    top: 10px;
    display: block;
    position: absolute;
}

.wcpa-shop-timer-section:last-child:before {
    content: '';
    width:0;
    height:0;
}

.wcpa-shop-timer-section span {
    color: #000;
}

.wcpa_shop_notice {
    color: #0e6c59;
}
