/* 
    Created on : Feb 15, 2018, 2:14:26 PM
    Author     : art3mk4
*/

.columns-4 .timer-row .number-timer .count-padding span {
    font-size: 14px;
    padding: 4px;
}

.columns-5 .timer-row .number-timer .count-padding span {
    font-size: 13px;
    padding: 2px;
}

@media (min-width: 768px) and (max-width: 997px) {
    .columns-3 .timer-row .number-timer .count-padding span {
        font-size: 14px;
        padding: 3px;
    }

    .columns-4 .timer-row .number-timer .count-padding span {
        font-size: 14px;
        padding: 1px;
    }

    .columns-5 .timer-row .number-timer .count-padding span {
        font-size: 11px;
        padding: 1px;
    }
}

@media (min-width: 998px) and (max-width: 1008px) {
    .columns-3 .timer-row .number-timer .count-padding span {
        font-size: 14px;
        padding: 3px;
    }

    .columns-4 .timer-row .number-timer .count-padding span {
        font-size: 14px;
        padding: 3px;
    }

    .columns-5 .timer-row .number-timer .count-padding span {
        font-size: 14px;
        padding: 3px;
    }
}

.related .products .countDownTimer {
    display: none;
    visibility: hidden;
    height: 0px;
}

/** countDownTimer4 single product **/
@media (min-width: 768px) and (max-width: 1024px) {
    .single-product .countTimer4 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .single-product .countTimer4 + .progress-row .countdown-progress-text .center {
        width: 50%;
        text-align: left;
    }

    .single-product .countTimer4 + .progress-row .countdown-progress-text .right {
        width: 50%;
    }
}

@media (max-width: 320px) {
    .single-product .countTimer4 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .single-product .countTimer4 + .progress-row .countdown-progress-text .center {
        width: 50%;
        text-align: left;
    }

    .single-product .countTimer4 + .progress-row .countdown-progress-text .right {
        width: 50%;
    }
}

/** countDownTimer4 category page **/

.tax-product_cat .countTimer4 .timer-label-class {
    padding-bottom: 5px;
}

.tax-product_cat .countTimer4 + .progress-row .countdown-progress-text .center {
     font-size: 12px;
 }

 .tax-product_cat .countTimer4 + .progress-row .countdown-progress-text .right {
     font-size: 12px;
 }

 .tax-product_cat .countTimer4 .number-timer .count-padding span {
     font-size: 12px;
 }

 .tax-product_cat .countTimer4 label {
     font-size: 10px;
 }

