/**
* 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;
}
.badtwoofferbanner-content-img {
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: right;
}
.badtwoofferbanner-content-wrapper .row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.badtwoofferbanner-title {
    text-align: left;
    background-color: transparent;
    display: inline-block;
}
.badtwoofferbanner-title h3 {
    font-size: 50px;
    font-weight: 400;
    line-height: 34px;
    color: #000000;
    margin-bottom: 20px;
    font-family: var(--badtheme-font-name-2);
}
 .badtwoofferbanner-dec{
    font-size: 25px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 20px;
    color: #000000;
}
.badtwoofferbanner-btn {
    color: #fff;
    display: inline-block;
}
.badtwoofferbanner-content {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 1;
    right: 0;
    margin: 0;
}
.badtwoofferbanner-content a {
    background: var(--theme-custom-color);
    color: #ffffff;
    font-size: 15px;
    padding: 10px 25px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    -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 a:hover{
    box-shadow: inset 0 -3.25em 0 0 #000;
    color: #fff;
}

.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;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.badtwoofferbanner-content-img:after {
    position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.badtwoofferbanner-content-img:hover:after {
    -webkit-animation: circle .75s;
	animation: circle .75s;
}
@media(max-width: 1440px){
    .badtwoofferbanner-desc {
        font-size: 20px;
        line-height: 26px;
        padding: 7px 20px;
    }
    .badtwoofferbanner-title h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0px;
    }
    .badtwoofferbanner-title{
        margin-bottom: 15px;
    }
    .badtwoofferbanner-dec{
        line-height: 30px;
    }
}

@media(max-width: 1200px){
    .badtwoofferbanner-block {
        margin-bottom: 45px;
    }
}
@media(max-width: 1199px){
    .badtwoofferbanner-title h3 {
        font-size: 35px;
        line-height: 30px;
        margin: 0;
    }
    .badtwoofferbanner-content a {
        font-size: 11px;
        padding: 8px 18px;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner-block {
        margin-bottom: 30px;
    }
    .badtwoofferbanner-content h3 {
        font-size: 35px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .badtwoofferbanner-dec {
        line-height: 31px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .badtwoofferbanner-title{
        margin-bottom: 10px;
    }
    .badtwoofferbanner-content {
        left: 30px;
    }
}
@media(max-width: 767px){
    .badtwoofferbanner-content-wrapper .row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .badtwoofferbanner-content a {
        font-size: 11px;
        padding: 6px 14px;
    }
    .badtwoofferbanner-title h3 {
        font-size: 28px;
        line-height: 30px;
        margin: 0;
    }

}
@media(max-width: 575px){
    .badtwoofferbanner-content-img.badtwoofferbanner-img1 {
        padding-bottom: 20px;
    }
    .badtwoofferbanner-block {
        padding: 0px 0;
    }
}
@media(max-width: 375px){
    .badtwoofferbanner-block {
        padding: 0px 0;
    }

}