/**
* 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
*/
.badofferslider-block {    
    position: relative;
    margin-bottom: 50px;
}
.badofferslider-content-pagination {
    display: none;
}
.badofferslider-block .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}
.badofferslider-item {
    text-align: center;
    padding: 0 5px;
}
.badofferslider-block .badofferslider-content-wrapper {
    position: relative;
}
.badofferslider-block .badmain-title-wrapper .badmain-title {
    display: inline-block;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    padding-bottom: 10px;
}
.badofferslider-block .badmain-subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #444444;
}
.badofferslider-block .badmain-title-wrapper .badmain-title:after {
    display: none;
}
.badofferslider-item .badofferslider-item-title {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    display: none;
    letter-spacing: .8px;
    text-transform: capitalize
}
.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
}
.badofferslider-left-block .badofferslider-item {
    margin: 15px
}
@media(max-width:1200px) {
    .badofferslider-block .badmain-title-wrapper .badmain-title {
        font-size: 34px;
        line-height: 40px;
    }
}
@media(max-width:991px) {
    .badofferslider-block {
        margin-bottom: 30px;
    }
    .badofferslider-block .badmain-title-wrapper .badmain-title {
        font-size: 30px;
    }
    .badofferslider-block .badmain-subtitle {
        font-size: 13px;
        line-height: 16px;
    }
}