.tnt_coupons {
    z-index: 1;
    position: relative;
    box-shadow: 0 6px 10px rgb(0 0 0 / 50%);
    height: auto;
}

.flex-basis-100 {
    flex-basis: 100%;
}

.countdown .figure {
    font-size: 1.55rem;
    position: relative;
    float: left;
    height: 30px;
    width: 25px;
    margin-right: 10px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 49%, rgba(226, 226, 226, 1) 50%, rgba(247, 247, 247, 1) 51%);
    border-radius: 3px;
    font-weight: 700;
    line-height: 1.13;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    padding: 0;
}

.countdown .figure:last-child {
    margin-right: 0;
}

.countdown .countdown-figures:has(.bloc-time.days, .bloc-time.hours, .bloc-time.min)::after {
    content: ":";
    margin-right: 12px;
    margin-left: 12px;
    color: #ffffff;
    font-weight: 700;
    line-height: 2;
}

.countdown .figure::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #e2e2e2;
    z-index: 2;
}

#shoppingBasket .progress {
    width: 100%;
}

#modalCoupons .progress {
    margin-left: 4px;
}

#shoppingBasket .progress .progress-bar {
    min-width: min-content;
    padding-left: 5px;
    padding-right: 5px;
}

#tnt_coupons_basket_progress {
    height: 30px;
}

#tnt_coupons_basket_progress .progress-bar {
    font-size: 20px;
}

#tnt_coupons_still_missing .feature-icon, #tnt_coupons_congratulation .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.ms-3 {
    margin-left: 1rem !important;
}

#modalCoupons .modal-open .modal {
    display: block !important;
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important;
}

.fs-3 {
    font-size: 1.75rem !important;
}

#modalCoupons .gap-4 {
    gap: 1.5rem !important;
}

#modalCoupons .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

#modalCoupons h5 {
    font-weight: 900;
    font-size: 1.25rem;
}

#modalCoupons .d-grid {
    display: grid !important;
}

#modalCoupons .modal-body ul li svg {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

header {
    height: auto;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

#saleModal img.img-fluid {
    width: 100%;
}

#saleModal .modal-body p:not(:empty) {
    margin-bottom: 0;
}

.tnt_coupons p:not(:empty) {
    margin-bottom: 0;
}

.tnt_coupons p a {
    color: inherit;
}

.tnt_coupons .sale_description p {
    margin-bottom: 0;
}

.overflow-x-auto {
    overflow-x: auto;
}
