/**
* 2007-2024 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-2024 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.
*/
.glider-countdown.col-lg-4.col-sm-12.col-md-6{
    align-content: center;
}
.glider-countdown.me-2.me-sm-3.me-md-4.me-lg-5.col-md-4 {
    padding-right: 20px;
    padding-left: 0px;
}

.cdp-border{
    border: 2px solid #DF8585;
    border-radius: 20px;
    padding: 20px 0px;
}

.cdp-container{
    display: grid;
    justify-content: center;
    position: relative;
}
.cdp-text-container{
    text-align: center;
    justify-items: center;
}

.cdp-regular-price{
    text-decoration: line-through;
    font-size: 17px;
    font-weight: 400;
    color: #DF8585;
}
.cdp-promo-price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.cdp-text{
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #222;
    width: 65%;
}
h2.h2.products-section-title{
    text-align: center;
    text-transform: unset !important;
    margin-bottom: 0;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    padding: 20px 0px;
}
.product-image {
    display: inline-block;
}

.discount-flag {
    position: absolute;
    top: 40px;
    right: 0%;
    background-color: #b21d27;
    color: white;
    padding: 5px 10px;
    border-radius: 12px 0 0 12px;
    min-width: 92px;
    min-height: 58px;
    font-size: 23px;
    text-align: center;
    align-content: center;
}
.countdown {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    font-size: 18px;
}
.cdp-timer{
    display: grid;
}
.days, .hours, .minutes, .seconds{
    width: 50px;
    height: 50px;
    border: 2px solid #DF8585;
    border-radius: 8px;
    align-content: center;
    color: #b21d27;
}


.cdp-time-text {
    font-size: .9375rem;
    font-weight: 400;
    color: #919191;
}


.cdp-container.glider-slide {
    text-align: center;
}

