/**
* 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: 90px;
}
.badofferbanner2-content-wrapper.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.badofferbanner2-main-text {
    text-align: center;
}
.badofferbanner2-text .sub-title {
    font-size: 35px;
    line-height: 40px;
    color: var(--theme-custom-color);
    font-family: var(--badtheme-font-name-3);
}
.badofferbanner2-text .title h2 {
    font-size: 50px;
    line-height: 60px;
    color: #090606;
    font-weight: 500;
    font-family: var(--badtheme-font-name-2);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.badofferbanner2-text .title h2::after {
    content: '';
    position: absolute;
    background-color: var(--theme-custom-color);
    width: 60px;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.offerbanner2-desc p {
    font-size: 14px;
    line-height: 30px;
    color: #5b5b5b;
    font-weight: 500;
}
.badofferbanner2-main-img{
    text-align: left;
}
.badofferbanner2-text .offerbanner2-btn a {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    background-color: var(--theme-custom-color);
    padding: 14px 28px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid var(--theme-custom-color);
}
.badofferbanner2-text a:hover {
    background-color: #ffffff ;
    color:var(--theme-custom-color);
    border: 1px solid var(--theme-custom-color);
}
@media(max-width: 1200px){
    .badofferbanner2-block {
        margin-bottom: 50px;
    }
}
@media(max-width: 1199px){
    .badofferbanner2-text .sub-title {
        font-size: 25px;
        line-height: 30px;
    }
    .badofferbanner2-text .title h2 {
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 10px;
        margin-bottom: 13px;
    }
    .offerbanner2-desc p {
        font-size: 13px;
        line-height: 26px;
    }
    .badofferbanner2-text .offerbanner2-btn a {
        font-size: 14px;
        line-height: 21px;
        padding: 10px 20px;
    }
}
@media(max-width: 991px){
    .badofferbanner2-block {
        margin-bottom: 30px;
    }
    .badofferbanner2-main-text {
        text-align: center;
        margin-bottom: 20px;
    }
}
@media(max-width:767px){
    .badofferbanner2-block {
        margin-bottom: 20px;
    }
}
@media(max-width: 575px){
    .badofferbanner2-main-img {
        text-align: center;
        margin-bottom: 20px;
    }
    .badofferbanner2-text .title h2 {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 11px;
    }
    .badofferbanner2-text .sub-title {
        font-size: 20px;
        line-height: 25px;
    }
    .badofferbanner2-text .offerbanner2-btn a {
        font-size: 14px;
        line-height: 21px;
        padding: 6px 15px;
    }
    .badofferbanner2-block {
        margin-bottom: 10px;
    }
}
@media(max-width:420px){
    .badofferbanner2-block {
        margin-bottom:0;
    }
}