/**
* 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 {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.badtwoofferbanner-content {
    position: absolute;
    right: 0;
    left: 5%;
    bottom: 10%;
    width: 40%;
    z-index: 2;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px 15px 0;
}
.badtwoofferbanner-title {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    font-weight: 700;
    padding-bottom: 10px;
}
.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 {
    background: var(--theme-custom-color);
    padding: 10px 25px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: -15px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.badtwoofferbanner-subtitle,
.badtwoofferbanner-desc{
    display: none;
}
.badtwoofferbanner-content a:hover {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
}
.badtwoofferbanner-content-img{
    position: relative;
}
.badtwoofferbanner-content-img:before, .badtwoofferbanner-content-img:after {
    content: '';
    background-color: #fff;
    height: 0;
    opacity: 0.1;
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    -webkit-opacity: 0.1;
    position: absolute;
    transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    width: 0;
}
.badtwoofferbanner-content-img:hover:before, .badtwoofferbanner-content-img:hover:after {
    height: 100%;
    transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.badtwoofferbanner-content-img:before{
    left: 0;
    top: 0;
}
.badtwoofferbanner-content-img:after {
    bottom: 0;
    right: 0;
}
@media(max-width: 1200px){
    .badtwoofferbanner-title {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .badtwoofferbanner-sub-title {
        font-size: 16px;
        line-height: 22px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a {
        padding: 8px 20px;
        font-size: 14px;
    }
    .badtwoofferbanner-block {
        margin:50px 0;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner-title {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 10px;
    }
    .badtwoofferbanner-sub-title {
        font-size: 15px;
    }
    .badtwoofferbanner-block {
        margin:30px 0;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a{
        padding: 5px 20px;
        font-size: 12px;
        padding-bottom: 7px;
    }
    .badtwoofferbanner-content{
        padding: 15px 15px 0;
        width: 50%;
        bottom: 12%;
    }
}
@media(max-width: 780px){
    .badtwoofferbanner-content{
        width: 60%;
    }
}
@media(max-width :767px){
    .badtwoofferbanner-title{
        font-size: 20px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a{
        padding: 4px 16px;
    }
}
@media(max-width: 600px){
    .badtwoofferbanner-sub-title {
        font-size: 13px;
        line-height: 18px;
    }
}
@media(max-width: 575px){
    .badtwoofferbanner-content-row2 {
        padding-top: 20px;
    }
    .badtwoofferbanner-title{
        font-size: 22px;
    }
    .badtwoofferbanner-content {
        width: 40%;
    }
}
@media(max-width: 480px){
    .badtwoofferbanner-title{
        font-size: 18px;
        line-height: 22px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a{
        padding: 3px 15px;
    }
}
@media(max-width: 380px){
    .badtwoofferbanner-content {
        width: 50%;
    }
}
@media(max-width: 350px){
    .badtwoofferbanner-content {
        width: 60%;
    }
}
