.ofertas-contador {
    background-color: #000;
    display: inline-block;
    border-radius: 10px;
    padding: 4px;
}

.ofertas-contador h4 {
    color: white;
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
    font-weight: 300;
}

.ofertas-contador-box {
    background-color: #000;
    display: inline-block;
    border-radius: 10px;
    padding: 4px;
    width: 100%;
}

.ofertas-contador-box h4 {
    color: white;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
    font-weight: 300;
}

.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.countdown-row {
    width: 100%;
    text-align: center;
    display: flex;
    align-content: space-between;
}
.countdown-row:after {
    content: "";
    display: table;
    clear: both;
}
/*
.countdown-show1 .countdown-section {
    width: calc(100% - 20px);
}
.countdown-show2 .countdown-section {
    width: calc(50% - 20px);
}
.countdown-show3 .countdown-section {
    width: calc(33.3% - 20px);
}
.countdown-show4 .countdown-section {
    width: calc(25% - 20px);
}
.countdown-show5 .countdown-section {
    width: calc(20% - 20px);
}
.countdown-show6 .countdown-section {
    width: calc(16.66% - 20px);
}
.countdown-show7 .countdown-section {
    width: calc(14.285% - 20px);
}
*/
.countdown-section {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    margin: 0 10px;
}
.countdown-amount {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.countdown-period {
    display: block;
    color: white;
    margin-top: -10px;
}
.countdown-descr {
    display: block;
    width: 100%;
}
.countdown-separator .countdown-section:not(:last-child):after {
    content: ":";
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    left: 100%;
    margin-left: 8px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: black !important;
    background-color: black;
}