/**
* 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
*/
.badofferbanner-img{
	position: relative;
    text-align: center;
}
.badofferbanner-img::before {
	position: absolute;
	top: 0;
	right: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	transform: skewX(25deg);
}
.badofferbanner-img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		right: 125%;
	}
}
@keyframes shine {
	100% {
		right: 125%;
	}
}
.badofferbanner-block {
    position: relative;
}
.bestsellerbanner{
    position: relative;
}
.bestsellerbanner::after {
    content: '';
    position: absolute;
    top: -34%;
    left: -12%;
    height: 596px;
    width: 589px;
    background-image: url(../img/offerbanner-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bestsellerbanner::before {
    content: '';
    position: absolute;
    height: 163px;
    width: 160px;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 6%;
    background-size: contain;
    background-image: url(../img/pro4.png);
}
.badofferbanner-content-wrapper {
    position: absolute !important;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    /* width: 40%; */
    /* padding: 0 40px 0 140px; */
}
.badofferbanner-img img{
    width:100%;
}
.badofferbanner-title {
    font-size: 42px;
    font-family: var(--badtheme-font-name-2);
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.badofferbanner-content {
    float: none;
    display: inline-block;
    text-align: left;
    width: 32%;
}
.badofferbanner-btn a {
    padding: 10px 26px;
    background-color: var(--theme-custom-color);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
    border: 2px solid var(--theme-custom-color);
}
.badofferbanner-btn:hover a{
    background-color: #fff;
    color: #000;
}
.badofferbanner-block .badoffer-title {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-family: var(--badtheme-font-name-2);
}
.badofferbanner-btn{
    display:inline-block;
}
.badofferbanner-description {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #fff;
    display: -webkit-box;
    /* width: 121%; */
    -webkit-box-orient: vertical;
}
.badofferbanner-block .badoffer-sub-title {
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
.badofferbanner-block .badoffer-desc {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #79bf35;
    font-weight: 600;
    position: relative;
}
.badofferbanner-block .badoffer-desc::after {
    content: '\e5c8';
    font-family: 'Material Icons';
    font-size: 13px;
    color: #79bf35;
    vertical-align: middle;
    padding-left: 10px;
}
.badofferbanner-content-wrapper img {
    position: relative;
    transition: all 0.5s ease-in-out;
}
@media(max-width: 1800px){
    .bestsellerbanner::after {
        top: -26%;
        height: 476px;
        width: 479px;
    }

}
@media(max-width: 1700px){
    .bestsellerbanner::after {
        left: -15%;
    }
}
@media(max-width: 1600px){
    .bestsellerbanner::after {
        top: -22%;
        height: 407px;
        width: 419px;
    }
    .badofferbanner-title {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .badofferbanner-description {
        font-size: 15px;
        line-height: 30px;
    }
    .badofferbanner-content {
        width: 28%;
    }
    .badofferbanner-btn a {
        padding: 8px 25px;
        font-size: 14px;
    }
    .badofferbanner-content-wrapper {
        top: 27%;
    }
}
@media(max-width: 1400px){
    .badofferbanner-content {
        width: 30%;
        padding-left: 30px;
    }
    .badofferbanner-title {
        font-size: 34px;
        margin-bottom: 10px;
    }
}
@media(max-width: 1450px){
    .bestsellerbanner::after {
        top: -14%;
        left: -13%;
        height: 267px;
        width: 299px;
    }
    .bestsellerbanner::before {
        display: none;
    }
    .badofferbanner-content-wrapper {
        top: 24%;
    }
}
@media(max-width: 1300px){
    .bestsellerbanner::after {
        display: none;
    }
}
@media(max-width: 1200px){
    .badofferbanner-title{
        font-size: 35px;
    }
    .badofferbanner-btn a{
        padding:7px 15px;
    }
    .badofferbanner-description {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .badofferbanner-title {
        font-size: 28px;
    }
}
@media(max-width: 991px){
    .badofferbanner-title {
        font-size: 23px;
        margin-bottom: 8px;
    }
    .badofferbanner-description {
        line-height: 26px;
    }
    .badofferbanner-btn a {
        padding: 5px 12px;
        font-size: 12px;
    }
}
@media(max-width:767px){
    .badofferbanner-content-wrapper {
        top: 35%;
    }
    .badofferbanner-description{
        display:none;
    }
    .badofferbanner-content {
        text-align: center;
    }
    .badofferbanner-content {
        width: 40%;
    }
    .badofferbanner-title {
        font-size: 20px;
    }
}
@media(max-width:575px){
    .badofferbanner-content-wrapper {
        top: 24%;
    }
    .badofferbanner-title {
        font-size: 18px;
        line-height: 26px;
    }
}
@media(max-width: 480px){
    .badofferbanner-title {
        font-size: 16px;
        line-height: 24px;
    }
    .badofferbanner-content-wrapper {
        top: 20%;
    }
    .badofferbanner-btn a {
        padding: 4px 10px;
        font-size: 11px;
    }
    .badofferbanner-content {
        padding-left: 20px;
    }
}
@media(max-width:420px){
    .badofferbanner-content-wrapper {
        top: 14%;
    }
    .badofferbanner-btn a{
        padding: 3px 10px;
        font-size: 10px;
    }
}
@media(max-width: 350px){
    .badofferbanner-title {
        font-size: 14px;
        line-height: 20px;
    }
    .badofferbanner-content {
        padding-left: 15px;
    }
    .badofferbanner-content-wrapper {
        top: 12%;
    }
}