/**
* 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
*/
.badtwoofferbanner-block {
    margin-bottom: 80px;
}
.badtwoofferbanner-content-img {
    overflow: hidden;
    position: relative;
}
.badtwoofferbanner-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.badtwoofferbanner-content-row1, .badtwoofferbanner-content-row2 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.badtwoofferbanner-content-row1{
    padding-bottom: 80px;
}
.badtwoofferbanner-content-wrapper .row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.badtwoofferbanner-content h3 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000000;
    width: 90%;
}
.badtwoofferbanner-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: var(--theme-custom-color);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--badtheme-font-name-2);
    padding-bottom: 10px;
}
.badtwoofferbanner-title {
    font-size: 35px;
    line-height: 44px;
    color: #212121;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}
.badtwoofferbanner-discription {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    color: #686868;
    font-weight: 400;
}
.badtwoofferbanner-content a {
    background: var(--theme-custom-color);
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 9px 24px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid var(--theme-custom-color);
}
.badtwoofferbanner-content a:hover {
    background-color: #333;
    color: #fff;
}
.badtwoofferbanner-content {
    text-align: left;
}
.badtwoofferbanner-content-img img{
    overflow: hidden;
    cursor: pointer;
    -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;
    transition: all 0.5s ease-in-out;
}
.badtwoofferbanner-content-wrapper{
    padding: 0;
}
.badtwoofferbanner-content-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.badtwoofferbanner-content-img:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 50px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    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;
}
.badtwoofferbanner-content-img:hover:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition-delay: 0.1s;
}
@media(max-width: 1200px){
    .badtwoofferbanner-block {
        margin-bottom: 50px;
    }
    .badtwoofferbanner-content-row1{
        padding-bottom: 50px;
    }
    .badtwoofferbanner-title {
        font-size: 30px;
        line-height: 34px;
    }
    .badtwoofferbanner-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .badtwoofferbanner-discription {
        font-size: 15px;
        line-height: 30px;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner-block {
        margin-bottom: 30px;
    }
    .badtwoofferbanner-content-row1{
        padding-bottom: 30px;
    }
    .badtwoofferbanner-title {
        font-size: 28px;
        line-height: 32px;
    }
    .badtwoofferbanner-discription {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .badtwoofferbanner-title {
        font-size: 20px;
        line-height: 24px;
    }
    .badtwoofferbanner-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
    .badtwoofferbanner-discription {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 12px;
        -webkit-line-clamp: 3;
    }
    .badtwoofferbanner-content a{
        font-size: 16px;
    }
}
@media(max-width: 575px){
    .badtwoofferbanner-content {
        padding: 15px 15px;
    }
    .badtwoofferbanner-content-row1 {
        padding-bottom: 0;
    }
}