/**
* 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 {
  padding: 80px 0;
  background-color: var(--theme-background-color);
  background-size: cover;
}
.badsingleblock-content-inner {
    text-align: center;
    max-width: 37%;
    margin: 0 180px 0 auto;
}
.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: 16px;
  color: #636363;
  line-height: 26px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
}
.badsingleblock-content-title {
  font-size: 40px;
  line-height: 48px;
  color: #333333;
  padding-bottom: 20px;
  font-weight: 400;
  font-family: var(--badtheme-font-name-2);
  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;
  justify-content: center;
}
.badsingleblock-content-timer {
  position: relative;
}
.badsingleblock-content-timer .badtimer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.badsingleblock-content-timer .badtimer-label {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #636363;
    display: block;
    margin-top: 10px;
}
.badsingleblock-content-timer .badtimer-dot {
  vertical-align: top;
  color: #000;
  margin: 0 20px;
  font-size: 38px;
  font-weight: 600;
  font-family: var(--badtheme-font-name-1);
  display: block;
  padding-top: 10px;
}
.badsingleblock-content-timer .badtimer-time {
  color: #333333;
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  font-family: var(--badtheme-font-name-2);
}
.badsingleblock-content-timer p {
  color: #000;
  font-size: 17px;
  line-height: 25px;
}
@media (max-width: 1200px) {
  .badsingleblock-block {
    padding: 50px 0;
  }
  .badsingleblock-content-inner {
    margin-right: 150px;
  }
  .badsingleblock-content-title {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 10px;
  }
  .badsingleblock-content-sub-title {
    font-size: 40px;
  }
  .badsingleblock-content-timer .badtimer-time {
    font-size: 30px;
    line-height: 40px;
  }
  .badsingleblock-content-timer .badtimer-dot {
    font-size: 28px;
    padding-top: 0;
  }
  .badsingleblock-content-desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .badsingleblock-content-sub-title {
    font-size: 16px;
  }
}
@media(max-width: 1024px){
  .badsingleblock-content-inner {
    margin-right: 80px;
  }
}
@media (max-width: 991px) {
  .badsingleblock-block {
    padding: 30px 0;
  }
  .badsingleblock-content-inner {
    max-width: 45%;
  }
  .badsingleblock-content-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .badsingleblock-content-title {
    font-size: 22px;
    line-height: 28px;
  }
  .badsingleblock-content-timer p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .badsingleblock-content-timer .badtimer-time {
    font-size: 24px;
    line-height: 34px;
  }
  .badsingleblock-content-timer .badtimer-dot {
    font-size: 24px;
    line-height: 32px;
  }
  .badsingleblock-content-inner {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .badsingleblock-content-sub-title {
    padding: 10px 0 0;
    font-size: 15px;
  }
  .badsingleblock-content-timer .badtimer-label {
    font-size: 12px;
    margin-top: 3px;
  }
  .badsingleblock-content-desc {
    font-size: 13px;
    line-height: 19px;
  }
  .badsingleblock-content-timer .badtimer-dot {
    font-size: 20px;
    line-height: 34px;
  }
  .badsingleblock-content-inner {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
  }
  .badsingleblock-content-timer .badtimer-time {
    font-size: 20px;
    line-height: 30px;
 }
 .badsingleblock-content-title {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 6px;
  }
}
@media (max-width: 575px) {
  .badsingleblock-content-inner {
    max-width: 90%;
  }
  .badsingleblock-content-title {
    font-size: 20px;
    line-height: 30px;
  }
  .badsingleblock-content-sub-title {
    padding: 0;
  }
  .badsingleblock-content-timer .badtimer-label {
    font-size: 11px;
    margin-top: 0;
  }
  .badsingleblock-content-timer .badtimer-dot {
    font-size: 18px;
    line-height: 28px;
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .badsingleblock-content-inner {
    max-width: 100%;
  }
  .badsingleblock-content-timer .badtimer-time {
    font-size: 18px;
    line-height: 28px;
  }
  .badsingleblock-content-title {
    font-size: 18px;
    line-height: 24px;
  }
  .badsingleblock-content-sub-title {
    font-size: 14px;
  }
  .badsingleblock-content-timer .badtimer-dot{
    line-height: 26px;
  }
}
@media (max-width: 375px) {
  .badsingleblock-content-timer p {
    font-size: 14px;
    line-height: 22px;
  }
}
