/**
* 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: 100px;
    position: relative;
    z-index: 2;
}
.badtwoofferbanner-content-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.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-img::before {
    background: rgba(255,255,255,.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 2;
}
.badtwoofferbanner-content-img::after {
    background: rgba(255,255,255,.7) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
}
.badtwoofferbanner-content-img:hover::after,
.badtwoofferbanner-content-img:hover::before {
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 1.3s;
    width: 100%;
}
.badtwoofferbanner-content {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left;
    padding: 0 30px;
    margin: auto;
}
.badtwoofferbanner-title {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    padding-bottom: 15px;
}
.badtwoofferbanner-sub-title {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    padding-bottom: 10px;
}
.badtwoofferbanner-block .badtwoofferbanner-content a {
    position: relative;
    border-bottom: 1px solid var(--theme-custom-color);
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 25px;
    color: var(--theme-custom-color);
    font-weight: 500;
    overflow: hidden;
}
.badtwoofferbanner-block .badtwoofferbanner-content a:hover{
    border-bottom: 1px solid transparent;
}
.badtwoofferbanner-subtitle,
.badtwoofferbanner-desc{
    display: none;
}
.badtwoofferbanner-content-img img{
    width: 100%;
    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;
}
@media (max-width: 1440px) {
    .badtwoofferbanner-block {
        margin-bottom: 80px;
    }
    .badtwoofferbanner-title {
        font-size: 30px;
        line-height: 38px;
    }
}
@media(max-width: 1200px){
    .badtwoofferbanner-title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .badtwoofferbanner-sub-title {
        font-size: 16px;
        line-height: 22px;
    }
    .badtwoofferbanner-block {
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner-title {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .badtwoofferbanner-content {
        width: 75%;
    }
    .badtwoofferbanner-sub-title {
        font-size: 15px;
        padding-bottom: 5px;
    }
    .badtwoofferbanner-block {
        margin-bottom: 30px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a{
        font-size: 13px;
    }
}
@media(max-width :767px){
    .badtwoofferbanner-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 5px;
    }
}
@media(max-width: 575px){
    .badtwoofferbanner-content-row2 {
        padding-top: 0;
    }
    .badtwoofferbanner-content-row1{
        margin-bottom: 15px;
    }
}
@media(max-width: 480px){
    .badtwoofferbanner-title{
        font-size: 20px;
        line-height: 24px;
    }
    .badtwoofferbanner-sub-title,.badtwoofferbanner-title {
        padding-bottom: 5px;
    }
}
