﻿
.product-countdown {
    position: absolute;
    left: .8rem;
    right: .8rem;
    bottom: 1.3rem;
    z-index: 6;
    transition: all .4s ease;
    visibility: visible;
    opacity: 1;
    background-color: #fff
}

.product-countdown .countdown-show4 .countdown-section {
    width: calc(25% - 10px);
}

.product-countdown .countdown-section {
    font-size: 1rem;
    line-height: 1;
    padding: 1.4rem 0 1.2rem;
    margin-left: .5rem;
    margin-right: .5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: .4rem;
}

    .product-countdown .countdown-section:not(:last-child):after {
        color: #fff;
        content: ':';
        display: inline-block;
        font-weight: 400;
        font-size: 20px;
        line-height: 1;
        position: absolute;
        left: 100%;
        margin-left: 3px;
        margin-top: -1px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

.product-countdown .countdown-period {
    display: block;
    font-weight: 400;
    color: #333333;
    text-transform: lowercase;
    width: 100%;
    padding-left: .2rem;
    padding-right: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .product-countdown .countdown-amount {
        display: inline-block;
        /*color: #ef837b;*/
        color: #ef3b51;
        font-weight: 500;
        font-size: 1.8rem;
        letter-spacing: -.03em;
        margin-bottom: .6rem;
    }


    /*color: #ef837b;*/





.product-countdown.countdown-primary .countdown-amount {
    color: #c96;
}

.product-countdown-container {
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 1.3rem;
    z-index: 6;
    padding-top: .9rem;
    padding-bottom: .9rem;
    border-radius: .3rem;
    background-color: rgba(255, 255, 255, 0.95);
    letter-spacing: -.01em;
    transition: all .4s ease;
    visibility: visible;
    opacity: 1;
}

    .product-countdown-container .product-contdown-title {
        display: block;
        color: #333;
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 1.2;
        margin-bottom: .3rem;
        text-align: center;
    }

    .product-countdown-container .product-countdown {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 6;
        line-height: 1;
        opacity: 1;
    }

        .product-countdown-container .product-countdown .countdown-amount {
            font-weight: 500;
            font-size: 1.4rem;
            line-height: 1;
            margin-bottom: 0;
            text-transform: uppercase;
        }

.product:hover .product-countdown,
.product:hover .product-countdown-container {
    opacity: 0;
    visibility: hidden;
}

.product-details .product-countdown {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    max-width: 260px;
    margin-left: -5px;
    margin-bottom: 2rem;
}

    .product-details .product-countdown .countdown-section {
        background-color: #fafafa;
    }

.product-countdown.countdown-primary .countdown-amount {
    color: #c96;
}

.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
    color: #c96;
}

.product-countdown .countdown-show4 .countdown-section {
    width: calc(25% - 10px);
}

.product-countdown .countdown-section {
    font-size: 1rem;
    line-height: 1;
    padding: 1.4rem 0 1.2rem;
    margin-left: .5rem;
    margin-right: .5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: .4rem;
}

    .product-countdown .countdown-section:not(:last-child):after {
        color: #fff;
        content: ':';
        display: inline-block;
        font-weight: 400;
        font-size: 20px;
        line-height: 1;
        position: absolute;
        left: 100%;
        margin-left: 3px;
        margin-top: -1px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

.coming-countdown .countdown-section {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
}

.coming-countdown .countdown-amount {
    color: #c96;
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: -.025em;
}

.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
    font-size: 30px;
    margin-left: 8px;
    color: #c96;
    margin-top: -1rem;
}


