/**
* 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
*/
.badcategoryslider-block {
    padding-bottom: 80px;
}
.item.badcategoryslider-content-box-inner {
    padding: 0 15px;
}
.badcategoryslider-item-img-wrapper img {
    width: 100%;
}
.badcategoryslider-block .owl-carousel .owl-item img {
    width: 100%;
}
.badcategoryslider-item {
    position: relative;
    cursor: pointer;
}
.badcategoryslider-block .bad-all-pagination {
    padding-top: 30px;
}
.badcategoryslider-content {
    margin: 0 -15px;
}
.badcategoryslider-item-title {
    display: block;
    font-size: 18px;
    line-height: 29px;
    color: #262626;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badcategoryslider-item-sub-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #717171;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badcategoryslider-item-content {
    position: absolute;
    text-align: left;
    opacity: 1;
    padding-top: 15px;
    transition: all 0.5s;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-left: 10px;
}
.badcategoryslider-item-img-wrapper:hover::before {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
.badcategoryslider-item-img-wrapper::before {
    background: rgba(255, 255, 255, 0.30);
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    z-index: 1;
}
.badcategoryslider-item-img-wrapper::after {
    background: rgba(255, 255, 255, 0.30);
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
}
.badcategoryslider-item-img-wrapper:hover::after {
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
.badcategoryslider-item:hover .badcategoryslider-item-content {
    opacity: 1;
}
.badcategoryslider-item-title{
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #242424;
    background-color: transparent;
    position: initial;
    text-align: center;
    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;
    text-transform: capitalize;
}
.badcategoryslider-item-btn {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    background-color: var(--theme-custom-color);
    text-transform: capitalize;
}
.badcategoryslider-item-btn:hover {
    background-color: #0e0e0e;
}
.badcategoryslider-item-content:hover .badcategoryslider-item-btn,
.badcategoryslider-item-content:focus .badcategoryslider-item-btn{
    color: #fff;
}
.badcategoryslider-content-box-inner:hover .badcategoryslider-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;
}
.badcategoryslider-content-box-inner:hover .badcategoryslider-item-title {
    color: var(--theme-custom-color);
}
.badcategoryslider-item-img-wrapper {
    width: 100%;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.badcategoryslider-item-total-prod {
    font-size: 14px;
    line-height: 30px;
    color: #979797;
    font-weight: 500;
}
@media(max-width: 1470px){
    .badcategoryslider-block {
        margin: 0;
    }
}
@media(max-width: 1200px){
    .badcategoryslider-block {
        padding-bottom: 50px;
    }  
}
@media(max-width: 991px){
    .badcategoryslider-item-total-prod {
        font-size: 13px;
        line-height: 24px;
    }
    .badbrandlist-content {
        padding: 30px 0;
    }
    .badcategoryslider-block {
        padding-bottom: 30px;
    }
}
@media(max-width: 767px){
    .badcategoryslider-item {
        margin-top: 0;
    }
}
