.woo-sctr-shortcode-countdown-timer-wrap {
    z-index: 999999;
    transition: all 300ms ease-in-out;
}

.woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    background: transparent;
}

.woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    background: transparent;
}

.woo-sctr-single-product-container .woo-sctr-shortcode-wrap-wrap {
    transition: all 300ms;
}

.woo-sctr-single-product-container .woo-sctr-add-to-cart-button-wrap .woo-sctr-shortcode-countdown-timer-wrap,
.woo-sctr-single-product-container .woo-sctr-add-to-cart-button-wrap .woo-sctr-progress-bar-wrap-container {
    display: none !important;
    visibility: hidden !important;
}

.woo-sctr-single-product-container .woo-sctr-add-to-cart-button-wrap .woo-sctr-add-to-cart-button,
.woo-sctr-single-product-container .woo-sctr-add-to-cart-button-wrap .woo-sctr-add-to-cart-button * {
    margin: 0 !important;
}