/**
* 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
*/
.badofferslider-block {
    position: relative;
    padding: 0;
    margin-bottom: 80px;
}
.badofferslider-content{
    position: relative;
    padding: 0;
}
.badofferslider-item-img-wrapper {
    position: relative;
    width: 100%;
}
.badofferslider-pagination-wrapper .bad-all-pagination .bad-prev-btn{
    top: 50%;
    right: auto;
    left: 40px;
    margin: 0;
}
.badofferslider-pagination-wrapper .bad-all-pagination .bad-next-btn{
    top: 50%;
    right: 40px;
    left: auto;
    margin: 0;
}
.badofferslider-pagination-wrapper .bad-all-pagination .bad-next-btn,
.badofferslider-pagination-wrapper .bad-all-pagination .bad-prev-btn{
    position: absolute;
}
.badofferslider-item-img-wrapper:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    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;
    background: #000;
}
.badofferslider-item-img-wrapper-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.badofferslider-item-img-wrapper-icon i {
    font-size: 50px;
    color: #fff;
    opacity: 0;
}
.badofferslider-item-img-wrapper:hover i {
    opacity: 1;
}
.badofferslider-item-img-wrapper:hover:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.8);
}
.badofferslider-block .owl-carousel .owl-item img {
    width: 100%;
    margin: 0 auto
}
.badofferslider-item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}
.badofferslider-content-wrapper .badmain-title-wrapper .badmain-title {
    font-size: 35px;
    color: #000000;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 10px;
}
.badofferslider-block .badofferslider-content-wrapper {
    position: relative;
    margin: 0 -15px;
}
.badofferslider-block .badmain-subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #444444;
}
.badofferslider-item .badofferslider-item-title {
    font-size: 15px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    letter-spacing: .8px;
    text-transform: capitalize;
    width: 68%;
    margin-left: 10px;
}
.badofferslider-block .owl-dots {
    padding: 0;
    display: none;
    margin: 0;
}
.badofferslider-left-block .badofferslider-item-img-wrapper img {
    width: auto;
    margin: 0 auto
}
.badofferslider-left-block .badofferslider-content {
    margin: 0;
}
@media(max-width: 1400px){
    .badofferslider-content-wrapper .badmain-title-wrapper .badmain-title {
        font-size: 32px;
        line-height: 37px;
    }
}
@media(max-width: 1200px){
    .badofferslider-block {
        margin-bottom: 50px;
    }
    .badofferslider-block .badofferslider-content-wrapper {
        margin: 0;
    }
    .badofferslider-content-wrapper .badmain-title-wrapper .badmain-title{
        font-size: 30px;
        line-height: 37px;
    }
    .badofferslider-pagination-wrapper .bad-all-pagination .bad-prev-btn,
    .badofferslider-pagination-wrapper .bad-all-pagination .bad-next-btn{
        top: 45%;
    }
}
@media(max-width: 991px){
    .badofferslider-block {
        margin-bottom: 30px;
    }
    .badofferslider-content-wrapper .badmain-title-wrapper .badmain-title {
        font-size: 27px;
        line-height: 35px;
        padding: 5px 0;
        margin-bottom: 5px;
    }
}
@media(max-width: 767px){
    .badofferslider-content-wrapper .badmain-title-wrapper .badmain-title {
        font-size: 25px;
        line-height: 37px;
    }
    .badofferslider-pagination-wrapper .bad-all-pagination .bad-prev-btn{
        left: 30px;
    }
    .badofferslider-pagination-wrapper .bad-all-pagination .bad-next-btn{
        right: 30px;
    }
}