/**
* 2007-2020 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-2020 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;
    background-color: rgba(214, 77, 0, 0.05);
    padding: 20px 0;
    margin-bottom: 80px;
}
.badofferslider-block .badmain-title-box-text {
    width: 45%;
}
.badofferslider-content{
    position: relative;
    width: 55%;
}
.badofferslider-block .badmain-title-wrapper{
    display: block;
    max-width: 510px;
    margin: 0 auto;
    padding: 0 15px;
}
.badofferslider-block .badmain-title-wrapper .badmain-title {
    color: var(--theme-text-color);
    font-size: 44px;
    line-height: 52px;
    text-transform: inherit;
    text-align: left;
    display: block;
}
.badofferslider-block .badmain-title-wrapper .badmain-title::after{
    display: none;
}
.badofferslider-block .badmain-title-wrapper .badmain-sub-title {
    font-size: 18px;
    line-height: 150%;
    width: 100%;
    margin: 0;
    padding: 10px 0 40px 0;
    color: #616161;
    text-transform: inherit;
    font-weight: 400;
    letter-spacing: normal;
    font-family: var(--badtheme-font-name-1);
}
.badofferslider-item {
    text-align: center;
}
.badofferslider-block .badofferslider-content-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.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 {
    display: none;
}
.badofferslider-left-block .badofferslider-item-img-wrapper img {
    width: auto;
    margin: 0 auto
}
.badofferslider-item-img-wrapper {
    padding: 0 12px;
}
.badofferslider-left-block .badofferslider-content {
    margin: 0;
}
.badofferslider-block .owl-carousel .owl-stage {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
}
.owl-carousel .owl-item .badofferslider-item-img-wrapper{
    transition: all 0.5s ease-in-out;
    padding: 60px;
    margin-left: -48px;
}
.owl-carousel .owl-item.active .badofferslider-item-img-wrapper{
    height: auto;
    padding: 0 12px;
    margin: 0;
}
.badmain-explore-more a {
    display: inline-block;
    background-color: var(--theme-custom-color);
    color: #fff;
    padding: 12px 35px;
    text-transform: capitalize;
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--theme-custom-color);
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.badmain-explore-more a:hover{
    background-color: transparent;
    color: var(--theme-custom-color);
}
@media (max-width: 1500px) {
    .owl-carousel .owl-item .badofferslider-item-img-wrapper{
        padding: 55px;
        margin-left: -43px;
    }
 }
@media(max-width:1440px){
    .owl-carousel .owl-item .badofferslider-item-img-wrapper {
        padding: 50px;
        margin-left: -38px;
    }
}
@media(max-width: 1400px){
    .badofferslider-block .badmain-title-wrapper .badmain-sub-title{
        font-size: 16px;
    }
}
@media(max-width: 1200px){
    .badofferslider-block{
        margin-bottom: 50px;
    }
    .badofferslider-block .badmain-title-wrapper .badmain-title{
        font-size: 36px;
    }
    .badofferslider-block .badmain-title-wrapper .badmain-sub-title{
        font-size: 14px;
        padding: 10px 0 30px 0;
    }
    .owl-carousel .owl-item .badofferslider-item-img-wrapper {
        padding: 45px;
        margin-left: -33px;
    }
    .badmain-explore-more a{
        padding: 10px 25px;
    }
}
@media(max-width: 991px){
    .badofferslider-block{
        margin-bottom: 30px;
    }
    .badofferslider-block .badmain-title-wrapper{
        max-width: 100%;
        padding: 0;
    }
    .badofferslider-block .badmain-title-wrapper .badmain-title{
        text-align: center;
        font-size: 26px;
    }
    .badofferslider-block .badmain-title-wrapper .badmain-sub-title{
        text-align: center;
        padding: 10px 0 20px 0;
    }
    .badofferslider-block .badofferslider-content-wrapper{
        flex-direction: column;
    }
    .badofferslider-block .badmain-title-box-text,
    .badofferslider-content{
        width: 100%;
        padding: 0 15px;
    }
    .badmain-title-box-text{
        margin-bottom: 25px;
    }
    .owl-carousel .owl-item .badofferslider-item-img-wrapper{
        padding: 27px;
        margin: 0;
    }
    .badofferslider-block .owl-carousel .owl-stage{
        padding-left: 90px !important;
    }
    .badmain-explore-more{
        text-align: center;
    }
}
@media (max-width: 767px) {
    .badofferslider-block .badmain-title-wrapper .badmain-title{
        font-size: 24px;
    }
    .badofferslider-block .owl-carousel .owl-stage{
        padding-left: 50px !important;
    }
    .owl-carousel .owl-item .badofferslider-item-img-wrapper {
        padding: 25px;
    }
    .badmain-explore-more a{
        font-size: 14px;
        padding: 8px 20px;
    }

}
@media (max-width: 575px) {
    .badofferslider-block .badmain-title-wrapper .badmain-title{
        font-size: 22px;
    }
    .badofferslider-block .badmain-title-wrapper .badmain-sub-title{
        font-size: 13px;
        line-height: 18px;
    }
    .owl-carousel .owl-item .badofferslider-item-img-wrapper {
        padding: 20px;
    }
    .badofferslider-block .owl-carousel .owl-stage {
        padding-left: 40px !important;
    }
}
@media (max-width: 499px) {
    .badofferslider-block .owl-carousel .owl-stage {
        padding-left: 60px !important;
    }
    .owl-carousel .owl-item .badofferslider-item-img-wrapper {
        padding: 25px;
    }
}
@media (max-width: 480px) {
    .badofferslider-block .badmain-title-wrapper .badmain-title{
        font-size: 20px;
    }
    .badmain-explore-more a {
        padding: 6px 15px;
    }
}
@media (max-width: 399px) {
    .owl-carousel .owl-item .badofferslider-item-img-wrapper {
        padding: 20px;
    }
    .badofferslider-block .owl-carousel .owl-stage {
        padding-left: 40px !important;
    }
}