/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.ets-sd-countdown.normal .digit .flap {
    display: none!important;
}
.ets-sd-countdown.normal .digits .clock-group .digit {
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0;
}
.ets-sd-countdown.flip .clock.flip-clock .digits {
    padding-top: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}
.ets-sd-countdown.flip .digit {
    background: #333;
    color: #fff;
    border-radius: 4px;
}
.ets-sd-countdown.flip .clock.flip-clock .digits:first-child {
    margin-left: 0;
}
.ets-sd-countdown.flip .clock.flip-clock {
    margin-left: -5px;
}
.ets-sd-countdown.flip .clock.flip-clock span.dots {
    display: inline-block;
    line-height: 1px;
    vertical-align: 2px;
}

.ets-sd-countdown .clock-group {
    display: inline-block;
    text-align: center;
    padding: 0 6px;
}

.ets-sd-countdown .clock.flip-clock .digits {
    text-align: center;
    display: inline-block;
    padding: 0 0 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.ets-sd-countdown .clock.flip-clock .digits {
    padding-top: 20px;
    position: relative;
}
.ets-sd-countdown .clock.flip-clock .digits .text {
    font-size: 12px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
}
.ets-sd-countdown .clock-group span.digit {
    padding: 0 3px;
    border-radius: 2px;
    margin: 0 1px;
    width: 22px;
    font-size: 20px;
    position: relative;
}
.ets-sd-countdown .flip-clock .clock-group span.digit:before {
    content: "";
    width: 100%;
    background-color: rgba(255,255,255,0.31);
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
}
.ets-sd-countdown .normal-clock .digits {
    display: inline-block;
    margin-left: 5px;
    min-width: 55px;
    text-align: center;
    font-size: 11px;
    padding: 5px 2px 0;
    margin-bottom: 0;
}
.ets-sd-countdown .normal-clock .digits:first-child {
    margin-left: 0;
    padding-left: 0;
    min-width: 0;
}
.ets-sd-countdown .clock.normal-clock > span {
    position: absolute;
    top: 13px;
}
.ets-sd-countdown .normal-clock .digits:last-child {
    margin-right: 0;
}
.ets-sd-countdown .normal-clock .clock-group span.digit {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.ets-sd-countdown .clock.normal-clock {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.ets-sd-countdown .clock.normal-clock > span.dots {
    position: absolute;
    top: 17px;
}

.ets-sd-countdown .clock.normal-clock span.base {
    font-size: 20px!important;
    font-weight: 600;
}
.ets-sd-countdown .clock.normal-clock .digits .text {
    font-size: 12px!important;
    clear: both;
    display: block;
    line-height: 1;
    margin-bottom: 0;
}
.ets-sd-countdown .digits .text,
.ets-sd-countdown span.dots{
    color: #777;
}
.ets-sd-countdown .clock.flip-clock .flap {
    display: none;
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: rgba(255,255,255,0.3);
    left: 0;
    top: 0;
    border-radius: 2px 2px 0 0;
    transform-origin: 50% 100%;
    backface-visibility: hidden;
    overflow: hidden;
}
.ets-sd-countdown .clock.flip-clock .flap::before {
    content: attr(data-content);
    position: absolute;
    left: 0;
    width: 100%;
}
.ets-sd-countdown .clock.flip-clock .flap.back::before {
    top: 100%;
    transform: translate(-50%, -50%) rotateZ(180deg);
}
.ets-sd-countdown .clock.flip-clock .flap.back{
    transform: rotateY(180deg);
}


@keyframes ets-mm-flip-down-front-id_block {
    0% {
        transform: rotateX(0deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(-180deg) rotateZ(40deg);
    }
}

@keyframes ets-mm-flip-down-back-id_block {
    0% {
        transform: rotateY(180deg) rotateX(0deg);
    }
    100% {
        transform: rotateY(180deg) rotateX(180deg);
    }
}
.ets_cd_block .title-click {
    margin-bottom: 15px;
}
.ets-sd-countdown.normal .clock-group {
    background: #000;
    color: #fff;
}
.ets-sd-countdown.normal .clock.normal-clock .clock-group {
    float: none;
    display: inline-flex;
    width: auto;
    min-width: 43px;
    padding: 0;
    border-radius: 2px;
    justify-content: center;
    margin-bottom: 5px;
}
.ets-sd-countdown .clock.flip-clock .digits .clock-group {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 55px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 5px;
}
.ets-sd-countdown .clock.flip-clock .digits {
    text-align: center;
    display: inline-block;
    padding: 0 0 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 20px;
    position: relative;
}
.ets-sd-countdown .clock-group span.digit {
    padding: 0 3px;
    border-radius: 2px;
    margin: 0 1px;
    width: 22px;
    font-size: 20px;
    position: relative;
}
.ets-sd-countdown .flip-clock .clock-group span.digit:before {
    content: "";
    width: 100%;
    background-color: rgba(255,255,255,0.31);
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
}

.ets-sd-countdown .clock-group {
    display: inline-block;
    text-align: center;
    padding: 0 6px;
}
.ets-sd-countdown .clock.flip-clock .digits {
    text-align: center;
    display: inline-block;
    padding: 0 0 3px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding-top: 20px;
    position: relative;
}
.ets-sd-countdown .flip-clock .digit {
    padding: 0 3px;
    border-radius: 2px;
    margin: 0 1px;
    width: 22px;
    font-size: 20px;
    position: relative;
    background: #000;
}
.ets-sd-countdown .flip-clock .clock-group .digit:before {
    content: "";
    width: 100%;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
}
.ets-sd-countdown .flap::before {
    content: attr(data-content);
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.03);
}
.ets-sd-countdown .flap.back::before {
    top: 100%;
    transform: translate(0, -50%) rotateZ(180deg);
}
.ets-sd-countdown .clock.flip-clock .flap.front {
    animation: ets-mm-flip-down-front-id_block 500ms ease-in both;
}
.ets-sd-countdown .clock.flip-clock .flap.back {
    animation: ets-mm-flip-down-back-id_block 500ms ease-in both;
}
.ets-sd-countdown[data-animate-type="flip"] .flap.under {
    animation: ets-mm-fade-under-id_block 500ms ease-in both;
    display: none!important;
}
.ets-sd-countdown {
    display: inline-block;
}






.product-line-grid .product-line-info .ets-sd-countdown {
    margin-right: -100px;
}