/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.woocommerce div.product p.price ins#wcsp_sale_price,
.woocommerce div.product p.price ins.wcsp_original_sale_price{
    display: none;
}

.wcsp-in-countdown-wrap{
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 24px;
    margin-bottom: 15px;
    display: none;
}

.wcsp-in-countdown-wrap-topbar{
    margin-bottom: 0px;
}

.wcsp-in-countdown-block{
    font-family: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wcsp-in-countdown{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-family: inherit;
    min-height: 28px;
    padding: 0 5px;
}
/*width: 100px;*/
/*justify-content: center;*/
/*margin-right: 40px;*/
/*border: 1px solid #433C41;*/
/*background: #616161;*/
/*color: #fff;*/
#wcsp-in-timer{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}
.wcsp-in-content a{
    font-family: inherit;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
.wcsp-in-content a:hover{
    text-decoration: none;
}