/**
* 2007-2024 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-2024 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-content-box .badtab-product-first-item .badproduct-wrapper-content{
	margin-bottom: 24px;
}
.badspecial-products-content-box .badproduct-wrapper-content {
	border: 1px solid #EAEAEA;
    border-radius: 4px;
    overflow: hidden;
    padding: 25px 20px;
	background-color: #fff;
}
.badspecial-products-block .badproduct-description {
	text-align: left;
    padding: 0 0 0 15px;
}
.badspecial-products-block .badproduct-description-content{
	padding: 0;
}
.badspecial-products-content-box .badproduct-image{
	padding: 0;
}
.badspecial-products-block .badproduct-name .badproduct-title a h4{
	margin: 4px 0;
}
.badspecial-products-inner .badproduct-star .product-list-reviews{
	padding: 0 0 10px 0;
}
.badslider-product-right-img-inner{
	position: relative;
}
.badspecial-products-inner .badside-product-content-box{
	position: absolute;
	top: 56px;
	left: 56px;
}
.badside-product-content-sub-title p {
    font-size: 16px;
    font-weight: 500;
    color: rgb(48, 54, 60, 0.7);
    margin: 0;
	text-transform: uppercase;
}
.badside-product-content-title h3 {
    margin: 20px 0;
    font-size: 28px;
    font-weight: 500;
    color: #30363C;
	text-transform: capitalize;
}
.badside-product-content-disc p{
	font-size: 15px;
	line-height: 24px;
	color: #6B7077;
	font-weight: 300;
	margin: 0;
}
.badside-product-content-link a {
    display: inline-block;
    font-family: var(--badtheme-font-name-2);
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
	text-transform: capitalize;
    background-color: var(--theme-custom-color);
    padding: 0 25px;
    margin-top: 30px;
	border: 1px solid var(--theme-custom-color);
    border-radius: 20px;
	transition: all 0.3s ease-in-out;
}
.badside-product-content-link a:hover{
	background-color: #fff;
	color: var(--theme-custom-color);
}
@media (max-width: 1200px) {
	.badspecial-products-content-box .badproduct-wrapper-content{
		padding: 15px;
	}
	.badspecial-products-inner .badside-product-content-box {
		top: 40px;
		left: 40px;
	}
	.badside-product-content-title h3{
		font-size: 22px;
		margin: 15px 0;
	}
	.badside-product-content-link a{
		font-size: 15px;
		line-height: 35px;
	}
}
@media (max-width: 991px) {
	.badspecial-products-inner .badside-product-content-box {
		top: 30px;
		left: 20px;
	}
	.badspecial-products-block .badproduct-price-and-shipping .price{
		font-size: 16px;
		line-height: 24px;
	}
	.badside-product-content-sub-title p{
		font-size: 14px;
	}
	.badside-product-content-title h3{
		margin: 10px 0;
		font-size: 20px;
	}
	.badside-product-content-disc p{
		font-size: 13px;
		line-height: 22px;
	}
	.badside-product-content-link a{
		line-height: 30px;
		padding: 0 15px;
		margin-top: 25px;
	}
}
@media (max-width: 767px) {
	.badspecial-products-inner .badside-product-content-box {
		top: 60px;
		left: 60px;
	}
	.badside-product-content-sub-title p {
		font-size: 16px;
	}
	.badside-product-content-title h3 {
		margin: 20px 0;
		font-size: 28px;
	}
	.badside-product-content-disc p {
		font-size: 15px;
	}
	.badside-product-content-link a {
		line-height: 40px;
		padding: 0 25px;
		margin-top: 30px;
	}
}
@media (max-width: 575px) {
	.badside-product-content-title h3 {
		margin: 15px 0;
		font-size: 26px;
	}
	.badside-product-content-link a {
		line-height: 35px;
		padding: 0 20px;
		margin-top: 25px;
	}
}
@media (max-width: 480px) {
	.badspecial-products-inner .badside-product-content-box {
		top: 40px;
		left: 40px;
	}
	.badside-product-content-sub-title p {
		font-size: 14px;
	}
	.badside-product-content-title h3 {
		margin: 10px 0;
		font-size: 22px;
	}
	.badside-product-content-disc p {
		font-size: 13px;
		line-height: 20px;
	}
	.badside-product-content-link a {
		line-height: 30px;
		padding: 0 15px;
		margin-top: 20px;
	}
}
@media (max-width: 375px) {
	.badspecial-products-inner .badside-product-content-box {
		top: 30px;
		left: 25px;
	}
	.badside-product-content-title h3 {
		font-size: 20px;
	}
}