/**
* 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;
    border: 5px solid #c2d9b4;
    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:hover::before {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
.badtwoofferbanner-content-img::before {
    background: rgba(255, 255, 255, 0.30);
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    z-index: 1;
}
.badtwoofferbanner-content-img:after {
    background: rgba(255, 255, 255, 0.30);
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
}
.badtwoofferbanner-content-img:hover:after {
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
.badtwoofferbanner-content-row1 .badtwoofferbanner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left;
    padding: 20px 30px;
    margin: auto;
}
.badtwoofferbanner-content-row2 .badtwoofferbanner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left;
    padding: 20px 30px;
    margin: auto;
}
.badtwoofferbanner-title {
    font-size: 35px;
    line-height: 42px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}
.badtwoofferbanner-content-row2 .badtwoofferbanner-title {
    width: 55%;
    color: #000;
}
.badtwoofferbanner-content-row1 .badtwoofferbanner-title {
    width: 55%;
    color: #fff;
}
.badtwoofferbanner-sub-title {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 15px;
}
.badtwoofferbanner-block .badtwoofferbanner-content a {
    position: relative;
    background: var(--theme-custom-color);
    padding: 8px 30px;
    border-radius: 50px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
    transition: all 0.5s;
}
.badtwoofferbanner-block .badtwoofferbanner-content a:hover{
    background-color: #000;
}
.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-content-row2 .badtwoofferbanner-title {
        width: 60%;
    }
    .badtwoofferbanner-title {
        font-size: 27px;
        line-height: 38px;
        padding-bottom: 15px;
    }
}
@media(max-width: 1200px){
    .badtwoofferbanner-title {
        font-size: 25px;
        padding-bottom: 15px;
    }
    .badtwoofferbanner-sub-title {
        font-size: 16px;
        line-height: 22px;
    }
    .badtwoofferbanner-block {
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner-title {
        padding-bottom: 10px;
    }
    .badtwoofferbanner-sub-title {
        font-size: 15px;
    }
    .badtwoofferbanner-title {
        font-size: 20px;
        line-height: 30px;
    }
    .badtwoofferbanner-content-row1 .badtwoofferbanner-content,.badtwoofferbanner-content-row2 .badtwoofferbanner-content {
        padding: 15px;
    }
    .badtwoofferbanner-block {
        margin-bottom: 30px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a{
        padding: 5px 20px;
        font-size: 14px;
    }
    .badtwoofferbanner-content-row2 .badtwoofferbanner-title {
        width: 80%;
    }
}
@media(max-width :767px){
    .badtwoofferbanner-block .badtwoofferbanner-content a{
        padding: 4px 16px;
    }
    .badtwoofferbanner-content-row1 .badtwoofferbanner-title {
        width: 80%;
    }
    .badtwoofferbanner-content-row2 .badtwoofferbanner-title {
        width: 90%;
    }
}
@media(max-width: 600px){
    .badtwoofferbanner-sub-title {
        font-size: 13px;
        line-height: 18px;
    }
}
@media(max-width: 575px){
    .badtwoofferbanner-content-row2 {
        padding-top: 0;
    }
    .badtwoofferbanner-content-row1{
        margin-bottom: 15px;
    }
}
@media(max-width: 480px){
    .badtwoofferbanner-title{
        font-size: 21px;
        line-height: 30px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a{
        padding: 3px 15px;
    }
}
