/**
* 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 0px;
}
.badmain-title{
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.badcategoryslider-content{
    overflow: hidden;
}
.badcategoryslider-content-inner{
    margin: 0 -15px;
    width: auto;
}
.badcategoryslider-item{
    cursor: pointer;
    border: 1px solid #dddddd;
    background-color: #fff;
    margin: 0px 15px;
    border-radius: 15px;
    padding: 25px 0px;
}
.badcategory-wrapper{
    padding: 0;
}
.badcategoryslider-item-img-wrapper {
    padding: 0 10px;
    height: 100px;
}
.badcategoryslider-item-img-wrapper img{
    width: auto !important;
    margin: auto;
}
.badcategoryslider-content-wrapper .badmain-title-wrapper {
    margin: 0;
}
.badcategoryslider-item-img-wrapper{
    -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;
}
.item.badcategoryslider-content-box-inner:hover .badcategoryslider-item-img-wrapper{
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -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;

}
.badcategoryslider-item-title {
    padding: 10px 0 5px 0;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.badcategoryslider-item-sub-title{
    padding-top: 10px;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    text-align: center;
}
.badcategoryslider-item-total-prod {
    font-size: 13px;
    line-height: 22px;
    color: #545454;
    font-weight: 500;
    text-align: center;
}
.badcategoryslider-item-desc{
    display: none;
}

@media(max-width: 1200px){
    .badcategoryslider-block {
        padding: 45px 0px;
    }
    .badmain-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .badcategoryslider-block {
        padding: 30px 0px;
    }
    .badmain-title {
        font-size: 22px;
        line-height: 30px;
    }
}
@media(max-width: 767px){
    .badmain-title {
        font-size: 20px;
        line-height: 28px;
    }
    .badcategoryslider-item-total-prod{
        font-size: 15px;
        line-height: 22px;
    }
}
@media(max-width: 425px){
    .badmain-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}