/* Countdown timer */
.woo-sctr-shortcode-countdown-timer-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
    justify-content: center;
    clear: both;
}

.woo-sctr-countdown-timer-layout {
    max-width: 100%;
    min-width: 50%;
    background: #fff;
    margin: auto;
    height: auto;
    text-align: center;
    align-items: baseline;
    display: grid;
    grid-gap: 10px;
    color: #666666;
    font-size: 16px;
    padding: 0;
}

.woo-sctr-countdown-timer-layout.woo-sctr-countdown-timer-layout-same-line,
.woo-sctr-countdown-timer-layout.woo-sctr-countdown-timer-layout-inline {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 100%;
    align-items: center;
    color: #212121;
}

.woo-sctr-countdown-timer-layout.woo-sctr-countdown-timer-layout-same-line > div,
.woo-sctr-countdown-timer-layout.woo-sctr-countdown-timer-layout-inline > div {
    margin-left: 5px;
    margin-right: 5px;
}

.woo-sctr-countdown-timer-wrap {
    display: inline-flex;
    max-width: 100%;
    justify-content: center;
}

.woo-sctr-countdown-timer {
    margin: auto;
    max-width: 100%;
    align-items: baseline;
    display: grid;
    grid-gap: 10px;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
}

/*resize test*/
/*body.woocommerce-shop .shop-container .woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-shortcode-countdown-timer-wrap-shortcode-salescountdowntimer .woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-count-unit-grid-four .woo-sctr-countdown-unit {*/
/*    width: 50px*/
/*}*/

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-count-unit-grid-four {
    grid-template-columns: repeat(4, auto);
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-count-unit-grid-three {
    grid-template-columns: repeat(3, auto);
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-count-unit-grid-two {
    grid-template-columns: repeat(2, auto);
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-count-unit-grid-one {
    grid-template-columns: auto;
}

.woo-sctr-countdown-unit-wrap {
    display: grid;
    grid-auto-columns: auto;
    grid-gap: 5px;
    grid-auto-rows: auto;
    align-items: center;
}

.woo-sctr-countdown-unit-wrap.woo-sctr-countdown-unit-wrap-two {
    grid-template-columns: auto auto;
}

.woo-sctr-countdown-unit-wrap .woo-sctr-countdown-unit {
    display: grid;
}

/* square countdown - without time unit*/
.woo-sctr-countdown-timer-1 .woo-sctr-countdown-unit .woo-sctr-countdown-value {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #666;
    font-size: 30px;
    background: transparent;
    color: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.woo-sctr-countdown-timer-1 .woo-sctr-countdown-unit .woo-sctr-countdown-text {
    font-size: 14px;
}

.woo-sctr-countdown-timer-1.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value {
    position: relative;
    overflow: hidden;
}

.woo-sctr-countdown-timer-1.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-container {
    position: absolute;
    display: grid;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 200%;
    top: -100%;
    grid-auto-rows: 1fr;
    align-items: center;
    line-height: normal;
}

.woo-sctr-countdown-timer-1.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value .woo-sctr-countdown-value-1,
.woo-sctr-countdown-timer-1.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value .woo-sctr-countdown-value-2 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

/* square countdown - with time unit*/
.woo-sctr-countdown-timer-2 .woo-sctr-countdown-unit {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
    grid-template-rows: 65% 35%;
}

.woo-sctr-countdown-timer-2 .woo-sctr-countdown-unit .woo-sctr-countdown-value {
    color: #212121;
    background: #eeeeee;
    font-size: 30px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woo-sctr-countdown-timer-2 .woo-sctr-countdown-unit .woo-sctr-countdown-text {
    color: #212121;
    background: #eeeeee;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.woo-sctr-countdown-timer-2.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value {
    position: relative;
    overflow: hidden;
}

.woo-sctr-countdown-timer-2.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-container {
    position: absolute;
    display: grid;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 200%;
    top: -100%;
    grid-auto-rows: 1fr;
    align-items: center;
    line-height: normal;
}

.woo-sctr-countdown-timer-2.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value .woo-sctr-countdown-value-1,
.woo-sctr-countdown-timer-2.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value .woo-sctr-countdown-value-2 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

/* basic countdown */
.woo-sctr-countdown-timer-3 .woo-sctr-countdown-unit {
    border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
    grid-template-columns: auto auto;
    grid-auto-rows: auto;
    align-items: baseline;
}

.woo-sctr-countdown-timer-3 .woo-sctr-countdown-unit .woo-sctr-countdown-value {
    color: #212121;
    font-size: 30px;
}

.woo-sctr-countdown-timer-3 .woo-sctr-countdown-unit .woo-sctr-countdown-text {
    color: #666666;
    font-size: 14px;
}

.woo-sctr-countdown-timer-3.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value {
    position: relative;
    overflow: hidden;
}

.woo-sctr-countdown-timer-3.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-container {
    position: absolute;
    display: grid;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 200%;
    top: -100%;
    grid-auto-rows: 1fr;
    align-items: center;
    line-height: normal;
}

.woo-sctr-countdown-timer-3.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value .woo-sctr-countdown-value-1,
.woo-sctr-countdown-timer-3.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value .woo-sctr-countdown-value-2 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

/* circle countdown - without time unit*/
.woo-sctr-countdown-timer-4 .woo-sctr-countdown-value-circle-container {
    display: inline-flex;
    line-height: normal;
    justify-content: center;
    align-items: center;
    background: #ececec;
    color: #212121;
    font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0;
    position: relative;
}

.woo-sctr-countdown-timer-4 .woo-sctr-countdown-unit .woo-sctr-countdown-value {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.woo-sctr-countdown-timer-4 .woo-sctr-countdown-unit .woo-sctr-countdown-text {
    color: #212121;
    font-size: 14px;
}

.woo-sctr-countdown-timer-4 .woo-sctr-countdown-value-circle-container::after {
    background: #fff;
    border-radius: 50%;
    border: none;
    width: 64px;
    height: 64px;
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
}

.woo-sctr-countdown-timer-4 .woo-sctr-countdown-value-circle-container .woo-sctr-left-half-clipper {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    clip: rect(0, 70px, 70px, 35px);
    overflow: hidden;
}

.woo-sctr-countdown-timer-4 .woo-sctr-countdown-value-circle-container.woo-sctr-over50 .woo-sctr-left-half-clipper {
    clip: rect(auto, auto, auto, auto);
}

.woo-sctr-countdown-timer-4 .woo-sctr-first50-bar {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.woo-sctr-countdown-timer-4 .woo-sctr-over50 .woo-sctr-first50-bar {
    clip: rect(0, 70px, 70px, 35px);
    background: #cccccc;
}

.woo-sctr-countdown-timer-4 .woo-sctr-value-bar {
    border-style: solid;
    border-width: 3px;
    border-color: #cccccc;
    clip: rect(0, 35px, 70px, 0);
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.woo-sctr-countdown-timer-4.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-circle-container {
    position: relative;
    overflow: hidden;
}

.woo-sctr-countdown-timer-4.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-container {
    position: absolute;
    display: grid;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 200%;
    top: -100%;
    grid-auto-rows: 1fr;
    align-items: center;
    line-height: normal;
}

.woo-sctr-countdown-timer-4.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-circle-container .woo-sctr-countdown-value-1,
.woo-sctr-countdown-timer-4.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-circle-container .woo-sctr-countdown-value-2 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

/* circle countdown - with time unit*/
.woo-sctr-countdown-timer-5 .woo-sctr-countdown-circle-container {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: none;
    position: relative;
}

.woo-sctr-countdown-timer-5 .woo-sctr-countdown-circle-container .woo-sctr-countdown-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    border-color: #ececec;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    display: inline-grid;
    grid-auto-rows: auto;
    grid-template-rows: 65% 35%;
    font-weight: 600;
    overflow: hidden;
}

.woo-sctr-countdown-timer-5 .woo-sctr-countdown-circle-container .woo-sctr-countdown-circle .woo-sctr-countdown-value {
    color: #212121;
    font-size: 30px;
    display: flex;
    justify-content: center;
    line-height: 1;
    align-items: flex-end;
    /*align-items: center;*/
}

.woo-sctr-countdown-timer-5 .woo-sctr-countdown-circle-container .woo-sctr-countdown-circle .woo-sctr-countdown-text {
    color: #212121;
    font-size: 14px;
}

.woo-sctr-countdown-timer-5 .woo-sctr-countdown-circle-container .woo-sctr-left-half-clipper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    clip: rect(0, 90px, 90px, 45px);
    overflow: hidden;
}

.woo-sctr-countdown-timer-5 .woo-sctr-countdown-circle-container.woo-sctr-over50 .woo-sctr-left-half-clipper {
    clip: rect(auto, auto, auto, auto) ;
}

.woo-sctr-countdown-timer-5 .woo-sctr-countdown-circle-container.woo-sctr-over50 .woo-sctr-first50-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    clip: rect(0, 90px, 90px, 45px);
    border-style: solid;
    border-width: 4px;
    border-color: #cccccc;
}

.woo-sctr-countdown-timer-5 .woo-sctr-countdown-circle-container .woo-sctr-value-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    clip: rect(0, 45px, 90px, 0);
    border-style: solid;
    border-width: 4px;
    border-color: #cccccc;
}

.woo-sctr-countdown-timer-5.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value {
    position: relative;
    overflow: hidden;
}

.woo-sctr-countdown-timer-5.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-container {
    position: absolute;
    display: grid;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 200%;
    top: -100%;
    grid-auto-rows: 1fr;
    align-items: flex-end;
    line-height: normal;
}

.woo-sctr-countdown-timer-5.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-container > span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    line-height: 1;
    align-items: flex-end;
}

/* sleek countdown */
.woo-sctr-countdown-timer-6 .woo-sctr-countdown-unit-two-vertical-wrap {
    grid-gap: 4px;
}

.woo-sctr-countdown-timer-6 .woo-sctr-countdown-two-vertical-wrap {
    position: relative;
    overflow: hidden;
    width: 48px;
    height: 40px;
    border-radius: 10px;
    grid-gap: 4px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}

.woo-sctr-countdown-timer-6 .woo-sctr-countdown-two-vertical-wrap span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 30px;
}

.woo-sctr-countdown-timer-6 .woo-sctr-countdown-two-vertical-wrap .woo-sctr-countdown-two-vertical-top {
    height: 50%;
    z-index: 2;
    top: 0;
    color: #ccc;
    background: #1f1e1e;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none;
    overflow: hidden;
}

.woo-sctr-countdown-timer-6 .woo-sctr-countdown-two-vertical-wrap .woo-sctr-countdown-two-vertical-top::before {
    position: absolute;
    width: 100%;
    height: 200%;
    content: attr(data-value);
    top: 0;
    left: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.woo-sctr-countdown-timer-6 .woo-sctr-countdown-two-vertical-wrap .woo-sctr-countdown-two-vertical-bottom {
    z-index: 1;
    color: #fff;
    background: #383636;
    display: flex;
    justify-content: center;
    line-height: normal;
    align-items: center;
}

.woo-sctr-countdown-timer-6 .woo-sctr-countdown-text {
    font-size: 14px;
}

.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-two-vertical-wrap {
    border-radius: unset;
}

.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value {
    width: 48px;
    height: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-container {
    position: absolute;
    display: grid;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 200%;
    top: -100%;
    grid-auto-rows: 1fr;
    align-items: flex-end;
    line-height: normal;
}

.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-container > span {
    width: 100%;
    height: 100%;
}

.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-wrap {
    width: 48px;
    height: 40px;
}

.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-card {
    font-size: 30px;
    border-radius: 10px;
}

.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-top,
.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-bottom,
.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-back::before,
.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-back::after {
    color: #ccc;
    background: #1f1e1e;
    border-radius: 10px 10px 0 0;
}

.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-bottom {
    border-radius: 0 0 10px 10px;
    color: #fff;
    background: #383636;
}

.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-bottom::after {
    height: 40px;
}

.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-card {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}

.woo-sctr-countdown-timer-6.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-unit-wrap.woo-sctr-countdown-second-wrap .woo-sctr-countdown-flip-wrap {
    margin-right: 5px;
}

/* sleek countdown 2*/
.woo-sctr-countdown-timer-7 .woo-sctr-countdown-value-wrap-wrap {
    display: inline-grid;
    grid-auto-columns: auto;
    grid-auto-rows: auto;
    grid-template-columns: auto auto;
    grid-gap: 5px;
}

.woo-sctr-countdown-timer-7 .woo-sctr-countdown-unit-two-vertical-wrap {
    grid-gap: 5px;
}

.woo-sctr-countdown-timer-7 .woo-sctr-countdown-two-vertical-wrap {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 75px;
    border-radius: 8px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}

.woo-sctr-countdown-timer-7 .woo-sctr-countdown-two-vertical-wrap span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 50px;
}

.woo-sctr-countdown-timer-7 .woo-sctr-countdown-two-vertical-wrap .woo-sctr-countdown-two-vertical-top {
    height: 50%;
    z-index: 2;
    top: 0;
    color: #ccc;
    background: #1f1e1e;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none;
    overflow: hidden;
}

.woo-sctr-countdown-timer-7:not(.woo-sctr-shortcode-countdown-unit-animation-flip) .woo-sctr-countdown-two-vertical-wrap .woo-sctr-countdown-two-vertical-top::before {
    content: attr(data-value);
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 200%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.woo-sctr-countdown-timer-7 .woo-sctr-countdown-two-vertical-wrap .woo-sctr-countdown-two-vertical-bottom {
    color: #fff;
    background: #383636;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.woo-sctr-countdown-timer-7 .woo-sctr-countdown-text {
    font-size: 16px;
}

.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-two-vertical-wrap {
    border-radius: unset;
}

.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-wrap,
.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value {
    width: 50px;
    height: 75px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-container {
    position: absolute;
    display: grid;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 200%;
    top: -100%;
    grid-auto-rows: 1fr;
    align-items: flex-end;
    line-height: normal;
}

.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-container > span {
    width: 100%;
    height: 100%;
}

.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-wrap {
    width: 50px;
    height: 75px;
}

.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-card {
    font-size: 50px;
}

.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-top,
.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-bottom,
.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-back::before,
.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-back::after {
    color: #ccc;
    background: #1f1e1e;
    border-radius: 10px 10px 0 0;
}

.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-bottom {
    border-radius: 0 0 10px 10px;
    color: #fff;
    background: #383636;
}

.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-bottom::after {
    height: 75px;
}

.woo-sctr-countdown-timer-7.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-unit-wrap.woo-sctr-countdown-second-wrap .woo-sctr-countdown-flip-wrap:last-child {
    margin-right: 5px;
}

/* slide animation */
.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-slide .woo-sctr-countdown-value-container.transition {
    transition: top 400ms linear;
    top: 0;
}

/* flip animation */

.woo-sctr-countdown-two-vertical-top.woo-sctr-countdown-two-vertical-top-cut-behind::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(180deg);
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip {
    text-align: center;
    perspective: 500px;
    margin: auto;
    overflow: visible;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-wrap {
    display: inline-block;
    overflow: visible;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-card {
    display: block;
    position: relative;
    font-weight: 700;
    padding: 0;
    line-height: normal;
    width: 100%;
    height: 100%;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-top,
.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-bottom,
.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-back::before,
.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-back::after {
    padding: 0;
    width: 100%;
    height: 50%;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    display: block;
    transform: translateZ(0);
    transform-style: preserve-3d;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-top {
    position: absolute;
    top: 0;
    left: 0;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-bottom {
    position: absolute;
    top: 50%;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 2;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-bottom::after {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-two-vertical-top-cut-behind .woo-sctr-countdown-flip-bottom::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-top::before,
.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-back::before,
.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-bottom::after {
    content: attr(data-value);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-top::before {
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-back::before {
    position: relative;
    z-index: -1;
    overflow: hidden;
    align-items: flex-end;
    line-height: 0;
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-active .woo-sctr-countdown-flip-back::before {
    /*animation: flipTop 0.5s linear both;*/
    animation: flipTop 0.35s cubic-bezier(.37, .01, .94, .35);
    animation-fill-mode: both;
    transform-origin: center bottom;

    /*background: -moz-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);*/
    /*background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,#000));*/
    /*background: linear,top,rgba(0,0,0,.1) 0,#000 100%;*/
    /*background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);*/
    /*background: -ms-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);*/
    /*background: linear,to bottom,rgba(0,0,0,.1) 0,#000 100%;*/
    /*-webkit-animation: hide .5s .3s linear both;*/
    /*-moz-animation: hide .5s .3s linear both;*/
    /*animation: hide .5s .3s linear both;*/
    /*border-top-left-radius: 6px;*/
    /*border-top-right-radius: 6px*/
}

.woo-sctr-countdown-timer.woo-sctr-shortcode-countdown-unit-animation-flip .woo-sctr-countdown-flip-active .woo-sctr-countdown-flip-back .woo-sctr-countdown-flip-bottom {
    transform-origin: center top;
    animation-fill-mode: both;
    animation: flipBottom 0.6s cubic-bezier(.15, .45, .28, 1);
    /*animation: flipBottom 0.5s 0.3s linear both;*/

    /*background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,rgba(0,0,0,.1)));*/
    /*background: -moz-linear-gradient( top,#000 0,rgba(0,0,0,.1) 100% );*/
    /*background: linear-gradient( top, #000 0, rgba(0,0,0,.1) 100% );*/
    /*background: -o-linear-gradient( top,#000 0,rgba(0,0,0,.1) 100% );*/
    /*background: -ms-linear-gradient( top,#000 0,rgba(0,0,0,.1) 100% );*/
    /*background: linear-gradient( to bottom, #000 0, rgba(0,0,0,.1) 100% );*/
    /*-webkit-animation: hide .5s .3s linear both;*/
    /*-moz-animation: hide .5s .3s linear both;*/
    /*animation: hide .5s .2s linear both*/
}

@keyframes flipTop {
    0% {
        transform: rotateX(0deg);
        z-index: 1;
    }
    0%, 99% {
        opacity: 0.99;
    }
    100% {
        transform: rotateX(-90deg);
        opacity: 0;
    }
}

@keyframes flipBottom {
    0%, 50% {
        z-index: -1;
        transform: rotateX(90deg);
        opacity: 0;
    }
    51% {
        opacity: 0.99;
    }
    100% {
        opacity: 0.99;
        transform: rotateX(0deg);
        z-index: 5;
    }
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap {
    /*box-shadow: 0 .125em .3125em rgba(0,0,0,.1),0 .02125em .06125em rgba(0,0,0,.1);*/
    position: relative;
    display: inline-block;
    list-style: none;
    margin: .05em;
    padding: 0;
    /*resize test*/
    /*min-width: 1em;*/
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 60px;
    height: 80px;
    text-align: center;
    line-height: 1;
    /*border-radius: 6px;*/
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-shadow-detail {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    /*font-size: 100%!important;*/
    /*line-height: 1.3;*/
    text-decoration: none!important;
    margin: 0 !important;
    padding: 0 !important
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-updown {
    display: block;
    height: 100%;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
    -webkit-perspective: 4em;
    -moz-perspective: 4em;
    perspective: 4em;
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-updown div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-updown div .woo-sctr-countdown-flip-line-shadow {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-updown div.woo-sctr-countdown-flip-up {
    top: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-updown div.woo-sctr-countdown-flip-divider {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 1px;
    /*background: #000;*/
    opacity: .4
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-updown div.woo-sctr-countdown-flip-down {
    bottom: 0;
    /*border-bottom-left-radius: 6px;*/
    /*border-bottom-right-radius: 6px;*/
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-updown div div.woo-sctr-countdown-flip-val {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    /*color: #fff;*/
    text-align: center;
    /*background: #333;*/
    /*border-radius: 6px;*/
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-updown div.woo-sctr-countdown-flip-up div.woo-sctr-countdown-flip-val {
    top: 0;
    align-content: center;
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-updown div.woo-sctr-countdown-flip-down div.woo-sctr-countdown-flip-val {
    bottom: 0;
    align-content: center;
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-shadow-detail.woo-sctr-countdown-flip-shadow-before {
    z-index: 3;
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-shadow-detail.woo-sctr-countdown-flip-shadow-active {
    z-index: 5;
    -webkit-animation: zIndex .35s .35s linear both;
    -moz-animation: zIndex .35s .35s linear both;
    animation: zIndex .35s .35s linear both
}

@keyframes zIndex {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-shadow-detail.woo-sctr-countdown-flip-shadow-active .woo-sctr-countdown-flip-down {
    z-index: 2;
    -webkit-animation: turnDown .35s .35s linear both;
    -moz-animation: turnDown .35s .35s linear both;
    animation: turnDown .35s .35s linear both
}

@keyframes turnDown {
    0% {
        transform: rotateX(90deg)
    }

    100% {
        transform: rotateX(0)
    }
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-shadow-detail.woo-sctr-countdown-flip-shadow-before {
    z-index: 3;
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-shadow-detail.woo-sctr-countdown-flip-shadow-active {
    z-index: 3;
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-shadow-before .woo-sctr-countdown-flip-up {
    z-index: 2;
    -webkit-animation: turnUp .35s linear both;
    -moz-animation: turnUp .35s linear both;
    animation: turnUp .35s linear both
}

@keyframes turnUp {
    0% {
        transform: rotateX(0)
    }

    100% {
        transform: rotateX(-90deg)
    }
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-shadow-before .woo-sctr-countdown-flip-up .woo-sctr-countdown-flip-line-shadow {
    background: -moz-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,#000));
    background: linear-gradient( top, rgba(0,0,0,.1) 0,#000 100% );
    background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: linear-gradient( to bottom, rgba(0,0,0,.1) 0,#000 100% );
    -webkit-animation: show .35s linear both;
    -moz-animation: show .35s linear both;
    animation: show .35s linear both
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-shadow-active .woo-sctr-countdown-flip-up .woo-sctr-countdown-flip-line-shadow {
    background: -moz-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,#000));
    background: linear-gradient( top, rgba(0,0,0,.1) 0,#000 100% );
    background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: linear-gradient( to bottom, rgba(0,0,0,.1) 0,#000 100% );
    -webkit-animation: hide .35s .25s linear both;
    -moz-animation: hide .35s .25s linear both;
    animation: hide .35s .25s linear both;
    /*border-top-left-radius: 6px;*/
    /*border-top-right-radius: 6px*/
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-shadow-before .woo-sctr-countdown-flip-down .woo-sctr-countdown-flip-line-shadow {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,rgba(0,0,0,.1)));
    background: -moz-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: linear-gradient( top, #000 0,rgba(0,0,0,.1) 100% );
    background: -o-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: -ms-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: linear-gradient( to bottom, #000 0,rgba(0,0,0,.1) 100% );
    -webkit-animation: show .35s linear both;
    -moz-animation: show .35s linear both;
    animation: show .35s linear both
}

.woo-sctr-countdown-flip-shadow-container .woo-sctr-countdown-flip-shadow-wrap .woo-sctr-countdown-flip-shadow-active .woo-sctr-countdown-flip-down .woo-sctr-countdown-flip-line-shadow {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,rgba(0,0,0,.1)));
    background: -moz-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: linear-gradient( top, #000 0,rgba(0,0,0,.1) 100% );
    background: -o-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: -ms-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: linear-gradient( to bottom, #000 0,rgba(0,0,0,.1) 100% );
    -webkit-animation: hide .35s .25s linear both;
    -moz-animation: hide .35s .25s linear both;
    animation: hide .35s .2s linear both
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.woo-sctr-single-product-container {
    width: 100%;
}

/* single page*/
.woo-sctr-countdown-timer-product-image-wrap .woo-sctr-shortcode-countdown .woo-sctr-shortcode-countdown-1 {
    width: 100%;
}

.woo-sctr-countdown-timer-product-image-wrap .woo-sctr-countdown-timer-layout .woo-sctr-shortcode-countdown-wrap {
    width: 100%;
}

.woo-sctr-countdown-timer-product-image-wrap .woo-sctr-shortcode-countdown-timer-wrap {
    width: 100%;
    padding: 0;
}

.woo-sctr-countdown-timer-product-image-wrap .woo-sctr-shortcode-countdown {
    width: 100%;
}

.woo-sctr-countdown-timer-product-image-wrap .woo-sctr-countdown-timer-layout {
    width: 100%;
}

.woo-sctr-countdown-timer-product-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.product-images:hover .woo-sctr-countdown-timer-product-image-wrap {
    opacity: .5;
    transition: opacity 500ms ease-in-out;
}

.widget_shopping_cart_content .woo-sctr-countdown-timer-product-image-cate-shop-wrap {
    position: unset;
}

.vi-wcaio-sidebar-cart-footer-pd .woo-sctr-shortcode-countdown-timer-wrap,
.widget_shopping_cart_content .woo-sctr-shortcode-countdown-timer-wrap,
.widget_shopping_cart_content .woo-sctr-progress-bar-wrap-container,
.storefront-product-pagination .woo-sctr-shortcode-countdown-timer-wrap,
.storefront-product-pagination .woo-sctr-progress-bar-wrap-container,
.storefront-sticky-add-to-cart__content .woo-sctr-shortcode-countdown-timer-wrap,
.storefront-sticky-add-to-cart__content .woo-sctr-progress-bar-wrap-container {
    display: none !important;
}

/* shop page */

.woo-sctr-countdown-timer-product-image-cate-shop-wrap .woo-sctr-countdown-timer-layout .woo-sctr-shortcode-countdown-1 {
    width: 100%;
}

.woo-sctr-countdown-timer-product-image-cate-shop-wrap .woo-sctr-countdown-timer-layout .woo-sctr-shortcode-countdown-wrap {
    width: 100%;
}

.woo-sctr-countdown-timer-product-image-cate-shop-wrap .woo-sctr-shortcode-countdown-timer-wrap {
    width: 100%;
    padding: 0;
}

.woo-sctr-countdown-timer-product-image-cate-shop-wrap .woo-sctr-shortcode-countdown {
    width: 100%;
}

.woo-sctr-countdown-timer-product-image-cate-shop-wrap .woo-sctr-countdown-timer-layout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;

}

.woo-sctr-countdown-timer-product-image-cate-shop-wrap {
    position: relative;
}

/* progress bar styling */
.woo-sctr-progress-bar-wrap-container {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    clear: both;
}

.woo-sctr-progress-bar-wrap-container.woo-sctr-progress-bar-wrap-inline {
    display: inline-flex;
    align-items: center;
    justify-content: right;
}

.woo-sctr-progress-bar-wrap-container.woo-sctr-progress-bar-wrap-inline .woo-sctr-progress-bar-message {
    margin: 0;
}

.woo-sctr-shortcode-countdown-timer-wrap ~ .woo-sctr-progress-bar-wrap-container,
.woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-shortcode-countdown-timer-wrap-loop ~ .woo-sctr-progress-bar-wrap-container .woo-sctr-progress-bar-message {
    margin: 0;
}

.woo-sctr-progress-bar-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.woo-sctr-progress-bar-message {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.woo-sctr-progress-bar-wrap .woo-sctr-progress-bar-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    line-height: normal;
}

.woo-sctr-progress-bar-wrap .woo-sctr-progress-bar-fill {
    height: 100%;
}

/* single product page */
.woo-sctr-single-product-container,
.woo-sctr-variation-product-container {
    margin-bottom: 10px;
}

.woo-sctr-single-product-inline-container {
    display: inline-flex;
    align-items: baseline;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
}

.woo-sctr-single-product-inline-container .woo-sctr-shortcode-countdown-timer-wrap {
    max-width: 55%;
}

.woo-sctr-single-product-inline-container .woo-sctr-progress-bar-wrap-container {
    max-width: 40%;
    margin-right: 15px;
}

.woo-sctr-countdown-unit-wrap .woo-sctr-countdown-value-disabled {
    visibility: hidden;
    opacity: 0;
}

.woo-sctr-countdown-hidden:not(.woo-sctr-countdown-elapsed) {
    display: none !important;
    visibility: hidden !important;
}

@media screen and (max-width: 600px) {
    .woo-sctr-countdown-timer-layout {
        width: 100%;
    }
}