/**
* 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
*/
.badofferbanner-img{
	position: relative;
    text-align: center;
    padding: 0;
}
.badofferbanner-block-main {
    position: absolute;
    left: 0;
    right: auto;
    top: 70px;
}
.badofferbanner-img img {
    width: 100%;
}
.badofferbanner-block-wrapper {
    position: absolute;
    left: auto;
    right: 0;
    top: 23%;
    text-align: center;
}
.badofferbanner-title {
    font-size: 91px;
    line-height: 100px;
    color: #000000;
    font-weight: 400;
    font-family: var(--badtheme-font-name-2);
    text-align: left;
}
.badofferbanner-sub-title{
    font-size: 91px;
    line-height: 115px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--badtheme-font-name-2);
    text-align: left;
}
.badofferbanner-description {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    width: 70%;
    text-align: left;
    margin-bottom: 20px;
}
.badofferbanner-btn {
    display: -webkit-box;
 	display: -ms-flexbox;
	display: flex; 
    justify-content: flex-start;
}
.badofferbanner-content a, .badofferbanner-content1 a {
    background: var(--theme-custom-color);
    color: #ffffff;
    font-size: 18px;
    padding: 14px 38px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    z-index: 1;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    font-family: var(--badtheme-font-name-3);
    overflow: hidden;
}
.badfeatured-products-block {
    position: relative;
}
.badofferbanner-wrapper {
    position: absolute;
    width: 261px;
    height: 511px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    left: auto;
    right: 0;
    top: auto;
    bottom: -110px;
}
.badofferbanner-img::before {
	position: absolute;
	top: 0;
	right: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	transform: skewX(25deg);
}
.badofferbanner-img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		right: 125%;
	}
}
@keyframes shine {
	100% {
		right: 125%;
	}
}
.badofferbanner-block {
    margin-bottom: 80px;
    position: relative;
}
.badofferbanner-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
}
.badofferbanner-btn:hover a{
    background-image: linear-gradient(125deg, #3e1151, #94034f);
    color: #fff;
}
.badofferbanner-block .badoffer-desc::after {
    content: '\e5c8';
    font-family: 'Material Icons';
    font-size: 13px;
    color: #79bf35;
    vertical-align: middle;
    padding-left: 10px;
}
.badofferbanner-content-wrapper img {
    position: relative;
    transition: all 0.5s ease-in-out;
}
@media(max-width: 1800px){
    .badofferbanner-wrapper{
        width: 231px;
        height: 461px;
        bottom: -60px;
    }
    .badofferbanner-block-main{
        top: 50px;
    }
}
@media(max-width: 1700px){
    .badofferbanner-wrapper {
        width: 221px;
        height: 411px;
        bottom: -50px;
    }
    .badofferbanner-block-main {
        top: 35px;
    }
}
@media(max-width: 1600px){
    .badofferbanner-block-main {
        top: 20px;
    }
    .badofferbanner-wrapper {
        width: 181px;
        height: 361px;
    }
}
@media(max-width: 1500px){
    .badofferbanner-block-main {
        top: 5px;
    }
    .badofferbanner-block-wrapper{
        right: 5%;
    }
}
@media(max-width: 1400px){
    .badofferbanner-title,
    .badofferbanner-sub-title {
        font-size: 75px;
        line-height: 85px;
    }
    .badofferbanner-block-main {
        top: 10px;
    }
    .badofferbanner-img1 img{
        width: 70%;
    }
    .badofferbanner-wrapper {
        width: 161px;
        height: 341px;
    }
    .badofferbanner-description{
        font-size: 17px;
    }
    .badofferbanner-content a, .badofferbanner-content1 a{
        font-size: 17px;
    }
    .badofferbanner-img{
        padding: 0;
    }
}
@media(max-width: 1300px){
    .badofferbanner-title, .badofferbanner-sub-title {
        font-size: 65px;
        line-height: 75px;
    }
}
@media(max-width: 1200px){
    .badofferbanner-block{
        margin-bottom: 50px;
    }
    .badofferbanner-block-main {
        top: 35px;
    }
    .badofferbanner-wrapper {
        width: 140px;
        height: 321px;
    }
    .badofferbanner-title, .badofferbanner-sub-title {
        font-size: 60px;
        line-height: 70px;
    }
    .badofferbanner-img1 img {
        width: 60%;
    }
    .badofferbanner-title, .badofferbanner-sub-title {
        font-size: 60px;
        line-height: 70px;
    }
}
@media(max-width: 1100px){
    .badofferbanner-block-wrapper {
        right: 9%;
    }
}
@media(max-width: 991px){
    .badofferbanner-block{
        margin-bottom: 30px;
    }
    .badofferbanner-block .container{
        position: static;
    }
    .badofferbanner-block-wrapper {
        right: 13%;
    }
    .badofferbanner-content a, .badofferbanner-content1 a {
        font-size: 16px;
        padding: 12px 27px;
    }
    .badofferbanner-title, .badofferbanner-sub-title {
        font-size: 50px;
        line-height: 58px;
    }
    .badofferbanner-wrapper {
        width: 141px;
        height: 291px;
    }
}
@media(max-width: 820px){
    .badofferbanner-block-wrapper {
        right: 18%;
    }
    .badofferbanner-title, .badofferbanner-sub-title {
        font-size: 45px;
        line-height: 52px;
    }
}
@media(max-width: 767px){
    .badofferbanner-img1 img {
        width: 35%;
    }
    .badofferbanner-wrapper {
        width: 121px;
        height: 261px;
    }
    .badofferbanner-title, .badofferbanner-sub-title {
        font-size: 36px;
        line-height: 44px;
    }
    .badofferbanner-block-wrapper {
        right: 18%;
        top: 17%;
    }
    .badofferbanner-description {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .badofferbanner-content a, .badofferbanner-content1 a {
        font-size: 15px;
        padding: 10px 20px;
    }
    .badofferbanner-content a, .badofferbanner-content1 a {
        font-size: 15px;
        padding: 8px 15px;
    }
    .badofferbanner-block-main {
        top: 29px;
    }
    .badhomeblog-item-thumbnail .badhomeblog-item-date {
        font-size: 16px;
        line-height: 17px;
    }
}
@media(max-width: 690px){
    .badofferbanner-title, .badofferbanner-sub-title {
        font-size: 36px;
        line-height: 43px;
    }
    .badofferbanner-description{
        font-size: 14px;
    }
    .badofferbanner-block-main {
        top: 9%;
    }
}
@media(max-width: 575px){
    .badofferbanner-description{
        display: none;
    }
    .badofferbanner-block-main {
        top: 25px;
    }
    .badofferbanner-wrapper {
        width: 101px;
        height: 211px;
    }
    .badofferbanner-title, .badofferbanner-sub-title {
        font-size: 28px;
        line-height: 35px;
    }
    .badofferbanner-img1 img {
        width: 30%;
    }
}
@media(max-width: 480px){
    .badofferbanner-title, .badofferbanner-sub-title {
        font-size: 21px;
        line-height: 27px;
    }
    .badofferbanner-content a, .badofferbanner-content1 a {
        padding: 6px 11px;
    }
    .badofferbanner-block-main {
        top: 24px;
    }
    .badofferbanner-wrapper {
        width: 91px;
        height: 181px;
        bottom: -30px;
    }
    .badofferbanner-sub-title{
        margin-bottom: 5px;
    }
    .badofferbanner-img1 img {
        width: 25%;
    }
    .badofferbanner-block-wrapper {
        top: 12%;
        right: 22%;
    }
}
@media(max-width: 360px){
    .badofferbanner-img1 img {
        width: 20%;
    }
    .badofferbanner-block-main {
        top: 24%;
    }
    .badofferbanner-title, .badofferbanner-sub-title {
        font-size: 18px;
        line-height: 23px;
    }
    .badofferbanner-sub-title {
        margin-bottom: 5px;
    }
    .badofferbanner-block-wrapper {
        right: 21%;
        top: 16%;
    }
    .badofferbanner-wrapper {
        width: 71px;
        height: 151px;
        bottom: -28px;
    }
}
@media(max-width: 400px){
    .badofferbanner-content a, .badofferbanner-content1 a{
        font-size: 14px;
        padding: 6px 12px;
    }
}