/**
* 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
*/
.badcategoryslider2-block {
    padding-bottom: 80px;
}
.item.badcategoryslider2-content-box-inner {
    margin: 0 15px;
    position: relative;
    padding-bottom: 15px;
}
.badcategory2-wrapper{
    padding: 0;
}
.badcategoryslider2-title-wrapper-block{
   padding: 0 15px;
}
.item.badcategoryslider2-content-box-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--theme-custom-color);
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
.item.badcategoryslider2-content-box-inner:hover::after{
    opacity: 1;
}
.badcategoryslider2-item {
    cursor: pointer;
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px 10px;
    border-radius: 6px;
}
.badcategoryslider2-item:hover{
    border: 1px solid var(--theme-custom-color);
}
.badcategoryslider2-item-title {
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding-top: 8px;
    color: #262626;
    font-weight: 500;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transform: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.badcategoryslider2-item-sub-title{
    font-size: 12px;
    line-height: 18px;
    color: #979797;
    text-align: left;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badcategoryslider2-content-box-inner:hover .badcategoryslider2-item-title::after {
    width: 50px;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}
.badcategoryslider2-content-box-inner:hover .badcategoryslider2-item-title {
    color: var(--theme-custom-color);
}
.badcategoryslider2-item-img-wrapper {
    transition: all 0.4s ease-in-out;
}
.badcategoryslider2-item:hover .badcategoryslider2-item-img-wrapper {
    transform: rotateY(180deg);
}
.badcategoryslider2-item-total-prod {
    font-size: 14px;
    line-height: 30px;
    color: #979797;
    font-weight: 500;
}
.badcategoryslider2-item-desc{
    display: none;
}
@media(max-width: 1200px){
    .badcategoryslider2-block {
        padding-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badcategoryslider2-item-title {
        font-size: 16px;
    }
    .badcategoryslider2-item-total-prod {
        font-size: 13px;
        line-height: 24px;
    }
    .badcategoryslider2-block {
        padding-bottom: 30px;
    }
}
@media(max-width: 767px){
    .badcategoryslider2-item {
        margin-top: 0;
    }
    .badcategoryslider2-block {
        padding-bottom: 20px;
    }
}
