/**
* 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 {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}
.content-timeline-wapper {
    text-align: center;
    position: relative;
}
.badsingleblock-icon {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 187px;
    height: 203px;
    top: -6%;
    right: 0;
}
.badsingleblock-content-inner {
    text-align: left;
    align-self: center;
}
.badsingleblock-content-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.badsingleblock-content-sub-title {
    color: var(--theme-custom-color);
    text-transform: capitalize;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.badsingleblock-content-desc {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #5a5a5a;
    margin-bottom: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badsingleblock-content-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    color: #222222;
    font-family: var(--badtheme-font-name-2);
    margin-bottom: 20px;
    position: relative;
    padding-top: 100px;
}
.badsingleblock-content-title::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-image: url(../img/icon.png);
    width: 100px;
    height: 94px;
}
.badsingleblock-content-inner .badtimer-content-close-label {
    color: rgb(255 255 255);
    font-size: 19px;
    margin-bottom: 20px;
}
.badsingleblock-content-timer .badtimer-content {
    margin: 0 15px;
}
.badsingleblock-content-timer .badtimer-label {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    display: block;
    margin-top: 10px;
}
.badsingleblock-content-timer .badtimer-dot {
    vertical-align: top;
    color: #fff;
    margin: 20px 20px 0;
    font-size: 23px;
    font-family: none;
    display: none;
}
.badsingleblock-content-timer .badtimer-time {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
    background: #fff;
    height: 60px;
    width: 60px;
}
.badsingleblock-content-inner .badsingleblock-content-timer {
    margin-bottom: 30px;
}
.badsingleblock-content-inner .badsingleblock-content-btn a {
    background-color: var(--theme-custom-color);
    padding: 10px 26px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.badsingleblock-content-inner .badsingleblock-content-btn a:hover{
    background-color: #333;
    color: #fff;
}
@media(max-width: 1200px){
    .badsingleblock-content-desc{
        margin: 0 auto 20px;
    }
    .badsingleblock-block {
        padding-bottom: 50px;
    }
    .badsingleblock-content-inner .badsingleblock-content-timer {
        margin-bottom: 24px;
    }
    .badsingleblock-content-inner .badsingleblock-content-btn a {
        padding: 8px 20px;
        font-size: 16px;
    }
}
@media(max-width: 991px) {
    .badsingleblock-block {
        padding-bottom: 30px;
    }
    .badsingleblock-content-sub-title{
        font-size: 20px;
    }
    .badsingleblock-content-title {
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 15px;
    }
    .badsingleblock-icon{
        display: none;
    }
    .badsingleblock-content-inner .badsingleblock-content-timer{
        margin-bottom: 15px;
    }
    .badsingleblock-content-desc {
        font-size: 15px;
    }
    .badsingleblock-content-timer .badtimer-time {
        font-size: 20px;
        line-height: 50px;
        height: 50px;
        width: 50px;
    }
    .badsingleblock-content-timer .badtimer-label{
        margin-top: 10px;
    }
    .badsingleblock-content-desc {
        margin: 0 auto 15px;
    }
    .badsingleblock-content-inner .badsingleblock-content-btn a {
        padding: 6px 18px;
        font-size: 14px;
    }
}
@media(max-width: 767px) {
    .badsingleblock-content-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .badsingleblock-content-sub-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .badsingleblock-content-timer .badtimer-time {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }
    .badsingleblock-content-inner .badsingleblock-content-btn a {
        padding: 6px 20px;
        font-size: 14px;
    }
    .badsingleblock-content-timer .badtimer-label {
        font-size: 14px;
        margin-top: 10px;
    }
    .content-timeline-wapper {
        padding-top: 20px;
    }
}
@media(max-width: 575px){
    .badsingleblock-content-desc{
        line-height: 24px;
    }
    .badsingleblock-content-desc {
        line-height: 26px;
        font-size: 15px;
    }
}
@media(max-width: 480px) {
    .badsingleblock-content-timer .badtimer-content {
        margin: 0 10px;
    }
    .badsingleblock-content-inner .badsingleblock-content-timer {
        margin-bottom: 12px;
    }
    .badsingleblock-content-inner .badsingleblock-content-btn a {
        padding: 5px 15px;
        font-size: 13px;
    }
    .badsingleblock-content-sub-title {
        font-size: 15px;
        line-height: 20px;
    }
    .badsingleblock-content-timer .badtimer-label{
        margin-top: 8px;
    }
}
@media(max-width: 375px) {
    .badsingleblock-content-timer .badtimer-content {
        margin: 0 2px;
    }
    .badsingleblock-content-desc {
        font-size: 14px;
    }
    .badsingleblock-content-timer .badtimer-label{
        font-size: 13px;
    }
}