/*
    Created on : Aug 14, 2017, 1:47:08 PM
    Author     : art3mk4
*/

.timer-row {
    padding-top: 10px;
}

.timer-wrapper {
    background: #f6f6f6;
}

.countTimer1 span {
    border: 1px solid #9a9a9a;
    border-radius: 3px;
    padding: 5px;
    background: white;
    font-size: 20px;
    font-weight: 700;
}

.countTimer1 div label {
    padding-top: 5px;
    color: #9a9a9a;
    clear: both;
    display: block;
    font-size: 11px;
    font-weight: 400;
}

.timer-label-class {
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}


.days {
    width: 25%;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    position: relative;
}

.hours {
    width: 25%;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    position: relative;
}

.minutes {
    width: 25%;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    position: relative;
}

.seconds {
    width: 25%;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    position: relative;
}

.progress-row {
    padding-top: 5px;
}

.countdown-progress-text {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.countdown-progress {
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background: #d7d7d7;
}

.countdown-progress span {
    display: block;
    border-radius: 3px;
    height: 10px;
    border: 1px solid orange;
    background: orange;
}

.count-sold-row {
    width: 100%;
    padding-bottom: 15px;
}

.count-sold {
    width: 100%;
    text-align: center;
}

.count-sold span {
    color: #9a9a9a;
    font-size: 11px;
    font-weight: 400;
}

.count-padding {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

.countTimer2 span {
    background: #424242;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
}

.countTimer2 div label {
    padding-top: 5px;
    color: #9a9a9a;
    clear: both;
    display: block;
    font-size: 11px;
    font-weight: 400;
}

.countTimer3 div label {
    color: #a8bcce;
    clear: both;
    display: block;
    font-size: 11px;
    font-weight: 400;
}

.countTimer3 span {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.countTimer3 {
    background: #343e45 !important;
    padding-bottom: 5px;
}

.countTimer3 .timer-label-class {
    color: #ffffff;
}

@media (min-width:768px) and (max-width:1072px) {
    .days {
        width: 25%;
    }
    .hours {
        width: 25%;
    }
    .minutes {
        width: 25%;
    }
    .seconds {
        width: 25%;
    }
}

@media (max-width: 463px) {
    .count-padding span {
        font-size: 12px;
    }
    /*.countDownTimer .timer-label-class {
        font-size: 11px !important;
    }*/
    .item-cat .timer-label-class {
        padding-bottom: 5px;
    }
}

/*countTimer4 start*/
.countTimer4 + .progress-row .countdown-progress-text {
    margin-right: 5%;
    margin-left: 5%;
    border-top: solid 1px #DCD6CF;
}

.countTimer4 + .progress-row + .count-sold-row {
    display: none !important;
}

.countTimer4 + .progress-row span.right {
    display: inline-block;
    text-align: right;
    width: 30%;
}

.countTimer4 + .progress-row span.left {
    display: inline-block;
    width: 30%;
}

.countTimer4 + .progress-row span.center {
    padding-top: 5px;
    width: 40%;
    text-align: center;
    display: inline-block;
}

.countTimer4 + .progress-row .countdown-progress {
    -moz-box-shadow:    0 2px 5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.countTimer4 + .progress-row {
    padding-bottom: 10px;
}

.countTimer4 + .progress-row .countdown-progress {
    background: #dfd9d1;
}

.countTimer4 + .progress-row .countdown-progress span {
    height: 4px;
}

.countTimer4 span {
    font-size: 21px;
    line-height: 21px;
}

.number-timer {
    display: inline-block;
}

.countTimer4 label {
    font-size: 13px;
    color: red;
    vertical-align: top;
    margin-top: -5px;
    font-weight: unset;
}

.countTimer4 .countdown-progress {
    margin-left: 5%;
    margin-right: 5%;
}

.countTimer4 .days:after,
.countTimer4 .hours:after,
.countTimer4 .minutes:after {
    position: absolute;
    right: 0;
    content: ':';
    vertical-align: top;
    line-height: 21px;
    font-size: 21px;
    font-weight: 700;
}

.countTimer4 span.center {
    display: block;
}
/** countTimer4 end **/


/** countTimer5 start **/
.countTimer5 label {
    display: block;
    font-weight: unset;
}

.countTimer5 span {
    font-size: 24px;
    line-height: 21px;
}

.countTimer5 .hours:before,
.countTimer5 .minutes:before,
.countTimer5 .seconds:before {
    position: relative;
    right: 25%;
    content: ':';
    vertical-align: top;
    line-height: 21px;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
}

.countTimer5 + .progress-row + .count-sold-row {
    display: none !important;
}

.countTimer5 + .progress-row .countdown-progress {
    margin-left: 0;
    margin-right: 0;
    border: none;
    border-radius: 0px;
}

.countTimer5 + .progress-row .countdown-progress span {
    border: none !important;
    border-radius: 0px;
    height: 18px;
}

.countTimer5 + .progress-row span.right {
    display: inline-block;
    text-align: right;
    width: 30%;
    padding-right: 5%;
}

.countTimer5 + .progress-row span.left {
    display: inline-block;
    width: 30%;
}

.countTimer5 + .progress-row span.center {
    width: 40%;
    text-align: center;
    display: inline-block;
}
/** countTimer5 end **/

/** countTimer6 start **/
.countTimer6 label {
    font-size: 13px;
    color: red;
    vertical-align: top;
    margin-top: -5px;
    font-weight: unset;
}

.countTimer6 .days:after,
.countTimer6 .hours:after,
.countTimer6 .minutes:after {
    position: absolute;
    right: 0;
    content: ':';
    vertical-align: top;
    line-height: 21px;
    font-size: 21px;
    font-weight: 700;
}

.countTimer6 span {
    font-size: 24px;
    line-height: 21px;
}

.countTimer6 + .progress-row + .count-sold-row {
    display: none !important;
}

.countTimer6 + .progress-row .countdown-progress {
    margin-left: 0;
    margin-right: 0;
    border: none;
    border-radius: 0px;
    -moz-box-shadow:    0 2px 5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.countTimer6 + .progress-row .countdown-progress span {
    border: none !important;
    border-radius: 0px;
}

.countTimer6 + .progress-row .countdown-progress span {
    height: 18px;
}

.countTimer6 + .progress-row span.right {
    display: inline-block;
    text-align: right;
    width: 30%;
    padding-right: 5%;
}

.countTimer6 + .progress-row span.left {
    display: inline-block;
    width: 30%;
}

.countTimer6 + .progress-row span.center {
    width: 40%;
    text-align: center;
    display: inline-block;
}

/** countTimer6 end **/

/** countTimer7 start **/
.countTimer7 + .progress-row span.right {
    display: inline-block;
    text-align: right;
    width: 30%;
    padding-right: 5%;
}

.countTimer7 + .progress-row span.left {
    display: inline-block;
    width: 30%;
}

.countTimer7 + .progress-row span.center {
    width: 40%;
    text-align: center;
    display: inline-block;
}

.countTimer7 + .progress-row .countdown-progress {
    margin-left: 0;
    margin-right: 0;
    border: none;
    border-radius: 0px;
    -moz-box-shadow:    0 2px 5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.countTimer7 + .progress-row .countdown-progress span {
    border: none !important;
    border-radius: 0px;
    height: 18px;
}

.countTimer7 #countdown7 canvas {
    width: 25%;
    height: 25%;
}

.countTimer7 .timer-label-class {
    padding-bottom: 5px;
}

/** countTimer7 end **/
