/*
    Created on : Feb 4, 2019, 3:54:34 PM
    Author     : Artem Yuriev
*/
/** countTimer home page **/

.theme-andywarholwoo .single_variation_wrap > .countDownTimer{
    display: none!important;
}

.theme-andywarholwoo.single-product  .box-image-wrap .countDownTimer{
    visibility: visible;
    position: absolute;
    bottom: 0;
    height: auto;
}

.theme-andywarholwoo.single-product  .box-image-wrap .countDownTimer .count-sold-row,
.theme-andywarholwoo.single-product  .box-image-wrap .countDownTimer .progress-row{
    display: none!important;
}

.theme-andywarholwoo.home .box-text .countDownTimer,
.theme-andywarholwoo.home .countDownTimer .count-sold-row,
.theme-andywarholwoo.home .countDownTimer .progress-row{
    display: none!important;
}
@media (max-width: 768px) {
    .theme-andywarholwoo.archive .box-text .countDownTimer,
    .theme-andywarholwoo.archive .countDownTimer .count-sold-row,
    .theme-andywarholwoo.archive .countDownTimer .timer-label-class,
    .theme-andywarholwoo.archive .countDownTimer .progress-row,
    .theme-andywarholwoo.home .box-text .countDownTimer,
    .theme-andywarholwoo.home .countDownTimer .count-sold-row,
    .theme-andywarholwoo.home .countDownTimer .timer-label-class,
    .theme-andywarholwoo.home .countDownTimer .progress-row{
        display: none!important;
    }

    .theme-andywarholwoo.home .countDownTimer {
        position: absolute;
        bottom: 0;
    }
}

.home .countDownTimer {
    position: absolute;
}

.timer-report{
    max-width: 300px;
    margin: auto;
}