@media (min-width: 320px) {
    .tax-product_cat .countTimer4 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .tax-product_cat .countTimer4 + .progress-row .countdown-progress-text .center {
        width: 50%;
        text-align: left;
    }

    .tax-product_cat .countTimer4 + .progress-row .countdown-progress-text .right {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tax-product_cat .countTimer4 .number-timer .count-padding span {
        padding: 0px;
        margin: 0px;
    }

    .tax-product_cat .countTimer4 label {
        display: block;
    }

    .tax-product_cat .countTimer4 .days:after,
    .tax-product_cat .countTimer4 .hours:after,
    .tax-product_cat .countTimer4 .minutes:after {
        content: '';
    }
}

@media (min-width: 1024px) {
    .tax-product_cat .countTimer4 .days:after,
    .tax-product_cat .countTimer4 .hours:after,
    .tax-product_cat .countTimer4 .minutes:after {
        font-size: 12px;
        line-height: 12px;
        vertical-align: middle;
    }
}

@media (max-width: 425px) {
    .tax-product_cat .countTimer4 .days:after,
    .tax-product_cat .countTimer4 .hours:after,
    .tax-product_cat .countTimer4 .minutes:after {
        font-size: 12px;
        line-height: 12px;
        vertical-align: middle;
    }
}

/** countDownTimer4 home page **/

.columns-3 .countTimer4 .timer-label-class {
    padding-bottom: 5px;
}

.columns-3 .countTimer4 .count-padding span {
    font-size: 13px;
}

.columns-3 .countTimer4 label {
    font-size: 10px;
}

.columns-3 .countTimer4 .days:after,
.columns-3 .countTimer4 .hours:after,
.columns-3 .countTimer4 .minutes:after {
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.columns-3 .countTimer4 + .progress-row .countdown-progress-text .left {
    width: 0px;
}

.columns-3 .countTimer4 + .progress-row .countdown-progress-text .center {
    width: 50%;
    text-align: left;
    font-size: 12px;
}

.columns-3 .countTimer4 + .progress-row .countdown-progress-text .right {
    width: 50%;
    font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .columns-3 .countTimer4 .count-padding span {
        padding: 0px !important;
        margin: 0px !important;
    }

    .columns-3 .countTimer4 .days:after,
    .columns-3 .countTimer4 .hours:after,
    .columns-3 .countTimer4 .minutes:after {
        content: '';
    }
}

.columns-4 .countTimer4 label {
    font-size: 10px !important;
}

.columns-4 .countTimer4 .count-padding span {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 12px !important;
}

.columns-4 .countTimer4 .timer-label-class {
    padding-bottom: 5px;
}

.columns-4 .countTimer4 + .progress-row .countdown-progress-text .left {
    width: 0px;
}

.columns-4 .countTimer4 + .progress-row .countdown-progress-text .center {
    width: 50%;
    text-align: left;
    font-size: 12px;
}

.columns-4 .countTimer4 + .progress-row .countdown-progress-text .right {
    width: 50%;
    font-size: 12px;
}

@media (min-width: 425px) {
    .columns-4 .countTimer4 .days:after,
    .columns-4 .countTimer4 .hours:after,
    .columns-4 .countTimer4 .minutes:after {
        content: '';
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .columns-4 .countTimer4 + .progress-row .countdown-progress-text .center {
        font-size: 9px;
    }

    .columns-4 .countTimer4 + .progress-row .countdown-progress-text .right {
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    .columns-4 .countTimer4 .count-padding span {
        font-size: 14px !important;
    }
}

@media (max-width: 425px) {
    .columns-4 .countTimer4 .days:after,
    .columns-4 .countTimer4 .hours:after,
    .columns-4 .countTimer4 .minutes:after {
        font-size: 15px;
        line-height: 15px;
        vertical-align: middle;
    }
}

/** countDownTimer5 home page**/

.countTimer5 .timer-label-class {
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .columns-4 .countTimer5 + .progress-row,
    .columns-3 .countTimer5 + .progress-row {
        display: none !important;
    }

    .columns-4 .countTimer5 .count-padding span,
    .columns-3 .countTimer5 .count-padding span {
        font-size: 14px;
        margin: 0px;
        padding: 0px;
    }

    .columns-4 .countTimer5 label,
    .columns-3 .countTimer5 label {
        font-size: 12px;
    }

    /*.columns-3 .countTimer5 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .columns-3 .countTimer5 + .progress-row .countdown-progress-text .center {
        padding-left: 5%;
        width: 50%;
        text-align: left;
        font-size: 12px;
    }

    .columns-3 .countTimer5 + .progress-row .countdown-progress-text .right {
        width: 50%;
        font-size: 12px;
    }*/
}

@media (max-width: 375px) {
    .columns-4 .countTimer5 + .progress-row .countdown-progress-text .left,
    .columns-3 .countTimer5 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .columns-4 .countTimer5 + .progress-row .countdown-progress-text .center,
    .columns-3 .countTimer5 + .progress-row .countdown-progress-text .center {
        padding-left: 5%;
        width: 50%;
        text-align: left;
        font-size: 12px;
    }

    .columns-4 .countTimer5 + .progress-row .countdown-progress-text .right,
    .columns-3 .countTimer5 + .progress-row .countdown-progress-text .right {
        width: 50%;
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .columns-4 .countTimer5 .hours:before,
    .columns-3 .countTimer5 .hours:before,
    .columns-4 .countTimer5 .minutes:before,
    .columns-3 .countTimer5 .minutes:before,
    .columns-4 .countTimer5 .seconds:before,
    .columns-3 .countTimer5 .seconds:before {
        content: '';
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .columns-4 .countTimer5 .count-padding span,
    .columns-3 .countTimer5 .count-padding span {
        font-size: 16px;
        margin: 0px;
        padding: 0px;
    }

    .columns-4 .countTimer5 .hours:before,
    .columns-3 .countTimer5 .hours:before,
    .columns-4 .countTimer5 .minutes:before,
    .columns-3 .countTimer5 .minutes:before,
    .columns-4 .countTimer5 .seconds:before,
    .columns-3 .countTimer5 .seconds:before {
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
    }

    .columns-4 .countTimer5 label,
    .columns-3 .countTimer5 label {
        display: block;
        font-size: 12px;
    }
}

/** countDownTimer5 single page**/
@media (min-width: 768px) and (max-width: 1024px) {
    .single-product .countTimer5 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .single-product .countTimer5 + .progress-row .countdown-progress-text .center {
        padding-left: 5%;
        width: 50%;
        text-align: left;
        font-size: 12px;
    }

    .single-product .countTimer5 + .progress-row .countdown-progress-text .right {
        width: 50%;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .single-product .countTimer5 + .progress-row .countdown-progress-text .center,
    .single-product .countTimer5 + .progress-row .countdown-progress-text .right {
        font-size: 12px;
    }

    .single-product .countTimer5 .count-padding span {
        font-size: 14px;
        margin: 0px;
        padding: 0px;
    }

    .single-product .countTimer5 label {
        font-size: 10px;
        display: block;
    }

    .single-product .countTimer5 .hours:before,
    .single-product .countTimer5 .minutes:before,
    .single-product .countTimer5 .seconds:before {
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
    }
}

@media (max-width: 375px) {
    .single-product .countTimer5 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .single-product .countTimer5 + .progress-row .countdown-progress-text .center {
        padding-left: 5%;
        width: 50%;
        text-align: left;
    }

    .single-product .countTimer5 + .progress-row .countdown-progress-text .right {
        width: 50%;
    }
}

/** countDownTimer6 home page **/
.columns-3 .countTimer6 .timer-label-class,
.columns-4 .countTimer6 .timer-label-class {
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .columns-3 .countTimer6 + .progress-row,
    .columns-4 .countTimer6 + .progress-row {
        display: none !important;
    }

    .columns-4 .countTimer6 .days:after,
    .columns-4 .countTimer6 .hours:after,
    .columns-4 .countTimer6 .minutes:after {
        content: '';
    }

    .columns-3 .countTimer6 .days:after,
    .columns-3 .countTimer6 .hours:after,
    .columns-3 .countTimer6 .minutes:after {
        content: '';
    }

    .columns-3 .countTimer6 label,
    .columns-4 .countTimer6 label {
        display: inline-block;
        font-size: 10px;
        margin: 0px;
        padding: 0px;
    }

    .columns-3 .timer-row.countTimer6 .count-padding span {
        font-size: 14px;
    }

    .columns-4 .countTimer6 .count-padding span {
        padding: 0px !important;
        margin: 0px !important;
    }
}

@media (max-width: 375px) {
    .columns-3 .countTimer6 + .progress-row .countdown-progress-text .left,
    .columns-4 .countTimer6 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .columns-3 .countTimer6 + .progress-row .countdown-progress-text .center,
    .columns-4 .countTimer6 + .progress-row .countdown-progress-text .center {
        padding-left: 5%;
        width: 50%;
        text-align: left;
    }

    .columns-3 .countTimer6 + .progress-row .countdown-progress-text .right,
    .columns-4 .countTimer6 + .progress-row .countdown-progress-text .right {
        width: 50%;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .columns-3 .countTimer6 .days:after,
    .columns-3 .countTimer6 .hours:after,
    .columns-3 .countTimer6 .minutes:after,
    .columns-4 .countTimer6 .days:after,
    .columns-4 .countTimer6 .hours:after,
    .columns-4 .countTimer6 .minutes:after {
        font-size: 15px;
        line-height: 15px;
        vertical-align: middle;
    }

    .columns-3 .timer-row.countTimer6 .count-padding span,
    .columns-4 .timer-row.countTimer6 .count-padding span {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
    }

    .columns-3 .timer-row.countTimer6 label,
    .columns-4 .timer-row.countTimer6 label {
        font-size: 10px;
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

    .columns-3 .countTimer6 + .progress-row .countdown-progress-text .center,
    .columns-4 .countTimer6 + .progress-row .countdown-progress-text .center {
        font-size: 14px;
    }

    .columns-3 .countTimer6 + .progress-row .countdown-progress-text .right,
    .columns-4 .countTimer6 + .progress-row .countdown-progress-text .right {
        font-size: 14px;
    }
}

/** countDownTimer6 single page **/
.single-product .countTimer6 .timer-label-class {
    padding-bottom: 5px;
}
.single-product .countTimer6 label {
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .single-product .countTimer6 + .progress-row .countdown-progress-text .left,
    .single-product .countTimer6 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .single-product .countTimer6 + .progress-row .countdown-progress-text .center,
    .single-product .countTimer6 + .progress-row .countdown-progress-text .center {
        padding-left: 5%;
        width: 50%;
        text-align: left;
    }

    .single-product .countTimer6 + .progress-row .countdown-progress-text .right,
    .single-product .countTimer6 + .progress-row .countdown-progress-text .right {
        width: 50%;
    }

    .single-product .countTimer6 label {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .single-product .countTimer6 + .progress-row .countdown-progress-text .left,
    .single-product .countTimer6 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .single-product .countTimer6 + .progress-row .countdown-progress-text .center,
    .single-product .countTimer6 + .progress-row .countdown-progress-text .center {
        padding-left: 5%;
        width: 50%;
        text-align: left;
    }

    .single-product .countTimer6 + .progress-row .countdown-progress-text .right,
    .single-product .countTimer6 + .progress-row .countdown-progress-text .right {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .single-product .countTimer6 .days:after,
    .single-product .countTimer6 .hours:after,
    .single-product .countTimer6 .minutes:after {
        font-size: 15px;
        line-height: 15px;
        vertical-align: middle;
    }

    .single-product .countTimer6 + .progress-row .countdown-progress-text .center {
        font-size: 14px;
    }

    .single-product .countTimer6 + .progress-row .countdown-progress-text .right {
        font-size: 14px;
    }

    .single-product .countTimer6 .count-padding span {
        font-size: 18px;
    }

    .single-product .countTimer6 label {
        font-size: 10px;
        margin: 0px;
        padding: 0px;
    }
}

/** countDownTimer7 home page **/

@media (min-width: 768px) {
    .columns-4 .countTimer7 + .progress-row,
    .columns-3 .countTimer7 + .progress-row
    {
        display: none !important;
    }
}

@media (max-width: 375px) {
    .columns-3 .countTimer7 + .progress-row .countdown-progress-text .left,
    .columns-4 .countTimer7 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .columns-3 .countTimer7 + .progress-row .countdown-progress-text .center,
    .columns-4 .countTimer7 + .progress-row .countdown-progress-text .center {
        padding-left: 5%;
        width: 50%;
        text-align: left;
    }

    .columns-3 .countTimer7 + .progress-row .countdown-progress-text .right,
    .columns-4 .countTimer7 + .progress-row .countdown-progress-text .right {
        width: 50%;
    }
}

/** countDownTimer7 single product **/

@media (min-width: 768px) and (max-width: 1024px) {
    .single-product .countTimer7 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .single-product .countTimer7 + .progress-row .countdown-progress-text .center {
        padding-left: 5%;
        width: 50%;
        text-align: left;
    }

    .single-product .countTimer7 + .progress-row .countdown-progress-text .right {
        width: 50%;
    }
}

@media (max-width: 375px) {
    .single-product .countTimer7 + .progress-row .countdown-progress-text .left {
        width: 0px;
    }

    .single-product .countTimer7 + .progress-row .countdown-progress-text .center {
        padding-left: 5%;
        width: 50%;
        text-align: left;
    }

    .single-product .countTimer7 + .progress-row .countdown-progress-text .right {
        width: 50%;
    }
}

/** single product allTimers **/
.single-product div.product .woocommerce-variation-add-to-cart.variations_button {
    padding-top: 0px;
}

.single-product .countDownTimer {
    padding-bottom: 1em;
}

.single-product div.product table.variations td.value:last-of-type {
    margin-bottom: 0px;
}

/** featured products **/
.product.featured .countDownTimer {
    display: none;
    visibility: hidden;
    height: 0px;
}