/**
* 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-homecap{
    padding: 0;
}
.badtwoofferbanner2-block {
    margin-bottom: 80px;
}
.badtwoofferbanner2-content {
    top: 50%;
    position: absolute;
    right: 42px;
    margin: auto;
    line-height: 31px;
    bottom: auto;
}
.badtwoofferbanner2-subtitle {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    width: 41%;
    margin: 0 auto;
    color: #323232;
    padding-bottom: 15px;
    font-weight: 600;
}
.badtwoofferbanner2-email-title {
    font-size: 18px;
    text-align: center;
    background-color: var(--theme-custom-color);
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    margin-bottom: 15px;
    line-height: 20px;
}
.badtwoofferbanner2-content a, .badtwoofferbanner2-content-1 a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
}
.badtwoofferbanner-btn a{
    border: 2px solid var(--theme-custom-color);
    color: var(--theme-custom-color);
    padding: 15px;
}
.badtwoofferbanner2-content-1 {
    top: 50%;
    position: absolute;
    right: 42px;
    margin: auto;
    bottom: 0;
}
.badtwoofferbanner2-subtitle-1 {
    font-size: 15px;
    color: #838383;
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 9px;
}
.badtwoofferbanner2-title-1 {
    font-size: 22px;
    font-weight: 600;
    width: 63%;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0 auto;
}
.badtwoofferbanner2-sale-tit-1 {
    font-size: 36px;
    color: var(--theme-custom-color);
    font-weight: 700;
    text-transform: uppercase;
}
.badtwoofferbanner2-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;
}
.badtwoofferbanner2-content-img {
    position: relative;
}
.badtwoofferbanner2-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;
}
.badtwoofferbanner2-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;
}
.badtwoofferbanner2-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%;
}
.badtwoofferbanner2-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;
}
.badtwoofferbanner2-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;
}
@media(max-width: 1200px){
    .badtwoofferbanner2-block {
        margin-bottom: 50px;
    }
}
@media(max-width: 1199px){
    .badtwoofferbanner2-subtitle {
        font-size: 20px;
        width: 41%;
    }
    .badtwoofferbanner2-subtitle {
        padding-bottom: 8px;
    }
    .badtwoofferbanner2-title-1 {
        font-size: 20px;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner2-title-1 {
        font-size: 17px;
    }
    .badtwoofferbanner2-email-title {
        font-size: 12px;
        padding: 5px 14px;
        line-height: 15px;
    }
    .badtwoofferbanner2-subtitle {
        font-size: 18px;
        width: 48%;
    }
    .badtwoofferbanner2-sale-tit-1 {
        font-size: 32px;
    }
    .badtwoofferbanner2-title-1 {
        font-size: 14px;
    }
    .badtwoofferbanner2-block {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .badtwoofferbanner2-content-row1 {
        margin-bottom: 15px;
    }
    .badtwoofferbanner2-content-img img {
        width: 100%;
    }
    .badtwoofferbanner-btn a{
        font-size: 14px;
    }
    .badtwoofferbanner2-content-img.badtwoofferbanner2-img1 {
        text-align: center;
        background-color: #faf9f9;
    }
    .badtwoofferbanner2-content-img.badtwoofferbanner2-img2 {
        text-align: center;
        background-color: #faf9f9;
    } 
}
@media(max-width: 480px){
    .row.badtwoofferbanner2-content-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}