/**
* 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
*/
.badcategoryslider-block {
    padding: 80px 0;
    background-repeat: no-repeat ;
}
.badcategoryslider-content-box-inner{
    padding: 0 15px;
}
.badcategoryslider-item {
    cursor: pointer;
    position: relative;
    padding: 23px 0;
    background-color: rgba(80, 80, 80, 0.08);
    border-radius: 10px;
}
.owl-carousel .owl-item .badcategoryslider-icon-image img.owl-lazy {
    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;
}
.badcategoryslider-item-img-wrapper {
    position: relative;
    height: 50px;
    width: 50px;
    margin: auto;
}
.owl-carousel .owl-item .owl-lazy.badcategoty-item-img {
    transition: transform 0.5s ease-in-out;
}
.badcategoryslider-item .badcategoryslider-icon-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 125px;
    height: 125px;
    background-color: #ffaa01;
    border: 4px solid #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badcategoryslider-content {
    width: 100%;
}
.badcategoryslider-item-content {
    padding: 0 10px;
    margin-top: 17px;
}
.badcategoryslider-item:hover .badcategoryslider-item-content{
    opacity: 1;
}
.badcategoryslider-block .badmain-title-wrapper .badmain-sub-title{
    margin-bottom: 0;
}
.badcategoryslider-item-sub-title{
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 10px;
}
.badcategoryslider-item-title {
    font-size: 16px;
    color: #505050;
    font-weight: 500;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badcategoryslider-item-desc {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin: 10px 0 15px;
    font-weight: 400;
}
.badcategoryslider-item-btn {
    text-align: center;
    background-color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 38px;
    color: #313415;
    font-weight: 400;
    border-radius: 20px;
}
.badcategoryslider-item-btn:hover {
    background-color: #313415;
    color: #fff;
}
.badcategoryslider-item-total-prod {
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}


.badcategoryslider-item-img-wrapper img{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    -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;
    transition: all 0.5s ease-in-out;
}

@media(max-width: 1400px){
    .badcategoryslider-item-btn {
        padding: 8px 24px;
    }
    .badcategoryslider-item-sub-title {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 6px;
    }
    .badcategoryslider-item-desc {
        font-size: 18px;
        line-height: 22px;
        margin: 6px 0 15px;
    }
}
@media(max-width: 1200px){
    .badcategoryslider-block {
        padding: 50px 0;
    }
    .badcategoryslider-item-sub-title {
        padding-bottom: 10px;
    }
    .badcategoryslider-item-desc {
        font-size: 16px;
    }
    .badcategoryslider-block .badmain-title-wrapper::after {
        height: 80px;
        bottom: -90px;
    }
}
@media(max-width: 991px){
    .badcategoryslider-block {
        padding: 30px 0;
    }
    .badcategoryslider-item-sub-title {
        font-size: 18px;
        line-height: 18px;
    }
    .badcategoryslider-item-desc {
        font-size: 15px;
    }
    .badcategoryslider-block .badmain-title-wrapper::after{
        height: 60px;
        bottom: -70px;
    }
}
@media(max-width: 990px){
    .badcategoryslider-block .badmain-title-wrapper::after {
        display: none;
    }
}
@media(max-width: 767px){
    .badcategoryslider-item{
        padding: 18px 0;
    }
    .badcategoryslider-item-img-wrapper{
        width: 45px;
        height: 45px;
    }
    .badcategoryslider-item-content{
        margin-top: 12px;
    }
    .badcategoryslider-item-title{
        font-size: 15px;
    }

}

@media(max-width: 575px){
    .badcategoryslider-content-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .badcategoryslider-icon-image img{
        width: 50%;
    }
    .badcategoryslider-item-img-wrapper{
        height: 40px;
        width: 40px;
    }
    .badcategoryslider-item-title{
        font-size: 14px;
    }
    .badcategoryslider-item .badcategoryslider-icon-image {
        width: 105px;
        height: 105px;
    }
    .badcategoryslider-item-btn {
        font-size: 14px;
        line-height: 30px;
    }
    .badcategoryslider-item-content {
        margin-top: 10px;
    }
}
@media(max-width: 480px){ 
    .badcategoryslider-item-desc {
        font-size: 15px;
    }
    .badcategoryslider-item-btn {
        padding: 7px 15px;
        font-size: 12px;
    }
    .badcategoryslider-item-sub-title {
        font-size: 16px;
        line-height: 16px;
    }
}
@media(max-width: 400px){
    .badcategoryslider-item {
        margin: 0;
    }
}

