/**
* 2007-2022 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-2022 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badofferbanner2-block {
    margin-bottom: 100px;
}
.badofferbanner2-content-wrapper {
    text-align: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 15px;
    z-index: 1;
}
.badofferbanner2-title {
    font-size: 29px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
    font-family: var(--badtheme-font-name-2);
    position: relative;
}
.badofferbanner2-title span {
    color: #000;
}
.badofferbanner2-btn a,.badofferbanner-btn2 a:focus {
    font-size: 16px;
    line-height: 34px;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    padding: 6px 30px;
    background: #fff;
    display: inline-block;
}
.badofferbanner2-btn a:hover {
    color: #fff;
    background-color: var(--theme-custom-color);
}
.badofferbanner2-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    padding: 80px 0;
}

@media(max-width: 1199px){
    .badofferbanner2-btn a, .badofferbanner-btn2 a:focus {
        font-size: 15px;
        line-height: 31px;
        padding: 5px 24px;
    }
    .badofferbanner2-title {
        font-size: 25px;
        line-height: 30px;
    }
    .badofferbanner2-block {
        margin-bottom: 50px;
    }
    .badofferbanner2-text {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .badofferbanner2-block {
        margin-bottom: 30px;
    }
    .badofferbanner2-title {
        font-size: 20px;
        line-height: 25px;
    }
    .badofferbanner2-btn a, .badofferbanner-btn2 a:focus {
        font-size: 14px;
        line-height: 28px;
        padding: 5px 19px;
    }
}
@media(max-width: 767px){
    .badofferbanner2-title {
        text-align: center;
        margin-bottom: 15px;
    }
    .badofferbanner2-text {
        padding: 30px 15px;
        flex-direction: column;
    }
}

@media(max-width: 575px){

}
@media(max-width: 425px){
    .badofferbanner2-btn a, .badofferbanner-btn2 a:focus {
        font-size: 13px;
        line-height: 27px;
        padding: 5px 17px;
    }
    .badofferbanner2-title {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width: 375px) {

}