/**
* 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: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.badsingleblock-content-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.badsingleblock-content-wrapper {
    padding: 0;
}
.badsingleblock-content-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
}
.badsingleblock-content-inner {
    margin: auto;
    text-align: center;
}
.badsingleblock-content-sub-title {
    font-size: 20px;
    line-height: 20px;
    color: var(--theme-custom-color);
    font-weight: 500;
    text-transform: capitalize;
}
.badsingleblock-content-desc {
    font-size: 18px;
    color: #616161;
    line-height: 27px;
    font-weight: 300;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badsingleblock-content-title {
    font-size: 35px;
    line-height: 56px;
    color: var(--theme-text-color);
    margin-bottom: 20px;
    font-weight: 500;
    font-family: var(--badtheme-font-name-2);
}
.badsingleblock-content-inner .badtimer-content-close-label {
    color: rgb(255 255 255);
    font-size: 19px;
    margin-bottom: 20px;
}
.block-timeline{
    display: flex;
    align-items: center;
    justify-content: center;
}
.badsingleblock-content-timer{
    position: relative;
    padding: 40px 0;
}
.badsingleblock-content-timer .badtimer-content {
    margin: 0 6px;
    padding: 14px 0;
    background-color: var(--theme-custom-color);
    width: 80px;
    height: 80px;
    border-radius: 80px;
}
.badsingleblock-content-timer .badtimer-label {
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-top: 5px;
}
.badsingleblock-content-timer .badtimer-dot {
    vertical-align: top;
    color: #000;
    margin-right: 20px;
    font-size: 23px;
    font-family: none;
    display: block;
}
.badsingleblock-content-timer .badtimer-time {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.badsingleblock-content-timer .badtimer-label::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
}
.badsingleblock-content-timer p{
    color:#000;
    font-size: 17px;
    line-height: 25px;
}
.badsingleblock-content-inner .badsingleblock-content-btn:hover {
    border-color: #333333;
}
.badsingleblock-content-inner .badsingleblock-content-btn a {
    background-color: #fff;
    padding: 10px 28px;
    display: inline-block;
    border: 1px solid var(--theme-custom-color);
    border-radius: 5px;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: var(--theme-custom-color);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.badsingleblock-content-inner .badsingleblock-content-btn a:hover {
    background-color: var(--theme-custom-color);
    color: #ffffff;;
}
@media(max-width: 1200px){
    .badsingleblock-content-timer{
        padding: 35px 0;
    }
    .badsingleblock-block {
        margin: 50px 0;
        padding: 50px 0;
    }
    .badsingleblock-content-title {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .badsingleblock-content-sub-title {
        font-size: 40px;
    }
    .badsingleblock-content-inner .badsingleblock-content-btn a {
        padding: 8px 20px;
    }
}
@media(max-width: 1199px){
    .badsingleblock-content-sub-title{
        font-size: 16px;
    }
}
@media(max-width: 991px) {
    .badsingleblock-block {
        margin: 30px 0;
        padding: 30px 0;
    }
    .badsingleblock-content-desc {
        font-size: 15px;
        line-height: 24px;
    }
    .badsingleblock-content-timer{
        padding: 20px 0;
    }
    .badsingleblock-content-title {
        font-size: 26px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    .badsingleblock-content-timer p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .badsingleblock-content-timer .badtimer-content{
        padding: 5px 0;
        height: 60px;
        width: 60px;
    }
    .badsingleblock-content-timer .badtimer-time{
        font-size: 16px;
        line-height: 22px;
    }
    .badsingleblock-content-timer .badtimer-label{
        font-size: 12px;
        line-height: 18px;
    }
    .badsingleblock-content-inner .badsingleblock-content-btn a {
        padding: 5px 15px;
        font-size: 14px;
    }

}
@media(max-width: 800px){
    .badsingleblock-content-sub-title{
        font-size: 15px;
    }
}
@media(max-width: 767px) {
    .badsingleblock-content-title {
        font-size: 24px;
        line-height: 38px;
    }
    .badsingleblock-content-sub-title {
        padding: 10px 0 0;
        font-size: 15px;
    }
    .block-timeline{
        justify-content: center;
    }
}
@media(max-width: 575px){
    .badsingleblock-content-title{
        font-size: 22px;
        line-height: 35px;
    }
    .badsingleblock-content-sub-title{
        padding: 0;
    }
    .badsingleblock-content-desc{
        font-size: 14px;
        line-height: 20px;
    }
    .badsingleblock-content-timer .badtimer-content{
        margin-right: 10px;
    }
    .badsingleblock-content-timer .badtimer-time{
        font-size: 14px;
        line-height: 20px;
    }
    .badsingleblock-content-inner .badsingleblock-content-btn a {
        padding: 3px 10px;
        font-size: 12px;
    }
}
@media(max-width: 480px) {
    .badsingleblock-content-title {
        font-size: 20px;
        line-height: 24px;
    }
    .badsingleblock-content-sub-title{
        font-size: 14px;
    }
}
@media(max-width: 375px) {  
    .badsingleblock-content-timer .badtimer-content {
        margin-right: 6px;
    }
    .badsingleblock-content-timer p{
        font-size: 14px;
        line-height: 22px;
    }
}