/**
* 2007-2024 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-2024 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-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: #000;
    width: 90%;
}
.badtwoofferbanner-subtitle {
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 0;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.badtwoofferbanner-title {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.badtwoofferbanner-content a {
    background: var(--theme-custom-color);
    color: #fff;
    font-size: 17px;
    position: relative;
    text-transform: capitalize;
    line-height: 24px;
    padding: 10px 32px;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 40px;
    border: 1px solid var(--theme-custom-color);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.badtwoofferbanner-content a::after{
    content: "";
    position: absolute;
    top: -5px;
    right: -7px;
    bottom: -5px;
    left: -7px;
    border: 1px solid #fff;
    z-index: -1;
}
.badtwoofferbanner-content a:hover {
    background-color: #fff;
    color: var(--theme-custom-color);
    border-color: #fff;
}
.badtwoofferbanner-content a:hover::after{
    transition: all 0.3s ease-in-out;
    top: -10px;
    right: -12px;
    bottom: -10px;
    left: -12px;
}
.badtwoofferbanner-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    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;
    width: 100%;
}
.badtwoofferbanner-content-img:after {
    content: "";
    height: 100%;
    width: 100%;
    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;
    -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;
}
.badtwoofferbanner-content-row.col1{
    padding-left: 0;
}
.badtwoofferbanner-content-row.col2{
    padding-right: 0;
} 
@media (max-width: 1440px) {
    .badtwoofferbanner-subtitle{
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .badtwoofferbanner-title{
        font-size: 26px;
        line-height: 26px;
    }
    .badtwoofferbanner-content a{
        font-size: 16px;
        padding: 8px 25px;
        margin-top: 30px;
    }
}
@media(max-width: 1200px){
    .badtwoofferbanner-block {
        margin-bottom: 50px;
    }
    .badtwoofferbanner-content a {
        padding: 6px 20px;
    }
}
@media(max-width: 1199px){
    .badtwoofferbanner-content-wrapper{
        padding: 0 15px;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner-block {
        margin-bottom: 30px;
    }
    .badtwoofferbanner-subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .badtwoofferbanner-title {
        font-size: 22px;
        line-height: 22px;
    }
    .badtwoofferbanner-content a {
        font-size: 14px;
        padding: 5px 18px;
        margin-top: 20px;
    }
}

@media(max-width: 767px){
    .badtwoofferbanner-content-row{
        padding: 0;
    }
    .badtwoofferbanner-content-row.col1{
        margin-bottom: 15px;
    }
    .badtwoofferbanner-subtitle {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .badtwoofferbanner-title {
        font-size: 30px;
        line-height: 30px;
    }
    .badtwoofferbanner-content a {
        font-size: 16px;
        padding: 8px 25px;
        margin-top: 35px;
    }
}
@media(max-width: 575px){
    .badtwoofferbanner-subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .badtwoofferbanner-title {
        font-size: 24px;
        line-height: 24px;
    }
    .badtwoofferbanner-content a {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 18px;
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    .badtwoofferbanner-subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .badtwoofferbanner-title {
        font-size: 20px;
        line-height: 20px;
    }
    .badtwoofferbanner-content a{
        margin-top: 25px;
    }
}
@media (max-width: 375px){
    .badtwoofferbanner-title {
        font-size: 17px;
        line-height: 17px;
    }
    .badtwoofferbanner-content a {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 15px;
        margin-top: 20px;
    }
}