@media (min-width: 768px) {
    .home .countDownTimer {
        position: absolute;
        left: 0px;
        width: 100%;
        z-index: 100;
        bottom: 0px;
    }

    .home .single-item .box-text .countDownTimer {
        visibility: hidden;
        height: 0px;
    }

    .home .three-item .countDownTimer {
        visibility: hidden;
        height: 0px;
    }

    .home .three-item .box-image-wrap .countDownTimer {
        top: unset;
        z-index: 100;
        visibility: visible;
        height: auto;
        bottom: 0px;
    }

    .home .three-item .box-image-wrap .countDownTimer .timer-label-class {
        padding-bottom: 0px;
    }

    .home .three-item .box-image-wrap .countDownTimer .timer-row {
        padding-top: 0px;
    }

    .home .three-item .box-image-wrap .countDownTimer .progress-row {
        visibility: hidden;
        height: 0px;
        padding-top: 0px;
    }

    .home .three-item .box-image-wrap .countDownTimer .count-sold-row {
        visibility: hidden;
        height: 0px;
        padding-bottom: 0px;
    }

    .home .three-item .box-image-wrap .countDownTimer .timer-row .count-padding span {
        font-size: 12px;
        padding: 3px;
    }

    .home  .single-item .product-box .countDownTimer .progress-row {
        visibility: hidden;
        height: 0px;
        padding: 0px;
    }

    .home .product-small .product-box .countDownTimer .count-sold-row {
        visibility: hidden;
        height: 0px;
        padding: 0px;
    }

    .home .product-small .product-box .countDownTimer .timer-row label {
        margin: 0px;
    }

    .home .product-small .product-box .countDownTimer .timer-row.countTimer3 {
        padding: 0px;
    }

    .home .single-item .product-box .countDownTimer .timer-row.countTimer3 .timer-label-class {
        padding-bottom: 5px;
    }

    .home .single-item .product-box .countDownTimer .timer-row {
        padding: 0px;
    }

    .home .single-item .product-box .countDownTimer .timer-row label {
        margin: 0px;
    }

    /** Style 4 **/
    .home .three-item .product-box .countDownTimer  .timer-row.countTimer4 label {
        display: block;
    }

    .home .three-item .product-box .countDownTimer  .timer-row.countTimer4 .days:after,
    .home .three-item .product-box .countDownTimer  .timer-row.countTimer4 .hours:after,
    .home .three-item .product-box .countDownTimer  .timer-row.countTimer4 .minutes:after {
        content: '';
    }

    .home .three-item .product-box .countDownTimer .countTimer4 + .progress-row {
        padding-bottom: 0px;
    }

    /** Style 5 **/
    .home .three-item .product-box .countDownTimer .timer-row.countTimer5 .hours:before,
    .home .three-item .product-box .countDownTimer .timer-row.countTimer5 .minutes:before,
    .home .three-item .product-box .countDownTimer .timer-row.countTimer5 .seconds:before {
        content: '';
    }

    .home .three-item .product-box .countDownTimer .timer-row.countTimer5 label {
        font-size: 12px;
    }

    /** Style 6 **/
    .home .three-item .product-box .countDownTimer .timer-row.countTimer6 .days:after,
    .home .three-item .product-box .countDownTimer .timer-row.countTimer6 .hours:after,
    .home .three-item .product-box .countDownTimer .timer-row.countTimer6 .minutes:after {
        content: '';
    }

    .home .three-item .product-box .countDownTimer .timer-row.countTimer6 label {
        display: block;
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .home .single-item .product-box .countDownTimer {
        bottom: 0px;
        width: 100%;
        z-index: 100;
        left: 0px;
    }

    .home .single-item .product-box .box-text .countDownTimer {
        visibility: hidden;
        height: 0px;
    }

    .home .single-item .product-box .box-image .countDownTimer .progress-row {
        visibility: hidden;
        height: 0px;
        padding: 0px;
    }

    .home .single-item .product-box .box-image .countDownTimer .count-sold-row {
        visibility: hidden;
        height: 0px;
        padding: 0px;
    }

    .home .three-item .box-text .countDownTimer {
        bottom:0px;
        visibility: hidden;
        height: 0px;
    }

    .home .three-item .countDownTimer {
        left: 0px;
        width: 100%;
        z-index: 100;
        bottom: 0px;
    }

    .home .three-item .box-image-wrap .countDownTimer .timer-label-class {
        padding: 0px;
    }

    .home .three-item .box-image-wrap .countDownTimer .timer-row label {
        margin: 0px;
    }

    .home .three-item .countDownTimer .progress-row {
        visibility: hidden;
        height: 0px;
        padding: 0px;
    }

    .home .three-item .countDownTimer .count-sold-row {
        visibility: hidden;
        height: 0px;
        padding: 0px;
    }

    .home .three-item .countDownTimer .timer-row .count-padding span {
        padding: 2px;
        font-size: 10px;
    }

    .home .product-small .product-box .countDownTimer .timer-row.countTimer3 {
        padding: 0px;
    }

    .home .single-item .product-box .countDownTimer .timer-row.countTimer3 .timer-label-class {
        padding-bottom: 5px;
    }

    /** Style 4 **/
    .home .three-item .countDownTimer .timer-row.countTimer4 label {
        display: block;
        font-size: 10px;
    }

    .home .three-item .countDownTimer .timer-row.countTimer4 .days:after,
    .home .three-item .countDownTimer .timer-row.countTimer4 .hours:after,
    .home .three-item .countDownTimer .timer-row.countTimer4 .minutes:after {
        content: '';
    }

    /** Style 5 **/
    .home .three-item .countDownTimer .timer-row.countTimer5 .hours:before,
    .home .three-item .countDownTimer .timer-row.countTimer5 .minutes:before,
    .home .three-item .countDownTimer .timer-row.countTimer5 .seconds:before {
        content: '';
    }

    .home .three-item .countDownTimer .timer-row.countTimer5 label {
        font-size: 10px;
    }

    /** Style 6 **/
    .home .three-item .countDownTimer .timer-row.countTimer6 {
        padding: 0px;
    }

    .home .three-item .countDownTimer .timer-row.countTimer6 .days:after,
    .home .three-item .countDownTimer .timer-row.countTimer6 .hours:after,
    .home .three-item .countDownTimer .timer-row.countTimer6 .minutes:after {
        content: '';
    }

    .home .three-item .countDownTimer .timer-row.countTimer6 label {
        display: block;
        font-size: 10px;
    }
}

/** end countTimer home page **/

/** countTimer category page **/

/** Style 6 **/
@media (min-width: 768px) and (max-width: 1289px) {
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .days:after,
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .hours:after,
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .minutes:after {
        content: '';
    }

    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .days:after,
    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .hours:after,
    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .minutes:after {
        content: '';
    }
}

@media (min-width: 768px) {
    /** Style 6 **/
    a.woocommerce-loop-product__link:hover {
        color: #399fd2;
    }
}

@media (max-width: 768px) {
    /** Style 4 **/
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer4 .days:after,
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer4 .hours:after,
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer4 .minutes:after {
        content: '';
    }

    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer4 .days:after,
    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer4 .hours:after,
    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer4 .minutes:after {
        content: '';
    }

    /** Style 5 **/
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer5 .hours:before,
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer5 .minutes:before,
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer5 .seconds:before {
        content: '';
    }

    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer5 .hours:before,
    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer5 .minutes:before,
    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer5 .seconds:before {
        content: '';
    }

    /** Style 6 **/
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .days:after,
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .hours:after,
    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .minutes:after {
        content: '';
    }

    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .days:after,
    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .hours:after,
    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .minutes:after {
        content: '';
    }

    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 {
        padding: 5px;
    }

    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 {
        padding: 5px;
    }

    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 label {
        display: block;
        font-size: 12px;
        margin-bottom: 0px;
    }

    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 label {
        display: block;
        font-size: 12px;
        margin-bottom: 0px;
    }

    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .timer-label-class {
        padding-bottom: 5px;
    }

    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .timer-label-class {
        padding-bottom: 5px;
    }

    .tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .count-padding span {
        font-size: 14px;
    }

    .post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer .timer-row.countTimer6 .count-padding span {
        font-size: 14px;
    }
}

.tax-product_cat .products .product-cat-wrap .box-text .countDownTimer {
    visibility: hidden;
    height: 0px;
}

.post-type-archive .products .product-cat-wrap .box-text .countDownTimer {
    visibility: hidden;
    height: 0px;
}

.tax-product_cat .products .product-cat-wrap .box-image-wrap .countDownTimer {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 100;
}

.post-type-archive .products .product-cat-wrap .box-image-wrap .countDownTimer {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 100;
}

.tax-product_cat .products .product-cat-wrap .box-image-wrap .progress-row {
    visibility: hidden;
    height: 0px;
    padding: 0px;
}

.post-type-archive .products .product-cat-wrap .box-image-wrap .progress-row {
    visibility: hidden;
    height: 0px;
    padding: 0px;
}

.tax-product_cat .products .product-cat-wrap .box-image-wrap .count-sold-row {
    visibility: hidden;
    height: 0px;
    padding: 0px;
}

.post-type-archive .products .product-cat-wrap .box-image-wrap .count-sold-row {
    visibility: hidden;
    height: 0px;
    padding: 0px;
}

/** end countTimer category page **/

/** countTimer single product page **/
.single-product .recently-viewed .countDownTimer {
    visibility: hidden;
    height: 0px;
}

.single-product .related .countDownTimer {
    visibility: hidden;
    height: 0px;
}

.single-product .woocommerce-variation-add-to-cart.variations_button  + .countDownTimer {
    visibility: hidden;
    height: 0px;
}

.single-product .woocommerce_before_add_to_cart_button_wrapper .countDownTimer {
    visibility: hidden;
    height: 0px;
    width: 0px;
}

.single-product .countDownTimer {
    margin-bottom: 10px;
    width: 100%;
}

.single-product .up-sells.upsells .countDownTimer {
    visibility: hidden;
    height: 0px;
    width: 0px;
}

@media (max-width: 375px) {
    .single-product .countDownTimer .countTimer4 + .progress-row .left {
        width: 0px;
    }

    .single-product .countDownTimer .countTimer4 + .progress-row .center {
        width: 50%;
        text-align: left;
    }

    .single-product .countDownTimer .countTimer4 + .progress-row .right {
        width: 50%;
    }

    .single-product .countDownTimer .countTimer5 + .progress-row .left {
        width: 0px;
    }

    .single-product .countDownTimer .countTimer5 + .progress-row .center {
        padding-left: 5%;
        width: 50%;
        text-align: left;
    }

    .single-product .countDownTimer .countTimer5 + .progress-row .right {
        width: 50%;
    }

    .single-product .countDownTimer .countTimer6 + .progress-row .left {
        width: 0px;
    }

    .single-product .countDownTimer .countTimer6 + .progress-row .center {
        width: 50%;
        padding-left: 5%;
        text-align: left;
    }

    .single-product .countDownTimer .countTimer6 + .progress-row .right {
        width: 50%;
    }

    .single-product .countDownTimer .countTimer7 + .progress-row .left {
        width: 0px;
    }

    .single-product .countDownTimer .countTimer7 + .progress-row .center {
        width: 50%;
        padding-left: 5%;
        text-align: left;
    }

    .single-product .countDownTimer .countTimer7 + .progress-row .right {
        width: 50%;
    }
}
.theme-monetwoo .product-box .timer-row span {
    padding: 2px;
    font-size: 18px;
}
/** end countTimer single product page **/
