/**
* 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-bottom: 100px;
}
.badofferslider-content {
    margin: 0 -15px
}
.badofferslider-pagination.bad-all-pagination .bad-prev-btn ,.badofferslider-pagination.bad-all-pagination .bad-next-btn {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}
.badofferslider-pagination.bad-all-pagination .bad-prev-btn {
    left: 0;
    right: auto;
}
.badofferslider-pagination.bad-all-pagination .bad-next-btn {
    right: 0;
    left: auto;
}
.badofferslider-item-img-wrapper:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.badofferslider-block .owl-carousel .owl-item img {
    width: 100%;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    -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;
}
.badofferslider-content-inner.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.badofferslider-content-inner.owl-carousel .owl-stage-outer .owl-item {
    transform: scale(.9);
}
.badofferslider-content-inner.owl-carousel .owl-stage-outer .owl-item.active {
    transform: scale(1);
}
.badofferslider-item {
    text-align: center;
    overflow: hidden;
    margin: 0 10px;
}
.badofferslider-block .badofferslider-content-wrapper {
    position: relative;
    text-align: center;
}
.badofferslider-block .badmain-title-wrapper{
    margin: 0;
    display: inline-block;
}
.badofferslider-block .badmain-subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #444444;
}
.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 {
        padding-bottom: 50px ;
    }
}
@media (max-width: 1024px) {
}
@media(max-width:991px) {
    .badofferslider-block .badmain-subtitle {
        font-size: 13px;
        line-height: 16px;
    }
    .badofferslider-block {
        padding-bottom: 30px;
    }
    .badofferslider-block::before {
        height: 245px;
    }
}
