/**
* 2007-2022 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-2022 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{
	margin-bottom:60px;
}
.badcategoryslider-content-box-inner .badcategoryslider-item{
    overflow: hidden;
    margin-bottom: 30px;
	position: relative;
}
.badcategoryslider-block .owl-carousel .owl-item img{
    width: auto;
    margin: 0 auto;
}
.badcategoryslider-item .badcategoryslider-item-img-wrapper img{
     -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:hover .badcategoryslider-item-img-wrapper img{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
     -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-content-box-inner{
    padding: 0 15px;
}
.badcategoryslider-item-title{
	font-size: 17px;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    line-height:24px;
    text-align: center;
    margin-top: 10px;
    display: block;
    letter-spacing: 0.51px;
}
.badcategoryslider-item:hover .badcategoryslider-item-title{
    color: #ff2d37;
}
@media(max-width: 991px){
    .badcategoryslider-item-title{
        font-size: 15px;
    }
    .badcategoryslider-content-box-inner .badcategoryslider-item {
        margin-bottom:15px;
    }
    .badcategoryslider-block{
        margin-bottom:15px;
    }
}












