/**
* 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-block {
    position: relative;
    padding-bottom: 100px;
}
.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 {
    position: absolute;
    top: 40%;
    -webkit-transform: translate(0,-40%);
    -moz-transform: translate(0,-40%);
    -ms-transform: translate(0,-40%);
    -o-transform: translate(0,-40%);
    transform: translate(0,-40%);
    right: 10%;
    text-align: center;
}
.badofferbanner-block .badoffer-title {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-family: var(--badtheme-font-name-2);
}
.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-sub-title {
    font-size: 34px;
    line-height: 44px;
    color: var(--theme-custom-color);
    font-weight: 400;
    padding-bottom: 10px;
}
.badofferbanner-block .badoffer-desc::after {
    content: '\e5c8';
    font-family: 'Material Icons';
    font-size: 13px;
    color: #79bf35;
    vertical-align: middle;
    padding-left: 10px;
}
.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-content-wrapper img {
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.badofferbanner-title p {
    font-size: 66px;
    line-height: 54px;
    color:#fff;
    font-weight: 700;
    font-family: var(--badtheme-font-name-2);
    margin-bottom: 2px; 
}
.badofferbanner-title{
    font-size: 60px;
    line-height: 69px;
    color:#000;
    font-weight: 400;
    font-family: var(--badtheme-font-name-2);
    margin-bottom: 20px;
}
.badofferbanner-desc {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}
.badofferbanner-desc span {
    font-weight: 800;
}
.badofferbanner-link a,.badofferbanner-link a:focus {
    font-size: 17px;
    line-height: 34px;
    font-weight: 600;
    background: var(--theme-custom-color);
    border: 1px solid transparent;
    color: #fff;
    border-radius: 50px;
    padding: 6px 29px;
    display: inline-block;
}
.badofferbanner-link a:hover {
    background: #fff;
    color: var(--theme-custom-color);
    border-color: var(--theme-custom-color);
}
.badofferbanner-img img {
    width: 100%;
}
.badmega-menu-block li.level-1>a:hover span{
    color: var(--theme-custom-color);
}
@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;
    }
}
@media(max-width: 1450px){
    .bestsellerbanner::after {
        top: -14%;
        left: -13%;
        height: 267px;
        width: 299px;
    }
    .bestsellerbanner::before {
        display: none;
    }
    .badofferbanner-content-wrapper {
        left: 70px;
        top: 18%;
    }
}
@media(max-width: 1300px){
    .bestsellerbanner::after {
        display: none;
    }
}
@media(max-width: 1200px){
    .badofferbanner-block {
        padding-bottom: 50px;
    }    
    .badofferbanner-link a, .badofferbanner-link a:focus {
        font-size: 14px;
        line-height: 32px;
        padding: 4px 24px;
    }
    .badofferbanner-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .badofferbanner-sub-title {
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 10px;
    }
}

@media(max-width: 991px){
    .badofferbanner-block {
        padding-bottom: 30px;
    }
    .badofferbanner-link a, .badofferbanner-link a:focus {
        font-size: 13px;
        line-height: 30px;
        padding: 3px 20px;
    }
    .badofferbanner-title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .badofferbanner-sub-title {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 5px;
    }
}
@media (max-width: 768px) {
    .badofferbanner-link a, .badofferbanner-link a:focus {
        font-size: 12px;
        line-height: 27px;
        padding: 3px 16px;
    }
    .badofferbanner-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .badofferbanner-sub-title {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 5px;
    }
}
@media (max-width: 575px) {
    .badofferbanner-img img{
        height: 200px;
    }
    
}
@media (max-width: 475px) {
    .badofferbanner-img img{
        height: 175px;
    }
    .badofferbanner-link a, .badofferbanner-link a:focus {
        font-size: 12px;
        line-height: 27px;
        padding: 2px 18px;
    }
    .badofferbanner-title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .badofferbanner-sub-title {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px;
    }
}
@media (max-width: 375px) {
    
    .badofferbanner-img img{
        height: 125px;
    }
    .badofferbanner-sub-title {
        font-size: 16px;
        line-height: 18px;
        padding: 0;
    }
    .badofferbanner-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .badofferbanner-link a, .badofferbanner-link a:focus {
        font-size: 11px;
        line-height: 25px;
        padding: 2px 14px;
    }
    .badofferbanner-content {
        top: 30%;
        -webkit-transform: translate(0,-30%);
        -moz-transform: translate(0,-30%);
        -ms-transform: translate(0,-30%);
        -o-transform: translate(0,-30%);
        transform: translate(0,-30%);
    }
}