

.is-countdown {
    display: block;
    overflow: hidden
}

.countdown-rtl {
    direction: rtl
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0 2px;
    text-align: center
}

.countdown-show1 .countdown-section {
    width: 98%
}

.countdown-show2 .countdown-section {
    width: 48%
}

.countdown-show3 .countdown-section {
    width: 32.5%
}

.countdown-show4 .countdown-section {
    width: 24.5%
}

.countdown-show5 .countdown-section {
    width: 19.5%
}

.countdown-show6 .countdown-section {
    width: 16.25%
}

.countdown-show7 .countdown-section {
    width: 14%
}

.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center
}

.countdown-amount {
    font-size: 22px;
    height: 70px;
    line-height: 70px;
    width: 60px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    border-radius: 5px;
    background: #adadad;
    background: -moz-linear-gradient(top,#adadad 0,#111 2%,#222 49%,#000 50%,#333 51%,#111 100%);
    background: -webkit-linear-gradient(top,#adadad 0,#111 2%,#222 49%,#000 50%,#333 51%,#111 100%);
    background: linear-gradient(to bottom,#adadad 0,#111 2%,#222 49%,#000 50%,#333 51%,#111 100%);
    box-shadow: 0 1px 5px rgba(49,49,49,.62)
}

.homedeal-compact .countdown-amount {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-weight: 700;
    font-size: 13px
}

.countdown-period {
    display: block;
    font-size: 14px;
    margin-top: 5px
}

.countdown-descr {
    display: block;
    width: 100%
}

.homedeal-compact .countdown-period {
    display: none
}

.homedeal-compact .price {
    font-size: 1.2em;
    font-weight: 700
}

span.countdown-section {
    position: relative
}

span.countdown-section:after {
    content: ":";
    display: block;
    position: absolute;
    top: 50%;
    font-size: 30px;
    font-weight: 700;
    color: #999;
    right: -6px;
    top: 10px;
    animation: blinkergeneral 1s linear infinite
}

.homedeal-compact span.countdown-section:after {
    top: 50%;
    right: -3px;
    margin-top: -10px
}

.countdown-block .countdown-section:last-child:after {
    display: none
}

.countdown .countdown-section:last-child .countdown-amount {
    animation: blinkerbg 1s linear infinite
}
.countdown-block .countdown-section:last-child:after {
    display: none
}

.countdown .countdown-section:last-child .countdown-amount {
    animation: blinkerbg 1s linear infinite
}

@keyframes blinkergeneral {
    80% {
        opacity: 0
    }
}

@keyframes blinkerbg {
    80% {
        opacity: .4
    }
}

.product-grid .countdown-holder {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 5px;
    border-top: 0
}

.countdown-block {
    display: inline-block;
    width: 100%;
    max-width: 250px
}

.countdown-block.tiny {
    max-width: 170px
}

.countdown-block.highlight {
    margin-bottom: 15px
}

.countdown-block.slider {
    display: block;
    margin: 30px auto 0 auto;
    max-width: 300px
}

.countdown-block .countdown-period {
    font-size: 9px;
    text-transform: uppercase
}

.countdown-block.tiny .countdown-period {
    display: none
}

.countdown-block .countdown-amount {
    box-shadow: none;
    background: #424242;
    padding: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    letter-spacing: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 100%
}

.countdown-block.slider .countdown-amount {
    background: 0 0;
    border: 2px solid #fff;
    height: 50px;
    line-height: 48px;
    width: 50px;
    font-size: 14px
}

.countdown-block.small .countdown-amount {
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 11px
}

.countdown-block.tiny .countdown-amount {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    margin-right: 10px
}

.countdown-block .countdown-section:after {
    content: ":";
    display: block;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    color: #999;
    top: 0;
    right: -2px;
    animation: blinkergeneral 1s linear infinite;
    height: 40px;
    line-height: 38px
}

.countdown-block.slider .countdown-section:after {
    color: #fff;
    top: 5px
}

.countdown-block .countdown-section:last-child:after {
    display: none
}

.countdown-block.highlight .countdown-section:after {
    color: #fff
}

.countdown-block.tiny .countdown-section:after {
    font-size: 15px;
    right: 2px;
    height: 25px;
    line-height: 25px
}

.countdown-block svg {
    vertical-align: middle
}

.countdown-block>span {
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block
}

.countdown-block .blink,.countdown-block .timer-sec,.countdown-block .countdown-row .countdown-section:last-child {
    font-weight: 600;
    animation: blinkergeneral 1s linear infinite;
    opacity: 1
}

@keyframes blinkergeneral {
    90% {
        opacity: .6
    }
}