/**
* 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
*/
.badsingleblock-block {
    margin: 0 15px 80px;
    padding: 33px 80px;
    background-color: rgba(186, 199, 184, 0.3);
    border: 1px solid #D6DED5;
}
.badsingleblock-content-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}
.badsingleblock-content-inner {
    padding: 0;
}
.badsingleblock-content-sub-title {
    font-size: 18px;
    line-height: 18px;
    color: #7B9496;
    font-weight: 500;
    text-transform: capitalize;
}
.badsingleblock-content-desc {
    font-size: 16px;
    color: #7F8495;
    font-weight: 400;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
}
.badsingleblock-content-title {
    font-size: 48px;
    line-height: 60px;
    color: #52586D;
    padding: 13px 0;
    font-weight: 500;
    text-transform: capitalize;
}
.badsingleblock-content-inner .badtimer-content-close-label {
    color: rgb(255 255 255);
    font-size: 19px;
    margin-bottom: 20px;
}
.block-timeline{
    display: flex;
    align-items: baseline;
}
.badsingleblock-content-timer{
    position: relative;
    padding: 20px 0 30px 0;
}
.badsingleblock-content-timer .badtimer-content {
    margin-right: 10px;
}
.badsingleblock-content-timer .badtimer-label {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #52586D;
    display: block;
    margin-top: 12px;
}
.badsingleblock-content-timer .badtimer-dot {
    vertical-align: top;
    color: #52586D;
    margin: 0 10px 0 0;
    font-size: 24px;
    line-height: 24px;
    font-family: var(--badtheme-font-name-2);
    display: inline-block;
}
.badsingleblock-content-timer .badtimer-time {
    color: #52586D;
    text-align: center;
    line-height: 72px;
    font-size: 30px;
    font-weight: 400;
    height: 72px;
    width: 72px;
    background-color: #fff;
    border-radius: 50px;
}
.badsingleblock-content-timer p {
    color: #52586D;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
.badsingleblock-content-inner .badsingleblock-content-btn a {
    background-color: var(--theme-custom-color);
    padding: 10px 38px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    border: 1px solid var(--theme-custom-color);
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.badsingleblock-content-inner .badsingleblock-content-btn a:hover{
    background-color: transparent;
    color: var(--theme-custom-color);
}
@media (max-width: 1500px) {
    .badsingleblock-content-title{
        font-size: 40px;
        line-height: 52px;
    }
}
@media (max-width: 1440px) {
    .badsingleblock-block{
        padding: 33px 50px;
    }
    .badsingleblock-content-title {
        font-size: 36px;
        line-height: 48px;
    }
    .badsingleblock-content-timer .badtimer-time{
        height: 65px;
        width: 65px;
        line-height: 65px;
        font-size: 24px;
    }
    .badsingleblock-content-timer .badtimer-label{
        font-size: 15px;
        margin-top: 10px;
    }
    .badsingleblock-content-inner .badsingleblock-content-btn a {
        padding: 10px 30px;
        font-size: 14px;
    }
}
@media(max-width: 1200px){
    .badsingleblock-block {
        margin-bottom: 50px;
    }
}
@media (max-width: 1199px) {
    .badsingleblock-block {
        margin: 0 0 50px;
    }
}
@media(max-width: 991px) {
    .badsingleblock-block {
        margin-bottom: 30px;
        padding: 30px 0;
    }
    .badsingleblock-content-title {
        font-size: 32px;
        line-height: 44px;
        padding: 10px 0;
    }
    .badsingleblock-content-desc {
        font-size: 15px;
    }
    .badsingleblock-content-timer{
        padding: 20px 0;
    }
    .badsingleblock-content-timer p{
        font-size: 15px;
    }
    .badsingleblock-content-timer .badtimer-time{
        font-size: 22px;
    }
    .badsingleblock-content-timer .badtimer-label{
        font-size: 14px;
    }
}
@media(max-width: 800px){
    .badsingleblock-content-sub-title{
        font-size: 16px;
    }
    .badsingleblock-content-desc {
        font-size: 14px;
        line-height: 22px;
    }
    .badsingleblock-content-timer .badtimer-time {
        height: 55px;
        width: 55px;
        line-height: 55px;
        font-size: 20px;
    }
    .badsingleblock-content-timer .badtimer-label {
        font-size: 13px;
        margin-top: 7px;
    }
    .badsingleblock-content-inner .badsingleblock-content-btn a {
        padding: 7px 30px;
        font-size: 13px;
    }
}
@media(max-width: 767px) {
    .badsingleblock-content-inner{
        text-align: center;
    }
    .badsingleblock-content-inner.col2{
        margin: 20px auto 0;
    }
    .badsingleblock-content-title {
        font-size: 24px;
        line-height: 36px;
    }
    .block-timeline{
        justify-content: center;
    }
}
@media(max-width: 575px){
    .badsingleblock-content-title{
        font-size: 22px;
        line-height: 30px;
    }
}
@media(max-width: 480px) {
    .badsingleblock-content-timer .badtimer-content,
    .badsingleblock-content-timer .badtimer-dot {
        margin-right: 5px;
    }
    .badsingleblock-content-timer .badtimer-label {
        font-size: 12px;
        margin-top: 5px;
    }
    .badsingleblock-content-timer .badtimer-time {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .badsingleblock-content-inner .badsingleblock-content-btn a {
        padding: 5px 20px;
        font-size: 12px;
    }
    .badsingleblock-content-title {
        font-size: 20px;
        line-height: 26px;
    }
    .badsingleblock-content-timer {
        padding: 15px 0;
    }
}