/**
* 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
*/
.badspecial-products-block {
  margin: 80px 0;
}
.badspecial-products-content-box .badproduct-wrapper {
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}
.badspecial-product-list-wrapper {
  padding: 0;
}
.badspecial-products-content-box .badproduct-name .badproduct-title a h4 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}
.badspecial-products-block .badspecial-products-content-box .badproduct-desc p {
  line-height: 22px;
  text-align: left;
  margin: 17px 0 13px;
}
.badspecial-products-block .badproduct-price-and-shipping .price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: var(--theme-custom-color);
}
.badspecial-products-block .badproduct-price-and-shipping .regular-price {
  font-size: 16px;
  color: #878787;
  line-height: 22px;
  font-weight: 400;
}
.badspecial-products-block .badproduct-price-and-shipping {
  margin: 0;
}
.special-product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  flex-flow: wrap-reverse;
}
.badspecial-products-block .badproduct-compare,
.badspecial-products-block .badproduct-wishlist,
.badspecial-products-block .badproduct-quick-view,
.badspecial-products-block .badproduct-add-to-cart-btn {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  padding: 0;
  margin: 0;
}
.badspecial-products-block .badproduct-add-to-cart-btn .badproduct-add-to-cart {
  padding: 10px 23px;
  background-color: var(--theme-custom-color);
  text-align: center;
  border-radius: 6px;
  border: 1px solid var(--theme-custom-color);
  transition: all 0.3s ease-in-out;
}
.badspecial-products-block
  .badproduct-add-to-cart-btn
  .badproduct-add-to-cart
  span {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.badspecial-products-block
  .badproduct-add-to-cart-btn
  .badproduct-add-to-cart:hover {
  background-color: #fff;
}
.badspecial-products-block
  .badproduct-add-to-cart-btn
  .badproduct-add-to-cart:hover
  span {
  color: var(--theme-custom-color);
}
.badspecial-products-block .badproduct-wrapper-box {
  position: static;
  display: flex;
  align-items: center;
  gap: 7px;
}
.badspecial-products-block .badproduct-wrapper-content {
  position: relative;
  border: 3px solid var(--theme-custom-color);
  border-radius: 6px;
}
.badspecial-product-flag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.badspecial-product-flag-inner {
  position: relative;
  display: block;
}
.badspecial-product-flag-content {
  border-left: 128px solid var(--theme-custom-color);
  border-bottom: 128px solid transparent;
}
.badspecial-product-flag-content-inner {
  position: absolute;
  top: 17px;
  left: -5px;
  transform: rotate(-45deg);
  text-align: center;
}
.badspecial-product-flag-content-box1 {
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.badspecial-product-flag-content-box2 {
  font-size: 18px;
  line-height: 19px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize;
}
.badspecial-products-block .badtimer-wrapper {
  opacity: 1;
  position: static;
  transform: none;
  margin: 25px 0;
}
.badspecial-products-block .badtimer-content-inner {
  gap: 23px;
}
.badspecial-products-block .badtimer-content-box {
  display: block;
  border: none;
}
.badspecial-products-block .badtimer-content {
  width: auto;
  height: auto;
  min-height: auto;
  display: block;
}
.badspecial-products-block .badtimer-time {
  font-size: 17px;
  font-weight: 500;
  height: 62px;
  width: 62px;
  color: #616161;
  line-height: 62px;
  border-radius: 6px;
  background-color: #f2f2f2;
}
.badspecial-products-block .badtimer-content-secounds-time.badtimer-time {
  color: var(--theme-custom-color);
}
.badspecial-products-block .badtimer-label {
  font-size: 13px;
  line-height: 23px;
  color: #616161;
  font-weight: 400;
  margin-top: 5px;
}
.badside_product_img_inner {
  position: relative;
}
.badspecial-product-list-box .badside_product_img_inner img {
  width: 100%;
}
.badspecial-products-block .badproduct-wrapper:hover .badtimer-wrapper {
  opacity: 1;
  transform: none;
}
/********** media ************/
@media (max-width: 1440px) {
  .badspecial-product-flag-content {
    border-left: 110px solid var(--theme-custom-color);
    border-bottom: 110px solid transparent;
  }
  .badspecial-product-flag-content-inner {
    top: 15px;
    left: -7px;
  }
  .badspecial-product-flag-content-box2 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .badspecial-products-block {
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  .badspecial-products-block {
    margin: 30px 0;
  }
  .badspecial-products-content-box .badproduct-name .badproduct-title a h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .badspecial-products-block
    .badspecial-products-content-box
    .badproduct-desc
    p {
    font-size: 13px;
    margin: 12px 0 10px 0;
  }
  .badspecial-products-block .badtimer-time {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .badspecial-products-block
    .badproduct-add-to-cart-btn
    .badproduct-add-to-cart {
    padding: 7px 20px;
  }
  .badspecial-products-block
    .badproduct-add-to-cart-btn
    .badproduct-add-to-cart
    span {
    font-size: 14px;
    line-height: 22px;
  }
  .badspecial-products-block .badtimer-content-inner {
    gap: 10px;
  }
  .badspecial-products-block .badtimer-wrapper {
    margin: 18px 0;
  }
}
@media (max-width: 767px) {
  .badslider-product-right-img {
    margin-top: 20px;
    display: block;
}
}
@media (max-width: 575px) {
  .badspecial-products-block .badtimer-wrapper {
    margin: 15px 0;
  }
  .special-product-grid {
    gap: 15px;
  }
  .badspecial-products-block .badproduct-price-and-shipping .price {
    font-size: 15px;
  }
  .badspecial-products-block .badproduct-price-and-shipping .regular-price {
    font-size: 15px;
  }
  .badspecial-products-block
    .badproduct-add-to-cart-btn
    .badproduct-add-to-cart {
    padding: 7px 17px;
  }
  .badspecial-products-block
    .badproduct-add-to-cart-btn
    .badproduct-add-to-cart
    span {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 425px) {
  .badspecial-product-flag-content {
    border-left: 90px solid var(--theme-custom-color);
    border-bottom: 90px solid transparent;
  }
  .badspecial-product-flag-content-inner {
    top: 12px;
    left: -9px;
  }
  .badspecial-product-flag-content-box1 {
    font-size: 11px;
    line-height: 14px;
  }
  .badspecial-product-flag-content-box2 {
    font-size: 14px;
    line-height: 16px;
  }
}
