/**
* 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
*/
.badtwoofferbanner-block {
    margin: 80px 0;
    position: relative;
}
.badtwoofferbanner-content-img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.badtwoofferbanner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: -20%;
    margin: auto;
    text-align: center;
    z-index: 2;
}
.badtwoofferbanner-content-row2 .badtwoofferbanner-content {
    right:13%;
}
.badtwoofferbanner-title {
    font-size: 50px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 15px;
    font-family: var(--badtheme-font-name-2);
}
.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: 13px 60px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
}
.badtwoofferbanner-content a:hover {
    background-color: #ffffff;
    color: #111111;
}
.badtwoofferbanner-content-img img{
    max-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;
}
.badtwoofferbanner-content-img:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    opacity: 0.5;
    border: 30px 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;
}
.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;
}
.badtwoofferbanner-content-row1 .badtwoofferbanner-content-img{
    text-align: right;
}
.badtwoofferbanner-content-wrapper .badmain-title{
    font-size: 40px;
    text-align: center;
    line-height: 70px;
    font-family: var(--badtheme-font-name-2);
    color:#000;
    font-weight: 600;
    padding-bottom: 20px;
}
@media(max-width: 1200px){
    .badtwoofferbanner-title {
        font-size: 35px;
        line-height: 32px;
        padding-bottom: 10px;
    }
    .badtwoofferbanner-sub-title {
        font-size: 16px;
        line-height: 22px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a {
        padding: 12px 45px;
        font-size: 13px;
    }
    .badtwoofferbanner-content{
        right:0;
        top:45%;
    }
    .badtwoofferbanner-content-row2 .badtwoofferbanner-content{
        right:0;
    }
    .badtwoofferbanner-block {
        margin: 50px 0;
    }
}
@media(max-width:1024px){
    .badtwoofferbanner-content-wrapper .badmain-title{
        font-size: 30px;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner-block {
        margin-bottom: 50px;
    }
    .badtwoofferbanner-title {
        font-size: 30px;
        line-height: 28px;
    }
    .badtwoofferbanner-sub-title {
        font-size: 15px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a {
        padding: 10px 40px;
        font-size: 12px;
    }
    .badtwoofferbanner-block {
        margin: 30px 0;
    }
}
@media(max-width: 600px){
    .badtwoofferbanner-sub-title {
        font-size: 13px;
        line-height: 18px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a {
        padding: 6px 35px;
        font-size: 11px;
    }
}
@media(max-width: 575px){
    .badtwoofferbanner-content-wrapper .badmain-title{
        font-size: 25px;
    }
    .badtwoofferbanner-content-row2{
        margin-top: 20px;
    }
}
@media(max-width:420px){
    .badtwoofferbanner-content-row2{
        margin-top: 15px;
    }
}